Skip to content

Commit c6f36ce

Browse files
authored
Release 3.13.0 commit (#827)
1 parent f0cfc7d commit c6f36ce

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.13.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a minor 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_table - consider schema name when checking for table (https://github.com/ansible-collections/community.postgresql/issues/817). Table names are only unique within a schema. This allows using the same table name in multiple schemas.
21+
22+
New Modules
23+
-----------
24+
25+
- postgresql_alter_system - Change a PostgreSQL server configuration parameter
26+
727
v3.12.0
828
=======
929

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,25 @@ releases:
706706
- 3.12.0.yml
707707
- 813-postgresql_publication-rowfilter.yml
708708
release_date: '2025-03-13'
709+
3.13.0:
710+
changes:
711+
bugfixes:
712+
- postgresql_table - consider schema name when checking for table (https://github.com/ansible-collections/community.postgresql/issues/817). Table
713+
names are only unique within a schema. This allows using the same table name
714+
in multiple schemas.
715+
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
716+
717+
This changelog contains all changes to the modules and plugins in this collection
718+
719+
that have been made after the previous release.'
720+
fragments:
721+
- 3.13.0.yml
722+
- 818-table-consider-schema-name.yaml
723+
modules:
724+
- description: Change a PostgreSQL server configuration parameter
725+
name: postgresql_alter_system
726+
namespace: ''
727+
release_date: '2025-04-11'
709728
3.2.0:
710729
changes:
711730
bugfixes:

changelogs/fragments/818-table-consider-schema-name.yaml

Lines changed: 0 additions & 3 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.12.0
3+
version: 3.13.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)