Skip to content

Commit ad5efac

Browse files
authored
Release 3.14.1 commit (#857)
1 parent 8b808f3 commit ad5efac

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes
44

55
.. contents:: Topics
66

7+
v3.14.1
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a patch release of the ``community.postgresql`` collection.
14+
This changelog contains all changes to the modules and plugins in this collection
15+
that have been made after the previous release.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
722
v3.14.0
823
=======
924

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,20 @@ releases:
783783
- 1-deprecate_rename.yml
784784
- 3.14.0.yml
785785
release_date: '2025-04-15'
786+
3.14.1:
787+
changes:
788+
bugfixes:
789+
- postgresql_alter_system - fix failure when max_val contains a huge number
790+
written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853).
791+
release_summary: 'This is a patch release of the ``community.postgresql`` collection.
792+
793+
This changelog contains all changes to the modules and plugins in this collection
794+
795+
that have been made after the previous release.'
796+
fragments:
797+
- 0-alter_system.yml
798+
- 3.14.1.yml
799+
release_date: '2025-05-16'
786800
3.2.0:
787801
changes:
788802
bugfixes:

changelogs/fragments/0-alter_system.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 3.14.0
3+
version: 3.14.1
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)