terraform-provider-helm

Terraform Helm provider

MPL-2.0 License

Stars
976
Committers
115

Bot releases are hidden (Show)

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:

terraform-provider-helm - v0.4.0

Published by mcuadros over 6 years ago

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
terraform-provider-helm -

Published by mcuadros about 7 years ago

terraform-provider-helm - v0.3.1

Published by mcuadros about 7 years ago

Fixed bugs:

terraform-provider-helm -

Published by mcuadros about 7 years ago

Implemented enhancements:

Merged pull requests:

terraform-provider-helm - v0.2.0

Published by mcuadros about 7 years ago

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

Published by mcuadros about 7 years ago

Initial version.