Skip to content

Commit b57fc77

Browse files
Add the Ansible community 11.10.0 porting guide (#3043)
Co-authored-by: Felix Fontein <[email protected]>
1 parent 4e83875 commit b57fc77

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,38 @@ Networking
9797

9898
No notable changes
9999

100+
Porting Guide for v11.10.0
101+
==========================
102+
103+
Added Collections
104+
-----------------
105+
106+
- ravendb.ravendb (version 1.0.3)
107+
108+
Known Issues
109+
------------
110+
111+
vmware.vmware_rest
112+
^^^^^^^^^^^^^^^^^^
113+
114+
- The lookup plugins use ``cloud.common``, but this collection does not support ansible-core 2.19 or higher (https://github.com/ansible-collections/vmware.vmware_rest/pull/621).
115+
116+
Major Changes
117+
-------------
118+
119+
vmware.vmware_rest
120+
^^^^^^^^^^^^^^^^^^
121+
122+
- Remove ``cloud.common`` as a dependency, so it will not be installed automatically anymore (https://github.com/ansible-collections/vmware.vmware_rest/pull/621).
123+
124+
Deprecated Features
125+
-------------------
126+
127+
- The cloud.common collection will be removed from Ansible 12.
128+
The collection does not work with ansible-core 2.19, and is no longer needed by any other collection included in Ansible 12.
129+
See `the removal discussion for details <https://forum.ansible.com/t/41507/24>`__.
130+
After removal, users can still install this collection with ``ansible-galaxy collection install cloud.common``.
131+
100132
Porting Guide for v11.9.0
101133
=========================
102134

0 commit comments

Comments
 (0)