FIXES:
- Tiller installed version should match helm client (#365)
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:
- Remove manual installation instructions
- Fix loading kubeconfig when disabled (#307)
- Don't enable TLS if
enable_tls
is false (#245) - Remove ForceNew on repo and chart changes (#173)
FIXES:
- Revert "Escape commas in set_string" (#310)
IMPROVEMENTS:
- Update helm and tiller to 2.14.1 (#294)
- Wait for tiller if it's not ready (#295)
FEATURES:
- Automatically initialize the configured helm home directory (#185)
IMPROVEMENTS:
- Update helm and tiller to 2.14.0 (#277)
- Update terraform to 0.12.1 (#289 #290)
FIXES:
- Fix concurrency issues reading multiple repos (#272)
- Documentation fixes (#262 #270 #276)
- helm/resource_release: typo fixes (#282)
FEATURES:
IMPROVEMENTS:
- Migrate to Terraform 0.12 SDK
- Move to Go modules for dep-management
FIXES:
- Properly handle commas in attribute values
- Documentation fixes
FEATURES:
helm_repository
is now a data source. We retain backwards compatibility throughDataSourceResourceShim
(#221)- Use configured helm home when reading default TLS settings (#210)
- Added
load_config_file
option to enable or disable the load of kubernetes config file (#231)
IMPROVEMENTS:
- CI and doc improvements
FEATURES:
- Added the possibility to set sensitive values (#153)
IMPROVEMENTS:
- Multiple README, logs and docs improvements
- Go 1.11 and modules (#179, #200 and #201)
- Default tiller version v2.11.0 (#194)
- Suppress diff of "keyring" and "devel" attributes (#193)
- Add entries to .gitignore to roughly match the Google provider (#206)
FIXES:
- Fix when Helm provider ignores FAILED release state (#161)
- Use
127.0.0.1
as defaultlocalhost
(#207)
- Based on Helm 2.11
- Bug fix: A recursion between the read and create methods as described in PR #137
- Re-release after induction into 'terraform-providers'. This is to align to the de-facto repository version sequence.
- Initial Release by Hashicorp