Skip to content

Commit 004d2a2

Browse files
authored
Release 3.0.0 commit (#498)
1 parent 5b4eb04 commit 004d2a2

8 files changed

+48
-12
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ Community PostgreSQL Collection Release Notes
55
.. contents:: Topics
66

77

8+
v3.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a major 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`` 2.4.2.
17+
18+
Major Changes
19+
-------------
20+
21+
- postgresql_pg_hba - remove the deprecated ``order`` argument. The sortorder ``sdu`` is hardcoded (https://github.com/ansible-collections/community.postgresql/pull/496).
22+
- postgresql_privs - remove the deprecated ``usage_on_types`` argument. Use the ``type`` option of the ``type`` argument to explicitly manipulate privileges on PG types (https://github.com/ansible-collections/community.postgresql/issues/208).
23+
- postgresql_query - remove the deprecated ``path_to_script`` and ``as_single_query`` arguments. Use the ``postgresql_script`` module to run queries from scripts (https://github.com/ansible-collections/community.postgresql/issues/189).
24+
- postgresql_user - move the deprecated ``privs`` argument removal to community.postgresql 4.0.0 (https://github.com/ansible-collections/community.postgresql/issues/493).
25+
- postgresql_user - remove the deprecated ``groups`` argument. Use the ``postgresql_membership`` module instead (https://github.com/ansible-collections/community.postgresql/issues/300).
26+
827
v2.4.2
928
======
1029

changelogs/changelog.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -529,3 +529,31 @@ releases:
529529
- 0-postgresql_info.yml
530530
- 2.4.2.yml
531531
release_date: '2023-06-09'
532+
3.0.0:
533+
changes:
534+
major_changes:
535+
- postgresql_pg_hba - remove the deprecated ``order`` argument. The sortorder
536+
``sdu`` is hardcoded (https://github.com/ansible-collections/community.postgresql/pull/496).
537+
- postgresql_privs - remove the deprecated ``usage_on_types`` argument. Use
538+
the ``type`` option of the ``type`` argument to explicitly manipulate privileges
539+
on PG types (https://github.com/ansible-collections/community.postgresql/issues/208).
540+
- postgresql_query - remove the deprecated ``path_to_script`` and ``as_single_query``
541+
arguments. Use the ``postgresql_script`` module to run queries from scripts
542+
(https://github.com/ansible-collections/community.postgresql/issues/189).
543+
- postgresql_user - move the deprecated ``privs`` argument removal to community.postgresql
544+
4.0.0 (https://github.com/ansible-collections/community.postgresql/issues/493).
545+
- postgresql_user - remove the deprecated ``groups`` argument. Use the ``postgresql_membership``
546+
module instead (https://github.com/ansible-collections/community.postgresql/issues/300).
547+
release_summary: 'This is a major release of the ``community.postgresql`` collection.
548+
549+
This changelog contains all changes to the modules in this collection that
550+
551+
have been added after the release of ``community.postgresql`` 2.4.2.'
552+
fragments:
553+
- 0-postgresql_query.yml
554+
- 1-postgresql_privs.yml
555+
- 3-postgresql_user.yml
556+
- 3.0.0.yml
557+
- 4-postgresql_user.yml
558+
- 5-postgresql_pg_hba.yml
559+
release_date: '2023-06-09'

changelogs/fragments/0-postgresql_query.yml

-3
This file was deleted.

changelogs/fragments/1-postgresql_privs.yml

-2
This file was deleted.

changelogs/fragments/3-postgresql_user.yml

-2
This file was deleted.

changelogs/fragments/4-postgresql_user.yml

-2
This file was deleted.

changelogs/fragments/5-postgresql_pg_hba.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: postgresql
3-
version: 2.4.2
3+
version: 3.0.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)