From 42e3fadf7af1d0ca02908e412e93377739a5a0aa Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 17 Sep 2024 11:19:34 +0200 Subject: [PATCH] Release 3.6.1 commit (#738) --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ galaxy.yml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c095af2b..c78bdd92 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v3.6.1 +====== + +Release Summary +--------------- + +This is a patch 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 previous release. + +Bugfixes +-------- + +- postgresql_user - remove a comment from unit tests that breaks pre-compile (https://github.com/ansible-collections/community.postgresql/issues/737). + v3.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 86e137d9..a345ec3f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -751,3 +751,17 @@ releases: - 728_support_betas_and_rcs.yml - 731-db-fix-for-pg17.yml release_date: '2024-09-16' + 3.6.1: + changes: + bugfixes: + - postgresql_user - remove a comment from unit tests that breaks pre-compile + (https://github.com/ansible-collections/community.postgresql/issues/737). + release_summary: 'This is a patch 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 previous release.' + fragments: + - 0-comment.yml + - 3.6.1.yml + release_date: '2024-09-17' diff --git a/galaxy.yml b/galaxy.yml index 684f7495..4f9c988c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 3.6.0 +version: 3.6.1 readme: README.md authors: - Ansible PostgreSQL community