Skip to content

Commit 7c22a90

Browse files
authored
Release 2.3.1 commit (#375)
1 parent 356e6fa commit 7c22a90

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.3.1
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 release 2.3.0.
17+
18+
Bugfixes
19+
--------
20+
21+
- postgresql_privs - fails with ``type=default_privs``, ``privs=ALL``, ``objs=ALL_DEFAULT`` (https://github.com/ansible-collections/community.postgresql/issues/373).
22+
823
v2.3.0
924
======
1025

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,3 +406,18 @@ releases:
406406
- 332-postgresql_privs_def_privs_schemas.yml
407407
- 351-postgresql_pg_hba-add-connection-types.yml
408408
release_date: '2022-11-04'
409+
2.3.1:
410+
changes:
411+
bugfixes:
412+
- postgresql_privs - fails with ``type=default_privs``, ``privs=ALL``, ``objs=ALL_DEFAULT``
413+
(https://github.com/ansible-collections/community.postgresql/issues/373).
414+
release_summary: 'This is the bugfix release of the ``community.postgresql``
415+
collection.
416+
417+
This changelog contains all changes to the modules in this collection that
418+
419+
have been added after release 2.3.0.'
420+
fragments:
421+
- 0-postgresql_privs.yml
422+
- 2.3.1.yml
423+
release_date: '2022-11-25'

changelogs/fragments/0-postgresql_privs.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 2.3.0
3+
version: 2.3.1
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)