Skip to content

fix: bump hashicorp/helm from 2.14 to 2.16.1#152

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/hashicorp/helm-2.16.1
Closed

fix: bump hashicorp/helm from 2.14 to 2.16.1#152
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/hashicorp/helm-2.16.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps hashicorp/helm from 2.14 to 2.16.1.

Release notes

Sourced from hashicorp/helm's releases.

v2.16.1

BUG FIXES:

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

v2.16.0

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

ENHANCEMENT:

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

v2.14.1

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]
Changelog

Sourced from hashicorp/helm's changelog.

2.16.1 (Oct 15, 2024)

BUG FIXES:

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

2.16.0 (Oct 10, 2024)

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]

2.15.0 (Aug 14, 2024)

ENHANCEMENT:

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

2.14.1 (Aug 7, 2024)

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]

2.14.0 (June 13, 2024)

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]

2.13.2 (May 8, 2024)

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

2.13.1 (Apr 15, 2024)

HOTFIX:

  • helm_release: Fix regression causing errors at plan time.

... (truncated)

Commits
  • 24ec7ae v2.16.1 (#1504)
  • 48730a7 Fix nil pointer deref panic on helm_release destroy (#1501)
  • d2ba417 add v2.16.0 changelog (#1499)
  • 3c08ca9 Ignore "release: not found" error on helm_resource destroy (#1487)
  • 62d34d2 Fix: only recompute metadata when the version in the metadata changes (#1458)
  • 2ff6a63 Update tests.yaml to include helm-framework branch (#1491)
  • b9dcb2b 🌱 Bump golang.org/x/crypto from 0.25.0 to 0.27.0 (#1481)
  • d04a40f Generate changelog
  • 723cb76 Enable "helm upgrade --install" equivalent behavior (#1247)
  • 5b8776e Updating get-version-matrix.sh to use $GITHUB_OUTPUT instead of set-output (#...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
hashicorp/helm [>= 3.a, < 4]
hashicorp/helm [>= 2.17.a, < 2.18]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.14 to 2.16.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-helm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-helm/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-helm@v2.14.0...v2.16.1)

---
updated-dependencies:
- dependency-name: hashicorp/helm
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Apr 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 19, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Apr 19, 2026
@matttrach
Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

Looks like hashicorp/helm is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 21, 2026
@dependabot dependabot Bot deleted the dependabot/terraform/hashicorp/helm-2.16.1 branch May 21, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant