Skip to content

Commit

Permalink
Add porting guide for Ansible 9.10.0 (#1854) (#1857)
Browse files Browse the repository at this point in the history
(cherry picked from commit 36271b4)

Co-authored-by: Mario Lenz <[email protected]>
  • Loading branch information
patchback[bot] and mariolenz authored Sep 10, 2024
1 parent 34a4286 commit 48d7d99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 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,29 @@ Porting custom scripts
Networking
==========

Porting Guide for v9.10.0
=========================

Breaking Changes
----------------

community.mysql
~~~~~~~~~~~~~~~

- 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).
- 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
~~~~~~~~~~~~~~~~

- vmware_cluster - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2143).
- vmware_cluster_drs - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2136).
- vmware_cluster_vcls - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2156).

Porting Guide for v9.9.0
========================

Expand Down

0 comments on commit 48d7d99

Please sign in to comment.