Skip to content

Commit

Permalink
Release 2.3.2 commit (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
  • Loading branch information
betanummeric and fhamme authored Dec 9, 2022
1 parent 3ddff9c commit a1ad6d8
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.3.2
======

Release Summary
---------------

This is the bugfix release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules in this collection that
have been added after release 2.3.1.

Bugfixes
--------

- postgresql_pg_hba - fix ``changed`` return value for when ``overwrite`` is enabled (https://github.com/ansible-collections/community.postgresql/pull/378).
- postgresql_privs - fix quoting of the ``schema`` parameter in SQL statements (https://github.com/ansible-collections/community.postgresql/pull/382).
- 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).

v2.3.1
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,25 @@ releases:
- 0-postgresql_privs.yml
- 2.3.1.yml
release_date: '2022-11-25'
2.3.2:
changes:
bugfixes:
- postgresql_pg_hba - fix ``changed`` return value for when ``overwrite`` is
enabled (https://github.com/ansible-collections/community.postgresql/pull/378).
- postgresql_privs - fix quoting of the ``schema`` parameter in SQL statements
(https://github.com/ansible-collections/community.postgresql/pull/382).
- '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).'
release_summary: 'This is the bugfix release of the ``community.postgresql``
collection.
This changelog contains all changes to the modules in this collection that
have been added after release 2.3.1.'
fragments:
- 2.3.2.yml
- 378-postgresql_pg_hba_fix_change_detection.yml
- 379-postgresql_privs.yml
- 382-postgresql_privs_fix_schemas_with_special_names.yml
release_date: '2022-12-09'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/379-postgresql_privs.yml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: postgresql
version: 2.3.1
version: 2.3.2
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit a1ad6d8

Please sign in to comment.