Skip to content

Commit a5c3f0c

Browse files
committed
Release 2.1.4 commit
1 parent 0c8de78 commit a5c3f0c

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-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.1.4
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.3.
17+
18+
Major Changes
19+
-------------
20+
21+
- The community.postgresql collection no longer supports ``Ansible 2.9`` and ``ansible-base 2.10``. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing against ``Ansible 2.9`` and ``ansible-base 2.10``. Both will very soon be End of Life and if you are still using them, you should consider upgrading to the ``latest Ansible / ansible-core 2.11 or later`` as soon as possible (https://github.com/ansible-collections/community.postgresql/pull/245).
22+
823
v2.1.3
924
======
1025

changelogs/changelog.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,23 @@ releases:
291291
- 0-postgresql_user_depraction_of_privs.yml
292292
- 2.1.3.yml
293293
release_date: '2022-04-12'
294+
2.1.4:
295+
changes:
296+
major_changes:
297+
- The community.postgresql collection no longer supports ``Ansible 2.9`` and
298+
``ansible-base 2.10``. While we take no active measures to prevent usage and
299+
there are no plans to introduce incompatible code to the modules, we will
300+
stop testing against ``Ansible 2.9`` and ``ansible-base 2.10``. Both will
301+
very soon be End of Life and if you are still using them, you should consider
302+
upgrading to the ``latest Ansible / ansible-core 2.11 or later`` as soon as
303+
possible (https://github.com/ansible-collections/community.postgresql/pull/245).
304+
release_summary: 'This is the minor release of the ``community.postgresql``
305+
collection.
306+
307+
This changelog contains all changes to the modules in this collection that
308+
309+
have been added after the release of ``community.postgresql`` 2.1.3.'
310+
fragments:
311+
- 2.1.4.yml
312+
- remove-2.9-2.10-compatability.yml
313+
release_date: '2022-04-28'

changelogs/fragments/remove-2.9-2.10-compatability.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.1.3
3+
version: 2.1.4
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)