Releases: hashicorp/terraform-provider-helm
Releases Β· hashicorp/terraform-provider-helm
v3.1.0
3.1.0 (Oct 27, 2025)
FEATURES:
- Add
qpsfield to Helm provider configuration [GH-1668] - Add
resourcesattribute to manifest experimental feature [GH-1693] helm_template: Addset_wowrite-only attribute [GH-1703]helm_release: Add support for thetake_ownershipfield [GH-1680]
ENHANCEMENT:
- Introduce the
timeoutsfield to the helm_release resource and helm_template data source, enabling configurable operation timeouts for create, read, update, and delete actions. [GH-1702]
BUG FIXES:
- Port missing field
upgrade_install[GH-1675]
v3.0.2
3.0.2 (Jun 23, 2025)
This is a patch release that fixes a number of bugs discovered in the v3.x.x release.
BUG FIXES:
helm_release: Fix description field causing inconsistent plan [GH-1648]helm_release: Fix plan error whendevel = falseis set andversionis provided [GH-1656]helm_release: Fix postrender being run when binaryPath is nil [GH-1649]helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]provider: Restore support for theKUBE_PROXY_URLenvironment variable [GH-1655]
v3.0.1
v3.0.0
3.0.0 (Jun 18, 2025)
This release migrates ports the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]
Please refer to the migration guide.
BREAKING CHANGES:
- Blocks to Nested Objects: Blocks like
kubernetes,registry, andexperimentsare now represented as nested objects. - List Syntax for Nested Attributes: Attributes like
set,set_list, andset_sensitiveinhelm_releaseandhelm_templateare now lists of nested objects instead of blocks - The new framework code uses Terraform Plugin Protocol Version 6 which is compatible with Terraform versions 1.0 and aboove. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.
FEATURES:
-
Add
"literal"as a supportedtypefor thesetblock [GH-1615] -
helm_release: Add support for ResourceIdentity. [GH-1625] -
helm_release: Addset_wowrite-only attribute [GH-1592]
ENHANCEMENT:
helm_release: AddUpgradeStatelogic to support migration from SDKv2 to Plugin Framework [GH-1633]- update helm dependency to v3.17.2 [GH-1608]
BUG FIXES:
v3.0.0-pre2
v3.0.0-pre1
This pre-release migrates the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]
Please refer to the migration guide.