Skip to content

Releases: vmware/terraform-provider-vmc

v1.15.2

09 Dec 15:06
8ecc70a
Compare
Choose a tag to compare

Release Date: 2024-12-09

DOCUMENTATION:

  • Added install, build, and test documentation. #265

CHORE:

  • Updated copyright and SPDX. #246

  • Update NOTICE. #241

  • Updated Code of Conduct. #242

  • Removed superfluous files. #260

  • Go:

    • Updated Go to v1.22.7. #284
  • Library Dependencies:

    • Updated github.com/stretchr/testify from 1.10.0. #283
    • Updated github.com/hashicorp/terraform-plugin-sdk/v2 to 2.34.0. #238
      • Updated github.com/golang-jwt/jwt/v4 to 4.5.1. #279
    • Updated github.com/gofrs/uuid/v5 to 5.3.0. #257
  • Specific Packages:

    • Updated golang.org/x/oauth2 to 0.24.0. #280
    • Updated golang.org/x/net to 0.23.0. #233
  • SDKs:

    • Updated github.com/vmware/vsphere-automation-sdk-go/services/vmc/draas to 0.7.0. #220
    • Updated github.com/vmware/vsphere-automation-sdk-go/services/nsxt-vmc-aws-integration to 0.8.0. #228
  • Linting:

    • Fixed grammar. #286
    • Fixed variable naming. #268
    • Fixed non-constant format strings. #267
    • Fixed staticcheck ST1005. #273
    • Fixed nosec g101. #270
    • Fixed indent-error-flow. #269

v1.15.1

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

Release Date: 2024-04-05

CHORE:

  • Updated google.golang.org/protobuf to 1.33.0. #217

v1.15

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

Release Date: 2024-01-25

ENHANCEMENT:

  • Updated 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

Release Date: 2023-11-24

BREAKING CHANGES:

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

BUG FIXES:

  • Fixed failure during SDDC group creation. #208

v1.13.3

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

Release Date: 2023-08-21

BUG FIXES:

  • Fixed errors when creating and deleting multiple srm nodes. #175

v1.13.2

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

Release Date: 2023-08-08

BUG FIXES:

  • Fixing errors when reading customer subnets. #191

v1.13.1

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

Release Date: 2023-08-04

BUG FIXES:

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

DOCUMENTATION:

  • Updated documentation. #186

CHORE:

  • Updated google.golang.org/grpc1.53.0. #184

v1.13.0

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

Release Date: 2023-02-23

FEATURES:

  • Added support for OAuth2.0 app authentication. #173

CHORE:

  • Fixes for security vulnerabilities.

v1.12.1

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

Release Date: 2023-02-20

BUG FIXES:

  • Fixed destroying sddc_group times out and then fails on subsequent attempts. #172
  • Removeed restrictions on 6 hosts minimum in Multi-AZ SDDCs. #171

v1.12.0

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

Release Date: 2022-11-09

FEATURES:

  • Added support for SDDC Groups. #163