Skip to content

Commit 40c7817

Browse files
Merge pull request #48 from vmware/feature/update_changelog_for_v030
Update documentation for v0.3.0 release
2 parents e9bc3b3 + 60c659e commit 40c7817

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

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

3+
## [v0.3.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.3.0)
4+
5+
> Release Date: Aug 22nd 2023
6+
7+
FEATURES:
8+
* Add support for workload domain cluster resource: read, add, update, delete [\#32](https://github.com/vmware/terraform-provider-vcf/issues/32)
9+
* Add support for workload domain cluster data source [\#32](https://github.com/vmware/terraform-provider-vcf/issues/34)
10+
* Extend support for workload domain cluster resource: import [\#33](https://github.com/vmware/terraform-provider-vcf/issues/33)
11+
* Extend support for workload domain cluster: expand and contract [\#37](https://github.com/vmware/terraform-provider-vcf/issues/37)
12+
13+
BUG FIXES:
14+
* Fix IsEmpty not checking for boolean [\#45](https://github.com/vmware/terraform-provider-vcf/pull/45)
15+
16+
17+
318
## [v0.2.0](https://github.com/vmware/terraform-provider-vcf/releases/tag/v0.2.0)
419

520
> Release Date: Jul 25th 2023

docs/resources/cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The following data is prerequisite for creation:
4141
* A DHCP server must be configured on the Geneve VLAN of the respective domains. When NSX-T creates VTEPs for the hosts in the domain, they are assigned IP addresses from the DHCP server.
4242
* Evaluate if you want to have pNICs on multiple vSphere Distributed Switches in the NSX-T domain. At least two pNICs are needed on a single switch.
4343

44+
**Note:** If you expand/contract a Cluster be sure to first remove the cluster ref under the cluster, apply the plan and then remove the commissioned host resource.
45+
4446
<!-- schema generated by tfplugindocs -->
4547
## Schema
4648

0 commit comments

Comments
 (0)