Skip to content

Commit

Permalink
Release 2.4.4 commit (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Dec 20, 2023
1 parent 167a93f commit 5734213
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.4.4
======

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

Bugfixes
--------

- postgresql_query - now reports not changed for queries starting with "SHOW" (https://github.com/ansible-collections/community.postgresql/pull/592).
- postgresql_user - module failed when running against an SQL_ASCII encoded database as the user's current password was returned as bytes as opposed to a str. Fix now checks for this case and decodes the bytes as an ascii encoded string. (https://github.com/ansible-collections/community.postgresql/issues/584).

v2.4.3
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,22 @@ releases:
- 505-postgresql_set.yml
- 559-postgresql_lang-deprecate.yml
release_date: '2023-08-14'
2.4.4:
changes:
bugfixes:
- postgresql_query - now reports not changed for queries starting with "SHOW"
(https://github.com/ansible-collections/community.postgresql/pull/592).
- postgresql_user - module failed when running against an SQL_ASCII encoded
database as the user's current password was returned as bytes as opposed to
a str. Fix now checks for this case and decodes the bytes as an ascii encoded
string. (https://github.com/ansible-collections/community.postgresql/issues/584).
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.3.'
fragments:
- 2.4.4.yml
- 585-decode-data-from-sql_ascii-databases.yml
- 592-return-not-changed-for-show.yml
release_date: '2023-12-20'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/592-return-not-changed-for-show.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.3
version: 2.4.4
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 5734213

Please sign in to comment.