Skip to content

Commit eb01589

Browse files
authored
Release 4.0.1 commit (#856)
1 parent f32de83 commit eb01589

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes
44

55
.. contents:: Topics
66

7+
v4.0.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a patch release of the ``community.postgresql`` collection.
14+
This changelog contains all changes to the modules and plugins in this collection
15+
that have been made after the previous release.
16+
17+
Bugfixes
18+
--------
19+
20+
- postgresql_alter_system - fix failure when max_val contains a huge number written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853).
21+
722
v4.0.0
823
======
924

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,3 +1062,17 @@ releases:
10621062
- 5-python2.yml
10631063
- 6-set_deprecate.yml
10641064
release_date: '2025-05-06'
1065+
4.0.1:
1066+
changes:
1067+
bugfixes:
1068+
- postgresql_alter_system - fix failure when max_val contains a huge number
1069+
written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853).
1070+
release_summary: 'This is a patch release of the ``community.postgresql`` collection.
1071+
1072+
This changelog contains all changes to the modules and plugins in this collection
1073+
1074+
that have been made after the previous release.'
1075+
fragments:
1076+
- 0-alter_system.yml
1077+
- 4.0.1.yml
1078+
release_date: '2025-05-16'

changelogs/fragments/0-alter_system.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: 4.0.0
3+
version: 4.0.1
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)