Skip to content

Commit 3c4b158

Browse files
authored
Add Ansible 11.4.0 porting guide. (#2468)
1 parent d78d2a5 commit 3c4b158

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,40 @@ Networking
9797

9898
No notable changes
9999

100+
Porting Guide for v11.4.0
101+
=========================
102+
103+
Breaking Changes
104+
----------------
105+
106+
community.postgresql
107+
~~~~~~~~~~~~~~~~~~~~
108+
109+
- postgresql_info - the ``db`` alias is deprecated and will be removed in the next major release, use the ``login_db`` argument instead.
110+
- postgresql_pg_hba - regarding #776 'keep_comments_at_rules' has been deprecated and won't do anything, the default is to keep the comments at the rules they are specified with. keep_comments_at_rules will be removed in 5.0.0 (https://github.com/ansible-collections/community.postgresql/pull/778)
111+
- postgresql_user - the ``db`` alias is deprecated and will be removed in the next major release, use the ``login_db`` argument instead.
112+
113+
Major Changes
114+
-------------
115+
116+
community.zabbix
117+
~~~~~~~~~~~~~~~~
118+
119+
- All Roles - Updated to support version 7.2
120+
121+
Deprecated Features
122+
-------------------
123+
124+
community.vmware
125+
~~~~~~~~~~~~~~~~
126+
127+
- vcenter_folder - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2340).
128+
- vmware_cluster_ha - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2321).
129+
- vmware_content_deploy_ovf_template - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2332).
130+
- vmware_content_deploy_template - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2332).
131+
- vmware_content_library_manager - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2345).
132+
- vmware_host - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2337).
133+
100134
Porting Guide for v11.3.0
101135
=========================
102136

0 commit comments

Comments
 (0)