Releases: vmware/terraform-provider-vmc
Releases · vmware/terraform-provider-vmc
v1.15.2
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
Release Date: 2024-04-05
CHORE:
- Updated
google.golang.org/protobuf
to 1.33.0. #217
v1.15
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
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
Release Date: 2023-08-21
BUG FIXES:
- Fixed errors when creating and deleting multiple srm nodes. #175
v1.13.2
Release Date: 2023-08-08
BUG FIXES:
- Fixing errors when reading customer subnets. #191
v1.13.1
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/grpc
1.53.0. #184
v1.13.0
Release Date: 2023-02-23
FEATURES:
- Added support for OAuth2.0 app authentication. #173
CHORE:
- Fixes for security vulnerabilities.
v1.12.1
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
Release Date: 2022-11-09
FEATURES:
- Added support for SDDC Groups. #163