Skip to content

Commit c465c8b

Browse files
authored
Release 2.0.0 commit (#187)
1 parent 13d52a8 commit c465c8b

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
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.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the major 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`` 1.7.0.
17+
18+
Major Changes
19+
-------------
20+
21+
- postgresql_query - the default value of the ``as_single_query`` option changes to ``yes``. If the related behavior of your tasks where the module is involved changes, please adjust the parameter's value correspondingly (https://github.com/ansible-collections/community.postgresql/issues/85).
22+
823
v1.6.1
924
======
1025

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,19 @@ releases:
203203
- 173-postgres_info_now_shows_the_info_of_each_specific_database.yml
204204
- 178-prepare_for_distutils_be_removed.yml
205205
release_date: '2022-01-17'
206+
2.0.0:
207+
changes:
208+
major_changes:
209+
- postgresql_query - the default value of the ``as_single_query`` option changes
210+
to ``yes``. If the related behavior of your tasks where the module is involved
211+
changes, please adjust the parameter's value correspondingly (https://github.com/ansible-collections/community.postgresql/issues/85).
212+
release_summary: 'This is the major release of the ``community.postgresql``
213+
collection.
214+
215+
This changelog contains all changes to the modules in this collection that
216+
217+
have been added after the release of ``community.postgresql`` 1.7.0.'
218+
fragments:
219+
- 185-postgresql_query_as_single_query_true.yml
220+
- 2.0.0.yml
221+
release_date: '2022-02-10'

changelogs/fragments/177-postgresql_ping_add_conn_err_msg_ret_val.yml

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

changelogs/fragments/185-postgresql_query_as_single_query_true.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: 1.6.1
3+
version: 2.0.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)