Skip to content

Commit b202c78

Browse files
authored
Release 2.1.0 commit (#191)
1 parent 8bc0e5d commit b202c78

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
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.0
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.0.0.
17+
18+
Major Changes
19+
-------------
20+
21+
- postgresql_query - the ``path_to_script`` and ``as_single_query`` options as well as the ``query_list`` and ``query_all_results`` return values have been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``community.postgresql.postgresql_script`` module to execute statements from scripts (https://github.com/ansible-collections/community.postgresql/issues/189).
22+
23+
New Modules
24+
-----------
25+
26+
- postgresql_script - Run PostgreSQL statements from a file
27+
828
v2.0.0
929
======
1030

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,25 @@ releases:
219219
- 185-postgresql_query_as_single_query_true.yml
220220
- 2.0.0.yml
221221
release_date: '2022-02-10'
222+
2.1.0:
223+
changes:
224+
major_changes:
225+
- postgresql_query - the ``path_to_script`` and ``as_single_query`` options
226+
as well as the ``query_list`` and ``query_all_results`` return values have
227+
been deprecated and will be removed in ``community.postgresql 3.0.0``. Please
228+
use the ``community.postgresql.postgresql_script`` module to execute statements
229+
from scripts (https://github.com/ansible-collections/community.postgresql/issues/189).
230+
release_summary: 'This is the minor release of the ``community.postgresql``
231+
collection.
232+
233+
This changelog contains all changes to the modules in this collection that
234+
235+
have been added after the release of ``community.postgresql`` 2.0.0.'
236+
fragments:
237+
- 0_deprecation_announcement.yml
238+
- 2.1.0.yml
239+
modules:
240+
- description: Run PostgreSQL statements from a file
241+
name: postgresql_script
242+
namespace: ''
243+
release_date: '2022-02-17'

changelogs/fragments/0_deprecation_announcement.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.0.0
3+
version: 2.1.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)