Skip to content

Releases: hashicorp/terraform-provider-helm

v2.5.1

11 Apr 20:02
8d63749
Compare
Choose a tag to compare

FIX:

  • Only run OCI login on create and update (#846)
  • OCI login concurrency issue (#848)

v2.5.0

28 Mar 20:12
e858cde
Compare
Choose a tag to compare
  • Upgrade helm dependency to v3.8.1
  • Add support for OCI registries

v2.4.1

09 Nov 19:18
Compare
Choose a tag to compare

HOTFIX:

  • Fix exec plugin interactive mode regression (#798)

v2.4.0

08 Nov 18:30
Compare
Choose a tag to compare
  • Update helm dependency to v3.7.1
  • Add wait support to helm_release delete operation

v2.2.0

10 Jun 18:04
Compare
Choose a tag to compare
  • Add support for stand-alone debug mode (launch with -debug argument) (#748)
  • Add helm_template data source to render chart templates locally (#483)
  • Surface diagnostics when helm release creation fails (#727)

v2.1.2

27 Apr 20:59
Compare
Choose a tag to compare
  • Fix dependency download on resource update (#580)
  • Add support for the --wait-for-jobs option (#720)

v2.1.1

16 Apr 15:41
Compare
Choose a tag to compare
  • Fix dry-run happening at plan when manifest is not enabled (#724)

v2.1.0

01 Apr 16:19
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add chart diff support by storing the rendered manifest (#702)
  • Update to Helm 3.5.3 (#709)
  • Docs: add link to Learn tutorial (#714)

BUG FIXES:

  • Remove kubeconfig file check (#708)

v2.0.3

11 Mar 22:52
Compare
Choose a tag to compare

BUG FIXES:

  • Fix documentation for KUBE_TOKEN env var name (#684)
  • Fix destroy stage error for charts with "helm.sh/resource-policy:keep" annotation (#671)
  • Fix read function to set resource id to null when not found (#674)

IMPROVEMENTS:

  • Update provider configuration docs (#673)

v2.0.2

18 Jan 22:32
Compare
Choose a tag to compare

FIX:

  • Remove check for empty kubernetes block