Skip to content

Commit 03fc6db

Browse files
authored
Release 3.7.0 commit (#751)
1 parent b8a772b commit 03fc6db

File tree

5 files changed

+43
-7
lines changed

5 files changed

+43
-7
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Community PostgreSQL Collection Release Notes
44

55
.. contents:: Topics
66

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+
728
v3.6.1
829
======
930

changelogs/changelog.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -765,3 +765,23 @@ releases:
765765
- 0-comment.yml
766766
- 3.6.1.yml
767767
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'

changelogs/fragments/0-pg_set.yml

-2
This file was deleted.

changelogs/fragments/1-pg_set.yml

-3
This file was deleted.

galaxy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
namespace: community
22
name: postgresql
3-
version: 3.6.1
3+
version: 3.7.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community
7-
description: null
7+
description: A collection of PostgreSQL community modules for Ansible
88
license_file: COPYING
99
tags:
1010
- database

0 commit comments

Comments
 (0)