Skip to content

Commit cbcbe66

Browse files
authored
chore: release v2.10.0 (#2286)
Updates `CHANGELOG.md` for v2.10.0 release. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 952f6cb commit cbcbe66

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,35 @@
11
# <!-- markdownlint-disable first-line-h1 no-inline-html -->
22

3-
## 2.10.0 (Not Released)
3+
## 2.10.0 (October 16, 2024)
44

55
FEATURES:
66

77
- `data/vsphere_network`: Adds ability to add `filter` to find port groups based on network type of
88
standard virtual port group, distributed virtual port group, or network port group.
9-
[#2281](https://github.com/hashicorp/terraform-provider-vsphere/pull/2281)
9+
([#2281](https://github.com/hashicorp/terraform-provider-vsphere/pull/2281))
1010
- `resource/vsphere_virtual_machine`: Adds ability to add a virtual Trusted Platform Module (`vtpm`)
1111
to virtual machine on creation or clone.
12-
[#2279](https://github.com/hashicorp/terraform-provider-vsphere/pull/2279)
12+
([#2279](https://github.com/hashicorp/terraform-provider-vsphere/pull/2279))
1313
- `data/vsphere_virtual_machine`: Adds ability read the configuration of a virtual Trusted Platform
1414
Module (`vtpm`) on virtual machine; will return `true` or `false` based on the configuration.
15-
[#2279](https://github.com/hashicorp/terraform-provider-vsphere/pull/2279)
15+
([#2279](https://github.com/hashicorp/terraform-provider-vsphere/pull/2279))
16+
- `data/vsphere_datastore_stats`: Adds ability to return all data stores, both local and under a
17+
datastore cluster, in the datastore list.
18+
([#2273](https://github.com/hashicorp/terraform-provider-vsphere/pull/2273))
19+
- `data/datasource_cluster`: Adds ability to return datastore names under from a datastore cluster.
20+
([#2274](https://github.com/hashicorp/terraform-provider-vsphere/pull/2274))
21+
- `data/vsphere_datacenter`: Adds ability to return list of virtual machine names for the specified
22+
datacenter. ([#2276](https://github.com/hashicorp/terraform-provider-vsphere/pull/2276))
23+
24+
IMPROVEMENTS:
25+
26+
- `resource/virtual_machine`: Documentation Updated.
27+
([#2285](https://github.com/terraform-providers/terraform-provider-vsphere/pulls/2285))
28+
29+
CHORE:
30+
31+
- `provider`: Updated `vmware/govmomi` to v0.44.1.
32+
([#2282](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2282))
1633

1734
## 2.9.3 (October 8, 2024)
1835

0 commit comments

Comments
 (0)