automation: Update community.postgresql to version 3.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.postgresql | galaxy-collection | minor |
3.7.0 -> 3.8.0
|
Release Notes
ansible-collections/community.postgresql (community.postgresql)
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).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.