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_vm_info - Improve performance when parsing custom attributes information (#2194)
  • vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0 (#2217).
  • vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0 (#2218).
  • vmware_guest - Fix existing disk erroneously being re-created when modifying vm with 8 or more disks. (#2173).
  • vmware_vmotion - Fix a list index out of range error when vSphere doesn't provide a placement recommendation (#2208).
  • vcenter_standard_key_provider - Fix documentation (#2192).
  • vmware_dvswitch - Fix Pylint issue (#2186).
  • vmware_dvswitch_nioc - Fix documentation (#2192).
  • vmware_dvswitch_pvlans - Fix Pylint issue (#2186).
  • vmware_guest - Fix documentation (#2192).
  • vmware_guest_controller - Fix documentation (#2192).
  • vmware_guest_disk - Fix documentation (#2192).
  • vmware_guest_serial_port - Fix documentation (#2192).
  • vmware_guest_tpm - Fix Pylint issue (#2186).
  • vmware_host - Fix Pylint issue (#2186).
  • vmware_host_dns - Fix Pylint issue (#2186).
  • vmware_host_inventory - Fix Pylint issue (#2186).
  • vmware_host_powerstate - Fix Pylint issue (#2186).
  • vmware_tools - Fix documentation (#2192).
  • vmware_vm_inventory - Fix Pylint issue (#2186).
  • vmware_vmotion - Fix Pylint issue (#2186).
  • vmware_guest_tools_upgrade - Subsitute the deprecated guest.toolsStatus (#2174).
  • vmware_vm_shell - Subsitute the deprecated guest.toolsStatus (#2174).
  • Adding a dependency on the vmware.vmware collection (#2159).
  • Depending on vmware-vcenter and vmware-vapi-common-client instead of https://github.com/vmware/vsphere-automation-sdk-python.git (#2163).
  • Dropping support for pyVmomi < 8.0.3.0.1 (#2163).
  • Module utils - Removed vmware.run_command_in_guest() (#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 (#1998).
  • vmware_dvs_portgroup_info - Removed security_override because it's deprecated in the vSphere API (#1998).
  • vmware_guest_tools_info - Removed deprecated vm_tools_install_status from the result (#2078).
  • vmware_all_snapshots_info - fixed the datacenter parameter was ignored(#2165).