Releases: hashicorp/terraform-provider-helm
Releases · hashicorp/terraform-provider-helm
v1.3.2
This is a hotfix release to fix a crash when using helm plugins with the provider.
v1.3.1
IMPROVEMENTS:
Upgrade Helm to 3.3.4 (#572)
v1.3.0
IMPROVEMENTS:
Added app_version to metadata attribute block (#532)
BUG FIXES:
Fix nil path for dependency_update flag (#482)
v1.2.3
FIXES
- Fix concurrent read/write crash (#525)
- Fix for provider hang (#505)
v0.10.5
FIXES:
- Update helm & tiller to version 2.16.8 (#529)
- Fix GKE test-infra error related to node_version
- Set connection_timeout parameter (#355)
IMPROVEMENTS:
- Update Kubernetes to version 1.16.1
- Update Go to version 1.14
v1.2.2
- Adds
lint
attribute to helm_release
v1.2.1
Bugfix release to fix linter crash
v1.2.0
IMPROVEMENTS:
Cloak sensitive values in metadata field (#480)
Upgrade to Helm 3.2.0
Deprecate helm_repository data source
Lint chart at plan time
v1.1.1
FIXES:
- Fix chart path bug causing unwanted diff (#449)