Skip to content

Commit 951b5f0

Browse files
committed
chore(release): v0.11.0 (#243)
Update for v0.11.0 release. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 9515cf9 commit 951b5f0

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

CHANGELOG.md

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [v0.11.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.11.0)
44

5-
> Not Released
5+
> Release Date: 2024-10-07
66
77
BUG FIXES:
88

@@ -37,152 +37,152 @@ CHORES:
3737

3838
## [v0.10.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.10.0)
3939

40-
> Release Date: July 9 2024
40+
> Release Date: 2024-07-09
4141
4242
BREAKING CHANGES:
4343

44-
* The identifier for `r/csr` has changed. Existing resources will become invalid.
44+
- The identifier for `r/csr` has changed. Existing resources will become invalid.
4545

4646
FEATURES:
4747

48-
* Allow deployment of VUM-based management domain. [\#151](https://github.com/vmware/terraform-provider-vcf/issues/151)
49-
* Add support for vSAN ESA enablement. [\#182](https://github.com/vmware/terraform-provider-vcf/issues/182)
50-
* Accept names instead of identifiers for several resources. [\#91](https://github.com/vmware/terraform-provider-vcf/issues/91), [\#191](https://github.com/vmware/terraform-provider-vcf/issues/191), [\#193](https://github.com/vmware/terraform-provider-vcf/issues/193)
48+
- Allow deployment of VUM-based management domain. [\#151](https://github.com/vmware/terraform-provider-vcf/issues/151)
49+
- Add support for vSAN ESA enablement. [\#182](https://github.com/vmware/terraform-provider-vcf/issues/182)
50+
- Accept names instead of identifiers for several resources. [\#91](https://github.com/vmware/terraform-provider-vcf/issues/91), [\#191](https://github.com/vmware/terraform-provider-vcf/issues/191), [\#193](https://github.com/vmware/terraform-provider-vcf/issues/193)
5151

5252
BUG FIXES:
5353

54-
* `r/csr` fails for `SDDC_MANAGER` and `NSXT_MANAGER`. [\#195](https://github.com/vmware/terraform-provider-vcf/issues/195)
54+
- `r/csr` fails for `SDDC_MANAGER` and `NSXT_MANAGER`. [\#195](https://github.com/vmware/terraform-provider-vcf/issues/195)
5555

5656
## [v0.9.1](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.9.1)
5757

58-
> Release Date: June 12 2024
58+
> Release Date: 2024-06-12
5959
6060
BUG FIXES:
6161

62-
* Tier 0 and Tier 1 routers are now optional for Edge Clusters. [\#177](https://github.com/vmware/terraform-provider-vcf/issues/177)
63-
* Accept VLAN "0" for network pools. [\#175](https://github.com/vmware/terraform-provider-vcf/issues/175)
64-
* New properties for management network configuration on edge nodes. [\#147](https://github.com/vmware/terraform-provider-vcf/issues/147)
62+
- Tier 0 and Tier 1 routers are now optional for Edge Clusters. [\#177](https://github.com/vmware/terraform-provider-vcf/issues/177)
63+
- Accept VLAN "0" for network pools. [\#175](https://github.com/vmware/terraform-provider-vcf/issues/175)
64+
- New properties for management network configuration on edge nodes. [\#147](https://github.com/vmware/terraform-provider-vcf/issues/147)
6565

6666
## [v0.9.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.9.0)
6767

68-
> Release Date: May 23 2024
68+
> Release Date: 2024-05-23
6969
7070
FEATURES:
7171

72-
* Official support for VCF 5.1.1. [\#173](https://github.com/vmware/terraform-provider-vcf/pull/173)
72+
- Official support for VCF 5.1.1. [\#173](https://github.com/vmware/terraform-provider-vcf/pull/173)
7373

7474
## [v0.8.5](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.8.5)
7575

76-
> Release Date: Apr 26 2024
76+
> Release Date: April 26, 2024-04-26
7777
7878
FEATURES:
7979

80-
* New resource for exporting cluster personality. [\#143](https://github.com/vmware/terraform-provider-vcf/pull/143)
81-
* Support configuring vSAN in stretched mode. [\#154](https://github.com/vmware/terraform-provider-vcf/pull/154)
80+
- New resource for exporting cluster personality. [\#143](https://github.com/vmware/terraform-provider-vcf/pull/143)
81+
- Support configuring vSAN in stretched mode. [\#154](https://github.com/vmware/terraform-provider-vcf/pull/154)
8282

8383
BUG FIXES:
8484

85-
* Fix cluster creation with vLCM image. [\#148](https://github.com/vmware/terraform-provider-vcf/pull/148)
86-
* Remove BGP Peer password requirements. [\#150](https://github.com/vmware/terraform-provider-vcf/pull/150)
85+
- Fix cluster creation with vLCM image. [\#148](https://github.com/vmware/terraform-provider-vcf/pull/148)
86+
- Remove BGP Peer password requirements. [\#150](https://github.com/vmware/terraform-provider-vcf/pull/150)
8787

8888
## [v0.8.1](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.8.1)
8989

90-
> Release Date: Feb 6 2024
90+
> Release Date: 2024-02-06
9191
9292
BUG FIXES:
9393

94-
* Respect static IP pool configuration when configuring NSX. [\#113](https://github.com/vmware/terraform-provider-vcf/issues/113)
95-
* Fix Edge ASN upper boundary on 32-bit systems. [\#120](https://github.com/vmware/terraform-provider-vcf/issues/120)
94+
- Respect static IP pool configuration when configuring NSX. [\#113](https://github.com/vmware/terraform-provider-vcf/issues/113)
95+
- Fix Edge ASN upper boundary on 32-bit systems. [\#120](https://github.com/vmware/terraform-provider-vcf/issues/120)
9696

9797
## [v0.8.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.8.0)
9898

99-
> Release Date: Jan 31 2024
99+
> Release Date: 2024-01-31
100100
101101
FEATURES:
102102

103-
* NSX Edge Cluster
103+
- NSX Edge Cluster
104104

105105
## [v0.7.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.7.0)
106106

107107
> Release Date: Jan 12 2024
108108
109109
FEATURES:
110110

111-
* Credentials data source.
112-
* Password update.
113-
* Password rotation.
114-
* Password auto-rotate policy configuration.
111+
- Credentials data source.
112+
- Password update.
113+
- Password rotation.
114+
- Password auto-rotate policy configuration.
115115

116116
## [v0.6.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.6.0)
117117

118-
> Release Date: Nov 23 2023
118+
> Release Date: 2023-11-23
119119
120120
FEATURES:
121121

122-
* Support for CA configuration.
123-
* Support for CSR generation.
124-
* Support for replacing certificate of a resource in a Domain via configured CA.
125-
* Support for replacing certificate of a resource in a Domain via external CA.
122+
- Support for CA configuration.
123+
- Support for CSR generation.
124+
- Support for replacing certificate of a resource in a Domain via configured CA.
125+
- Support for replacing certificate of a resource in a Domain via external CA.
126126

127127
## [v0.5.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.5.0)
128128

129-
> Release Date: Oct 9th 2023
129+
> Release Date: 2023-10-09
130130
131131
FEATURES:
132132

133-
* Add support for management domain deployment (bring-up). [\#38](https://github.com/vmware/terraform-provider-vcf/issues/38)
133+
- Add support for management domain deployment (bring-up). [\#38](https://github.com/vmware/terraform-provider-vcf/issues/38)
134134

135135
**Note:** Provider has two mutually exclusive modes of operation: CloudBuilder mode (for bring-up) and SDDC Manager mode.
136136

137137
## [v0.4.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.4.0)
138138

139-
> Release Date: Sep 11th 2023
139+
> Release Date: 2023-09-11
140140
141141
BREAKING CHANGES:
142142

143-
* Removed the attribute "host_id" from the "vcf_host" resource and replaced it with just "id" as per Terraform standard practice. This way users can refer to the Host UUID (in cluster host spec for example) in the standard way, e.g. "vcf_host.host1.id".
144-
* Replaced attribute "nsx_cluster_ref" from the "vcf_domain" data source with a richer "nsx_configuration", that additionally contains IPs, Names and DNS Names of NSX-T Manager Nodes.
145-
* Renamed attribute "nsx_configuration.nsx_manager_node.dns_name" in "vcf_domain" to "nsx_configuration.nsx_manager_node.fqdn" for clarity.
146-
* Renamed attribute "vcenter" to "vcenter_configuration" in "vcf_domain" resource and "vcf_domain" data source.
147-
* Replaced attribute "dns_name" in "vcenter_configuration" in "vcf_domain" resource with "fqdn".
148-
* Replaced attribute "vcenter_fqdn" and "vcenter_id from the "vcf_domain" data source with "vcenter_configuration" subresource, that contains "id" and "fqdn" attributes.
143+
- Removed the attribute "host_id" from the "vcf_host" resource and replaced it with just "id" as per Terraform standard practice. This way users can refer to the Host UUID (in cluster host spec for example) in the standard way, e.g. "vcf_host.host1.id".
144+
- Replaced attribute "nsx_cluster_ref" from the "vcf_domain" data source with a richer "nsx_configuration", that additionally contains IPs, Names and DNS Names of NSX-T Manager Nodes.
145+
- Renamed attribute "nsx_configuration.nsx_manager_node.dns_name" in "vcf_domain" to "nsx_configuration.nsx_manager_node.fqdn" for clarity.
146+
- Renamed attribute "vcenter" to "vcenter_configuration" in "vcf_domain" resource and "vcf_domain" data source.
147+
- Replaced attribute "dns_name" in "vcenter_configuration" in "vcf_domain" resource with "fqdn".
148+
- Replaced attribute "vcenter_fqdn" and "vcenter_id from the "vcf_domain" data source with "vcenter_configuration" subresource, that contains "id" and "fqdn" attributes.
149149

150150
FEATURES:
151151

152-
* Extend support for host resource: import. [\#36](https://github.com/vmware/terraform-provider-vcf/issues/36)
153-
* Add support for workload domain resource: import. [\#35](https://github.com/vmware/terraform-provider-vcf/issues/35)
154-
* Add support for configuration of NSX host TEP pool (static / DHCP) in `r/vcf_domain`. [\#54](https://github.com/vmware/terraform-provider-vcf/issues/54)
152+
- Extend support for host resource: import. [\#36](https://github.com/vmware/terraform-provider-vcf/issues/36)
153+
- Add support for workload domain resource: import. [\#35](https://github.com/vmware/terraform-provider-vcf/issues/35)
154+
- Add support for configuration of NSX host TEP pool (static / DHCP) in `r/vcf_domain`. [\#54](https://github.com/vmware/terraform-provider-vcf/issues/54)
155155

156156
**Note:** Management domain cannot be imported, but can be used as data source.
157157

158158
BUG FIXES:
159159

160-
* Include "domain_id" attribute to both imported cluster and cluster data source. [\#49](https://github.com/vmware/terraform-provider-vcf/issues/49)
160+
- Include "domain_id" attribute to both imported cluster and cluster data source. [\#49](https://github.com/vmware/terraform-provider-vcf/issues/49)
161161

162162
## [v0.3.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.3.0)
163163

164-
> Release Date: Aug 22nd 2023
164+
> Release Date: 2023-08-22
165165
166166
FEATURES:
167167

168-
* Add support for workload domain cluster resource: read, add, update, delete. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/32)
169-
* Add support for workload domain cluster data source. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/34)
170-
* Extend support for workload domain cluster resource: import. [\#33](https://github.com/vmware/terraform-provider-vcf/issues/33)
171-
* Extend support for workload domain cluster: expand and contract. [\#37](https://github.com/vmware/terraform-provider-vcf/issues/37)
168+
- Add support for workload domain cluster resource: read, add, update, delete. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/32)
169+
- Add support for workload domain cluster data source. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/34)
170+
- Extend support for workload domain cluster resource: import. [\#33](https://github.com/vmware/terraform-provider-vcf/issues/33)
171+
- Extend support for workload domain cluster: expand and contract. [\#37](https://github.com/vmware/terraform-provider-vcf/issues/37)
172172

173173
BUG FIXES:
174174

175-
* Fix IsEmpty not checking for boolean. [\#45](https://github.com/vmware/terraform-provider-vcf/pull/45)
175+
- Fix `IsEmpty` not checking for boolean. [\#45](https://github.com/vmware/terraform-provider-vcf/pull/45)
176176

177177
## [v0.2.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.2.0)
178178

179-
> Release Date: Jul 25th 2023
179+
> Release Date: 2023-07-25
180180
181181
Add support for creating/deleting workload domains and being used as data source.
182182

183183
## [v0.1.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.1.0)
184184

185-
> Release Date: Jun 5th 2023
185+
> Release Date: 2023-06-05
186186
187-
Initial release, adding support for commissioning/decommissioning hosts, creating/destroying
188-
network pools, creating/destroying SSO user, turning on/off the telemetry (CEIP).
187+
Initial release, adding support for commissioning/decommissioning hosts, creating/destroying network
188+
pools, creating/destroying SSO user, turning on/off the telemetry (CEIP).

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Learn more:
2525

2626
The following table lists the supported platforms for this provider.
2727

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.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` |
3434

3535
[^1]: VMware Cloud Foundation on Dell VxRAIL is **not supported** by this provider.
3636

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ description: |-
1010

1111
The following table lists the supported platforms for this provider.
1212

13-
| Platform | Support |
14-
|-----------------------------|------------|
15-
| VMware Cloud Foundation 5.1 | `≥ v0.9.0` |
16-
| VMware Cloud Foundation 5.0 | `≥ v0.9.0` |
17-
| VMware Cloud Foundation 4.5 | `≤ v0.8.0` |
18-
| VMware Cloud Foundation 4.4 | `≤ v0.8.0` |
13+
| Platform | Support |
14+
|------------------------------|-------------|
15+
| VMware Cloud Foundation 5.1+ | `≥ v0.9.0` |
16+
| VMware Cloud Foundation 5.0 | `≥ v0.9.0` |
17+
| VMware Cloud Foundation 4.5 | `≤ v0.8.0` |
18+
| VMware Cloud Foundation 4.4 | `≤ v0.8.0` |
1919

2020
[^1]: VMware Cloud Foundation on Dell VxRAIL is **not supported** by this provider.
2121

0 commit comments

Comments
 (0)