Skip to content

Commit

Permalink
Release 3.8.0 commit (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
toydarian authored Nov 15, 2024
1 parent 1f4684e commit 0cac703
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v3.8.0
======

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

This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Minor Changes
-------------

- postgresql_pg_hba - show the number of the line with the issue if parsing a file fails (https://github.com/ansible-collections/community.postgresql/pull/766)
- postgresql_publication - add possibility of creating publication with column list (https://github.com/ansible-collections/community.postgresql/pull/763).

Bugfixes
--------

- postgresql_pg_hba - fixes #420 by properly handling hash-symbols in quotes (https://github.com/ansible-collections/community.postgresql/pull/766)
- postgresql_pg_hba - fixes #705 by preventing invalid strings to be written (https://github.com/ansible-collections/community.postgresql/pull/761)
- postgresql_pg_hba - fixes #730 by extending the key we use to identify a rule with the connection type (https://github.com/ansible-collections/community.postgresql/pull/770)
- postgresql_pg_hba - improves parsing of quoted strings and escaped newlines (https://github.com/ansible-collections/community.postgresql/pull/761)
- postgresql_user - doesn't take password_encryption into account when checking if a password should be updated (https://github.com/ansible-collections/community.postgresql/issues/688).

v3.7.0
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -785,3 +785,34 @@ releases:
- 1-pg_set.yml
- 3.7.0.yml
release_date: '2024-10-10'
3.8.0:
changes:
bugfixes:
- 'postgresql_pg_hba - fixes #420 by properly handling hash-symbols in quotes
(https://github.com/ansible-collections/community.postgresql/pull/766)'
- 'postgresql_pg_hba - fixes #705 by preventing invalid strings to be written
(https://github.com/ansible-collections/community.postgresql/pull/761)'
- 'postgresql_pg_hba - fixes #730 by extending the key we use to identify a
rule with the connection type (https://github.com/ansible-collections/community.postgresql/pull/770)'
- postgresql_pg_hba - improves parsing of quoted strings and escaped newlines
(https://github.com/ansible-collections/community.postgresql/pull/761)
- postgresql_user - doesn't take password_encryption into account when checking
if a password should be updated (https://github.com/ansible-collections/community.postgresql/issues/688).
minor_changes:
- postgresql_pg_hba - show the number of the line with the issue if parsing
a file fails (https://github.com/ansible-collections/community.postgresql/pull/766)
- postgresql_publication - add possibility of creating publication with column
list (https://github.com/ansible-collections/community.postgresql/pull/763).
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 0-postgresql_user.yml
- 420-pg_hba-fix-hash-symbol-in-quotes.yml
- 705-pg_hba-invalid-and-parsing.yml
- 730-insufficient-key-in-pg_hba-rule.yml
- 763-add-publication-with-specific-columns.yml
- 8.3.0.yml
release_date: '2024-11-15'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-postgresql_user.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/420-pg_hba-fix-hash-symbol-in-quotes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/705-pg_hba-invalid-and-parsing.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/730-insufficient-key-in-pg_hba-rule.yml

This file was deleted.

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

0 comments on commit 0cac703

Please sign in to comment.