Skip to content

Commit 771aa3a

Browse files
authored
Release 1.7.6 commit (#365)
1 parent 15d6326 commit 771aa3a

File tree

7 files changed

+43
-9
lines changed

7 files changed

+43
-9
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.7.6
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the bugfix release of the ``community.postgresql`` collection.
15+
This changelog contains all changes to the modules in this collection that
16+
have been added after the release of ``community.postgresql`` 1.7.5.
17+
18+
Bugfixes
19+
--------
20+
21+
- postgresql_info - make arguments passed to SHOW command properly quoted to prevent the interpreter evaluating them (https://github.com/ansible-collections/community.postgresql/issues/314).
22+
- postgresql_pg_hba - support the connection types ``hostgssenc`` and ``hostnogssenc`` (https://github.com/ansible-collections/community.postgresql/pull/351).
23+
- postgresql_set - avoid postgres puts extra quotes when passing values containing commas (https://github.com/ansible-collections/community.postgresql/issues/78).
24+
- postgresql_user - make the module idempotent when password is scram hashed (https://github.com/ansible-collections/community.postgresql/issues/301).
25+
826
v1.7.5
927
======
1028

changelogs/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,27 @@ releases:
318318
- all_in_schema.yml
319319
- simplified-bsd-license.yml
320320
release_date: '2022-07-27'
321+
1.7.6:
322+
changes:
323+
bugfixes:
324+
- postgresql_info - make arguments passed to SHOW command properly quoted to
325+
prevent the interpreter evaluating them (https://github.com/ansible-collections/community.postgresql/issues/314).
326+
- postgresql_pg_hba - support the connection types ``hostgssenc`` and ``hostnogssenc``
327+
(https://github.com/ansible-collections/community.postgresql/pull/351).
328+
- postgresql_set - avoid postgres puts extra quotes when passing values containing
329+
commas (https://github.com/ansible-collections/community.postgresql/issues/78).
330+
- postgresql_user - make the module idempotent when password is scram hashed
331+
(https://github.com/ansible-collections/community.postgresql/issues/301).
332+
release_summary: 'This is the bugfix release of the ``community.postgresql``
333+
collection.
334+
335+
This changelog contains all changes to the modules in this collection that
336+
337+
have been added after the release of ``community.postgresql`` 1.7.5.'
338+
fragments:
339+
- 0-postgresql_set_avoid_quoting.yml
340+
- 1.7.6.yml
341+
- 301-postgresql_user_idempotent_scram.yml
342+
- 314-postgresql_info-quote-show-args.yml
343+
- 351-postgresql_pg_hba-add-connection-types.yml
344+
release_date: '2022-11-02'

changelogs/fragments/0-postgresql_set_avoid_quoting.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/301-postgresql_user_idempotent_scram.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/314-postgresql_info-quote-show-args.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/351-postgresql_pg_hba-add-connection-types.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 1.7.5
3+
version: 1.7.6
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)