terraform-provider-helm

Terraform Helm provider

MPL-2.0 License

Stars
976
Committers
115

Bot releases are visible (Hide)

terraform-provider-helm - v2.0.2

Published by jrhouston over 3 years ago

FIX:

  • Remove check for empty kubernetes block
terraform-provider-helm - v2.0.1

Published by jrhouston almost 4 years ago

FIXES:

Move kubernetes config check out of providerConfigure (#648)

terraform-provider-helm - v2.0.0

Published by aareet almost 4 years ago

BREAKING CHANGES: Please review our upgrade guide.

Update Terraform SDK to v2 (#594).
Remove deprecated helm_repository resource and data source (#600)
Remove implicit support for KUBECONFIG (#604)
Remove load_config_file attribute (#604)
Remove set_string attribute from helm_release (#608)

IMPROVEMENTS:

Add support for multiple paths to kubeconfig files (#636)
Remove remote dependencies from test-fixtures (#638)
Set up matrix build to run acc tests against different tf versions (#637)

terraform-provider-helm - v1.3.2

Published by jrhouston about 4 years ago

This is a hotfix release to fix a crash when using helm plugins with the provider.

terraform-provider-helm - v1.3.1

Published by aareet about 4 years ago

IMPROVEMENTS:

Upgrade Helm to 3.3.4 (#572)

terraform-provider-helm - v1.3.0

Published by aareet about 4 years ago

IMPROVEMENTS:

Added app_version to metadata attribute block (#532)

BUG FIXES:

Fix nil path for dependency_update flag (#482)

terraform-provider-helm - v1.2.4

Published by dak1n1 about 4 years ago

BUG FIXES:

  • Update go-version for CVE-2020-14039 (#548)
terraform-provider-helm - v1.2.3

Published by jrhouston over 4 years ago

FIXES

  • Fix concurrent read/write crash (#525)
  • Fix for provider hang (#505)
terraform-provider-helm - v0.10.5

Published by dak1n1 over 4 years ago

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
terraform-provider-helm - v1.2.2

Published by jrhouston over 4 years ago

  • Adds lint attribute to helm_release
terraform-provider-helm - v1.2.1

Published by jrhouston over 4 years ago

Bugfix release to fix linter crash

terraform-provider-helm - v1.2.0

Published by jrhouston over 4 years ago

IMPROVEMENTS:

Cloak sensitive values in metadata field (#480)
Upgrade to Helm 3.2.0
Deprecate helm_repository data source
Lint chart at plan time

terraform-provider-helm - v1.1.1

Published by jrhouston over 4 years ago

FIXES:

  • Fix chart path bug causing unwanted diff (#449)
terraform-provider-helm - v1.1.0

Published by jrhouston over 4 years ago

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
terraform-provider-helm - v1.0.0

Published by jrhouston over 4 years ago

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.

terraform-provider-helm -

Published by alexsomesan almost 5 years ago

FIXES:

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

Published by alexsomesan almost 5 years ago

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)
terraform-provider-helm - v0.6.0

Published by mcuadros about 6 years ago

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)
terraform-provider-helm - v0.5.1

Published by mcuadros over 6 years ago

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)
terraform-provider-helm - v0.5.0

Published by mcuadros over 6 years ago

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: