Skip to content

Commit b87409d

Browse files
betanummericfhamme
andauthored
Release 1.7.5 commit (#319)
Co-authored-by: Felix Hamme <[email protected]>
1 parent 32858c0 commit b87409d

9 files changed

+58
-14
lines changed

CHANGELOG.rst

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.7.5
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.4
17+
18+
Major Changes
19+
-------------
20+
21+
- postgresql_user - the ``groups`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_membership`` module to specify group/role memberships instead (https://github.com/ansible-collections/community.postgresql/issues/277).
22+
23+
Bugfixes
24+
--------
25+
26+
- Include ``simplified_bsd.txt`` license file for various module utils.
27+
- postgresql_info - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
28+
- postgresql_ping - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
29+
- postgresql_privs.py - add functionality when the PostgreSQL version is 9.0.0 or greater to incorporate ``ALL x IN SCHEMA`` syntax (https://github.com/ansible-collections/community.postgresql/pull/282). Please see the official documentation for details regarding grants (https://www.postgresql.org/docs/9.0/sql-grant.html).
30+
- postgresql_subscription - fix idempotence by casting the ``connparams`` dict variable (https://github.com/ansible-collections/community.postgresql/issues/280).
31+
- postgresql_user - add ``alter user``-statements in the return value ``queries`` (https://github.com/ansible-collections/community.postgresql/issues/307).
32+
833
v1.7.4
934
======
1035

changelogs/changelog.yaml

+32
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,35 @@ releases:
286286
- 1.7.4.yml
287287
- psf-license.yml
288288
release_date: '2022-05-16'
289+
1.7.5:
290+
changes:
291+
bugfixes:
292+
- Include ``simplified_bsd.txt`` license file for various module utils.
293+
- postgresql_info - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
294+
- postgresql_ping - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315).
295+
- postgresql_privs.py - add functionality when the PostgreSQL version is 9.0.0
296+
or greater to incorporate ``ALL x IN SCHEMA`` syntax (https://github.com/ansible-collections/community.postgresql/pull/282).
297+
Please see the official documentation for details regarding grants (https://www.postgresql.org/docs/9.0/sql-grant.html).
298+
- postgresql_subscription - fix idempotence by casting the ``connparams`` dict
299+
variable (https://github.com/ansible-collections/community.postgresql/issues/280).
300+
- postgresql_user - add ``alter user``-statements in the return value ``queries``
301+
(https://github.com/ansible-collections/community.postgresql/issues/307).
302+
major_changes:
303+
- postgresql_user - the ``groups`` argument has been deprecated and will be
304+
removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_membership``
305+
module to specify group/role memberships instead (https://github.com/ansible-collections/community.postgresql/issues/277).
306+
release_summary: 'This is the bugfix release of the ``community.postgresql``
307+
collection.
308+
309+
This changelog contains all changes to the modules in this collection that
310+
311+
have been added after the release of ``community.postgresql`` 1.7.4'
312+
fragments:
313+
- 0-postgresql_user-deprecate-privs-manipulation.yml
314+
- 1.7.5.yml
315+
- 285-postgresql_subscription_fix_idempontece.yml
316+
- 308-postgresql_user_alter_statements_return.yml
317+
- 316-postgresql_ping_fix_pg_version_parsing.yml
318+
- all_in_schema.yml
319+
- simplified-bsd-license.yml
320+
release_date: '2022-07-27'

changelogs/fragments/0-postgresql_user-deprecate-privs-manipulation.yml

-2
This file was deleted.

changelogs/fragments/285-postgresql_subscription_fix_idempontece.yml

-2
This file was deleted.

changelogs/fragments/308-postgresql_user_alter_statements_return.yml

-2
This file was deleted.

changelogs/fragments/316-postgresql_ping_fix_pg_version_parsing.yml

-3
This file was deleted.

changelogs/fragments/all_in_schema.yml

-2
This file was deleted.

changelogs/fragments/simplified-bsd-license.yml

-2
This file was deleted.

galaxy.yml

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

0 commit comments

Comments
 (0)