|
1 | 1 | # <!-- markdownlint-disable first-line-h1 no-inline-html --> |
2 | 2 |
|
3 | | -## 2.10.0 (Not Released) |
| 3 | +## 2.10.0 (October 16, 2024) |
4 | 4 |
|
5 | 5 | FEATURES: |
6 | 6 |
|
7 | 7 | - `data/vsphere_network`: Adds ability to add `filter` to find port groups based on network type of |
8 | 8 | 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)) |
10 | 10 | - `resource/vsphere_virtual_machine`: Adds ability to add a virtual Trusted Platform Module (`vtpm`) |
11 | 11 | 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)) |
13 | 13 | - `data/vsphere_virtual_machine`: Adds ability read the configuration of a virtual Trusted Platform |
14 | 14 | 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)) |
16 | 33 |
|
17 | 34 | ## 2.9.3 (October 8, 2024) |
18 | 35 |
|
|
0 commit comments