Skip to content

Commit b144acc

Browse files
authored
chore(release): v2.12.0 (#2384)
Release v2.12.0. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 20c6a92 commit b144acc

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

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

3+
## 2.12.0 (April 22, 2025)
4+
5+
IMPROVEMENTS:
6+
7+
- `d/vsphere_network`: AddED `retry_timeout` and `retry_interval` attributes that enable retry if network is not found.
8+
[(#2349](https://github.com/hashicorp/terraform-provider-vsphere/pull/2349))
9+
- `r/vpshere_host_port_group`: Fixed `null` reference panic during resource import.
10+
[(#2377](https://github.com/hashicorp/terraform-provider-vsphere/pull/2377))
11+
- `r/vsphere_vmfs_datastore` Fixed error during resource deletion.
12+
[(#2360](https://github.com/hashicorp/terraform-provider-vsphere/pull/2360))
13+
14+
CHORE:
15+
16+
- `provider`: Updated `go` to v1.23.8.
17+
([#2372](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2372))
18+
- `provider`: Updated `golang.org/x/net` to 0.38.0.
19+
([#2358](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2358), [#2378](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2378))
20+
- `provider`: Updated `golang.org/x/text` to v0.22.0.
21+
([#2350](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2350))
22+
- `provider`: Updated `golang.org/x/sys` to v0.30.0.
23+
([#2350](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2350))
24+
- `provider`: Updated `golang.org/x/sync` to v0.11.0.
25+
([#2350](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2350))
26+
- `provider`: Updated `golang.org/x/crypto` to v0.35.0.
27+
([#2350](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2350))
28+
- `provider`: Updated `github.com/hashicorp/terraform-plugin-sdk/v2` to v0.1.2.
29+
([#2346](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2346))
30+
- `provider`: Updated `github.com/hashicorp/yamux` to v2.36.1.
31+
([#2334](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2334))
32+
- `provider`: Updated `vmware/govmomi` to v0.49.0.
33+
([#2342](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2342), [#2357](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2357))
34+
35+
DOCUMENTATION:
36+
37+
- Migrated documentation from legacy path.
38+
([#2370](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2370))
39+
340
## 2.11.1 (February 03, 2025)
441

542
IMPROVEMENTS:

0 commit comments

Comments
 (0)