Skip to content

Commit

Permalink
Release 1.7.10 commit (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jun 9, 2023
1 parent 8a22cc7 commit 0cdba21
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 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


v1.7.10
=======

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 the release of ``community.postgresql`` 1.7.9.

Bugfixes
--------

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

v1.7.9
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,24 @@ releases:
- 1-postgresq_connection_fix.yml
- 1.7.1.yml
release_date: '2022-02-28'
1.7.10:
changes:
bugfixes:
- 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 the release of ``community.postgresql`` 1.7.9.'
fragments:
- 0-postgresql_info.yml
- 1.7.10.yml
release_date: '2023-06-09'
1.7.2:
changes:
bugfixes:
Expand Down
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: 1.7.9
version: 1.7.10
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 0cdba21

Please sign in to comment.