Skip to content

Commit e199e59

Browse files
authored
v3.1.0 (#1715)
1 parent dbd56c1 commit e199e59

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.1.0 (Oct 27, 2025)
2+
3+
FEATURES:
4+
5+
* Add `qps` field to Helm provider configuration [[GH-1668](https://github.com/hashicorp/terraform-provider-helm/issues/1668)]
6+
* Add `resources` attribute to manifest experimental feature [[GH-1693](https://github.com/hashicorp/terraform-provider-helm/issues/1693)]
7+
* `helm_template`: Add `set_wo` write-only attribute [[GH-1703](https://github.com/hashicorp/terraform-provider-helm/issues/1703)]
8+
* `helm_release`: Add support for the `take_ownership` field [[GH-1680](https://github.com/hashicorp/terraform-provider-helm/pull/1680)]
9+
10+
ENHANCEMENT:
11+
12+
* Introduce the `timeouts` field to the helm_release resource and helm_template data source, enabling configurable operation timeouts for create, read, update, and delete actions. [[GH-1702](https://github.com/hashicorp/terraform-provider-helm/issues/1702)]
13+
14+
BUG FIXES:
15+
16+
* Port missing field `upgrade_install` [[GH-1675](https://github.com/hashicorp/terraform-provider-helm/pull/1675)]
17+
18+
119
## 3.0.2 (Jun 23, 2025)
220

321
This is a patch release that fixes a number of bugs discovered in the v3.x.x release.

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.1.0

0 commit comments

Comments
 (0)