Releases: hashicorp/terraform-provider-helm
v1.1.0
v1.0.0
v0.10.4
v0.10.3
IMPROVEMENTS:
- Upgrade Helm to v2.15.1 and Kubernetes to v1.15.5
- Migrate to terraform-plugin-sdk
- Allow for colon separated KUBECONFIG (#98)
- Modernise docs
FIXES:
v0.6.0
This release is full of new enhancements done by the community, a bit thanks to them. Also, we upgraded the dependencies to the latest stable releases available at this time.
New version based on helm 2.10.0, client-go 8.0.0 and terraform 0.11.8
Implemented enhancements:
- Read namespace and version keys from release to ensure they are correct #90 (cezarsa)
- Allow disabling the Tiller installation step #88 (cosmopetrich)
- Add support for username and password to repository #81 (trthomps)
- Add support in-cluster authentification #76 (cryptobioz)
- Add helms set-string option (set_string) #74 (stevenaldinger)
- Add override and max_history options to provider #71 (oleh-ozimok)
v0.5.1
New version based on helm 2.9.0, client-go 7.0.0 and terraform 0.11.7
Implemented enhancements:
- Update depedencies helm 2.9.0, client-go 7.0.0 and terraform 0.11.7
- Added feature to support bearer token as kubernetes authentication #49 (rodcloutier)
- Handle list of empty string being converted to list of nils #48 (rodcloutier)
- Add reuse values option #38 (burdiyan)
v0.5.0
This is a new release, of the provider. It contains (again) a small breaking change, helm_release.values
is now a list. Thanks to @Mistobaan and @rodcloutier for all this PRs
Implemented enhancements:
v0.4.0
This new release contains breaking changes, the helm_chart
has been renamed to helm_release
.
Thanks to @burdiyan for his fork, some fixes were relevant to this new release.
Implemented enhancements: