Skip to content

Commit

Permalink
Release 3.7.0 commit (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Oct 10, 2024
1 parent b8a772b commit 03fc6db
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v3.7.0
======

Release Summary
---------------

This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Minor Changes
-------------

- postgresql_set - adds the ``queries`` return value to return executed DML statements.

Bugfixes
--------

- postgresql_set - fixes resetting logic to allow resetting shared_preload_libraries with ``reset: true`` (https://github.com/ansible-collections/community.postgresql/issues/744).
- postgresql_set - forbids resetting shared_preload_libraries by passing an empty string (https://github.com/ansible-collections/community.postgresql/issues/744).

v3.6.1
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,3 +765,23 @@ releases:
- 0-comment.yml
- 3.6.1.yml
release_date: '2024-09-17'
3.7.0:
changes:
bugfixes:
- 'postgresql_set - fixes resetting logic to allow resetting shared_preload_libraries
with ``reset: true`` (https://github.com/ansible-collections/community.postgresql/issues/744).'
- postgresql_set - forbids resetting shared_preload_libraries by passing an
empty string (https://github.com/ansible-collections/community.postgresql/issues/744).
minor_changes:
- postgresql_set - adds the ``queries`` return value to return executed DML
statements.
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 0-pg_set.yml
- 1-pg_set.yml
- 3.7.0.yml
release_date: '2024-10-10'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-pg_set.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1-pg_set.yml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace: community
name: postgresql
version: 3.6.1
version: 3.7.0
readme: README.md
authors:
- Ansible PostgreSQL community
description: null
description: A collection of PostgreSQL community modules for Ansible
license_file: COPYING
tags:
- database
Expand Down

0 comments on commit 03fc6db

Please sign in to comment.