Skip to content

Releases: vmware/terraform-provider-vmc

v1.15.1

05 Apr 07:15
b7e437a
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #217

v1.15

25 Jan 10:55
a45a5dc
Compare
Choose a tag to compare

ENHANCEMENT:

  • bumping vsphere-automation-sdk-go/services/vmc to v0.14.0
  • Added support for disk less instances c6i/m7i #214

v1.14

24 Nov 14:22
451def8
Compare
Choose a tag to compare

Breaking changes:

  • Removing support for r5.metal instances #205
  • removing storage_capacity field from sddc and cluster resources schema #205

BUG FIXES:

  • Failure during SDDC group creation #208

v1.13.3

21 Aug 13:58
5430e55
Compare
Choose a tag to compare

BUG FIXES:

  • Fixing errors when creating and deleting multiple srm nodes #175

v1.13.2

08 Aug 13:57
9f57491
Compare
Choose a tag to compare

BUG FIXES:

  • Fixing errors when reading Customer Subnets #191

v1.13.1

04 Aug 11:47
a15740a
Compare
Choose a tag to compare

BUG FIXES:

  • Allowing usage of microsoft_license_config upon SDDC creation. Reading microsoft_license_config.academic_license field #190

ENHANCEMENT:

  • Bump google.golang.org/grpc from 1.51.0 to 1.53.0 #184
  • Updates to documentation #186

v1.13.0

02 Mar 09:07
642c11f
Compare
Choose a tag to compare

FEATURES:

  • Added support for OAuth2.0 app authentication #173

Fixes for security vulnerabilities.

v1.12.1

03 Feb 13:22
566f7db
Compare
Choose a tag to compare

1.12.1 (Feb 3, 2023)

BUG FIXES:

  • Destroying sddc_group times out and then fails on subsequent attempts #172
  • Remove restrictions on 6 hosts minimum in MultiAZ SDDCs #171

v1.12.0

09 Nov 13:40
d32b1bd
Compare
Choose a tag to compare

Features:

v1.11.0

17 Oct 10:32
a4204f4
Compare
Choose a tag to compare

v1.11.0

FEATURES:

  • num_hosts property on SDDC now shows and controls the number of hosts in the primary cluster (created by default with an SDDC). Previously there was no way to scale up/down the number of hosts in the primary cluster

  • Cluster operations like Create/Update/Destroy on more than one cluster can now be initiated simultaneously, without the need for depends_on=[]

  • Error reporting improvements

  • Release process improvements
    BUG FIXES:

  • EDRS settings are not truly "Optional" #151

  • Lack of multi-cluster SDDC support in "resourceSddcUpdate" function #155

  • vmc_cluster resource tries to create new clusters simultaneously and fails #160