2.7.0 (March 06, 2024)
BUG FIXES:
resource/virtual_machine
: Fixes support for SR-IOV passthrough virtual machine network adapters. (#2133)resource/virtual_machine
: Unifiesdisk.keep_on_remove
with default anddisk.label
with the correct one assigned to the virtual machine disk during import. If the datastore for a virtual machine is part of a datastore cluster thedatastore_cluster_id
attribute is filled during import. (#2127)resource/virtual_machine
: Changed the default value forsync_time_with_host
inr/vsphere_virtual_machine
totrue
to align with default value provided by the UI and API. (#2120)resource/virtual_machine
: Added the virtual machine folder in the search for virtual machine criteria when deploying from an OVF/OVA. scenario. Allows virtual machines with same names in different virtual machine folders to be not distinguished as different managed entities. (#2118)resource/virtual_disk
: Fixes import to use the correct thevmdk_path
. (#1762)
FEATURES:
resource/virtual_machine
: Adds support formemory_reservation_locked_to_max
property. If set true, memory resource reservation for the virtual machine will always be equal to the virtual machine's memory size. (#2093)data/vsphere_host_vgpu_profile
: Adds data source to the provider to query and return available vGPU profiles for an ESXi host. (#2048)data/vsphere_datastore_stats
: Adds datastore stats to report total capacity and free space of datastores. (#1896)data/vsphere_datastore
: Adds stats to report total capacity and free space of a single datastore. (#1896)
DOCUMENTATION:
- Updates
INSTALL.md
use useunzip
for Linux and macOS examples. (#2105)
CHORES: