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_9.rst
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,15 @@ Porting custom scripts
84
84
Networking
85
85
==========
86
86
87
+
Porting Guide for v9.13.0
88
+
=========================
89
+
90
+
Major Changes
91
+
-------------
92
+
93
+
- 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>`__).
94
+
Maintenance of the collection has been taken over by another team at NetApp.
95
+
87
96
Porting Guide for v9.12.0
88
97
=========================
89
98
@@ -139,8 +148,8 @@ Deprecated Features
139
148
Porting Guide for v9.10.0
140
149
=========================
141
150
142
-
Breaking Changes
143
-
----------------
151
+
Deprecated Features
152
+
-------------------
144
153
145
154
community.mysql
146
155
~~~~~~~~~~~~~~~
@@ -149,9 +158,6 @@ community.mysql
149
158
- 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).
150
159
- 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.
151
160
152
-
Deprecated Features
153
-
-------------------
154
-
155
161
community.vmware
156
162
~~~~~~~~~~~~~~~~
157
163
@@ -882,7 +888,7 @@ Deprecated Features
882
888
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
883
889
For now both collections are included in Ansible.
884
890
The content in ``ibm.spectrum_virtualize`` will be replaced by deprecated redirects in Ansible 10.0.0.
885
-
The collection will be completely removed from Ansible eventually.
891
+
The collection will be completely removed from Ansible 12.
886
892
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
887
893
- The collection ``t_systems_mms.icinga_director`` was renamed to ``telekom_mms.icinga_director``.
0 commit comments