chore(deps): update dependency helm/helm to v4.0.5 #92

Open
CSRBot wants to merge 1 commits from renovate/helm-helm-4.x into master
Collaborator

This PR contains the following updates:

Package Update Change
helm/helm patch v4.0.1 -> v4.0.5

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

helm/helm (helm/helm)

v4.0.5: Helm v4.0.5

Compare Source

Helm v4.0.5 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages
Notable Changes
  • Fixed bug where helm uninstall with --keep-history did not suspend previous deployed releases #​12556
  • Fixed rollback error when a manifest is removed in a failed upgrade #​13437
  • Fixed check to ensure CLI plugin does not load with the same name as an existing Helm command
  • Fixed helm test --logs failure with hook-delete-policy "hook-failed" or "hook-succeed" #​9098
  • Fixed a bug where empty dependency lists were incorrectly treated as present
  • Fixed a bug where the watch library did not only watch namespaces associated with the objects
  • Fixed regression in downloader plugins environment variables #​31612
  • Fixed bug where --server-side flag is not respected with helm upgrade --install #​31627
  • For SDK users: exposed KUBECONFIG to env
Installation and Upgrading

Download Helm v4.0.5. The common platform binaries are here:

  • MacOS amd64 (checksum / 270d906140eadbe95584d2cebae1fa0e46950027d82de0c4db937dc936b564a6)
  • MacOS arm64 (checksum / b4d04ccf68004604e13878fce4a893711490914512f8759879f848136a9f5fca)
  • Linux amd64 (checksum / 730e4e9fbff94168249ddd0b9b1b8c357b7f64815462dd88c6b39f09bf18b814)
  • Linux arm (checksum / 812668560e720248dc166226c94b8280d54168711eeb4b9d5eb991ed5a30ba36)
  • Linux arm64 (checksum / 206a7747702d13994a93629eaed4259bd9d0aec6e23ca52d640f47f7edfdc863)
  • Linux i386 (checksum / fd0e09cb0468984ab21fa78f7c214408624277face6555b010179494a555c02d)
  • Linux loong64 (checksum / <?xml version="1.0" encoding="utf-8"?>BlobNotFoundThe specified blob does not exist.
    RequestId:258042f6-701e-0026-72aa-85bd2c000000
    Time:2026-01-14T23:09:05.0367123Z)
  • Linux ppc64le (checksum / c1e0d6e781a574cebfb8b0b77885523165f4088e23ff7e6cecf69d5f5fbfb89b)
  • Linux s390x (checksum / 9d4210cfccb9fa17e6aac9fb9c13d24836dab5859a542a230d14d129ed55e6a2)
  • Linux riscv64 (checksum / 7f55782db0b2f16d7c9bc134eee521d0fce321ae8dbe1f1884f82160486362e2)
  • Windows amd64 (checksum / 44035d49d9e7d93c249cef0a056f464c05c8638d074e651d586481e4d4d0208b)
  • Windows arm64 (checksum / 45efc334dd5a2e9cae4aed333e9d638baec80c4cedd11a7669fe215991a69eb2)

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next
  • 4.1.0 and 3.20.0 is the next minor releases and will be on January 21, 2026
  • 4.1.1 and 3.20.1 are the next patch releases and will be on March 11, 2026
Changelog
  • fix(upgrade): pass --server-side flag to install when using upgrade --install 1b6053d (Evans Mungai)
  • fix(cli): handle nil config in EnvSettings.Namespace() 1e3ee1d (Zadkiel AHARONIAN)
  • fix(getter): pass settings environment variables 31bd995 (Zadkiel AHARONIAN)
  • test(statuswait): fix Copilot code review suggestion for goroutine in tests 41a6b36 (Mohsen Mottaghi)
  • test(statuswait): add more tests suggested by Copilot code review 2a2e6f7 (Mohsen Mottaghi)
  • test(statuswait): add some tests for statuswait 3818c02 (Mohsen Mottaghi)
  • fix: use namespace-scoped watching to avoid cluster-wide LIST permissions 66cab24 (Mohsen Mottaghi)
  • Use length check for MetaDependencies instead of nil comparison abf2007 (Calvin Bui)
  • Deal with golint warning with private executeShutdownFunc 4b3de18 (Benoit Tigeot)
  • Code review 3212770 (Benoit Tigeot)
  • Fix linting issue 417aae9 (Benoit Tigeot)
  • Update pkg/action/hooks.go 6c838b4 (Michelle Fernandez Bieber)
  • added check for nil shutdown c5d87f2 (Michelle Fernandez Bieber)
  • cleaned up empty line 53175b7 (Michelle Fernandez Bieber)
  • updated comment and made defer of shutdown function return errors as before and not the possible shutdown error d2df1ab (Michelle Fernandez Bieber)
  • added shutdown hook that is executed after the logs have been retrieved 5b223de (Michelle Fernandez Bieber)
  • Fix TestCliPluginExitCode e845b68 (tison)
  • Check plugin name is not used 30bfd57 (tison)
  • Fix rollback for missing resources 0fd2c41 (Feruzjon Muyassarov)
  • fix: assign KUBECONFIG environment variable value to env.Kubeconfig b456e27 (LinPr)
  • fix(rollback): errors.Is instead of string comp e2021f8 (Hidde Beydals)
  • fix(uninstall): supersede deployed releases af7c153 (Hidde Beydals)

v4.0.4: Helm v4.0.4

Compare Source

Helm v4.0.4 is a security fix for a Go CVE in the previous tag. This patch release rebuilds the Helm v4.0.2 release with the latest Go toolchain, to fix the Go CVE. Users are encouraged to upgrade. Note that tag v4.0.3 was skipped due to a build failure.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages
Installation and Upgrading

Download Helm v4.0.4. The common platform binaries are here:

  • MacOS amd64 (checksum / 73bcfd6ab000fdc95acf9fe1c59e8e47179426a653e45ae485889869d4a00523)
  • MacOS arm64 (checksum / a7ea99937a9679b3935fa0a2b70e577aa1ea84e5856e7c0821ca6ffa064ea976)
  • Linux amd64 (checksum / 29454bc351f4433e66c00f5d37841627cbbcc02e4c70a6d796529d355237671c)
  • Linux arm (checksum / 9255732e31b5aa5ee7b55be8497eea4723e3dfb08a63c37603ae0d15a9a9d82c)
  • Linux arm64 (checksum / 16b88acc6503d646b7537a298e7389bef469c5cc9ebadf727547abe9f6a35903)
  • Linux i386 (checksum / e6dbf45313bab48e51a2b7a5f3271a19bb3d8b9f07b4bb48ba342389d902af53)
  • Linux loong64 (checksum / <?xml version="1.0" encoding="utf-8"?>BlobNotFoundThe specified blob does not exist.
    RequestId:11673868-901e-003e-10cd-6b624b000000
    Time:2025-12-13T01:15:26.0922049Z)
  • Linux ppc64le (checksum / c108d181a0e29dadf281fbb4f4a0e0f2149922b119ec745ced1a5ae6f0918703)
  • Linux s390x (checksum / cdf172c59379f0a3fe1db4743c16f122745fdaaebb2fbbfa40ce5722a4787717)
  • Linux riscv64 (checksum / 2cf1c77d993bf5386e85249007bdaf38358d2516b18454212206a81b132e1330)
  • Windows amd64 (checksum / 135bffadd3c87aff8856e06efb366bea2a48ac4d1742d73af80250410246f14d)
  • Windows arm64 (checksum / b65d05f15260e78311f463773f54fe68f6d74444b3c3e84cecf270cdb927cd8a)

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next
  • 3.19.5 and 4.0.5 are the next patch releases and will be on January 14, 2026
  • 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026
Changelog
  • Bump v4.0.2 CVE deps cd700e0 (George Jenkins)
  • Use latest patch release of Go in releases 9db13ee (Matt Farina)

v4.0.2: Helm v4.0.2

Compare Source

Helm v4.0.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v4.0.2. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026

Changelog

  • fix: prevent reporting fallback on version when none specified 94659f2 (Benoit Tigeot)
  • fix: prevent segmentation violation on empty yaml in multidoc 2dd1f66 (Benoit Tigeot)
  • Ignore duplicated URN in logs bbad438 (Benoit Tigeot)
  • jsonschema: warn and ignore unresolved URN $ref to match v3.18.4 bdcf920 (Benoit Tigeot)
  • Publish Helm v4 -> helm-latest-version 9ac7c2b (George Jenkins)
  • fix: Fix Helm v4 release distribtion/get-helm-3 script 0bef6bd (George Jenkins)

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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm/helm](https://github.com/helm/helm) | patch | `v4.0.1` -> `v4.0.5` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>helm/helm (helm/helm)</summary> ### [`v4.0.5`](https://github.com/helm/helm/releases/tag/v4.0.5): Helm v4.0.5 [Compare Source](https://github.com/helm/helm/compare/v4.0.4...v4.0.5) Helm v4.0.5 is a patch release. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) ##### Notable Changes - Fixed bug where helm uninstall with --keep-history did not suspend previous deployed releases [#&#8203;12556](https://github.com/helm/helm/issues/12556) - Fixed rollback error when a manifest is removed in a failed upgrade [#&#8203;13437](https://github.com/helm/helm/issues/13437) - Fixed check to ensure CLI plugin does not load with the same name as an existing Helm command - Fixed helm test --logs failure with hook-delete-policy "hook-failed" or "hook-succeed" [#&#8203;9098](https://github.com/helm/helm/issues/9098) - Fixed a bug where empty dependency lists were incorrectly treated as present - Fixed a bug where the watch library did not only watch namespaces associated with the objects - Fixed regression in downloader plugins environment variables [#&#8203;31612](https://github.com/helm/helm/issues/31612) - Fixed bug where --server-side flag is not respected with helm upgrade --install [#&#8203;31627](https://github.com/helm/helm/issues/31627) - For SDK users: exposed KUBECONFIG to env ##### Installation and Upgrading Download Helm v4.0.5. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v4.0.5-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-darwin-amd64.tar.gz.sha256sum) / 270d906140eadbe95584d2cebae1fa0e46950027d82de0c4db937dc936b564a6) - [MacOS arm64](https://get.helm.sh/helm-v4.0.5-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-darwin-arm64.tar.gz.sha256sum) / b4d04ccf68004604e13878fce4a893711490914512f8759879f848136a9f5fca) - [Linux amd64](https://get.helm.sh/helm-v4.0.5-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-amd64.tar.gz.sha256sum) / 730e4e9fbff94168249ddd0b9b1b8c357b7f64815462dd88c6b39f09bf18b814) - [Linux arm](https://get.helm.sh/helm-v4.0.5-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-arm.tar.gz.sha256sum) / 812668560e720248dc166226c94b8280d54168711eeb4b9d5eb991ed5a30ba36) - [Linux arm64](https://get.helm.sh/helm-v4.0.5-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-arm64.tar.gz.sha256sum) / 206a7747702d13994a93629eaed4259bd9d0aec6e23ca52d640f47f7edfdc863) - [Linux i386](https://get.helm.sh/helm-v4.0.5-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-386.tar.gz.sha256sum) / fd0e09cb0468984ab21fa78f7c214408624277face6555b010179494a555c02d) - [Linux loong64](https://get.helm.sh/helm-v4.0.5-linux-loong64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-loong64.tar.gz.sha256sum) / <?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist. RequestId:258042f6-701e-0026-72aa-85bd2c000000 Time:2026-01-14T23:09:05.0367123Z</Message></Error>) - [Linux ppc64le](https://get.helm.sh/helm-v4.0.5-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-ppc64le.tar.gz.sha256sum) / c1e0d6e781a574cebfb8b0b77885523165f4088e23ff7e6cecf69d5f5fbfb89b) - [Linux s390x](https://get.helm.sh/helm-v4.0.5-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-s390x.tar.gz.sha256sum) / 9d4210cfccb9fa17e6aac9fb9c13d24836dab5859a542a230d14d129ed55e6a2) - [Linux riscv64](https://get.helm.sh/helm-v4.0.5-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.5-linux-riscv64.tar.gz.sha256sum) / 7f55782db0b2f16d7c9bc134eee521d0fce321ae8dbe1f1884f82160486362e2) - [Windows amd64](https://get.helm.sh/helm-v4.0.5-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v4.0.5-windows-amd64.zip.sha256sum) / 44035d49d9e7d93c249cef0a056f464c05c8638d074e651d586481e4d4d0208b) - [Windows arm64](https://get.helm.sh/helm-v4.0.5-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v4.0.5-windows-arm64.zip.sha256sum) / 45efc334dd5a2e9cae4aed333e9d638baec80c4cedd11a7669fe215991a69eb2) This release was signed with `208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155` and can be found at [@&#8203;scottrigby](https://github.com/scottrigby) [keybase account](https://keybase.io/r6by). Please use the attached signatures for verifying this release using `gpg`. The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. ##### What's Next - 4.1.0 and 3.20.0 is the next minor releases and will be on January 21, 2026 - 4.1.1 and 3.20.1 are the next patch releases and will be on March 11, 2026 ##### Changelog - fix(upgrade): pass --server-side flag to install when using upgrade --install [`1b6053d`](https://github.com/helm/helm/commit/1b6053d48b51673c5581973f5ae7e104f627fcf5) (Evans Mungai) - fix(cli): handle nil config in EnvSettings.Namespace() [`1e3ee1d`](https://github.com/helm/helm/commit/1e3ee1d2ba5a421165fe053a41aa4071cf69ed62) (Zadkiel AHARONIAN) - fix(getter): pass settings environment variables [`31bd995`](https://github.com/helm/helm/commit/31bd995ce201e295ff2f87e11fdf13bf55fdffd2) (Zadkiel AHARONIAN) - test(statuswait): fix Copilot code review suggestion for goroutine in tests [`41a6b36`](https://github.com/helm/helm/commit/41a6b364a1433dabcefca945619b55a43046f6ce) (Mohsen Mottaghi) - test(statuswait): add more tests suggested by Copilot code review [`2a2e6f7`](https://github.com/helm/helm/commit/2a2e6f722a95a9c312d9f4133e98a67ceaaa5054) (Mohsen Mottaghi) - test(statuswait): add some tests for statuswait [`3818c02`](https://github.com/helm/helm/commit/3818c02f81cdaf2a0eb9e0082d1f89f2cff9df08) (Mohsen Mottaghi) - fix: use namespace-scoped watching to avoid cluster-wide LIST permissions [`66cab24`](https://github.com/helm/helm/commit/66cab24bb95f68448a83304c6d3297ec45c8fdb7) (Mohsen Mottaghi) - Use length check for MetaDependencies instead of nil comparison [`abf2007`](https://github.com/helm/helm/commit/abf2007685501002a5051ded95de9090b5c530f3) (Calvin Bui) - Deal with golint warning with private executeShutdownFunc [`4b3de18`](https://github.com/helm/helm/commit/4b3de18628896dc2924643e4a32ab4b9228eb922) (Benoit Tigeot) - Code review [`3212770`](https://github.com/helm/helm/commit/321277002a2513d841cc81480dff37985f28e41a) (Benoit Tigeot) - Fix linting issue [`417aae9`](https://github.com/helm/helm/commit/417aae9c01a79c01f3de8c2a08079fddada6078e) (Benoit Tigeot) - Update pkg/action/hooks.go [`6c838b4`](https://github.com/helm/helm/commit/6c838b4a18fa345cce5a22367522058d3d2ebcc2) (Michelle Fernandez Bieber) - added check for nil shutdown [`c5d87f2`](https://github.com/helm/helm/commit/c5d87f2f7da0f3d90bd69d71daa70ada29c9d5b9) (Michelle Fernandez Bieber) - cleaned up empty line [`53175b7`](https://github.com/helm/helm/commit/53175b76c784a75610c66c36a17787fc463a242d) (Michelle Fernandez Bieber) - updated comment and made defer of shutdown function return errors as before and not the possible shutdown error [`d2df1ab`](https://github.com/helm/helm/commit/d2df1ab59e235c2a2edf27bbfdc72ccc09b3af2c) (Michelle Fernandez Bieber) - added shutdown hook that is executed after the logs have been retrieved [`5b223de`](https://github.com/helm/helm/commit/5b223de7c809fe026f1fff03d1fa684187bdfcbe) (Michelle Fernandez Bieber) - Fix TestCliPluginExitCode [`e845b68`](https://github.com/helm/helm/commit/e845b68fe3ea0c91f429b384e3b78f3f853ae208) (tison) - Check plugin name is not used [`30bfd57`](https://github.com/helm/helm/commit/30bfd57c5f677b12ea88a32b5e66735967570e4e) (tison) - Fix rollback for missing resources [`0fd2c41`](https://github.com/helm/helm/commit/0fd2c418b0146c1ea6182c7f7c7676a345554156) (Feruzjon Muyassarov) - fix: assign KUBECONFIG environment variable value to env.Kubeconfig [`b456e27`](https://github.com/helm/helm/commit/b456e274652c84316d5bfcf06d6a8b648e3cc23b) (LinPr) - fix(rollback): `errors.Is` instead of string comp [`e2021f8`](https://github.com/helm/helm/commit/e2021f8818d2cf20c118d91fdba8fba5c472c3bb) (Hidde Beydals) - fix(uninstall): supersede deployed releases [`af7c153`](https://github.com/helm/helm/commit/af7c15303ace3c506c5c790c41186a09df1c8a54) (Hidde Beydals) ### [`v4.0.4`](https://github.com/helm/helm/releases/tag/v4.0.4): Helm v4.0.4 [Compare Source](https://github.com/helm/helm/compare/v4.0.2...v4.0.4) Helm v4.0.4 is a security fix for a Go CVE in the previous tag. This patch release rebuilds the Helm `v4.0.2` release with the latest Go toolchain, to fix the Go CVE. Users are encouraged to upgrade. Note that tag v4.0.3 was skipped due to a build failure. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) ##### Installation and Upgrading Download Helm v4.0.4. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v4.0.4-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-darwin-amd64.tar.gz.sha256sum) / 73bcfd6ab000fdc95acf9fe1c59e8e47179426a653e45ae485889869d4a00523) - [MacOS arm64](https://get.helm.sh/helm-v4.0.4-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-darwin-arm64.tar.gz.sha256sum) / a7ea99937a9679b3935fa0a2b70e577aa1ea84e5856e7c0821ca6ffa064ea976) - [Linux amd64](https://get.helm.sh/helm-v4.0.4-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-amd64.tar.gz.sha256sum) / 29454bc351f4433e66c00f5d37841627cbbcc02e4c70a6d796529d355237671c) - [Linux arm](https://get.helm.sh/helm-v4.0.4-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-arm.tar.gz.sha256sum) / 9255732e31b5aa5ee7b55be8497eea4723e3dfb08a63c37603ae0d15a9a9d82c) - [Linux arm64](https://get.helm.sh/helm-v4.0.4-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-arm64.tar.gz.sha256sum) / 16b88acc6503d646b7537a298e7389bef469c5cc9ebadf727547abe9f6a35903) - [Linux i386](https://get.helm.sh/helm-v4.0.4-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-386.tar.gz.sha256sum) / e6dbf45313bab48e51a2b7a5f3271a19bb3d8b9f07b4bb48ba342389d902af53) - [Linux loong64](https://get.helm.sh/helm-v4.0.4-linux-loong64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-loong64.tar.gz.sha256sum) / <?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist. RequestId:11673868-901e-003e-10cd-6b624b000000 Time:2025-12-13T01:15:26.0922049Z</Message></Error>) - [Linux ppc64le](https://get.helm.sh/helm-v4.0.4-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-ppc64le.tar.gz.sha256sum) / c108d181a0e29dadf281fbb4f4a0e0f2149922b119ec745ced1a5ae6f0918703) - [Linux s390x](https://get.helm.sh/helm-v4.0.4-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-s390x.tar.gz.sha256sum) / cdf172c59379f0a3fe1db4743c16f122745fdaaebb2fbbfa40ce5722a4787717) - [Linux riscv64](https://get.helm.sh/helm-v4.0.4-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.4-linux-riscv64.tar.gz.sha256sum) / 2cf1c77d993bf5386e85249007bdaf38358d2516b18454212206a81b132e1330) - [Windows amd64](https://get.helm.sh/helm-v4.0.4-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v4.0.4-windows-amd64.zip.sha256sum) / 135bffadd3c87aff8856e06efb366bea2a48ac4d1742d73af80250410246f14d) - [Windows arm64](https://get.helm.sh/helm-v4.0.4-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v4.0.4-windows-arm64.zip.sha256sum) / b65d05f15260e78311f463773f54fe68f6d74444b3c3e84cecf270cdb927cd8a) This release was signed with `208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155` and can be found at [@&#8203;scottrigby](https://github.com/scottrigby) [keybase account](https://keybase.io/r6by). Please use the attached signatures for verifying this release using `gpg`. The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. ##### What's Next - 3.19.5 and 4.0.5 are the next patch releases and will be on January 14, 2026 - 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026 ##### Changelog - Bump v4.0.2 CVE deps [`cd700e0`](https://github.com/helm/helm/commit/cd700e0627b8d9a4997a7ab2bc3b712d0de4dcd3) (George Jenkins) - Use latest patch release of Go in releases [`9db13ee`](https://github.com/helm/helm/commit/9db13ee5c343196f642c568a03e58d3221b324d6) (Matt Farina) ### [`v4.0.2`](https://github.com/helm/helm/releases/tag/v4.0.2): Helm v4.0.2 [Compare Source](https://github.com/helm/helm/compare/v4.0.1...v4.0.2) Helm v4.0.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) #### Installation and Upgrading Download Helm v4.0.2. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v4.0.2-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-darwin-amd64.tar.gz.sha256sum) / 1dd2ce37855f5380abc86d56ab38387d4f1b8b05be296760addfe32d7c56a393) - [MacOS arm64](https://get.helm.sh/helm-v4.0.2-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-darwin-arm64.tar.gz.sha256sum) / fed6a23bba5db8a21e40175f44c159e057b26a6361f4280e24c820d0841e150b) - [Linux amd64](https://get.helm.sh/helm-v4.0.2-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-amd64.tar.gz.sha256sum) / 980756a9b2fd501a1d6ddd1b21741678875df005c91bb05bb41093988bb83bb7) - [Linux arm](https://get.helm.sh/helm-v4.0.2-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-arm.tar.gz.sha256sum) / 24ba97abd1d62194c75293f775f80a342feff872aa5f00df55dd73a47cd9cb8f) - [Linux arm64](https://get.helm.sh/helm-v4.0.2-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-arm64.tar.gz.sha256sum) / 3de681b463fb783f49f5ab72d700c057124ef73fa74062624b8fe95deafded4b) - [Linux i386](https://get.helm.sh/helm-v4.0.2-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-386.tar.gz.sha256sum) / f9d369d25e4b2a2f1c830633f45d4a6d63a61c6a297cc25609888c260c979b96) - [Linux ppc64le](https://get.helm.sh/helm-v4.0.2-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-ppc64le.tar.gz.sha256sum) / 374cfb13ec692654cd16f1aac2aa82b0092ac5c12a13809184e9fae61073a830) - [Linux s390x](https://get.helm.sh/helm-v4.0.2-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-s390x.tar.gz.sha256sum) / b56b77d5a0921bb53a8190e60b520c2e72a58581cb15c38b0d08cc9a238edffd) - [Linux riscv64](https://get.helm.sh/helm-v4.0.2-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v4.0.2-linux-riscv64.tar.gz.sha256sum) / 48f2366775dff3b0f40d931e0300e1d7068b06accfe21588ab742f521a3aa12f) - [Windows amd64](https://get.helm.sh/helm-v4.0.2-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v4.0.2-windows-amd64.zip.sha256sum) / 3a160ca07a0da72bf872601116ed1363120c3fe1d48afb0bb7f53bbba4673f7f) - [Windows arm64](https://get.helm.sh/helm-v4.0.2-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v4.0.2-windows-arm64.zip.sha256sum) / dd94baf0ceb0dced8615343ed7a7b1cd5543996a8177866ead3f8a9ce60c8d14) The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. #### What's Next - 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026 #### Changelog - fix: prevent reporting fallback on version when none specified [`94659f2`](https://github.com/helm/helm/commit/94659f25033af6eb43fc186c24e6c07b1091800b) (Benoit Tigeot) - fix: prevent segmentation violation on empty yaml in multidoc [`2dd1f66`](https://github.com/helm/helm/commit/2dd1f662cce36de8910e925921dc9f86ec72205b) (Benoit Tigeot) - Ignore duplicated URN in logs [`bbad438`](https://github.com/helm/helm/commit/bbad438779699577b6931c1a8e29917f87422c69) (Benoit Tigeot) - jsonschema: warn and ignore unresolved URN $ref to match v3.18.4 [`bdcf920`](https://github.com/helm/helm/commit/bdcf920183d5ebc92ff16470864fbf97cdea138f) (Benoit Tigeot) - Publish Helm v4 -> `helm-latest-version` [`9ac7c2b`](https://github.com/helm/helm/commit/9ac7c2b609b10e328370de3b52915a90b4535dd0) (George Jenkins) - fix: Fix Helm v4 release distribtion/get-helm-3 script [`0bef6bd`](https://github.com/helm/helm/commit/0bef6bdbe6e20832dea995037c975a8631072212) (George Jenkins) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
CSRBot added 1 commit 2025-12-11 00:11:44 +01:00
chore(deps): update dependency helm/helm to v4.0.2
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 7s
Helm / helm-unittest (push) Successful in 17s
209d132425
CSRBot requested review from volker.raschek 2025-12-11 00:11:44 +01:00
CSRBot added 2 commits 2025-12-11 12:10:16 +01:00
chore(deps): update dependency helm/helm to v4.0.2
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 7s
Helm / helm-unittest (push) Successful in 17s
209d132425
chore(deps): update dependency helm/helm to v4.0.2
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 8s
Helm / helm-unittest (push) Successful in 17s
cf8c7b7b63
CSRBot changed title from chore(deps): update dependency helm/helm to v4.0.2 to chore(deps): update dependency helm/helm to v4.0.4 2025-12-13 03:10:18 +01:00
CSRBot added 2 commits 2025-12-13 03:10:19 +01:00
chore(deps): update dependency helm/helm to v4.0.2
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 8s
Helm / helm-unittest (push) Successful in 17s
cf8c7b7b63
chore(deps): update dependency helm/helm to v4.0.4
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-unittest (pull_request) Successful in 7s
Helm / helm-lint (pull_request) Successful in 9s
51246c70e9
CSRBot added 2 commits 2026-01-15 00:10:39 +01:00
chore(deps): update dependency helm/helm to v4.0.4
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-unittest (pull_request) Successful in 7s
Helm / helm-lint (pull_request) Successful in 9s
51246c70e9
chore(deps): update dependency helm/helm to v4.0.4
All checks were successful
Helm / helm-unittest (push) Successful in 8s
Helm / helm-lint (push) Successful in 9s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 16s
09526dd859
CSRBot changed title from chore(deps): update dependency helm/helm to v4.0.4 to chore(deps): update dependency helm/helm to v4.0.5 2026-01-15 03:10:33 +01:00
CSRBot added 2 commits 2026-01-15 03:10:34 +01:00
chore(deps): update dependency helm/helm to v4.0.4
All checks were successful
Helm / helm-unittest (push) Successful in 8s
Helm / helm-lint (push) Successful in 9s
Helm / helm-lint (pull_request) Successful in 4s
Helm / helm-unittest (pull_request) Successful in 16s
09526dd859
chore(deps): update dependency helm/helm to v4.0.5
All checks were successful
Helm / helm-lint (push) Successful in 9s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-unittest (pull_request) Successful in 7s
Helm / helm-lint (pull_request) Successful in 11s
c9cceb197e
All checks were successful
Helm / helm-lint (push) Successful in 9s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-unittest (pull_request) Successful in 7s
Required
Details
Helm / helm-lint (pull_request) Successful in 11s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/helm-helm-4.x:renovate/helm-helm-4.x
git checkout renovate/helm-helm-4.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/prometheus-fail2ban-exporter-charts#92
No description provided.