Skip to content

Commit

Permalink
Release 2.1.5 commit (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunleyd authored May 16, 2022
1 parent 5a217e5 commit 9c58c40
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.1.5
======

Release Summary
---------------

This is the bugfix release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of ``community.postgresql`` 2.1.4

Bugfixes
--------

- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
- collection core functions - fix attribute error `nonetype` by always calling `ensure_required_libs` (https://github.com/ansible-collections/community.postgresql/issues/252).

v2.1.4
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,20 @@ releases:
- 2.1.4.yml
- remove-2.9-2.10-compatability.yml
release_date: '2022-04-28'
2.1.5:
changes:
bugfixes:
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
- collection core functions - fix attribute error `nonetype` by always calling
`ensure_required_libs` (https://github.com/ansible-collections/community.postgresql/issues/252).
release_summary: 'This is the bugfix release of the ``community.postgresql``
collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of ``community.postgresql`` 2.1.4'
fragments:
- 2.1.5.yml
- 252-fix-none-attribute-error.yml
- psf-license.yml
release_date: '2022-05-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/252-fix-none-attribute-error.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/psf-license.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: postgresql
version: 2.1.4
version: 2.1.5
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 9c58c40

Please sign in to comment.