Skip to content

Commit acdef63

Browse files
authored
chore(release): v2.11.1 (#2333)
Release v2.11.1. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 9b077a1 commit acdef63

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
# <!-- markdownlint-disable first-line-h1 no-inline-html -->
22

3-
## 2.11.0 (January 21, 2026)
3+
## 2.11.1 (February 03, 2025)
44

55
IMPROVEMENTS:
66

7-
- `resource/vsphere_virtual_machine`: - Added support for NVMe controllers. [(2321](https://github.com/hashicorp/terraform-provider-vsphere/pull/2321))
8-
- `resource/distributed_virtual_switch`: Added support for vSphere distributed switch version `8.0.3` in vSphere 8.0 U3. [(2306](https://github.com/hashicorp/terraform-provider-vsphere/pull/2306))
9-
- `resource/vsphere_distributed_virtual_switch_pvlan_mapping`: New resource added to support management of individual PVLAN mapping records on a distributed switch. [(2291](https://github.com/hashicorp/terraform-provider-vsphere/pull/2291))
7+
- `resource/vsphere_supervisor`: - Added support for `main_ntp` and `worker_ntp`. [(#2326](https://github.com/hashicorp/terraform-provider-vsphere/pull/23261))
8+
- Updates the session file formatter string to `"%064x"` from `"%040x"` to match `vmware/govc` v0.48.0 and later. [(#2329](https://github.com/hashicorp/terraform-provider-vsphere/pull/2329))
9+
10+
CHORE:
11+
12+
- `provider`: Updated `vmware/govmomi` to v0.48.0.
13+
([#2325](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2325), [#2329](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2329))
14+
15+
## 2.11.0 (January 21, 2025)
16+
17+
IMPROVEMENTS:
18+
19+
- `resource/vsphere_virtual_machine`: - Added support for NVMe controllers. [(#2321](https://github.com/hashicorp/terraform-provider-vsphere/pull/2321))
20+
- `resource/distributed_virtual_switch`: Added support for vSphere distributed switch version `8.0.3` in vSphere 8.0 U3. [(#2306](https://github.com/hashicorp/terraform-provider-vsphere/pull/2306))
21+
- `resource/vsphere_distributed_virtual_switch_pvlan_mapping`: New resource added to support management of individual PVLAN mapping records on a distributed switch. [(#2291](https://github.com/hashicorp/terraform-provider-vsphere/pull/2291))
1022

1123
DOCUMENTATION:
1224

13-
- Updated documentation links to `techdocs.broadcom.com`, as needed. [(2322](https://github.com/hashicorp/terraform-provider-vsphere/pull/2322))
25+
- Updated documentation links to `techdocs.broadcom.com`, as needed. [(#2322](https://github.com/hashicorp/terraform-provider-vsphere/pull/2322))
1426

1527
CHORE:
1628

website/docs/index.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ will no longer need them.
134134
#### Session Interoperability for vmware/govc and the Provider
135135

136136
The session format used to save VIM SOAP sessions is the same used
137-
with [vmware/govc][docs-govc]. If you use govc as part of your provisioning
137+
with [`vmware/govc`][docs-govc]. If you use `govc` as part of your provisioning
138138
process, Terraform will use the saved session if present and if
139139
`persist_session` is enabled.
140140

141+
~> **NOTE:** If using v2.11.1 or later of the provider, use `vmware/govc` v0.48.0 or later.
142+
141143
### Debugging Options
142144

143145
~> **NOTE:** The following options can leak sensitive data and should only be

0 commit comments

Comments
 (0)