Skip to content

fix: bump hashicorp/helm from 2.14 to 3.1.1#139

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 23, 2025

Bumps hashicorp/helm from 2.14 to 3.1.1.

Release notes

Sourced from hashicorp/helm's releases.

v3.1.1

3.1.1 (Nov 17, 2025)

BUG FIXES:

  • resource/helm_release: Fix "inconsistent result after apply" error by moving recomputeMetadata function call [GH-1713]

v3.1.0

3.1.0 (Oct 27, 2025)

FEATURES:

  • Add qps field to Helm provider configuration [GH-1668]
  • Add resources attribute to manifest experimental feature [GH-1693]
  • helm_template: Add set_wo write-only attribute [GH-1703]
  • helm_release: Add support for the take_ownership field [GH-1680]

ENHANCEMENT:

  • Introduce the timeouts field to the helm_release resource and helm_template data source, enabling configurable operation timeouts for create, read, update, and delete actions. [GH-1702]

BUG FIXES:

  • Port missing field upgrade_install [GH-1675]

v3.0.2

3.0.2 (Jun 23, 2025)

This is a patch release that fixes a number of bugs discovered in the v3.x.x release.

BUG FIXES:

  • helm_release: Fix description field causing inconsistent plan [GH-1648]
  • helm_release: Fix plan error when devel = false is set and version is provided [GH-1656]
  • helm_release: Fix postrender being run when binaryPath is nil [GH-1649]
  • helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]
  • provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]
  • provider: Restore support for the KUBE_PROXY_URL environment variable [GH-1655]

v3.0.1

3.0.1 (Jun 18, 2025)

This is a hotfix release.

HOTFIX:

  • helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]

... (truncated)

Changelog

Sourced from hashicorp/helm's changelog.

3.1.1 (Nov 17, 2025)

BUG FIXES:

  • resource/helm_release: Fix "inconsistent result after apply" error by moving recomputeMetadata function call [GH-1713]

3.1.0 (Oct 27, 2025)

FEATURES:

  • Add qps field to Helm provider configuration [GH-1668]
  • Add resources attribute to manifest experimental feature [GH-1693]
  • helm_template: Add set_wo write-only attribute [GH-1703]
  • helm_release: Add support for the take_ownership field [GH-1680]

ENHANCEMENT:

  • Introduce the timeouts field to the helm_release resource and helm_template data source, enabling configurable operation timeouts for create, read, update, and delete actions. [GH-1702]

BUG FIXES:

  • Port missing field upgrade_install [GH-1675]

3.0.2 (Jun 23, 2025)

This is a patch release that fixes a number of bugs discovered in the v3.x.x release.

BUG FIXES:

  • helm_release: Fix description field causing inconsistent plan [GH-1648]
  • helm_release: Fix plan error when devel = false is set and version is provided [GH-1656]
  • helm_release: Fix postrender being run when binaryPath is nil [GH-1649]
  • helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]
  • provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]
  • provider: Restore support for the KUBE_PROXY_URL environment variable [GH-1655]

3.0.1 (Jun 18, 2025)

This is a hotfix release.

HOTFIX:

  • helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]

3.0.0 (Jun 18, 2025)

This release migrates ports the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.14 to 3.1.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...v3.1.1)

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

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 Nov 23, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 23, 2025 22:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Nov 23, 2025
@matttrach
Copy link
Copy Markdown
Collaborator

@dependabot ignore this major version

@dependabot dependabot Bot closed this Mar 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 18, 2026

OK, I won't notify you about version 3.x.x again, unless you re-open this PR.

@dependabot dependabot Bot deleted the dependabot/terraform/hashicorp/helm-3.1.1 branch March 18, 2026 15:21
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