You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docsite/rst/porting_guides/porting_guide_10.rst
+41-10Lines changed: 41 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,40 @@ Networking
103
103
104
104
No notable changes
105
105
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
+
106
140
Porting Guide for v10.6.0
107
141
=========================
108
142
@@ -238,16 +272,6 @@ dellemc.openmanage
238
272
- ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the share location fails on OME version 4.0.0.
239
273
- 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.
240
274
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
-
251
275
Major Changes
252
276
-------------
253
277
@@ -277,6 +301,13 @@ community.general
277
301
- 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).
278
302
- 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).
279
303
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.
0 commit comments