Skip to content

Commit 0e0a60f

Browse files
authored
release v3.3.0 (#1875)
1 parent 9b09c13 commit 0e0a60f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 3.3.0 (Aug 28, 2026)
2+
3+
ENHANCEMENT:
4+
5+
* Upgrade Helm from `3.18.5` to `3.20.2` [[GH-1807](https://github.com/hashicorp/terraform-provider-helm/issues/1807)]
6+
7+
DEPENDENCIES:
8+
9+
* Upgrade `k8s.io/api`, `k8s.io/apimachinery`, `k8s.io/cli-runtime`, `k8s.io/client-go`, and `k8s.io/kubectl` from `0.33.3` to `0.35.1` [[GH-1807](https://github.com/hashicorp/terraform-provider-helm/issues/1807)]
10+
* Upgrade `sigs.k8s.io/structured-merge-diff` from `v4.6.0` to `v6.3.0` [[GH-1807](https://github.com/hashicorp/terraform-provider-helm/issues/1807)]
11+
* Upgrade `golang.org/x/crypto` from `0.49.0` to `0.52.0` [[GH-1871](https://github.com/hashicorp/terraform-provider-helm/issues/1871)]
12+
13+
NOTES:
14+
15+
* `provider`: With `experiments.manifest` enabled, the stored manifest no longer includes `creationTimestamp: null` for rendered `Secret` resources. Expect a one-time diff on the first plan after upgrading. Nothing is applied to the cluster. [[GH-1807](https://github.com/hashicorp/terraform-provider-helm/issues/1807)]
16+
17+
118
## 3.2.0 (June 4, 2026)
219

320
ENHANCEMENT:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0

0 commit comments

Comments
 (0)