Skip to content

Commit 33ee895

Browse files
authored
Release 3.14.0 commit (#835)
1 parent 68a26c6 commit 33ee895

File tree

5 files changed

+95
-25
lines changed

5 files changed

+95
-25
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.14.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a minor 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+
Deprecated Features
18+
-------------------
19+
20+
- postgresql_copy - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
21+
- postgresql_db - the ``rename`` choice of the state option is deprecated and will be removed in version 5.0.0, use the ``postgresql_query`` module instead.
22+
- postgresql_ext - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
23+
- postgresql_idx - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
24+
- postgresql_membership - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
25+
- postgresql_owner - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
26+
- postgresql_ping - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
27+
- postgresql_privs - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
28+
- postgresql_publication - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
29+
- postgresql_query - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
30+
- postgresql_schema - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
31+
- postgresql_script - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
32+
- postgresql_sequence - the ``rename_to`` option is deprecated and will be removed in version 5.0.0, use the ``postgresql_query`` module instead.
33+
- postgresql_sequence - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
34+
- postgresql_set - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
35+
- postgresql_slot - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
36+
- postgresql_subscription - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
37+
- postgresql_table - the ``rename`` option is deprecated and will be removed in version 5.0.0, use the ``postgresql_query module`` instead.
38+
- postgresql_table - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
39+
- postgresql_tablespace - the ``rename_to`` option is deprecated and will be removed in version 5.0.0, use the ``postgresql_query`` module instead.
40+
- postgresql_tablespace - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
41+
- postgresql_user_obj_stat_info - the parameter aliases db and database are deprecated and will be removed in community.postgresql 5.0.0. Use login_db instead.
42+
743
v3.13.0
844
=======
945

changelogs/changelog.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,64 @@ releases:
725725
name: postgresql_alter_system
726726
namespace: ''
727727
release_date: '2025-04-11'
728+
3.14.0:
729+
changes:
730+
deprecated_features:
731+
- postgresql_copy - the parameter aliases db and database are deprecated and
732+
will be removed in community.postgresql 5.0.0. Use login_db instead.
733+
- postgresql_db - the ``rename`` choice of the state option is deprecated and
734+
will be removed in version 5.0.0, use the ``postgresql_query`` module instead.
735+
- postgresql_ext - the parameter aliases db and database are deprecated and
736+
will be removed in community.postgresql 5.0.0. Use login_db instead.
737+
- postgresql_idx - the parameter aliases db and database are deprecated and
738+
will be removed in community.postgresql 5.0.0. Use login_db instead.
739+
- postgresql_membership - the parameter aliases db and database are deprecated
740+
and will be removed in community.postgresql 5.0.0. Use login_db instead.
741+
- postgresql_owner - the parameter aliases db and database are deprecated and
742+
will be removed in community.postgresql 5.0.0. Use login_db instead.
743+
- postgresql_ping - the parameter aliases db and database are deprecated and
744+
will be removed in community.postgresql 5.0.0. Use login_db instead.
745+
- postgresql_privs - the parameter aliases db and database are deprecated and
746+
will be removed in community.postgresql 5.0.0. Use login_db instead.
747+
- postgresql_publication - the parameter aliases db and database are deprecated
748+
and will be removed in community.postgresql 5.0.0. Use login_db instead.
749+
- postgresql_query - the parameter aliases db and database are deprecated and
750+
will be removed in community.postgresql 5.0.0. Use login_db instead.
751+
- postgresql_schema - the parameter aliases db and database are deprecated and
752+
will be removed in community.postgresql 5.0.0. Use login_db instead.
753+
- postgresql_script - the parameter aliases db and database are deprecated and
754+
will be removed in community.postgresql 5.0.0. Use login_db instead.
755+
- postgresql_sequence - the ``rename_to`` option is deprecated and will be removed
756+
in version 5.0.0, use the ``postgresql_query`` module instead.
757+
- postgresql_sequence - the parameter aliases db and database are deprecated
758+
and will be removed in community.postgresql 5.0.0. Use login_db instead.
759+
- postgresql_set - the parameter aliases db and database are deprecated and
760+
will be removed in community.postgresql 5.0.0. Use login_db instead.
761+
- postgresql_slot - the parameter aliases db and database are deprecated and
762+
will be removed in community.postgresql 5.0.0. Use login_db instead.
763+
- postgresql_subscription - the parameter aliases db and database are deprecated
764+
and will be removed in community.postgresql 5.0.0. Use login_db instead.
765+
- postgresql_table - the ``rename`` option is deprecated and will be removed
766+
in version 5.0.0, use the ``postgresql_query module`` instead.
767+
- postgresql_table - the parameter aliases db and database are deprecated and
768+
will be removed in community.postgresql 5.0.0. Use login_db instead.
769+
- postgresql_tablespace - the ``rename_to`` option is deprecated and will be
770+
removed in version 5.0.0, use the ``postgresql_query`` module instead.
771+
- postgresql_tablespace - the parameter aliases db and database are deprecated
772+
and will be removed in community.postgresql 5.0.0. Use login_db instead.
773+
- postgresql_user_obj_stat_info - the parameter aliases db and database are
774+
deprecated and will be removed in community.postgresql 5.0.0. Use login_db
775+
instead.
776+
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
777+
778+
This changelog contains all changes to the modules and plugins in this collection
779+
780+
that have been made after the previous release.'
781+
fragments:
782+
- 0-deprecate_aliases.yml
783+
- 1-deprecate_rename.yml
784+
- 3.14.0.yml
785+
release_date: '2025-04-15'
728786
3.2.0:
729787
changes:
730788
bugfixes:

changelogs/fragments/0-deprecate_aliases.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

changelogs/fragments/1-deprecate_rename.yml

Lines changed: 0 additions & 5 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: 3.13.0
3+
version: 3.14.0
44
readme: README.md
55
authors:
66
- Ansible PostgreSQL community

0 commit comments

Comments
 (0)