Skip to content

Commit 4cf9c06

Browse files
authored
Add porting guide for Ansible 11.1.0 (#2241)
1 parent 186f2d7 commit 4cf9c06

File tree

1 file changed

+49
-7
lines changed

1 file changed

+49
-7
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,48 @@ Networking
9797

9898
No notable changes
9999

100+
Porting Guide for v11.1.0
101+
=========================
102+
103+
Known Issues
104+
------------
105+
106+
dellemc.openmanage
107+
~~~~~~~~~~~~~~~~~~
108+
109+
- idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
110+
- idrac_firmware - Issue(279282) - This module does not support firmware update using HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
111+
- ome_smart_fabric_uplink - Issue(186024) - The module supported by OpenManage Enterprise Modular, however it does not allow the creation of multiple uplinks of the same name. If an uplink is created using the same name as an existing uplink, then the existing uplink is modified.
112+
113+
Major Changes
114+
-------------
115+
116+
dellemc.openmanage
117+
~~~~~~~~~~~~~~~~~~
118+
119+
- omevv_baseline_profile - This module allows to manage baseline profile.
120+
- omevv_baseline_profile_info - This module allows to retrieve baseline profile information.
121+
- omevv_compliance_info - This module allows to retrieve firmware compliance reports.
122+
123+
Deprecated Features
124+
-------------------
125+
126+
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
127+
For now both collections are included in Ansible.
128+
The collection will be completely removed from Ansible 12.
129+
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
130+
131+
community.general
132+
~~~~~~~~~~~~~~~~~
133+
134+
- opkg - deprecate value ``""`` for parameter ``force`` (https://github.com/ansible-collections/community.general/pull/9172).
135+
- redfish_utils module utils - deprecate method ``RedfishUtils._init_session()`` (https://github.com/ansible-collections/community.general/pull/9190).
136+
137+
vmware.vmware_rest
138+
~~~~~~~~~~~~~~~~~~
139+
140+
- content_library_item_info - the module has been deprecated and will be removed in vmware.vmware_rest 5.0.0
141+
100142
Porting Guide for v11.0.0
101143
=========================
102144

@@ -203,13 +245,6 @@ community.general
203245
- irc - the defaults of ``use_tls`` and ``validate_certs`` changed from ``false`` to ``true`` (https://github.com/ansible-collections/community.general/pull/8918).
204246
- rhsm_repository - the states ``present`` and ``absent`` have been removed. Use ``enabled`` and ``disabled`` instead (https://github.com/ansible-collections/community.general/pull/8918).
205247

206-
community.mysql
207-
~~~~~~~~~~~~~~~
208-
209-
- collection - support of mysqlclient connector is deprecated - use PyMySQL connector instead! We will stop testing against it in collection version 4.0.0 and remove the related code in 5.0.0 (https://github.com/ansible-collections/community.mysql/issues/654).
210-
- mysql_info - The ``users_info`` filter returned variable ``plugin_auth_string`` contains the hashed password and it's misleading, it will be removed from community.mysql 4.0.0. Use the `plugin_hash_string` return value instead (https://github.com/ansible-collections/community.mysql/pull/629).
211-
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated and will be removed in collection version 5.0.0. Use the ``name`` argument instead.
212-
213248
community.routeros
214249
~~~~~~~~~~~~~~~~~~
215250

@@ -589,6 +624,13 @@ community.grafana
589624

590625
- Deprecate `grafana_notification_channel`. It will be removed in version 3.0.0
591626

627+
community.mysql
628+
~~~~~~~~~~~~~~~
629+
630+
- collection - support of mysqlclient connector is deprecated - use PyMySQL connector instead! We will stop testing against it in collection version 4.0.0 and remove the related code in 5.0.0 (https://github.com/ansible-collections/community.mysql/issues/654).
631+
- mysql_info - The ``users_info`` filter returned variable ``plugin_auth_string`` contains the hashed password and it's misleading, it will be removed from community.mysql 4.0.0. Use the `plugin_hash_string` return value instead (https://github.com/ansible-collections/community.mysql/pull/629).
632+
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated and will be removed in collection version 5.0.0. Use the ``name`` argument instead.
633+
592634
community.network
593635
~~~~~~~~~~~~~~~~~
594636

0 commit comments

Comments
 (0)