Terraform Provider Helm Versions Save

Terraform Helm provider

v2.7.1

1 year ago

BUG FIXES:

  • Crash Fix: Fix Unknown Value in Manifest Diff [GH-966]

v2.7.0

1 year ago

FEATURES:

  • Update helm package to 3.9.4 (#945)
  • Show Manifest when creating release [GH-903]

BUG FIXES:

  • Do dependency update in resourceDiff #771 (#855)
  • Crash: Fix show_only crash when string is empty [GH-950]

v2.6.0

1 year ago

IMPROVEMENTS:

  • Upgrade helm dependency to 3.9.0 (#867)
  • Add args attribute in post_render block in (#869)
  • Add pass_credentials attribute (#841)
  • Add proxy_url attribute to provider block (#843)

BUG FIXES:

  • Don't persist state when update causes an error (#857)

v2.5.1

2 years ago

FIX:

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

v2.5.0

2 years ago
  • Upgrade helm dependency to v3.8.1
  • Add support for OCI registries

v2.4.1

2 years ago

HOTFIX:

  • Fix exec plugin interactive mode regression (#798)

v2.4.0

2 years ago
  • Update helm dependency to v3.7.1
  • Add wait support to helm_release delete operation

v2.2.0

2 years ago
  • 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

3 years ago
  • Fix dependency download on resource update (#580)
  • Add support for the --wait-for-jobs option (#720)

v2.1.1

3 years ago
  • Fix dry-run happening at plan when manifest is not enabled (#724)