Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v3.14.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).

v3.14.0
=======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,20 @@ releases:
- 1-deprecate_rename.yml
- 3.14.0.yml
release_date: '2025-04-15'
3.14.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
- 3.14.1.yml
release_date: '2025-05-16'
3.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/0-alter_system.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: 3.14.0
version: 3.14.1
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down