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_11.rst
+49-7Lines changed: 49 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,48 @@ Networking
97
97
98
98
No notable changes
99
99
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).
- content_library_item_info - the module has been deprecated and will be removed in vmware.vmware_rest 5.0.0
141
+
100
142
Porting Guide for v11.0.0
101
143
=========================
102
144
@@ -203,13 +245,6 @@ community.general
203
245
- irc - the defaults of ``use_tls`` and ``validate_certs`` changed from ``false`` to ``true`` (https://github.com/ansible-collections/community.general/pull/8918).
204
246
- rhsm_repository - the states ``present`` and ``absent`` have been removed. Use ``enabled`` and ``disabled`` instead (https://github.com/ansible-collections/community.general/pull/8918).
205
247
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
-
213
248
community.routeros
214
249
~~~~~~~~~~~~~~~~~~
215
250
@@ -589,6 +624,13 @@ community.grafana
589
624
590
625
- Deprecate `grafana_notification_channel`. It will be removed in version 3.0.0
591
626
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.
0 commit comments