Skip to content

Commit 52f1df0

Browse files
authored
Release 3.4.1 commit (#698)
1 parent 7fa0c4a commit 52f1df0

7 files changed

+42
-11
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v3.4.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a patch release of the ``community.postgresql`` collection.
15+
This changelog contains all changes to the modules and plugins in this collection
16+
that have been added after the release of ``community.postgresql`` 3.4.0.
17+
18+
Bugfixes
19+
--------
20+
21+
- 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).
22+
- postgresql_ext - Reconnect before upgrade to avoid accidental load of the upgraded extension (https://github.com/ansible-collections/community.postgresql/pull/689).
23+
- 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.
24+
- postgresql_privs - Enables the ability to revoke functions from user (https://github.com/ansible-collections/community.postgresql/issues/687).
25+
826
v3.4.0
927
======
1028

changelogs/changelog.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -678,3 +678,26 @@ releases:
678678
- 3.4.0.yml
679679
- 667-db_icu_provider.yml
680680
release_date: '2024-02-09'
681+
3.4.1:
682+
changes:
683+
bugfixes:
684+
- postgresql_db - ``restore`` custom format as file instead of stdin to allow
685+
the use of --job flag in ``target_opts`` (https://github.com/ansible-collections/community.postgresql/issues/594).
686+
- postgresql_ext - Reconnect before upgrade to avoid accidental load of the
687+
upgraded extension (https://github.com/ansible-collections/community.postgresql/pull/689).
688+
- postgresql_idx - consider schema name when checking for index (https://github.com/ansible-collections/community.postgresql/issues/692). Index
689+
names are only unique within a schema. This allows using the same index name
690+
in multiple schemas.
691+
- postgresql_privs - Enables the ability to revoke functions from user (https://github.com/ansible-collections/community.postgresql/issues/687).
692+
release_summary: 'This is a patch release of the ``community.postgresql`` collection.
693+
694+
This changelog contains all changes to the modules and plugins in this collection
695+
696+
that have been added after the release of ``community.postgresql`` 3.4.0.'
697+
fragments:
698+
- 3.4.1.yml
699+
- 681-restore-custom-format-as-file.yml
700+
- 689-reconnect-before-upgrade.yml
701+
- 690-revoke-functions-from-user.yaml
702+
- 693-idx-consider-schema.yaml
703+
release_date: '2024-05-17'

changelogs/fragments/681-restore-custom-format-as-file.yml

-3
This file was deleted.

changelogs/fragments/689-reconnect-before-upgrade.yml

-3
This file was deleted.

changelogs/fragments/690-revoke-functions-from-user.yaml

-2
This file was deleted.

changelogs/fragments/693-idx-consider-schema.yaml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 3.4.0
3+
version: 3.4.1
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)