FEATURES:
resource/virtual_machine
: Add support for the paravirtual RDMA (PVRDMA)vmxnet3vrdma
network interface adapter type. (#1598)resource/virtual_machine
: Adds support for an optionalextra_config_reboot_required
argument tor/virtual_machine
. This argument allows you to configure if a virtual machine reboot is enforced whenextra_config
is changed. (#1603)resource/virtual_machine
: Adds support for two (2) CD-ROMs attached to a virtual machine. (#1631)resource/compute_cluster
: Add support for vSAN compression and deduplication. (#1702)resource/compute_cluster
: Add support for vSAN performance services. (#1727)resource/compute_cluster
: Add support for vSAN unmap. (#1745)resource/compute_cluster
: Add support for vSAN HCI Mesh. (#1820)resource/compute_cluster
: Add support for vSAN Data-in-Transit Encryption. (#1820)resource/vsphere_role
: Adds support for import. (#1822)
BUG FIXES:
resource/datastore_cluster
: Fixes error parsing string as enum type forsdrs_advanced_options
. (1749)provider
: Reverts a linting update from #1416 back to SHA1. SHA1 is used by vmware/govmomi for the session file. This will allow session reuse from govc. (1808)resource/compute_cluster
: Fix panic in vsan disk group (#1820)resource/virtual_machine
: Updating the datastore_id on r/virtual_machine will apply to disk sub-resources resolving issue GH-1268. (#1817)
IMPROVEMENTS:
resource/distributed_virtual_switch
: Adds support for vSphere distributed switch version8.0.0
in vSphere 8.0. (1767)resource/virtual_machine
: Enables virtual machine reconfiguration tasks to use the providerapi_timeout
setting. (#1645)resource/host
: Documentation updates. (#1675)resource/host_virtual_switch
: Allowsstandby_nics
onr/vsphere_host_virtual_switch
to be an optional attribute sostandby_nics = []
does not need to be defined when no standby NICs are required/available. (#1695)resource/compute_cluster_vm_anti_affinity_rule
: Documentation updates. (#1700)vsphere_ovf_vm_template
: Documentation updates to resource and datasource. (#1792)
CHORES:
- Bumps
vmware/govmomi
fromv0.25.0
tov0.29.0
. (#1701)