Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 4.6 KB

CHANGELOG.rst

File metadata and controls

76 lines (57 loc) · 4.6 KB

community.vmware Release Notes

This changelog describes changes after version 4.7.0.

  • vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0 (ansible-collections#2217).
  • vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0 (ansible-collections#2218).
  • vmware_guest - Fix existing disk erroneously being re-created when modifying vm with 8 or more disks. (ansible-collections#2173).
  • vmware_vmotion - Fix a list index out of range error when vSphere doesn't provide a placement recommendation (ansible-collections#2208).
  • Adding a dependency on the vmware.vmware collection (ansible-collections#2159).
  • Depending on vmware-vcenter and vmware-vapi-common-client instead of https://github.com/vmware/vsphere-automation-sdk-python.git (ansible-collections#2163).
  • Dropping support for pyVmomi < 8.0.3.0.1 (ansible-collections#2163).
  • Module utils - Removed vmware.run_command_in_guest() (ansible-collections#2175).
  • Removed support for ansible-core version < 2.17.0.
  • vmware_dvs_portgroup - Removed security_override alias for mac_management_override and support for securityPolicyOverrideAllowed which has been deprected in the vSphere API (ansible-collections#1998).
  • vmware_dvs_portgroup_info - Removed security_override because it's deprecated in the vSphere API (ansible-collections#1998).
  • vmware_guest_tools_info - Removed deprecated vm_tools_install_status from the result (ansible-collections#2078).