Skip to content

Commit

Permalink
Release 2.1.1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hunleyd committed Feb 28, 2022
1 parent 476da36 commit 8255581
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Community PostgreSQL Collection Release Notes
.. contents:: Topics


v2.1.1
======

Release Summary
---------------

This is the bugfix release of the community.postgresql collection.
This changelog contains all changes to the modules in this collection that have been added after the release of community.postgresql 2.1.0.

Bugfixes
--------

- 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).
- postgresql_query - cannot handle .sql file with \n at end of file (https://github.com/ansible-collections/community.postgresql/issues/180).

v2.1.0
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,18 @@ releases:
name: postgresql_script
namespace: ''
release_date: '2022-02-17'
2.1.1:
changes:
bugfixes:
- 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).
- postgresql_query - cannot handle .sql file with \n at end of file (https://github.com/ansible-collections/community.postgresql/issues/180).
release_summary: 'This is the bugfix release of the community.postgresql collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of community.postgresql 2.1.0.'
fragments:
- 0-postgresql_query_fix.yml
- 1-postgresq_connection_fix.yml
- 2.1.1.yml
release_date: '2022-02-28'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-postgresql_query_fix.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1-postgresq_connection_fix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: postgresql
version: 2.1.0
version: 2.1.1
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit 8255581

Please sign in to comment.