Skip to content

Commit

Permalink
Release 2.4.6 commit (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored May 17, 2024
1 parent 5f760b7 commit 5b498c6
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.4.6
======

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`` 2.4.5.

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/695).
- 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).

v2.4.5
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,26 @@ releases:
- 0-privs.yml
- 2.4.5.yml
release_date: '2024-02-09'
2.4.6:
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/695).
- 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`` 2.4.5.'
fragments:
- 2.4.6.yml
- 681-restore-custom-format-as-file.yml
- 690-revoke-functions-from-user.yaml
- 693-idx-consider-schema.yaml
- 695-reconnect-before-upgrade.yml
release_date: '2024-05-17'
3 changes: 0 additions & 3 deletions changelogs/fragments/681-restore-custom-format-as-file.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/690-revoke-functions-from-user.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/693-idx-consider-schema.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/695-reconnect-before-upgrade.yml

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.4.5
version: 2.4.6
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 5b498c6

Please sign in to comment.