Skip to content

Commit

Permalink
Release v2.4.3 commit (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: aleksvagachev <[email protected]>
  • Loading branch information
aleksvagachev and aleksvagachev authored Aug 14, 2023
1 parent 8eb41be commit 80cc696
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.4.3
======

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

This is the minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been added after the release of ``community.postgresql`` 2.4.2.

Deprecated Features
-------------------

- postgresql_lang - the module has been deprecated and will be removed in ``community.postgresql 4.0.0``. Please use the ``postgresql_ext`` module instead (https://github.com/ansible-collections/community.postgresql/issues/559).

Bugfixes
--------

- postgresql_set - fixed error message in param_set function (https://github.com/ansible-collections/community.postgresql/pull/505).

v2.4.2
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,3 +529,21 @@ releases:
- 0-postgresql_info.yml
- 2.4.2.yml
release_date: '2023-06-09'
2.4.3:
changes:
bugfixes:
- postgresql_set - fixed error message in param_set function (https://github.com/ansible-collections/community.postgresql/pull/505).
deprecated_features:
- postgresql_lang - the module has been deprecated and will be removed in ``community.postgresql
4.0.0``. Please use the ``postgresql_ext`` module instead (https://github.com/ansible-collections/community.postgresql/issues/559).
release_summary: 'This is the minor release of the ``community.postgresql``
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been added after the release of ``community.postgresql`` 2.4.2.'
fragments:
- 2.4.3.yml
- 505-postgresql_set.yml
- 559-postgresql_lang-deprecate.yml
release_date: '2023-08-14'
2 changes: 0 additions & 2 deletions changelogs/fragments/505-postgresql_set.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/559-postgresql_lang-deprecate.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.4.2
version: 2.4.3
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 80cc696

Please sign in to comment.