File tree 5 files changed +43
-7
lines changed
5 files changed +43
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ Community PostgreSQL Collection Release Notes
4
4
5
5
.. contents :: Topics
6
6
7
+ v3.7.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
+ Minor Changes
18
+ -------------
19
+
20
+ - postgresql_set - adds the ``queries `` return value to return executed DML statements.
21
+
22
+ Bugfixes
23
+ --------
24
+
25
+ - postgresql_set - fixes resetting logic to allow resetting shared_preload_libraries with ``reset: true `` (https://github.com/ansible-collections/community.postgresql/issues/744).
26
+ - postgresql_set - forbids resetting shared_preload_libraries by passing an empty string (https://github.com/ansible-collections/community.postgresql/issues/744).
27
+
7
28
v3.6.1
8
29
======
9
30
Original file line number Diff line number Diff line change @@ -765,3 +765,23 @@ releases:
765
765
- 0-comment.yml
766
766
- 3.6.1.yml
767
767
release_date : ' 2024-09-17'
768
+ 3.7.0 :
769
+ changes :
770
+ bugfixes :
771
+ - ' postgresql_set - fixes resetting logic to allow resetting shared_preload_libraries
772
+ with ``reset: true`` (https://github.com/ansible-collections/community.postgresql/issues/744).'
773
+ - postgresql_set - forbids resetting shared_preload_libraries by passing an
774
+ empty string (https://github.com/ansible-collections/community.postgresql/issues/744).
775
+ minor_changes :
776
+ - postgresql_set - adds the ``queries`` return value to return executed DML
777
+ statements.
778
+ release_summary : ' This is a minor release of the ``community.postgresql`` collection.
779
+
780
+ This changelog contains all changes to the modules and plugins in this collection
781
+
782
+ that have been made after the previous release.'
783
+ fragments :
784
+ - 0-pg_set.yml
785
+ - 1-pg_set.yml
786
+ - 3.7.0.yml
787
+ release_date : ' 2024-10-10'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
namespace : community
2
2
name : postgresql
3
- version : 3.6.1
3
+ version : 3.7.0
4
4
readme : README.md
5
5
authors :
6
6
- Ansible PostgreSQL community
7
- description : null
7
+ description : A collection of PostgreSQL community modules for Ansible
8
8
license_file : COPYING
9
9
tags :
10
10
- database
You can’t perform that action at this time.
0 commit comments