Skip to content

Commit 48d7d99

Browse files
Add porting guide for Ansible 9.10.0 (#1854) (#1857)
(cherry picked from commit 36271b4) Co-authored-by: Mario Lenz <[email protected]>
1 parent 34a4286 commit 48d7d99

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_9.rst

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

87+
Porting Guide for v9.10.0
88+
=========================
89+
90+
Breaking Changes
91+
----------------
92+
93+
community.mysql
94+
~~~~~~~~~~~~~~~
95+
96+
- 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).
97+
- 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).
98+
- 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.
99+
100+
Deprecated Features
101+
-------------------
102+
103+
community.vmware
104+
~~~~~~~~~~~~~~~~
105+
106+
- 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).
107+
- 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).
108+
- 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).
109+
87110
Porting Guide for v9.9.0
88111
========================
89112

0 commit comments

Comments
 (0)