You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## 3.1.2 (May 21, 2026)
2
+
3
+
ENHANCEMENT:
4
+
5
+
* Replace usage of `golang.org/x/crypto/sha3` with `crypto/sha3` from stdlib [[GH-1775](https://github.com/hashicorp/terraform-provider-helm/issues/1775)]
6
+
7
+
BUG FIXES:
8
+
9
+
*`helm_release`: Fix Windows apply failure when multiple releases reference the same OCI chart/version in a single run (#1623) [[GH-1785](https://github.com/hashicorp/terraform-provider-helm/issues/1785)]
10
+
11
+
DEPENDENCIES:
12
+
13
+
* Remove `golang.org/x/crypto` as a direct dependency [[GH-1775](https://github.com/hashicorp/terraform-provider-helm/issues/1775)]
14
+
* Upgrade `go` from `1.24.5` to `1.25.8`[[GH-1775](https://github.com/hashicorp/terraform-provider-helm/issues/1775)]
15
+
* Bump `google.golang.org/grpc` from `1.75.1` to `1.79.3`[[GH-1769](https://github.com/hashicorp/terraform-provider-helm/pull/1769)]
0 commit comments