Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v4.1.0
======

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

This is a minor release of the ``community.postgresql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Deprecated Features
-------------------

- postgresql modules - the ``port`` alias is deprecated and will be removed in ``community.postgresql 5.0.0``, use the ``login_port`` argument instead.

Bugfixes
--------

- postgresql_schema - change reported in check_mode was negated. Now it reports a change when removing an existing schema (https://github.com/ansible-collections/community.postgresql/pull/858)

v4.0.1
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,3 +1076,21 @@ releases:
- 0-alter_system.yml
- 4.0.1.yml
release_date: '2025-05-16'
4.1.0:
changes:
bugfixes:
- postgresql_schema - change reported in check_mode was negated. Now it reports
a change when removing an existing schema (https://github.com/ansible-collections/community.postgresql/pull/858)
deprecated_features:
- postgresql modules - the ``port`` alias is deprecated and will be removed
in ``community.postgresql 5.0.0``, use the ``login_port`` argument instead.
release_summary: 'This is a minor release of the ``community.postgresql`` collection.

This changelog contains all changes to the modules and plugins in this collection

that have been made after the previous release.'
fragments:
- 0-port.yml
- 4.1.0.yml
- 858-negated-change-report.yml
release_date: '2025-05-30'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-port.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/858-negated-change-report.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: 4.0.1
version: 4.1.0
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down
Loading