Skip to content

Commit 486657e

Browse files
authored
Release 1.7.1 commit (#201)
1 parent 2843e8e commit 486657e

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

CHANGELOG.rst

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

77

8+
v1.7.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 the release of ``community.postgresql`` 1.7.0.
17+
18+
Bugfixes
19+
--------
20+
21+
- module core functions - get rid of the deprecated psycopg2 connection alias ``database`` in favor of ``dbname`` when psycopg2 is 2.7+ (https://github.com/ansible-collections/community.postgresql/pull/196).
22+
- postgresql_query - cannot handle .sql file with \n at end of file (https://github.com/ansible-collections/community.postgresql/issues/180).
23+
824
v1.7.0
925
======
1026

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,20 @@ releases:
217217
- 1.7.0.yml
218218
- 177-postgresql_ping_add_conn_err_msg_ret_val.yml
219219
release_date: '2022-02-10'
220+
1.7.1:
221+
changes:
222+
bugfixes:
223+
- module core functions - get rid of the deprecated psycopg2 connection alias
224+
``database`` in favor of ``dbname`` when psycopg2 is 2.7+ (https://github.com/ansible-collections/community.postgresql/pull/196).
225+
- postgresql_query - cannot handle .sql file with \n at end of file (https://github.com/ansible-collections/community.postgresql/issues/180).
226+
release_summary: 'This is the bugfix release of the ``community.postgresql``
227+
collection.
228+
229+
This changelog contains all changes to the modules in this collection that
230+
231+
have been added after the release of ``community.postgresql`` 1.7.0.'
232+
fragments:
233+
- 0-postgresql_query_fix.yml
234+
- 1-postgresq_connection_fix.yml
235+
- 1.7.1.yml
236+
release_date: '2022-02-28'

changelogs/fragments/0-postgresql_query_fix.yml

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

changelogs/fragments/1-postgresq_connection_fix.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.7.0
3+
version: 1.7.1
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)