Skip to content

Latest commit

 

History

History
118 lines (84 loc) · 7.28 KB

CHANGELOG.rst

File metadata and controls

118 lines (84 loc) · 7.28 KB

community.vmware Release Notes

This changelog describes changes after version 3.9.0.

  • vmware_dvs_portgroup - Make state default to present instead of having it as a required parameter (ansible-collections#2055).
  • Document that all parameters and VMware object names are case sensitive (ansible-collections#2019).
  • Drop the outdated (and actually unmaintained) scenario guides (ansible-collections#2022).
  • vmware_dvswitch - Add switchIpAddress/switch_ip parameter for netflow config
  • vmware_guest_tools_info - Use toolsVersionStatus2 instead of toolsVersionStatus (ansible-collections#2033).
  • vmware_guest_tools_info - vm_tools_install_status will be removed from next major version (5.0.0) of the collection since the API call that provides this information has been deprecated by VMware. Use vm_tools_running_status / vm_tools_version_status instead (ansible-collections#2033).
  • Use isinstance() instead of type() for a typecheck (ansible-collections#2011).
  • vmware_guest - Fix a error while updating the VM by adding a new disk. While adding a disk to an existing VM, it leaves it in invalid state. (ansible-collections#2044).
  • vmware_guest - Fix a missing error message while setting a template parameter with inconsistency guest_os ID (ansible-collections#2036).
  • Fix InsecureRequestWarning for modules based on the VmwareRestClient module util when setting validate_certs to False (ansible-collections#1969).
  • module_utils/vmware.py - remove ssl.wrap_socet() function. Replaced for code based on ssl.get_server_certificate (ansible-collections#1930).
  • vmware_guest - Fix failure of vm reconfiguration with enabled virt_based_security (ansible-collections#1848).
  • Removed module / plugin documentation RST files from the repository (ansible-collections#1897).
  • Using semantic markup in documentation (ansible-collections#1771).
  • vmware_deploy_ovf - New parameter enable_hidden_properties to force OVF properties marked as ovf:userConfigurable=false to become user configurable (ansible-collections#802).
  • vmware_dvs_portgroup_info - add moid property in the return value for the module (ansible-collections#1849).
  • vmware_guest_snapshot - add new snapshot_id option (ansible-collections#1847).
  • vmware_host_snmp module now can configure SNMP agent on set of hosts (list in esxi_hostname parameter or as cluster in cluster_name parameter). The ability to configure the host directly remains (ansible-collections#1799).
  • Removed support for ansible-core version < 2.15.0.
  • vmware_dvs_host - removed defaults for vmnics and lag_uplinks (ansible-collections#1516).
  • vmware_host_acceptance - removed acceptance_level and used its options in state. This also means there will be no state list anymore. In order to get information about the current acceptance level, use the new module vmware_host_acceptance_info (ansible-collections#1872).
  • vmware_vm_info - added prefix length to IP addresses in vm_network, so they now show up as for example 10.76.33.228/24 instead of just 10.76.33.228 (ansible-collections#1761).
  • vmware_deploy_ovf - fix error in finding networks part of code (ansible-collections#1853).
  • vmware_guest_custom_attributes - fix problem when module try apply non global or non VM type custom attribute to VM object (ansible-collections#1772).