Skip to content

Releases: hashicorp/terraform-provider-helm

v1.1.0

19 Mar 16:25
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add import feature for helm_release (#394)
  • Run acceptance tests in travis-ci using kind
  • Upgrade helm to version v3.1.2 (#440)
  • Add description attribute
  • Add post-rendering support

FIXES:

  • Fix errors being swallowed when creating a helm_release (#406)
  • Various documentation fixes

v1.0.0

05 Feb 19:23
Compare
Choose a tag to compare

This major release brings support for Helm 3 (#378), and removes support for Helm 2 and tiller. Huge thanks to the community for making this release possible.

Please review the CHANGELOG for more details.

v0.10.4

28 Oct 20:46
Compare
Choose a tag to compare

FIXES:

  • Tiller installed version should match helm client (#365)

v0.10.3

27 Oct 21:37
Compare
Choose a tag to compare

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)

v0.6.0

12 Sep 11:37
929a28e
Compare
Choose a tag to compare

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

30 Apr 23:38
Compare
Choose a tag to compare

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

12 Feb 18:06
f7d11f7
Compare
Choose a tag to compare

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

22 Jan 01:47
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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:

  • Update depedencies, helm 2.7.2 and terraform 0.11.2
  • Fixed concurrency problems, fixes #20, #25
  • helm_chart renamed to helm_release, fixes #24

v0.3.2

05 Sep 13:22
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Fixed bugs:

  • provider: lazy initalization of the connection (c595467)

v0.3.1

05 Sep 09:00
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed bugs:

  • provider: avoid fail when no config_path and static config is present (3956835)