Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform helm to v2.17.0 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2021

This PR contains the following updates:

Package Type Update Change
helm (source) required_provider minor 2.5.0 -> 2.17.0
helm (source) required_provider minor 2.2.0 -> 2.17.0

Release Notes

hashicorp/terraform-provider-helm (helm)

v2.17.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: the dry-run option is now set to server to execute any chart lookups against the server during the plan stage. [GH-1335]

BUG FIXES:

  • resource/helm_release: fix an issue where postrender.args is not parsed correctly. [GH-1534]

v2.16.1

Compare Source

BUG FIXES:

  • helm_release: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]

v2.16.0

Compare Source

BUG FIXES:

  • helm_release: On destroy, do not error when release is not found [GH-1487]
  • resource/helm_release: Fix: only recompute metadata when the version in the metadata changes [GH-1458]

v2.15.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: add upgrade_install boolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]

v2.14.1

Compare Source

DEPENDENCIES:

  • Bump golang.org/x/crypto from v0.23.0 to v0.25.0 [GH-1399]
  • Bump k8s.io/api from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/apimachinery from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/client-go from v0.30.0 to v0.30.3 [GH-1436]
  • Bump helm.sh/helm/v3 from v3.13.2 to v3.15.3 [GH-1422]

v2.14.0

Compare Source

ENHANCEMENT:

  • Add support for Terraform's experimental deferred actions [GH-1377]
  • helm_release: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]

v2.13.2

Compare Source

DEPENDENCIES:

  • Bump github.com/docker/docker from 24.0.7 to 24.0.9
  • Bump golang.org/x/net from 0.21.0 to 0.23.0
  • Bundle license file with TF provider release artifacts

v2.13.1

Compare Source

HOTFIX:

  • helm_release: Fix regression causing errors at plan time.

v2.13.0

Compare Source

BUG FIXES:

  • provider: Fix manifest diff rendering for OCI charts. [GH-1326]

DOCS:

  • docs: Use templatefile() instead of "template_file" provider in GKE example. [GH-1329]

v2.12.1

Compare Source

DEPENDENCIES:

  • Bump Golang from 1.20 to 1.21. [GH-1300]
  • Bump github.com/hashicorp/go-cty from v1.4.1-0.20200414143053-d3edf31b6320 to v1.4.1-0.20200723130312-85980079f637. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-docs from v0.14.1 to v0.16.0. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.26.1 to v2.30.0. [GH-1300]
  • Bump golang.org/x/crypto from v0.14.0 to v0.16.0. [GH-1300]
  • Bump helm.sh/helm/v3 from v3.13.1 to v3.13.2. [GH-1300]
  • Bump k8s.io/api from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/apimachinery from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/client-go from v0.28.3 to v0.28.4. [GH-1300]
  • Bump sigs.k8s.io/yaml from v1.3.0 to v1.4.0. [GH-1300]

v2.12.0

Compare Source

BUG FIXES:

  • helm_release: Fix perpetual diff when version attribute is an empty string [GH-1246]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.12.0 to 3.13.1

v2.11.0

Compare Source

ENHANCEMENT:

  • kubernetes/provider.go: Add tls_server_name kubernetes provider options. [GH-839]
  • resource/helm_release: add name field validation to be limited to 53 characters. [GH-1228]

BUG FIXES:

  • helm/resource_release.go: Fix: version conflicts when using local chart [GH-1176]
  • resource/helm_release: Add nil check for set_list.value to prevent provider ChartPathOptions [GH-1231]

v2.10.1

Compare Source

HOTFIX:

  • helm_release: Fix: Only recompute metadata if version actually changes. [GH-1150]

v2.10.0

Compare Source

FEATURES:

  • helm_release: Add set_list attribute [GH-1071]

BUG FIXES:

  • helm_release: Always recompute metadata when a release is updated [GH-1097]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.11.2 to 3.12.0 [GH-1143]

v2.9.0

Compare Source

FEATURES:

  • provider: Add a new attribute burst_limit for client-side throttling limit configuration. [GH-1012]

ENHANCEMENT:

  • data_source/helm_template: Add a new attribute crds which when include_crds is set to true will be populated with a list of the manifests from the crds/ folder of the chart. [GH-1050]

BUG FIXES:

  • resource/helm_release: Fix an issue when the provider crashes with the error message Provider produced inconsistent final plan after upgrading from v2.5.1 to v2.6.0 and higher. That happened due to changes in the provider schema and the introduction of a new attribute pass_credentials that was not properly handled. [GH-982]

DOCS:

  • data_source/helm_template: Add a new attribute crds [GH-1050]
  • data_source/helm_template: Correct some errors in examples. [GH-1027]
  • provider: Add a new attribute burst_limit. [GH-1012]
  • provider: Add a note regarding the KUBECONFIG environment variable. [GH-1051]
  • resource/helm_release: Add usage example for OCI repositories. [GH-1030]
  • resource/helm_release: Add usage examples for GCS and S3 plugins. [GH-1026]

DEPENDENCIES:

  • Bump github.com/containerd/containerd from 1.6.6 to 1.6.12 [GH-1029]
  • Bump golang.org/x/crypto from 0.5.0 to 0.6.0 [GH-1055]
  • Bump helm.sh/helm/v3 from 3.9.4 to 3.11.1 [GH-1036] [GH-1054]
  • Bump k8s.io/client-go from 0.24.2 to 0.26.1 [GH-1037]

NOTES:

  • provider: kubernetes.exec.api_version no longer supports client.authentication.k8s.io/v1alpha1. Please, switch to client.authentication.k8s.io/v1beta1 or client.authentication.k8s.io/v1. [GH-1037]

v2.8.0

Compare Source

FEATURES:

  • Add support for configuring OCI registries inside provider block [GH-862]
  • Add support for setting kube version on helm_template data source [GH-994]

BUG FIXES:

  • Fix larger diff than expected when updating helm_release "set" block value [GH-915]

v2.7.1

Compare Source

BUG FIXES:

  • Crash Fix: Fix Unknown Value in Manifest Diff [GH-966]

v2.7.0

Compare Source

FEATURES:

  • Update helm package to 3.9.4 (#​945)
  • Show Manifest when creating release [GH-903]

BUG FIXES:

  • Do dependency update in resourceDiff #​771 (#​855)
  • Crash: Fix show_only crash when string is empty [GH-950]

v2.6.0

Compare Source

IMPROVEMENTS:

  • Upgrade helm dependency to 3.9.0 (#​867)
  • Add args attribute in post_render block in (#​869)
  • Add pass_credentials attribute (#​841)
  • Add proxy_url attribute to provider block (#​843)

BUG FIXES:

  • Don't persist state when update causes an error (#​857)

v2.5.1

Compare Source

FIX:

  • Only run OCI login on create and update (#​846)
  • OCI login concurrency issue (#​848)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/helm-2.x branch from 6f582df to 93aea63 Compare March 7, 2022 10:57
@renovate renovate bot changed the title Update Terraform helm to v2.3.0 Update Terraform helm to v2.4.1 Mar 7, 2022
@renovate renovate bot changed the title Update Terraform helm to v2.4.1 Update Terraform helm to v2.5.1 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 93aea63 to 50cc5ed Compare April 24, 2022 20:43
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 50cc5ed to 483c641 Compare June 18, 2022 19:16
@renovate renovate bot changed the title Update Terraform helm to v2.5.1 Update Terraform helm to v2.6.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 483c641 to fa2dd02 Compare September 25, 2022 16:32
@renovate renovate bot changed the title Update Terraform helm to v2.6.0 Update Terraform helm to v2.7.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/helm-2.x branch from fa2dd02 to bc17fe5 Compare November 20, 2022 12:05
@renovate renovate bot changed the title Update Terraform helm to v2.7.1 Update Terraform helm to v2.9.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch from bc17fe5 to cbfa75c Compare March 16, 2023 09:43
@renovate renovate bot changed the title Update Terraform helm to v2.9.0 Update Terraform helm to v2.10.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch 2 times, most recently from edd7664 to 968b2f3 Compare June 5, 2023 16:50
@renovate renovate bot changed the title Update Terraform helm to v2.10.0 Update Terraform helm to v2.10.1 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 968b2f3 to f7f7ea7 Compare August 25, 2023 01:14
@renovate renovate bot changed the title Update Terraform helm to v2.10.1 Update Terraform helm to v2.11.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch from f7f7ea7 to 3a85e5e Compare November 28, 2023 03:51
@renovate renovate bot changed the title Update Terraform helm to v2.11.0 Update Terraform helm to v2.12.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 3a85e5e to c311b93 Compare December 5, 2023 23:35
@renovate renovate bot changed the title Update Terraform helm to v2.12.0 Update Terraform helm to v2.12.1 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/helm-2.x branch from c311b93 to 9522a03 Compare April 4, 2024 14:53
@renovate renovate bot changed the title Update Terraform helm to v2.12.1 Update Terraform helm to v2.13.0 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 9522a03 to 7952f41 Compare April 16, 2024 19:48
@renovate renovate bot changed the title Update Terraform helm to v2.13.0 Update Terraform helm to v2.13.1 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 7952f41 to f68ec1a Compare May 8, 2024 17:19
@renovate renovate bot changed the title Update Terraform helm to v2.13.1 Update Terraform helm to v2.13.2 May 8, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from f68ec1a to f91c4e9 Compare June 13, 2024 15:44
@renovate renovate bot changed the title Update Terraform helm to v2.13.2 Update Terraform helm to v2.14.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from f91c4e9 to ef1a7d2 Compare August 8, 2024 01:27
@renovate renovate bot changed the title Update Terraform helm to v2.14.0 Update Terraform helm to v2.14.1 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from ef1a7d2 to b8002c8 Compare August 14, 2024 22:07
@renovate renovate bot changed the title Update Terraform helm to v2.14.1 Update Terraform helm to v2.15.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from b8002c8 to 0844bd4 Compare October 10, 2024 23:10
@renovate renovate bot changed the title Update Terraform helm to v2.15.0 Update Terraform helm to v2.16.0 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from 0844bd4 to d8eaebf Compare October 15, 2024 21:57
@renovate renovate bot changed the title Update Terraform helm to v2.16.0 Update Terraform helm to v2.16.1 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/helm-2.x branch from d8eaebf to 24ade87 Compare December 20, 2024 17:29
@renovate renovate bot changed the title Update Terraform helm to v2.16.1 Update Terraform helm to v2.17.0 Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants