Releases: hashicorp/terraform-provider-helm
Releases · hashicorp/terraform-provider-helm
v2.5.1
FIX:
- Only run OCI login on create and update (#846)
- OCI login concurrency issue (#848)
v2.5.0
- Upgrade helm dependency to v3.8.1
- Add support for OCI registries
v2.4.1
HOTFIX:
- Fix exec plugin interactive mode regression (#798)
v2.4.0
- Update helm dependency to v3.7.1
- Add
wait
support to helm_release delete operation
v2.2.0
- 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
- Fix dependency download on resource update (#580)
- Add support for the --wait-for-jobs option (#720)
v2.1.1
- Fix dry-run happening at plan when manifest is not enabled (#724)
v2.1.0
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
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
FIX:
- Remove check for empty kubernetes block