Skip to content

Commit 1fb3862

Browse files
authored
chore(release): v0.14.0 (#282)
Update for v0.14.0 release. Signed-off-by: Ryan Johnson <[email protected]>
1 parent dd45081 commit 1fb3862

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Diff for: CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# CHANGELOG
22

3-
## v0.13.1
3+
## [v0.14.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.14.0)
44

5-
> Release Date: Not Released
5+
> Release Date: 2025-01-22
6+
7+
BREAKING CHANGES:
8+
9+
- 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](https://github.com/vmware/terraform-provider-vcf/pull/278)
610

711
BUG FIXES:
812

9-
- Adds 8.0.3 to the allowed `dvSwitchVersion` to support vSphere 8.0 U3. [#274](https://github.com/vmware/terraform-provider-vcf/pull/274)
13+
- Added 8.0.3 to the allowed `dvSwitchVersion` to support vSphere 8.0 U3. [#274](https://github.com/vmware/terraform-provider-vcf/pull/274)
14+
15+
CHORES:
16+
17+
- Updated `golang.org/x/net` to v0.33.0. [#280](https://github.com/vmware/terraform-provider-vcf/pull/280)
18+
- Updated `golang.org/x/crypto` to 0.31.0. [#276](https://github.com/vmware/terraform-provider-vcf/pull/276)
19+
- Updated `github.com/stretchr/testify` to 1.10.0. [#269](https://github.com/vmware/terraform-provider-vcf/pull/269)
1020

1121
## [v0.13.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.13.0)
1222

0 commit comments

Comments
 (0)