Skip to content

Commit

Permalink
Release 3.9.0 commit (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Dec 2, 2024
1 parent 359ca4b commit bc96c50
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Community PostgreSQL Collection Release Notes

.. contents:: Topics

v3.9.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.

Minor Changes
-------------

- postgresql_pg_hba - changes ordering of entries that are identical except for the ip-range, but only if the ranges are of the same size, this isn't breaking as ranges of equal size can't overlap (https://github.com/ansible-collections/community.postgresql/pull/772)
- postgresql_pg_hba - orders auth-options alphabetically, this isn't breaking as the order of those options is not relevant to postgresql (https://github.com/ansible-collections/community.postgresql/pull/772)

v3.8.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,20 @@ releases:
- 763-add-publication-with-specific-columns.yml
- 8.3.0.yml
release_date: '2024-11-15'
3.9.0:
changes:
minor_changes:
- postgresql_pg_hba - changes ordering of entries that are identical except
for the ip-range, but only if the ranges are of the same size, this isn't
breaking as ranges of equal size can't overlap (https://github.com/ansible-collections/community.postgresql/pull/772)
- postgresql_pg_hba - orders auth-options alphabetically, this isn't breaking
as the order of those options is not relevant to postgresql (https://github.com/ansible-collections/community.postgresql/pull/772)
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:
- 3.9.0.yml
- 772-refactoring-pg_hba-module.yml
release_date: '2024-12-02'
3 changes: 0 additions & 3 deletions changelogs/fragments/772-refactoring-pg_hba-module.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: 3.8.0
version: 3.9.0
readme: README.md
authors:
- Ansible PostgreSQL community
Expand Down

0 comments on commit bc96c50

Please sign in to comment.