Skip to content

Commit 188f4fd

Browse files
authored
Add porting guide for Ansible 9.13.0 (#2243)
1 parent d0c99c1 commit 188f4fd

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/docsite/rst/porting_guides/porting_guide_9.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ Porting custom scripts
8484
Networking
8585
==========
8686

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+
8796
Porting Guide for v9.12.0
8897
=========================
8998

@@ -139,8 +148,8 @@ Deprecated Features
139148
Porting Guide for v9.10.0
140149
=========================
141150

142-
Breaking Changes
143-
----------------
151+
Deprecated Features
152+
-------------------
144153

145154
community.mysql
146155
~~~~~~~~~~~~~~~
@@ -149,9 +158,6 @@ community.mysql
149158
- 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).
150159
- 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.
151160

152-
Deprecated Features
153-
-------------------
154-
155161
community.vmware
156162
~~~~~~~~~~~~~~~~
157163

@@ -882,7 +888,7 @@ Deprecated Features
882888
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
883889
For now both collections are included in Ansible.
884890
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.
886892
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
887893
- The collection ``t_systems_mms.icinga_director`` was renamed to ``telekom_mms.icinga_director``.
888894
For now both collections are included in Ansible.

0 commit comments

Comments
 (0)