Skip to content

Commit

Permalink
Update porting guide for Ansible 5.0.0a2 (ansible#76083)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsimard authored Oct 19, 2021
1 parent afb8a00 commit 43d0971
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/docsite/rst/porting_guides/porting_guide_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,26 @@ Networking

No notable changes

Porting Guide for v5.0.0a2
==========================

Breaking Changes
----------------

community.routeros
~~~~~~~~~~~~~~~~~~

- api - splitting commands no longer uses a naive split by whitespace, but a more RouterOS CLI compatible splitting algorithm (https://github.com/ansible-collections/community.routeros/pull/45).
- command - the module now always indicates that a change happens. If this is not correct, please use ``changed_when`` to determine the correct changed status for a task (https://github.com/ansible-collections/community.routeros/pull/50).

Deprecated Features
-------------------

community.vmware
~~~~~~~~~~~~~~~~

- vmware_guest_vnc - Sphere 7.0 removed the built-in VNC server (https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-vcenter-server-70-release-notes.html#productsupport).

Porting Guide for v5.0.0a1
==========================

Expand Down

0 comments on commit 43d0971

Please sign in to comment.