Skip to content

Commit fed75be

Browse files
authored
Update Ansible 11 porting guide for 11.3.0 release (#2425)
1 parent 7082b5d commit fed75be

File tree

1 file changed

+41
-5
lines changed

1 file changed

+41
-5
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,47 @@ Networking
9797

9898
No notable changes
9999

100+
Porting Guide for v11.3.0
101+
=========================
102+
103+
Known Issues
104+
------------
105+
106+
purestorage.flasharray
107+
~~~~~~~~~~~~~~~~~~~~~~
108+
109+
- All Fusion fleet members will be assumed to be at the same Purity//FA version level as the array connected to by Ansible.
110+
- FlashArray//CBS is not currently supported as a member of a Fusion fleet
111+
112+
Deprecated Features
113+
-------------------
114+
115+
community.general
116+
~~~~~~~~~~~~~~~~~
117+
118+
- profitbricks - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733).
119+
- profitbricks_datacenter - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733).
120+
- profitbricks_nic - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733).
121+
- profitbricks_volume - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733).
122+
- profitbricks_volume_attachments - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733).
123+
124+
community.vmware
125+
~~~~~~~~~~~~~~~~
126+
127+
- module_utils.vmware - host_version_at_least is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2303).
128+
- plugin_utils.inventory - this plugin util is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2304).
129+
- plugins.httpapi - this is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2306).
130+
- vm_device_helper.py - is_nvdimm_controller is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
131+
- vm_device_helper.py - is_nvdimm_device is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
132+
- vmware - find_host_portgroup_by_name is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
133+
- vmware - find_vmdk_file is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
134+
- vmware - network_exists_by_name is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
135+
- vmware - vmdk_disk_path_split is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
136+
- vmware_host_inventory - the inventory plugin is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2283).
137+
- vmware_maintenancemode - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2293).
138+
- vmware_rest_client - get_folder_by_name is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2311).
139+
- vmware_vm_inventory - the inventory plugin is deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2283).
140+
100141
Porting Guide for v11.2.0
101142
=========================
102143

@@ -113,11 +154,6 @@ dellemc.openmanage
113154
Major Changes
114155
-------------
115156

116-
community.general
117-
~~~~~~~~~~~~~~~~~
118-
119-
- keycloak_* modules - ``refresh_token`` parameter added. When multiple authentication parameters are provided (``token``, ``refresh_token``, and ``auth_username``/``auth_password``), modules will now automatically retry requests upon authentication errors (401), using in order the token, refresh token, and username/password (https://github.com/ansible-collections/community.general/pull/9494).
120-
121157
community.vmware
122158
~~~~~~~~~~~~~~~~
123159

0 commit comments

Comments
 (0)