Skip to content

Releases: hashicorp/terraform-provider-helm

v3.2.0

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 04 Jun 15:49
61d3803

3.2.0 (June 4, 2026)

ENHANCEMENT:

  • Added linux/s390x build target for IBM Z platform [GH-1800]

v3.1.2

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 21 May 18:09
ecffae0

3.1.2 (May 21, 2026)

ENHANCEMENT:

  • Replace usage of golang.org/x/crypto/sha3 with crypto/sha3 from stdlib [GH-1775]

BUG FIXES:

  • helm_release: Fix Windows apply failure when multiple releases reference the same OCI chart/version in a single run (#1623) [GH-1785]

DEPENDENCIES:

  • Remove golang.org/x/crypto as a direct dependency [GH-1775]
  • Upgrade go from 1.24.5 to 1.25.8 [GH-1775]
  • Bump google.golang.org/grpc from 1.75.1 to 1.79.3 [GH-1769]

v3.1.1

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 17 Nov 21:24
1cbf08f

3.1.1 (Nov 17, 2025)

BUG FIXES:

  • resource/helm_release: Fix "inconsistent result after apply" error by moving recomputeMetadata function call [GH-1713]

v3.1.0

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 28 Oct 17:12
e199e59

3.1.0 (Oct 27, 2025)

FEATURES:

  • Add qps field to Helm provider configuration [GH-1668]
  • Add resources attribute to manifest experimental feature [GH-1693]
  • helm_template: Add set_wo write-only attribute [GH-1703]
  • helm_release: Add support for the take_ownership field [GH-1680]

ENHANCEMENT:

  • 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]

BUG FIXES:

  • Port missing field upgrade_install [GH-1675]

v3.0.2

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 23 Jun 22:28
fdbda1b

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 when devel = false is set and version 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 the KUBE_PROXY_URL environment variable [GH-1655]

v3.0.1

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 18 Jun 20:45
e0e88c0

3.0.1 (Jun 18, 2025)

This is a hotfix release.

HOTFIX:

  • helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]

v3.0.0

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 18 Jun 15:21
71b0a33

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, and experiments are now represented as nested objects.
  • List Syntax for Nested Attributes: Attributes like set, set_list, and set_sensitive in helm_release and helm_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 supported type for the set block [GH-1615]

  • helm_release: Add support for ResourceIdentity. [GH-1625]

  • helm_release: Add set_wo write-only attribute [GH-1592]

ENHANCEMENT:

  • helm_release: Add UpgradeState logic to support migration from SDKv2 to Plugin Framework [GH-1633]
  • update helm dependency to v3.17.2 [GH-1608]

BUG FIXES:

  • helm_release: Fix namespace behaviour for dependency charts in non-default namespaces [GH-1583]

  • change set.value && set_list.value to optional instead of required [GH-1572]

v3.0.0-pre2

Choose a tag to compare

@github-actions github-actions released this 27 Feb 15:44
368f161

FEATURES:

  • helm_release: Add set_wo write-only attribute [GH-1592]

BUG FIXES:

  • change set.value && set_list.value to optional instead of required [GH-1572]

v3.0.0-pre1

v3.0.0-pre1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jan 19:45
420fb40

This pre-release migrates the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]

Please refer to the migration guide.

v2.17.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 13:28
afc64ed

ENHANCEMENT:

  • resource/helm_release: the dry-run option is now set to server to execute any chart lookups against the server during the plan stage. [GH-1335]

BUG FIXES:

  • resource/helm_release: fix an issue where postrender.args is not parsed correctly. [GH-1534]