Skip to content

Commit d0c99c1

Browse files
authored
Add porting guide for Ansible 10.7.0 (#2242)
1 parent 4cf9c06 commit d0c99c1

File tree

1 file changed

+41
-10
lines changed

1 file changed

+41
-10
lines changed

docs/docsite/rst/porting_guides/porting_guide_10.rst

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,40 @@ Networking
103103

104104
No notable changes
105105

106+
Porting Guide for v10.7.0
107+
=========================
108+
109+
Known Issues
110+
------------
111+
112+
dellemc.openmanage
113+
~~~~~~~~~~~~~~~~~~
114+
115+
- idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
116+
- idrac_firmware - Issue(279282) - This module does not support firmware update using HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
117+
- 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.
118+
119+
Major Changes
120+
-------------
121+
122+
- The removal of netapp.storagegrid was cancelled. The collection will not be removed from Ansible 11 (`https://forum.ansible.com/t/2811 <https://forum.ansible.com/t/2811>`__).
123+
Maintenance of the collection has been taken over by another team at NetApp.
124+
125+
dellemc.openmanage
126+
~~~~~~~~~~~~~~~~~~
127+
128+
- omevv_baseline_profile - This module allows to manage baseline profile.
129+
- omevv_baseline_profile_info - This module allows to retrieve baseline profile information.
130+
- omevv_compliance_info - This module allows to retrieve firmware compliance reports.
131+
132+
Deprecated Features
133+
-------------------
134+
135+
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
136+
For now both collections are included in Ansible.
137+
The collection will be completely removed from Ansible 12.
138+
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
139+
106140
Porting Guide for v10.6.0
107141
=========================
108142

@@ -238,16 +272,6 @@ dellemc.openmanage
238272
- ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the share location fails on OME version 4.0.0.
239273
- 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.
240274

241-
Breaking Changes
242-
----------------
243-
244-
community.mysql
245-
~~~~~~~~~~~~~~~
246-
247-
- 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).
248-
- 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).
249-
- 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.
250-
251275
Major Changes
252276
-------------
253277

@@ -277,6 +301,13 @@ community.general
277301
- pipx - support for versions of the command line tool ``pipx`` older than ``1.7.0`` is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/8793).
278302
- pipx_info - support for versions of the command line tool ``pipx`` older than ``1.7.0`` is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/8793).
279303

304+
community.mysql
305+
~~~~~~~~~~~~~~~
306+
307+
- 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).
308+
- 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).
309+
- 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.
310+
280311
community.vmware
281312
~~~~~~~~~~~~~~~~
282313

0 commit comments

Comments
 (0)