Skip to content

Commit 4971494

Browse files
authored
Release 3.14.2 commit (#863)
1 parent 5a9aeee commit 4971494

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.2
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_schema - change reported in check_mode was negated. Now it reports a change when removing an existing schema (https://github.com/ansible-collections/community.postgresql/pull/858)
21+
722
v3.14.1
823
=======
924

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,20 @@ releases:
797797
- 0-alter_system.yml
798798
- 3.14.1.yml
799799
release_date: '2025-05-16'
800+
3.14.2:
801+
changes:
802+
bugfixes:
803+
- postgresql_schema - change reported in check_mode was negated. Now it reports
804+
a change when removing an existing schema (https://github.com/ansible-collections/community.postgresql/pull/858)
805+
release_summary: 'This is a patch release of the ``community.postgresql`` collection.
806+
807+
This changelog contains all changes to the modules and plugins in this collection
808+
809+
that have been made after the previous release.'
810+
fragments:
811+
- 3.14.2.yml
812+
- 858-negated-change-report.yml
813+
release_date: '2025-05-30'
800814
3.2.0:
801815
changes:
802816
bugfixes:

changelogs/fragments/858-negated-change-report.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.1
3+
version: 3.14.2
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)