Skip to content

Commit 1e9ce86

Browse files
authored
chore: update changelog for v0.10.0 (#197)
Signed-off-by: Stoyan Zhelyazkov <[email protected]>
1 parent 7638290 commit 1e9ce86

File tree

1 file changed

+67
-38
lines changed

1 file changed

+67
-38
lines changed

Diff for: CHANGELOG.md

+67-38
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,149 @@
11
# CHANGELOG
22

3+
## [v0.10.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.10.0)
4+
5+
> Release Date: July 9 2024
6+
7+
BREAKING CHANGES:
8+
9+
* The identifier for `r/csr` has changed. Existing resources will become invalid.
10+
11+
FEATURES:
12+
13+
* Allow deployment of VUM-based management domain. [\#151](https://github.com/vmware/terraform-provider-vcf/issues/151)
14+
* Add support for vSAN ESA enablement. [\#182](https://github.com/vmware/terraform-provider-vcf/issues/182)
15+
* 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)
16+
17+
BUG FIXES:
18+
19+
* `r/csr` fails for `SDDC_MANAGER` and `NSXT_MANAGER`. [\#195](https://github.com/vmware/terraform-provider-vcf/issues/195)
20+
321
## [v0.9.1](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.9.1)
422

523
> Release Date: June 12 2024
624
725
BUG FIXES:
8-
* Tier 0 and Tier 1 routers are now optional for Edge Clusters [\#177](https://github.com/vmware/terraform-provider-vcf/issues/177)
9-
* Accept VLAN "0" for network pools [\#175](https://github.com/vmware/terraform-provider-vcf/issues/175)
10-
* New properties for management network configuration on edge nodes [\#147](https://github.com/vmware/terraform-provider-vcf/issues/147)
26+
27+
* Tier 0 and Tier 1 routers are now optional for Edge Clusters. [\#177](https://github.com/vmware/terraform-provider-vcf/issues/177)
28+
* Accept VLAN "0" for network pools. [\#175](https://github.com/vmware/terraform-provider-vcf/issues/175)
29+
* New properties for management network configuration on edge nodes. [\#147](https://github.com/vmware/terraform-provider-vcf/issues/147)
1130

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

1433
> Release Date: May 23 2024
1534
1635
FEATURES:
17-
* Official support for VCF 5.1.1 [\#173](https://github.com/vmware/terraform-provider-vcf/pull/173)
36+
37+
* Official support for VCF 5.1.1. [\#173](https://github.com/vmware/terraform-provider-vcf/pull/173)
1838

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

2141
> Release Date: Apr 26 2024
2242
2343
FEATURES:
24-
* New resource for exporting cluster personality [\#143](https://github.com/vmware/terraform-provider-vcf/pull/143)
25-
* Support configuring vSAN in stretched mode [\#154](https://github.com/vmware/terraform-provider-vcf/pull/154)
44+
45+
* New resource for exporting cluster personality. [\#143](https://github.com/vmware/terraform-provider-vcf/pull/143)
46+
* Support configuring vSAN in stretched mode. [\#154](https://github.com/vmware/terraform-provider-vcf/pull/154)
2647

2748
BUG FIXES:
28-
* Fix cluster creation with vLCM image [\#148](https://github.com/vmware/terraform-provider-vcf/pull/148)
29-
* Remove BGP Peer password requirements [\#150](https://github.com/vmware/terraform-provider-vcf/pull/150)
49+
50+
* Fix cluster creation with vLCM image. [\#148](https://github.com/vmware/terraform-provider-vcf/pull/148)
51+
* Remove BGP Peer password requirements. [\#150](https://github.com/vmware/terraform-provider-vcf/pull/150)
3052

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

3355
> Release Date: Feb 6 2024
3456
3557
BUG FIXES:
36-
* Respect static IP pool configuration when configuring NSX [\#113](https://github.com/vmware/terraform-provider-vcf/issues/113)
37-
* Fix Edge ASN upper boundary on 32-bit systems [\#120](https://github.com/vmware/terraform-provider-vcf/issues/120)
58+
59+
* Respect static IP pool configuration when configuring NSX. [\#113](https://github.com/vmware/terraform-provider-vcf/issues/113)
60+
* Fix Edge ASN upper boundary on 32-bit systems. [\#120](https://github.com/vmware/terraform-provider-vcf/issues/120)
3861

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

4164
> Release Date: Jan 31 2024
4265
4366
FEATURES:
67+
4468
* NSX Edge Cluster
4569

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

4872
> Release Date: Jan 12 2024
4973
5074
FEATURES:
51-
* Credentials data source
52-
* Password update
53-
* Password rotation
54-
* Password auto-rotate policy configuration
75+
76+
* Credentials data source.
77+
* Password update.
78+
* Password rotation.
79+
* Password auto-rotate policy configuration.
5580

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

5883
> Release Date: Nov 23 2023
5984
6085
FEATURES:
61-
* Support for CA configuration
62-
* Support for CSR generation
63-
* Support for replacing certificate of a resource in a Domain via configured CA
64-
* Support for replacing certificate of a resource in a Domain via external CA
86+
87+
* Support for CA configuration.
88+
* Support for CSR generation.
89+
* Support for replacing certificate of a resource in a Domain via configured CA.
90+
* Support for replacing certificate of a resource in a Domain via external CA.
6591

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

6894
> Release Date: Oct 9th 2023
6995
7096
FEATURES:
71-
* Add support for management domain deployment (bringup) [\#38](https://github.com/vmware/terraform-provider-vcf/issues/38)
7297

73-
**Note:** Provider has two mutually exclusive modes of operation: CloudBuilder mode (for bringup) and SDDCManager mode
98+
* Add support for management domain deployment (bring-up). [\#38](https://github.com/vmware/terraform-provider-vcf/issues/38)
99+
100+
**Note:** Provider has two mutually exclusive modes of operation: CloudBuilder mode (for bring-up) and SDDC Manager mode.
74101

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

77104
> Release Date: Sep 11th 2023
78105
79106
BREAKING CHANGES:
80107

81-
* 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"
82-
* Replaced attribute "nsx_cluster_ref" from the "vcf_domain" datasource with a richer "nsx_configuration", that additionally contains IPs, Names and DNS Names of NSX-T Manager Nodes
83-
* Renamed attribute "nsx_configuration.nsx_manager_node.dns_name" in "vcf_domain" to "nsx_configuration.nsx_manager_node.fqdn" for clarity
84-
* Renamed attribute "vcenter" to "vcenter_configuration" in "vcf_domain" resource and "vcf_domain" datasource
85-
* Replaced attribute "dns_name" in "vcenter_configuration" in "vcf_domain" resource with "fqdn"
86-
* Replaced attribute "vcenter_fqdn" and "vcenter_id from the "vcf_domain" datasource with "vcenter_configuration" subresource, that contains "id" and "fqdn" attributes.
108+
* 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".
109+
* 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.
110+
* Renamed attribute "nsx_configuration.nsx_manager_node.dns_name" in "vcf_domain" to "nsx_configuration.nsx_manager_node.fqdn" for clarity.
111+
* Renamed attribute "vcenter" to "vcenter_configuration" in "vcf_domain" resource and "vcf_domain" data source.
112+
* Replaced attribute "dns_name" in "vcenter_configuration" in "vcf_domain" resource with "fqdn".
113+
* Replaced attribute "vcenter_fqdn" and "vcenter_id from the "vcf_domain" data source with "vcenter_configuration" subresource, that contains "id" and "fqdn" attributes.
87114

88115
FEATURES:
89-
* Extend support for host resource: import [\#36](https://github.com/vmware/terraform-provider-vcf/issues/36)
90-
* Add support for workload domain resource: import [\#35](https://github.com/vmware/terraform-provider-vcf/issues/35)
91-
* 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)
92116

93-
**Note:** Management domain cannot be imported, but can be used as datasource
117+
* Extend support for host resource: import. [\#36](https://github.com/vmware/terraform-provider-vcf/issues/36)
118+
* Add support for workload domain resource: import. [\#35](https://github.com/vmware/terraform-provider-vcf/issues/35)
119+
* 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)
120+
121+
**Note:** Management domain cannot be imported, but can be used as data source.
94122

95123
BUG FIXES:
96-
* Include "domain_id" attribute to both imported cluster and cluster datasource [\#49](https://github.com/vmware/terraform-provider-vcf/issues/49)
124+
125+
* Include "domain_id" attribute to both imported cluster and cluster data source. [\#49](https://github.com/vmware/terraform-provider-vcf/issues/49)
97126

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

100129
> Release Date: Aug 22nd 2023
101130
102131
FEATURES:
103-
* Add support for workload domain cluster resource: read, add, update, delete [\#32](https://github.com/vmware/terraform-provider-vcf/issues/32)
104-
* Add support for workload domain cluster data source [\#32](https://github.com/vmware/terraform-provider-vcf/issues/34)
105-
* Extend support for workload domain cluster resource: import [\#33](https://github.com/vmware/terraform-provider-vcf/issues/33)
106-
* Extend support for workload domain cluster: expand and contract [\#37](https://github.com/vmware/terraform-provider-vcf/issues/37)
107132

108-
BUG FIXES:
109-
* Fix IsEmpty not checking for boolean [\#45](https://github.com/vmware/terraform-provider-vcf/pull/45)
133+
* Add support for workload domain cluster resource: read, add, update, delete. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/32)
134+
* Add support for workload domain cluster data source. [\#32](https://github.com/vmware/terraform-provider-vcf/issues/34)
135+
* Extend support for workload domain cluster resource: import. [\#33](https://github.com/vmware/terraform-provider-vcf/issues/33)
136+
* Extend support for workload domain cluster: expand and contract. [\#37](https://github.com/vmware/terraform-provider-vcf/issues/37)
110137

138+
BUG FIXES:
111139

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

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

115144
> Release Date: Jul 25th 2023
116145
117-
Add support for creating/deleting workload domains and being used as datasource.
146+
Add support for creating/deleting workload domains and being used as data source.
118147

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

0 commit comments

Comments
 (0)