diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
commit | b643c52cf29ce5bbab738b43290af3556efa1ca9 (patch) | |
tree | 21d5c53d7a9b696627a255777cefdf6f78968824 /ansible_collections/community/postgresql/changelogs | |
parent | Releasing progress-linux version 9.5.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.tar.xz ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.zip |
Merging upstream version 10.0.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/postgresql/changelogs')
-rw-r--r-- | ansible_collections/community/postgresql/changelogs/changelog.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible_collections/community/postgresql/changelogs/changelog.yaml b/ansible_collections/community/postgresql/changelogs/changelog.yaml index bacf00e7a..331cc0e02 100644 --- a/ansible_collections/community/postgresql/changelogs/changelog.yaml +++ b/ansible_collections/community/postgresql/changelogs/changelog.yaml @@ -678,3 +678,26 @@ releases: - 3.4.0.yml - 667-db_icu_provider.yml release_date: '2024-02-09' + 3.4.1: + changes: + bugfixes: + - postgresql_db - ``restore`` custom format as file instead of stdin to allow + the use of --job flag in ``target_opts`` (https://github.com/ansible-collections/community.postgresql/issues/594). + - postgresql_ext - Reconnect before upgrade to avoid accidental load of the + upgraded extension (https://github.com/ansible-collections/community.postgresql/pull/689). + - postgresql_idx - consider schema name when checking for index (https://github.com/ansible-collections/community.postgresql/issues/692). Index + names are only unique within a schema. This allows using the same index name + in multiple schemas. + - postgresql_privs - Enables the ability to revoke functions from user (https://github.com/ansible-collections/community.postgresql/issues/687). + release_summary: 'This is a patch release of the ``community.postgresql`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been added after the release of ``community.postgresql`` 3.4.0.' + fragments: + - 3.4.1.yml + - 681-restore-custom-format-as-file.yml + - 689-reconnect-before-upgrade.yml + - 690-revoke-functions-from-user.yaml + - 693-idx-consider-schema.yaml + release_date: '2024-05-17' |