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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ Community PostgreSQL Collection Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v4.1.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This is a minor release of the ``community.postgresql`` collection.
14
+
This changelog contains all changes to the modules and plugins in this collection
15
+
that have been made after the previous release.
16
+
17
+
Deprecated Features
18
+
-------------------
19
+
20
+
- postgresql modules - the ``port`` alias is deprecated and will be removed in ``community.postgresql 5.0.0``, use the ``login_port`` argument instead.
21
+
22
+
Bugfixes
23
+
--------
24
+
25
+
- postgresql_schema - change reported in check_mode was negated. Now it reports a change when removing an existing schema (https://github.com/ansible-collections/community.postgresql/pull/858)
0 commit comments