Skip to content

Commit dd20c94

Browse files
authored
Add porting guide for Ansible 9.12.0 (#2099)
1 parent 4eea539 commit dd20c94

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_9.rst

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

87+
Porting Guide for v9.12.0
88+
=========================
89+
90+
Major Changes
91+
-------------
92+
93+
ansible.posix
94+
~~~~~~~~~~~~~
95+
96+
- Dropping support for Ansible 2.9, ansible-core 2.15 will be minimum required version for this release
97+
98+
fortinet.fortios
99+
~~~~~~~~~~~~~~~~
100+
101+
- Improve the logic for SET function to send GET request first then PUT or POST
102+
- Mantis
103+
- Support new FOS versions 7.6.0.
104+
105+
Deprecated Features
106+
-------------------
107+
108+
- The ``community.network`` collection has been deprecated.
109+
It will be removed from Ansible 12 if no one starts maintaining it again before Ansible 12.
110+
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/8030 <https://forum.ansible.com/t/8030>`__).
111+
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
112+
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
113+
See `Collections Removal Process for collections not satisfying the collection requirements <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/8609 <https://forum.ansible.com/t/8609>`__).
114+
115+
community.network
116+
~~~~~~~~~~~~~~~~~
117+
118+
- This collection and all content in it is unmaintained and deprecated (https://forum.ansible.com/t/8030). If you are interested in maintaining parts of the collection, please copy them to your own repository, and tell others about in the Forum discussion. See the `collection creator path <https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_path.html>`__ for details.
119+
120+
community.vmware
121+
~~~~~~~~~~~~~~~~
122+
123+
- vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2217).
124+
- vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2218).
125+
87126
Porting Guide for v9.11.0
88127
=========================
89128

0 commit comments

Comments
 (0)