Skip to content

Releases: hashicorp/terraform-provider-helm

v0.10.4

28 Oct 20:46

Choose a tag to compare

FIXES:

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

v0.10.3

27 Oct 21:37

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

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

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

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

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

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

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)

v0.3.0

04 Sep 22:36

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Implemented enhancements:

  • update to helm 2.6.1 and terraform 0.10.3, fixes #13 (5ad70bb)
  • provider: tiller auto-installation (b1a5f90)
  • resource_chart: new values field and value renamed to set (5d5bad8)

Merged pull requests:

v0.2.0

10 Aug 14:37

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Fixed bugs:

  • provider fails after failed chart deployment #3
  • config_path not being used #6

Closed issues:

  • provider.helm: "kubernetes": this field cannot be set #2

Merged pull requests:

  • use new helm client for each helm_chart resource #8 (calind)
  • show values.yaml in debug log #5 (calind)