Releases: hashicorp/terraform-provider-helm
Releases · hashicorp/terraform-provider-helm
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 = false
is set andversion
is 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_URL
environment 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
, andexperiments
are now represented as nested objects. - List Syntax for Nested Attributes: Attributes like
set
,set_list
, andset_sensitive
inhelm_release
andhelm_template
are 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 supportedtype
for theset
block [GH-1615] -
helm_release
: Add support for ResourceIdentity. [GH-1625] -
helm_release
: Addset_wo
write-only attribute [GH-1592]
ENHANCEMENT:
helm_release
: AddUpgradeState
logic 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.