Skip to content

Commit 65a51bc

Browse files
authored
Release 3.14.3 commit (ansible-collections#905)
1 parent 8552f34 commit 65a51bc

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.14.3
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_db - Fix connection limit not being set when value is "0" (https://github.com/ansible-collections/community.postgresql/issues/879).
21+
- postgresql_db - restoring from ``.sql`` files would execute the file twice. The module now avoids using both ``--file`` and stdin redirection simultaneously (https://github.com/ansible-collections/community.postgresql/issues/882).
22+
723
v3.14.2
824
=======
925

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,23 @@ releases:
811811
- 3.14.2.yml
812812
- 858-negated-change-report.yml
813813
release_date: '2025-05-30'
814+
3.14.3:
815+
changes:
816+
bugfixes:
817+
- postgresql_db - Fix connection limit not being set when value is "0" (https://github.com/ansible-collections/community.postgresql/issues/879).
818+
- postgresql_db - restoring from ``.sql`` files would execute the file twice.
819+
The module now avoids using both ``--file`` and stdin redirection simultaneously
820+
(https://github.com/ansible-collections/community.postgresql/issues/882).
821+
release_summary: 'This is a patch release of the ``community.postgresql`` collection.
822+
823+
This changelog contains all changes to the modules and plugins in this collection
824+
825+
that have been made after the previous release.'
826+
fragments:
827+
- 3.14.3.yml
828+
- 879-fix-conn-limit-zero.yml
829+
- 882-postgresql_db-restore-fix.yml
830+
release_date: '2025-12-04'
814831
3.2.0:
815832
changes:
816833
bugfixes:

changelogs/fragments/879-fix-conn-limit-zero.yml

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

changelogs/fragments/882-postgresql_db-restore-fix.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.2
3+
version: 3.14.3
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)