File tree 2 files changed +28
-6
lines changed
2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ v0.12.0] ( https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.12.0 )
4
+
5
+ > Release Date: 2024-11-18
6
+
7
+ FEATURES:
8
+
9
+ - Added support for VCF 5.2.0 [ #246 ] ( https://github.com/vmware/terraform-provider-vcf/pull/246 )
10
+
11
+ CHORES:
12
+
13
+ - Updated ` actions/setup-go ` to 5.1.0 [ #249 ] ( https://github.com/vmware/terraform-provider-vcf/pull/249 )
14
+ - Updated ` crazy-max/ghaction-import-gpg ` to 6.2.0 [ #250 ] ( https://github.com/vmware/terraform-provider-vcf/pull/250 )
15
+ - Updated ` terraform-plugin-framework-validators ` to 0.14.0 [ #248 ] ( https://github.com/vmware/terraform-provider-vcf/pull/248 )
16
+ - Updated ` terraform-plugin-mux ` to 0.17.0 [ #255 ] ( https://github.com/vmware/terraform-provider-vcf/pull/255 )
17
+ - Updated ` terraform-plugin-sdk/v2 ` to 2.35.0 [ #260 ] ( https://github.com/vmware/terraform-provider-vcf/pull/260 )
18
+ - Updated ` goreleaser-action ` to 6.1.0 [ #262 ] ( https://github.com/vmware/terraform-provider-vcf/pull/262 )
19
+ - Updated ` terraform-plugin-docs ` to 0.20.0 [ #261 ] ( https://github.com/vmware/terraform-provider-vcf/pull/261 )
20
+ - Updated ` terraform-plugin-framework ` to 1.13.0 [ #258 ] ( https://github.com/vmware/terraform-provider-vcf/pull/258 )
21
+ - Updated ` golangci-lint ` configuration [ #247 ] ( https://github.com/vmware/terraform-provider-vcf/pull/247 )
22
+ - Updated codeowners configuration [ #257 ] ( https://github.com/vmware/terraform-provider-vcf/pull/257 )
23
+
3
24
## [ v0.11.0] ( https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.11.0 )
4
25
5
26
> Release Date: 2024-10-07
Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ Learn more:
25
25
26
26
The following table lists the supported platforms for this provider.
27
27
28
- | Platform | Support |
29
- | ------------------------------| -------------|
30
- | VMware Cloud Foundation 5.1+ | ` ≥ v0.9.0 ` |
31
- | VMware Cloud Foundation 5.0 | ` ≥ v0.9.0 ` |
32
- | VMware Cloud Foundation 4.5 | ` ≤ v0.8.0 ` |
33
- | VMware Cloud Foundation 4.4 | ` ≤ v0.8.0 ` |
28
+ | Platform | Support |
29
+ | -------------------------------| -------------|
30
+ | VMware Cloud Foundation 5.2.0 | ` ≥ v0.12.0 ` |
31
+ | VMware Cloud Foundation 5.1+ | ` ≥ v0.9.0 ` |
32
+ | VMware Cloud Foundation 5.0 | ` ≥ v0.9.0 ` |
33
+ | VMware Cloud Foundation 4.5 | ` ≤ v0.8.0 ` |
34
+ | VMware Cloud Foundation 4.4 | ` ≤ v0.8.0 ` |
34
35
35
36
[ ^ 1 ] : VMware Cloud Foundation on Dell VxRAIL is ** not supported** by this provider.
36
37
You can’t perform that action at this time.
0 commit comments