Skip to content

Commit

Permalink
Add porting guide for Ansible 9.13.0 (#2243)
Browse files Browse the repository at this point in the history
(cherry picked from commit 188f4fd)
  • Loading branch information
mariolenz authored and patchback[bot] committed Dec 3, 2024
1 parent 4007fb6 commit 302004e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/docsite/rst/porting_guides/porting_guide_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ Porting custom scripts
Networking
==========

Porting Guide for v9.13.0
=========================

Major Changes
-------------

- 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>`__).
Maintenance of the collection has been taken over by another team at NetApp.

Porting Guide for v9.12.0
=========================

Expand Down Expand Up @@ -139,8 +148,8 @@ Deprecated Features
Porting Guide for v9.10.0
=========================

Breaking Changes
----------------
Deprecated Features
-------------------

community.mysql
~~~~~~~~~~~~~~~
Expand All @@ -149,9 +158,6 @@ community.mysql
- 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).
- 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.

Deprecated Features
-------------------

community.vmware
~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -882,7 +888,7 @@ Deprecated Features
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
For now both collections are included in Ansible.
The content in ``ibm.spectrum_virtualize`` will be replaced by deprecated redirects in Ansible 10.0.0.
The collection will be completely removed from Ansible eventually.
The collection will be completely removed from Ansible 12.
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
- The collection ``t_systems_mms.icinga_director`` was renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible.
Expand Down

0 comments on commit 302004e

Please sign in to comment.