You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docsite/rst/porting_guides/porting_guide_11.rst
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,38 @@ Networking
97
97
98
98
No notable changes
99
99
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``.
0 commit comments