Skip to content

Commit a1ad6d8

Browse files
betanummericfhamme
andauthored
Release 2.3.2 commit (#385)
Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
1 parent 3ddff9c commit a1ad6d8

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.3.2
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the bugfix release of the ``community.postgresql`` collection.
15+
This changelog contains all changes to the modules in this collection that
16+
have been added after release 2.3.1.
17+
18+
Bugfixes
19+
--------
20+
21+
- postgresql_pg_hba - fix ``changed`` return value for when ``overwrite`` is enabled (https://github.com/ansible-collections/community.postgresql/pull/378).
22+
- postgresql_privs - fix quoting of the ``schema`` parameter in SQL statements (https://github.com/ansible-collections/community.postgresql/pull/382).
23+
- postgresql_privs - raise an error when the ``objs: ALL_IN_SCHEMA`` is used with a value of ``type`` that is not ``table``, ``sequence``, ``function`` or ``procedure`` (https://github.com/ansible-collections/community.postgresql/issues/379).
24+
825
v2.3.1
926
======
1027

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,25 @@ releases:
421421
- 0-postgresql_privs.yml
422422
- 2.3.1.yml
423423
release_date: '2022-11-25'
424+
2.3.2:
425+
changes:
426+
bugfixes:
427+
- postgresql_pg_hba - fix ``changed`` return value for when ``overwrite`` is
428+
enabled (https://github.com/ansible-collections/community.postgresql/pull/378).
429+
- postgresql_privs - fix quoting of the ``schema`` parameter in SQL statements
430+
(https://github.com/ansible-collections/community.postgresql/pull/382).
431+
- 'postgresql_privs - raise an error when the ``objs: ALL_IN_SCHEMA`` is used
432+
with a value of ``type`` that is not ``table``, ``sequence``, ``function``
433+
or ``procedure`` (https://github.com/ansible-collections/community.postgresql/issues/379).'
434+
release_summary: 'This is the bugfix release of the ``community.postgresql``
435+
collection.
436+
437+
This changelog contains all changes to the modules in this collection that
438+
439+
have been added after release 2.3.1.'
440+
fragments:
441+
- 2.3.2.yml
442+
- 378-postgresql_pg_hba_fix_change_detection.yml
443+
- 379-postgresql_privs.yml
444+
- 382-postgresql_privs_fix_schemas_with_special_names.yml
445+
release_date: '2022-12-09'

changelogs/fragments/378-postgresql_pg_hba_fix_change_detection.yml

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

changelogs/fragments/379-postgresql_privs.yml

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

changelogs/fragments/382-postgresql_privs_fix_schemas_with_special_names.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: 2.3.1
3+
version: 2.3.2
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)