From e6bc2b38c8a720847e13ff9237e6be9e684f81f0 Mon Sep 17 00:00:00 2001 From: betanummeric <40263343+betanummeric@users.noreply.github.com> Date: Fri, 5 May 2023 20:33:24 +0200 Subject: [PATCH] Release 2.4.1 commit (#466) Co-authored-by: Felix Hamme --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ changelogs/fragments/0-postgresql_privs.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/0-postgresql_privs.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6be64cf85..357b148fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v2.4.1 +====== + +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 release 2.4.0. + +Bugfixes +-------- + +- postgresql_privs - fix a breaking change related to handling the ``password`` argument (https://github.com/ansible-collections/community.postgresql/pull/463). + v2.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5df7ca078..78507a3b3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -493,3 +493,18 @@ releases: - 430-action_group_all_for_module_defaults.yml - 451-postgresql_privs_fix_connect_params_being_ignored.yml release_date: '2023-05-04' + 2.4.1: + changes: + bugfixes: + - postgresql_privs - fix a breaking change related to handling the ``password`` + argument (https://github.com/ansible-collections/community.postgresql/pull/463). + 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 release 2.4.0.' + fragments: + - 0-postgresql_privs.yml + - 2.4.1.yml + release_date: '2023-05-05' diff --git a/changelogs/fragments/0-postgresql_privs.yml b/changelogs/fragments/0-postgresql_privs.yml deleted file mode 100644 index 086f33074..000000000 --- a/changelogs/fragments/0-postgresql_privs.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- postgresql_privs - fix a breaking change related to handling the ``password`` argument (https://github.com/ansible-collections/community.postgresql/pull/463). diff --git a/galaxy.yml b/galaxy.yml index 62713d4a5..9d39e8b12 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 2.4.0 +version: 2.4.1 readme: README.md authors: - Ansible PostgreSQL community