Skip to content

Commit 58cdfe1

Browse files
committed
Release 2.1.3 commit
1 parent 218641f commit 58cdfe1

5 files changed

+42
-5
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.1.3
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the minor release of the ``community.postgresql`` collection.
15+
This changelog contains all changes to the modules in this collection that
16+
have been added after the release of ``community.postgresql`` 2.1.2.
17+
18+
Major Changes
19+
-------------
20+
21+
- postgresql_user - the ``priv`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_privs`` module to grant/revoke privileges instead (https://github.com/ansible-collections/community.postgresql/issues/212).
22+
23+
Bugfixes
24+
--------
25+
26+
- postgresql_db - get rid of the deprecated psycopg2 connection alias ``database`` in favor of ``dbname`` when psycopg2 is 2.7+ is used (https://github.com/ansible-collections/community.postgresql/issues/194, https://github.com/ansible-collections/community.postgresql/pull/196).
27+
828
v2.1.2
929
======
1030

changelogs/changelog.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,24 @@ releases:
270270
- 0_deprecation_announcement.yml
271271
- 2.1.2.yml
272272
release_date: '2022-03-16'
273+
2.1.3:
274+
changes:
275+
bugfixes:
276+
- postgresql_db - get rid of the deprecated psycopg2 connection alias ``database``
277+
in favor of ``dbname`` when psycopg2 is 2.7+ is used (https://github.com/ansible-collections/community.postgresql/issues/194,
278+
https://github.com/ansible-collections/community.postgresql/pull/196).
279+
major_changes:
280+
- postgresql_user - the ``priv`` argument has been deprecated and will be removed
281+
in ``community.postgresql 3.0.0``. Please use the ``postgresql_privs`` module
282+
to grant/revoke privileges instead (https://github.com/ansible-collections/community.postgresql/issues/212).
283+
release_summary: 'This is the minor release of the ``community.postgresql``
284+
collection.
285+
286+
This changelog contains all changes to the modules in this collection that
287+
288+
have been added after the release of ``community.postgresql`` 2.1.2.'
289+
fragments:
290+
- 0-postgresql_db_deprecated_alias.yml
291+
- 0-postgresql_user_depraction_of_privs.yml
292+
- 2.1.3.yml
293+
release_date: '2022-04-12'

changelogs/fragments/0-postgresql_db_deprecated_alias.yml

-2
This file was deleted.

changelogs/fragments/0-postgresql_user_depraction_of_privs.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 2.1.2
3+
version: 2.1.3
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)