Skip to content

Commit d148e74

Browse files
patchback[bot]ansible-documentation-bot[bot]traytorous
authored
Add the Ansible community 12.0.0rc1 porting guide (#3021) (#3022)
(cherry picked from commit fac47a3) Co-authored-by: ansible-documentation-bot[bot] <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Co-authored-by: Traythedev <[email protected]>
1 parent 9a2d5ea commit d148e74

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_12.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,32 @@ Networking
875875

876876
No notable changes
877877

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>``.
903+
878904
Porting Guide for v12.0.0b4
879905
===========================
880906

0 commit comments

Comments
 (0)