Skip to content

Commit be85907

Browse files
authored
chore(release): v0.16.0 (#315)
Release v0.16.0. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 96a9259 commit be85907

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## [v0.16.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.16.0)
4+
5+
> Release Date: 2025-05-14
6+
7+
FEATURES:
8+
9+
- `provider`: Added a User-Agent header to all API requests. The header is in the following format `terraform-provider-vcf/<version>`. [#309](https://github.com/vmware/terraform-provider-vcf/pull/306/)
10+
11+
FIXES:
12+
13+
- `r/vcf_instance`: Resolved empty host subnet values. [#314](https://github.com/vmware/terraform-provider-vcf/pull/314/)
14+
- `r/vcf_credentials_rotate`: Removed `once_only` option. [#299](https://github.com/vmware/terraform-provider-vcf/pull/299/)
15+
16+
CHORES:
17+
18+
- Updated `golang.org/x/net` to v0.38.0. [#298](https://github.com/vmware/terraform-provider-vcf/pull/298/), [#306](https://github.com/vmware/terraform-provider-vcf/pull/306/)
19+
- Updated `hashicorp/terraform-plugin-framework-validators` to v0.18.0. [#313](https://github.com/vmware/terraform-provider-vcf/pull/313/)
20+
- Migrated provider testing from `hashicorp/terraform-plugin-sdk` to `hashicorp/terraform-plugin-testing`. [#308](https://github.com/vmware/terraform-provider-vcf/pull/308/)
21+
322
## [v0.15.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.15.0)
423

524
> Release Date: 2025-03-10

0 commit comments

Comments
 (0)