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_12.rst
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -875,6 +875,32 @@ Networking
875
875
876
876
No notable changes
877
877
878
+
Porting Guide for v12.0.0rc1
879
+
============================
880
+
881
+
Known Issues
882
+
------------
883
+
884
+
vmware.vmware_rest
885
+
^^^^^^^^^^^^^^^^^^
886
+
887
+
- 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).
888
+
889
+
Major Changes
890
+
-------------
891
+
892
+
vmware.vmware_rest
893
+
^^^^^^^^^^^^^^^^^^
894
+
895
+
- Remove ``cloud.common`` as a dependency, so it will not be installed automatically anymore (https://github.com/ansible-collections/vmware.vmware_rest/pull/621).
896
+
897
+
Removed Collections
898
+
-------------------
899
+
900
+
- cloud.common (previously included version: 5.0.0)
901
+
902
+
You can still install a removed collection manually with ``ansible-galaxy collection install <name-of-collection>``.
0 commit comments