Releases: vmware/terraform-provider-vcf
Releases · vmware/terraform-provider-vcf
v0.17.1
Release Date: 2025-09-02
FIXES:
r/vcf_instance: Add missed parameters. #339r/domain: Improved the validation, documentation, and processing of thefailures_to_tolerateparameter for vSAN clusters. #351r/cluster: Improved the validation, documentation, and processing of thefailures_to_tolerateparameter for vSAN clusters. #351
DOCUMENTATION:
- Updated component sizing for vCenter, NSX Manager, and VCF Operations. #350, #352
r/instance: Updated example for v9.0. #355
CHORES:
- Updated
hashicorp/terraform-plugin-frameworkto v1.15.1. #339 - Updated
hashicorp/terraform-plugin-docsfrom 0.21. to 0.22.0. #336 - Updated
hashicorp/terraform-plugin-testingto v1.13.3. #354 - Updated
github.com/stretchr/testifyto 1.11.1. #360 - Removed unused constants. #359
- Refactors how slices are initialized. #358
v0.16.2
Release Date: 2025-09-02
FIXES:
r/domain: Improved the validation, documentation, and processing of thefailures_to_tolerateparameter for vSAN clusters. #351r/cluster: Improved the validation, documentation, and processing of thefailures_to_tolerateparameter for vSAN clusters. #351
DOCUMENTATION:
CHORES:
- Updated
hashicorp/terraform-plugin-frameworkto v1.15.1. #339 - Updated
hashicorp/terraform-plugin-docsfrom 0.21. to 0.22.0. #336 - Updated
hashicorp/terraform-plugin-testingto v1.13.3. #354 - Updated
github.com/stretchr/testifyto 1.11.1. #360 - Removed unused constants. #359
- Refactors how slices are initialized. #358
v0.17.0
v0.16.1
v0.16.0
v0.15.0
Release Date: 2025-03-10
FEATURES:
resource/vcf_edge_cluster: Allowtier0_nameas optional. #295resource/vcf_edge_cluster: Allowasnas optional. #297resource/vcf_edge_cluster: Allowrouting_typeas optional. #297resource/vcf_edge_cluster: Relaxed ASN restrictions while preserving the range limit. #295
CHORES:
- Updated
hashicorp/terraform-plugin-docsfrom 0.20.1 to 0.21.0. #292 - Updated
hashicorp/terraform-plugin-frameworkfrom 1.14.0 to 1.14.1. #290 - Updated
hashicorp/terraform-plugin-sdkfrom 2.36.0 to 2.36.1. #288 - Updated
hashicorp/terraform-plugin-framework-validatorsfrom 0.16.0 to 0.17.0. #287 - Updated
hashicorp/terraform-plugin-framework-timeoutsfrom 0.4.1 to 0.5.0. #281 - Updated
hashicorp/yamuxfrom v0.1.1 to v0.1.2. #286
v0.14.0
Release Date: 2025-01-22
BREAKING CHANGES:
- Updated ASN support to allow configuration of 4-byte ASN values in the full range (0-4294967295), addressing the previous limitation that prevented values above 2147483647. ASN input is now expected to be a string instead of an integer. Users must update configurations to represent ASNs as strings values #278
BUG FIXES:
- Added 8.0.3 to the allowed
dvSwitchVersionto support vSphere 8.0 U3. #274
CHORES:
- Updated
golang.org/x/netto v0.33.0. #280 - Updated
golang.org/x/cryptoto 0.31.0. #276 - Updated
github.com/stretchr/testifyto 1.10.0. #269
v0.13.0
v0.12.0
Release Date: 2024-11-18
FEATURES:
- Added support for VCF 5.2.0 #246
CHORES:
- Updated
actions/setup-goto 5.1.0 #249 - Updated
crazy-max/ghaction-import-gpgto 6.2.0 #250 - Updated
terraform-plugin-framework-validatorsto 0.14.0 #248 - Updated
terraform-plugin-muxto 0.17.0 #255 - Updated
terraform-plugin-sdk/v2to 2.35.0 #260 - Updated
goreleaser-actionto 6.1.0 #262 - Updated
terraform-plugin-docsto 0.20.0 #261 - Updated
terraform-plugin-frameworkto 1.13.0 #258 - Updated
golangci-lintconfiguration #247 - Updated codeowners configuration #257
v0.11.0
Release Date: 2024-10-07
BUG FIXES:
resource/vcf_credentials: Fixed the missingresourceTypedefinition forVROPS.data/vcf_credentials: Fixed theresourceTypedefinition for NSX Edges fromNSX_EDGEtoNSXT_EDGEper the API.data/vcf_credentials: Fixed a segmentation violation.provider: Updated the provider configuration not to assume the configuration is for Cloud Builder if the SDDC Manager username is not provided and added a check to ensure that at least one of the configurations is provided. If neither is provided, returns an appropriate error message. #239
FEATURES:
data/vcf_network_pool: Added network pool data source. #225data/vcf_domain: Updated to supportnamealongside the existingdomain_id. #228provider: Added a task tracker to log the messages for each subtask. When integrated into a resource logging can be enabled withTF_LOG_PROVIDER_VCFwith valid a log level. #227
REFACTOR:
- Refactored instances of
apiClientto be more concise, where applicable. This is preferred in Go for its brevity and clarity. #231
CHORES:
- Added CodeQL Analysis. #221
- Updated Go to v1.22.6 #221
- Updated
vmware/vcf-sdk-goto 0.3.3. #203 - Updated
hashicorp/terraform-plugin-frameworkto 1.13.0. #221, #240 - Updated
hashicorp/terraform-plugin-framework-validatorsto 0.13.0 #220 - Updated
hashicorp/terraform-plugin-goto 0.24.0. #241 - Updated
golangci/golangci-lint-actionto 6.1.0. #205 - Addressed linting errors identified by
golangcito 6.1.0. #222 - Updated to uses Go's idiomatic conventions group imports. #223
- Updated and/or added the copyright and SPDX-License-Identifier, as needed. #229
- Updated the provider parameter descriptions; otherwise
make documentationfailed. #233
NEW CONTRIBUTORS
- @insidepacket made their first contribution in #219
- @burnsjared0415 made their first contribution in #228