Releases: hashicorp/terraform-provider-vsphere
Releases · hashicorp/terraform-provider-vsphere
v2.6.1
v2.6.0
2.6.0 (November 29, 2023)
BUG FIXES:
resource/virtual_machine
: Resolves upload error when deploying an OVF/OVA directly to an ESXi host. (#1813)
FEATURES:
resource/compute_cluster
: Adds support for vSAN Express Storage Architecture in vSphere 8.0. (#1874)resource/compute_cluster
: Adds support for vSAN stretched clusters. (#1885)resource/compute_cluster
: Adds support for vSAN fault domains. (#1968)resource/guest_os_customization
: Adds support for the customization specifications for guest operating systems. (#2053)datasource/guest_os_customization
: Adds support for the customization specifications for guest operating systems. (#2053)resource/virtual_machine
: Adds support for the use of customization specifications for guest operating systems. (#2053)resource/virtual_machine
: Adds support for the SR-IOV (sriov
) network interface adapter type. (#2059 and #1417)
v2.5.1
2.5.1 (October 12, 2023)
BUG FIXES:
resource/virtual_machine
: Fixed cloning regression on datastore cluster. Restored behavior not to send relocate specs for the virtual disks when it is cloned on datastore cluster with exception when `datastore_id`` is explicitly specified for the virtual disk. (#2037)resource/vsphere_virtual_disk
: Fixed improper disk type handling forcing disks to be recreated. (#2033)
IMPROVEMENTS:
resource/virtual_machine
: Allow hardware version up to 21. (#2038)
CHORES:
provider
: Bumpsgolang.org/x/net
from 0.13.0 to 0.17.0. (#2035)
v2.5.0
2.5.0 (October 09, 2023)
BUG FIXES:
resource/virtual_machine
: Removes the validation foreagerly_scrubbed
andthin_provision
fields for a disk subresource so thatignore_changes
resolves a deployment. (#2028resource/virtual_machine
: Adds a differential between the disk properties specified and those existing on the source virtual machine disk, allowing changes to be sent to the API for disk subresource. (#2028
IMPROVEMENTS:
resource/vsphere_nic
: Documentation updates. (#2017)
CHORES:
provider
: Updatesvmware/govmomi
to v0.31.0. (#2026)
v2.4.3
v2.4.2
v2.4.1
BUG FIXES:
r/vsphere_compute_cluster
: Added version check for vSphere 7.0.1 or later when enabling vSAN HCI Mesh. (#1931)
v2.4.0
FEATURES:
d/virtual_machine
: Support lookup by moid. (#1868)r/vnic
: Support services for vmkernel adapter/vnic. (#1855)
BUG FIXES:
r/nas_datastore
: Fix issue mounting and/or unmounting NFS datastores when updatinghost_system_ids
as a day-two operation. (#1860)r/vm_storage_policy
: Updates theresourceVMStoragePolicyDelete
method to check the response ofpbmClient.DeleteProfile()
API for errors. If a storage policy is in use and cannot be deleted, the destroy operation will fail and the storage policy will remain in the state. (#1863)r/virtual_machine
: Fix vSAN timeout (#1864)
IMPROVEMENTS:
CHORES:
v2.3.1
v2.3.0
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)