From 3c6e858a1cea4293c5babd632cbffde834024bd5 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 16 May 2025 07:18:46 +0200 Subject: [PATCH] Release 4.0.1 commit --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/0-alter_system.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/0-alter_system.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e65c905..f90c7e38 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v4.0.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 made after the previous release. + +Bugfixes +-------- + +- postgresql_alter_system - fix failure when max_val contains a huge number written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). + v4.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a078b1e9..26ce4953 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1062,3 +1062,17 @@ releases: - 5-python2.yml - 6-set_deprecate.yml release_date: '2025-05-06' + 4.0.1: + changes: + bugfixes: + - postgresql_alter_system - fix failure when max_val contains a huge number + written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). + 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 made after the previous release.' + fragments: + - 0-alter_system.yml + - 4.0.1.yml + release_date: '2025-05-16' diff --git a/changelogs/fragments/0-alter_system.yml b/changelogs/fragments/0-alter_system.yml deleted file mode 100644 index e09382c0..00000000 --- a/changelogs/fragments/0-alter_system.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- postgresql_alter_system - fix failure when max_val contains a huge number written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). diff --git a/galaxy.yml b/galaxy.yml index dbbb1fa5..6d0bdda1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 4.0.0 +version: 4.0.1 readme: README.md authors: - Ansible PostgreSQL community