Skip to content

Commit

Permalink
Release 2.4.2 commit (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jun 9, 2023
1 parent 0fa11c6 commit dc9ad16
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 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.2
======

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

This is a 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.4.1.

Bugfixes
--------

- postgresql_db - when the task is completed successfully, close the database connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_info - when the task is completed successfully, close the database connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_ping - when the task is completed successfully, close the database connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_privs - when the task is completed successfully, close the database connection (https://github.com/ansible-collections/community.postgresql/issues/465).

v2.4.1
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,3 +508,24 @@ releases:
- 0-postgresql_privs.yml
- 2.4.1.yml
release_date: '2023-05-05'
2.4.2:
changes:
bugfixes:
- postgresql_db - when the task is completed successfully, close the database
connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_info - when the task is completed successfully, close the database
connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_ping - when the task is completed successfully, close the database
connection (https://github.com/ansible-collections/community.postgresql/issues/465).
- postgresql_privs - when the task is completed successfully, close the database
connection (https://github.com/ansible-collections/community.postgresql/issues/465).
release_summary: 'This is a 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.4.1.'
fragments:
- 0-postgresql_db.yml
- 0-postgresql_info.yml
- 2.4.2.yml
release_date: '2023-06-09'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-postgresql_db.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/0-postgresql_info.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.1
version: 2.4.2
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit dc9ad16

Please sign in to comment.