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:
-
Specific Packages:
-
SDKs:
-
Linting:
Release Date: 2024-04-05
CHORE:
- Updated
google.golang.org/protobuf
to 1.33.0. #217
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
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
Release Date: 2023-08-21
BUG FIXES:
- Fixed errors when creating and deleting multiple srm nodes. #175
Release Date: 2023-08-08
BUG FIXES:
- Fixing errors when reading customer subnets. #191
Release Date: 2023-08-04
BUG FIXES:
- Fixed allowing usage of
microsoft_license_config
upon SDDC creation. Readingmicrosoft_license_config.academic_license
field. #190
DOCUMENTATION:
- Updated documentation. #186
CHORE:
- Updated
google.golang.org/grpc
1.53.0. #184
Release Date: 2023-02-23
FEATURES:
- Added support for OAuth2.0 app authentication. #173
CHORE:
- Fixes for security vulnerabilities.
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
Release Date: 2022-11-09
FEATURES:
- Added support for SDDC Groups. #163
Release Date: 2022-11-17
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
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
Release Date: 2022-09-20
BUG FIXES:
- Fixed defaults for
enable_edrs
,edrs_policy_type
,max_hosts
, andmin_hosts
should not be set to null. #94
Release Date: 2022-07-12
FEATURES:
vmc_sddc
Added I4I_METAL host instance type support.
BUG FIXES:
- Allow
min_hosts
as low as 2 as per VMC service backend default value. #147 - Removed references to R5 host instance type in examples as new deployments are unavailable. #146
Release Date: 2022-06-07
BUG FIXES:
- Fixed nil dereference when doing "terraform plan" in some environments. (#142)
Release Date: 2022-06-07
BUG FIXES:
- Fixed nil dereference when doing "terraform plan" in some environments (#141)
CHORE:
- Updated
hashicorp/terraform-plugin-sdk
to v2.11.0. (#140)
Release Date: 2022-03-28
BUG FIXES:
- Example files in
/examples/..
now have arequired_providers
declaration, fixing "terraform init".
Release Date: 2022-03-16
CHORE:
- Updated
github.com/vmware/vsphere-automation-sdk-go/services/vmc
to 0.8.0. #130
Release Date: 2021-11-21
ENHANCEMENT:
- Added firect access to NSX Manager. #116
BUG FIXES:
- Deprecated
esx_hosts
property inSddcResourceConfig
. #119
CHORE:
Release Date: 2021-08-05
BUG FIXES:
- Fixed static check failures caused by references to deprecated functions. #109
ENHANCEMENT:
- Upgraded
hashicorp/terraform-plugin-sdk
to v2. #108
Release Date: 2021-05-17
BUG FIXES:
- Fix for updating multiple params in SDDC resource. #101
FEATURES:
Release Date: 2021-01-21
BUG FIXES:
- Moved subnet validation from customized diff to create SDDC block. #96
- Added zerocloud check for setting intranet MTU uplink. #98
DOCUMENTATION:
- Updated help documentation to specify current limitations in import SDDC functionality. #97
Release Date: 2021-01-05
BUG FIXES:
- Removed validation on
sddc_type
field in order to allow empty value. #72 - Removed default values to fix EDRS configuration error for 1NODE SDDC. #83
- Added check to store
vxlan_subnet
information in terraform state file only whenskip_creating_vxlan = false
. #86
FEATURES:
vmc_sddc
,vmc_cluster
Added Microsoft licensing configuration to SDDC and cluster resource. #71- Added intranet_uplink_mtu field in
vmc_sddc
resource. #88
Release Date: 2020-10-12
BUG FIXES:
- Added check in resourceClusterRead to see if cluster exists and remove cluster information from terraform state file. #48
- Added validation check for customer subnet IDs based on the deployment type. #54
ENHANCEMENTS:
- Modified Importer State in
vmc_cluster
andvmc_public_ip
resources for terraform import command. #49
FEATURES:
vmc_sddc
Added I3EN_METAL host instance type support. #42vmc_sddc
Modified code to enable EDRS policy configuration. #43vmc_sddc
Added size parameter in resource schema to enable users to deploy large SDDC. #59
Release Date: 2020-06-18
BUG FIXES:
- Modified code to store num_host in resourceSddcRead method. #39
FEATURES:
-
- New Resource: -
vmc_cluster
Added resource for cluster management. #25
- New Resource: -
ENHANCEMENTS:
- Validation check added for Multi-AZ SDDC. #35
- Added detailed error handler functions for CRUD operations on resources and data sources. #35
- Added documentation for vmc_cluster resource. #26
Release Date: 2020-05-04
BUG FIXES:
- Added instructions for delay needed after SDDC creation for site recovery. #21
- Removed capitalized error messages from code. #23
- Updated module name in
go.mod
. #24
ENHANCEMENTS:
- Updated dependencies version to latest in
go.mod
. #20 - Added sample
.tf
file for each resource in examples folder. #22
Release Date: 2020-04-03
FEATURES:
-
- New Resource: -
vmc_site_recovery
Added resource for site recovery management. #14
- New Resource: -
-
- New Resource: -
vmc_srm_node
Added resource to add SRM instance after site recovery has been activated. #14
- New Resource: -
Release Date: 2020-03-24
BUG FIXES:
- Set ForceNew for
host_instance_type
totrue
in order to enforce SDDC redeploy whenhost_instance_type
is changed. #5 - Fix for re-creating public IP if it is accidentally delete via console. #11
- Updated
variables.tf
for description of fields. #10
Release Date: 2020-03-10
FEATURES:
- New Resource: -
vmc_sddc
- New Resource: -
vmc_public_ip
#43 - New Data Source: -
vmc_org
- New Data Source: -
vmc_connected_accounts
- New Data Source: -
vmc_customer_subnets
ENHANCEMENTS:
vmc_sddc
: Added nsxt_reverse_proxy_url to SDDC resource data. #23vmc_connected_accounts
: Added filtering to return AWS account ID associated with the account number provided in configuration. #30provider.go
: Addedorg_id
as a required parameter in terraform schema. #38data_source_vmc_customer_subnets.go
: AddedvalidateFunctions
for sddc and customer subnet resources. #41examples/main.tf
: Added expression to convert AWS specific region to VMC region. #46
BUG FIXES: