You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+25
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ Community PostgreSQL Collection Release Notes
5
5
.. contents:: Topics
6
6
7
7
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).
0 commit comments