Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add porting guide for Ansible 9.13.0 #2243

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading