chore(deps): update dependency helm/helm to v3.19.0 #122

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

This PR contains the following updates:

Package Update Change
helm/helm minor v3.18.5 -> v3.19.0

Release Notes

helm/helm (helm/helm)

v3.19.0: Helm v3.19.0

Compare Source

Helm v3.19.0 is a feature 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 a helm pull regression from 3.18 - error pulling OCI charts with --password #​31230
  • Fixed a helm lint regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x #​31166
  • Fixed go mod tidy #​31154
  • Fixed k8s version parsing not matching original #​31091
  • Fixed charts failing when using a redirect registry #​31087
  • Fixed missing debug logging for OCI transport
  • Fixed broken legacy docker support for login #​30941
  • Fixed bugs from the move to ORAS v2
  • Fixed processing all hook deletions on failure #​30673
  • Feature for helm create added httproute from gateway-api to create chart template #​30658

Installation and Upgrading

Download Helm v3.19.0. 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.19.1 will contain only bug fixes.
  • 3.20.0 is the next feature release.

Changelog

  • bump version to v3.19.0 3d8990f (Scott Rigby)
  • fix: use username and password if provided 9a54bf1 (Evans Mungai)
  • chore(deps): bump the k8s-io group with 7 updates 5af0f68 (dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 e485606 (dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 6355c3d (dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ec61f66 (dependabot[bot])
  • fix(helm-lint): fmt b278020 (Isaiah Lewis)
  • fix(helm-lint): Add TLSClientConfig d33ac5e (Isaiah Lewis)
  • fix(helm-lint): Add HTTP/HTTPS URL support for json schema references 8543709 (Isaiah Lewis)
  • chore(deps): bump the k8s-io group with 7 updates 89a3f90 (dependabot[bot])
  • fix: go mod tidy for v3 da4c583 (Terry Howe)
  • chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 e40b1b3 (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 a27e9db (dependabot[bot])
  • fix Chart.yaml handling f13afaa (Matt Farina)
  • Handle messy index files 039b0b1 (Matt Farina)
  • chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 bec98a9 (dependabot[bot])
  • json schema fix 6d9509a (Robert Sirchia)
  • fix: k8s version parsing to match original 807225e (Borys Hulii)
  • chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 cbbd569 (dependabot[bot])
  • Do not explicitly set SNI in HTTPGetter 5e8ff72 (Terry Howe)
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 5b5fb5b (dependabot[bot])
  • chore(deps): bump the k8s-io group with 7 updates d12538a (dependabot[bot])
  • chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 303f803 (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 abcc2ed (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 521c67b (dependabot[bot])
  • Disabling linter due to unknown issue 227c9cb (Matt Farina)
  • Updating link handling 4389fa6 (Matt Farina)
  • Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 372e403 (dependabot[bot])
  • build(deps): bump the k8s-io group with 7 updates 4fa5a64 (dependabot[bot])
  • build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 6284ed8 (dependabot[bot])
  • fix: user username password for login 2c55a4e (Terry Howe)
  • Update pkg/registry/transport.go a16e986 (Terry Howe)
  • Update pkg/registry/transport.go cea26d8 (Terry Howe)
  • fix: add debug logging to oci transport b52bb41 (Terry Howe)
  • build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 45075cf (dependabot[bot])
  • build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 73a7826 (dependabot[bot])
  • fix: legacy docker support broken for login 733f94c (Terry Howe)
  • fix: plugin installer test with no Internet fc36041 (Terry Howe)
  • Handle an empty registry config file. cfe8cef (Matt Farina)
  • Prevent fetching newReference again as we have in calling method c33215d (Benoit Tigeot)
  • Prevent failure when resolving version tags in oras memory store f552b67 (Benoit Tigeot)
  • fix(client): skipnode utilization for PreCopy a18a52e (Brandt Keller)
  • test: Skip instead of returning early. looks more intentional fedf502 (Jesse Simpson)
  • test: tests repo stripping functionality fe512ba (Jesse Simpson)
  • test: include tests for Login based on different protocol prefixes 099a9e1 (Jesse Simpson)
  • fix(client): layers now returns manifest - remove duplicate from descriptors b07ab77 (Brandt Keller)
  • fix(client): return nil on non-allowed media types c225c12 (Brandt Keller)
  • Fix 3.18.0 regression: registry login with scheme c0f3ace (Scott Rigby)
  • Update pkg/plugin/plugin.go dce60ad (Benoit Tigeot)
  • Update pkg/plugin/plugin.go cda0865 (Benoit Tigeot)
  • Wait for Helm v4 before raising when platformCommand and Command are set 5d9d9a0 (Benoit Tigeot)
  • Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" c5249c1 (Matt Farina)
  • build(deps): bump the k8s-io group with 7 updates 5b0520d (dependabot[bot])
  • chore: update generalization warning message afefca8 (Feng Cao)
  • build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 8d6d27c (dependabot[bot])
  • build(deps): bump the k8s-io group with 7 updates 502c0d5 (dependabot[bot])
  • build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 92be9ac (dependabot[bot])
  • fix: move warning to top of block eb5b6d5 (Feng Cao)
  • fix: govulncheck workflow 6b15f26 (Matthieu MOREL)
  • fix: replace fmt warning with slog 6b5c944 (Feng Cao)
  • fix: add warning when ignore repo flag 247bf7c (Feng Cao)
  • bump version to v3.18.0 9404459 (Robert Sirchia)
  • backport #​30673 to dev-v3 0a800e8 (Gerard Nguyen)
  • feat: add httproute from gateway-api to create chart template bd1b67b (Henrik Gerdes)

Full Changelog: https://github.com/helm/helm/compare/v3.18.6...v3.19.0

v3.18.6: Helm v3.18.6

Compare Source

Helm v3.18.6 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 v3.18.6. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina 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.0 is the next minor release and will be on September 11, 2025

Changelog

  • fix(helm-lint): fmt b76a950 (Isaiah Lewis)
  • fix(helm-lint): Add TLSClientConfig b79a421 (Isaiah Lewis)
  • fix(helm-lint): Add HTTP/HTTPS URL support for json schema references b9180e6 (Isaiah Lewis)

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) | minor | `v3.18.5` -> `v3.19.0` | --- ### Release Notes <details> <summary>helm/helm (helm/helm)</summary> ### [`v3.19.0`](https://github.com/helm/helm/releases/tag/v3.19.0): Helm v3.19.0 [Compare Source](https://github.com/helm/helm/compare/v3.18.6...v3.19.0) Helm v3.19.0 is a feature 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 a `helm pull` regression from 3.18 - error pulling OCI charts with --password [#&#8203;31230](https://github.com/helm/helm/issues/31230) - Fixed a `helm lint` regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x [#&#8203;31166](https://github.com/helm/helm/issues/31166) - Fixed go mod tidy [#&#8203;31154](https://github.com/helm/helm/issues/31154) - Fixed k8s version parsing not matching original [#&#8203;31091](https://github.com/helm/helm/issues/31091) - Fixed charts failing when using a redirect registry [#&#8203;31087](https://github.com/helm/helm/issues/31087) - Fixed missing debug logging for OCI transport - Fixed broken legacy docker support for login [#&#8203;30941](https://github.com/helm/helm/issues/30941) - Fixed bugs from the move to ORAS v2 - Fixed processing all hook deletions on failure [#&#8203;30673](https://github.com/helm/helm/issues/30673) - Feature for `helm create` added httproute from gateway-api to create chart template [#&#8203;30658](https://github.com/helm/helm/issues/30658) #### Installation and Upgrading Download Helm v3.19.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz.sha256sum) / 09a108c0abda42e45af172be65c49125354bf7cd178dbe10435e94540e49c7b9) - [MacOS arm64](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz.sha256sum) / 31513e1193da4eb4ae042eb5f98ef9aca7890cfa136f4707c8d4f70e2115bef6) - [Linux amd64](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz.sha256sum) / a7f81ce08007091b86d8bd696eb4d86b8d0f2e1b9f6c714be62f82f96a594496) - [Linux arm](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz.sha256sum) / 8708367b8e8bed9bdf8429bb57536e4223cdca96245dffc205cb0cb670b151f4) - [Linux arm64](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz.sha256sum) / 440cf7add0aee27ebc93fada965523c1dc2e0ab340d4348da2215737fc0d76ad) - [Linux i386](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz.sha256sum) / ca0329cd1b09267e7c63c563e32462265949c31512b537dd6615d0b5190040fc) - [Linux ppc64le](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz.sha256sum) / f57ea04d7fa62cc3e90a831eb67edb1400c810df6083875bee3a7c195a795ce4) - [Linux s390x](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz.sha256sum) / 0dff2f249f71690e3b420ebb5efc573eb26a51b4a614c4391c8c7fa3e47863f2) - [Linux riscv64](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz.sha256sum) / 978af545a3d72a253ce1d4c03c9febb509a239a48b2581107e548883ab61a227) - [Windows amd64](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip.sha256sum) / 6488630c2e5d5945ed990fa02fd9e99f9c6792cdbcd79eb264b6cfb90179d2d1) - [Windows arm64](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip.sha256sum) / 488f7530a1776da1b46b14e988bf305c9d7419c78e7e73aeb92f198a41c9ef6b) 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.1 will contain only bug fixes. - 3.20.0 is the next feature release. #### Changelog - bump version to v3.19.0 [`3d8990f`](https://github.com/helm/helm/commit/3d8990f0836691f0229297773f3524598f46bda6) (Scott Rigby) - fix: use username and password if provided [`9a54bf1`](https://github.com/helm/helm/commit/9a54bf1df6245232aff6235ebc5da7616f06afa7) (Evans Mungai) - chore(deps): bump the k8s-io group with 7 updates [`5af0f68`](https://github.com/helm/helm/commit/5af0f68365132bf40d6da38eac87cb94d113b5c3) (dependabot\[bot]) - chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 [`e485606`](https://github.com/helm/helm/commit/e485606fa6c637f9d33c85d449f5add15fa75f64) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 [`6355c3d`](https://github.com/helm/helm/commit/6355c3de11a76acc934348b2b2365c795327517b) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 [`ec61f66`](https://github.com/helm/helm/commit/ec61f666994ca6572278ff05a45850606d18f12d) (dependabot\[bot]) - fix(helm-lint): fmt [`b278020`](https://github.com/helm/helm/commit/b27802031110bcfcaf0b685f7f3efda8a309ce8c) (Isaiah Lewis) - fix(helm-lint): Add TLSClientConfig [`d33ac5e`](https://github.com/helm/helm/commit/d33ac5e44b4eb884d67141b00753817b091054ca) (Isaiah Lewis) - fix(helm-lint): Add HTTP/HTTPS URL support for json schema references [`8543709`](https://github.com/helm/helm/commit/854370978eb4664ed75e1918df733ecf1503e904) (Isaiah Lewis) - chore(deps): bump the k8s-io group with 7 updates [`89a3f90`](https://github.com/helm/helm/commit/89a3f90e7545857edbfbb7d46af1796f0fee7097) (dependabot\[bot]) - fix: go mod tidy for v3 [`da4c583`](https://github.com/helm/helm/commit/da4c583145cf4de6a291e81b499ba53785739c2b) (Terry Howe) - chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 [`e40b1b3`](https://github.com/helm/helm/commit/e40b1b3b367cae275d823eadcfcef43729e16260) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 [`a27e9db`](https://github.com/helm/helm/commit/a27e9db724540bc53b066dff7d80d075a9fa86d8) (dependabot\[bot]) - fix Chart.yaml handling [`f13afaa`](https://github.com/helm/helm/commit/f13afaacd6f8f9dca4ad914d87fabbe129692eda) (Matt Farina) - Handle messy index files [`039b0b1`](https://github.com/helm/helm/commit/039b0b18d3c83c9aa3a80da67f3cf1c2d965a598) (Matt Farina) - chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 [`bec98a9`](https://github.com/helm/helm/commit/bec98a91aa1f810220f4fd2a7f06b155afe68970) (dependabot\[bot]) - json schema fix [`6d9509a`](https://github.com/helm/helm/commit/6d9509aadcfb44aaaa6fc6528443815343a551b4) (Robert Sirchia) - fix: k8s version parsing to match original [`807225e`](https://github.com/helm/helm/commit/807225ed62b2901fcbaf56923111d9d7f9204a59) (Borys Hulii) - chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 [`cbbd569`](https://github.com/helm/helm/commit/cbbd569aba384d6bf04328645d8befd8555c7879) (dependabot\[bot]) - Do not explicitly set SNI in HTTPGetter [`5e8ff72`](https://github.com/helm/helm/commit/5e8ff72b71fab9bda848bc2c980b2139401e1057) (Terry Howe) - chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 [`5b5fb5b`](https://github.com/helm/helm/commit/5b5fb5b6832fd210e6dfeda01ef91d6eea73abe4) (dependabot\[bot]) - chore(deps): bump the k8s-io group with 7 updates [`d12538a`](https://github.com/helm/helm/commit/d12538a23df05acb027f319766dde19a90f0c78a) (dependabot\[bot]) - chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 [`303f803`](https://github.com/helm/helm/commit/303f8031bdfbd18fa8630def8199957fa4784a20) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 [`abcc2ed`](https://github.com/helm/helm/commit/abcc2edc2722406928df731dfac8981032d7831a) (dependabot\[bot]) - chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 [`521c67b`](https://github.com/helm/helm/commit/521c67b3588a37ccb1e19fc90130813587015291) (dependabot\[bot]) - Disabling linter due to unknown issue [`227c9cb`](https://github.com/helm/helm/commit/227c9cb6b6c4ba190fa4064c0dba91f8a3106b79) (Matt Farina) - Updating link handling [`4389fa6`](https://github.com/helm/helm/commit/4389fa639a4d8e6836fa8df9bb70dd69c2820c12) (Matt Farina) - Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 [`372e403`](https://github.com/helm/helm/commit/372e40376a15568ba1d9920beb9ab4fe91b90a55) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`4fa5a64`](https://github.com/helm/helm/commit/4fa5a64127532cb9e69986f584aef491f36a925b) (dependabot\[bot]) - build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 [`6284ed8`](https://github.com/helm/helm/commit/6284ed853892c95b87d08a08d64199af63ed3e13) (dependabot\[bot]) - fix: user username password for login [`2c55a4e`](https://github.com/helm/helm/commit/2c55a4e8ce483fe1a03d7afa46a89e26852bc3c5) (Terry Howe) - Update pkg/registry/transport.go [`a16e986`](https://github.com/helm/helm/commit/a16e986d4e184b4e065968c5f5c30198a12d880e) (Terry Howe) - Update pkg/registry/transport.go [`cea26d8`](https://github.com/helm/helm/commit/cea26d8bcac27f888ebb43a8ac8fe87f5851d380) (Terry Howe) - fix: add debug logging to oci transport [`b52bb41`](https://github.com/helm/helm/commit/b52bb41484bca2eab616aed83aa922cbb5ef1e3b) (Terry Howe) - build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 [`45075cf`](https://github.com/helm/helm/commit/45075cf9434456c8d1cd59a6355265e958b71b2f) (dependabot\[bot]) - build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 [`73a7826`](https://github.com/helm/helm/commit/73a78263956bf738008e158afb8d641acbb8f3b9) (dependabot\[bot]) - fix: legacy docker support broken for login [`733f94c`](https://github.com/helm/helm/commit/733f94c86a98f2fc4a12eba510e26615d4b8aa59) (Terry Howe) - fix: plugin installer test with no Internet [`fc36041`](https://github.com/helm/helm/commit/fc360417024f4734e5b7356385512a08a31c743e) (Terry Howe) - Handle an empty registry config file. [`cfe8cef`](https://github.com/helm/helm/commit/cfe8cef46f04f36ca33e8696573e243d14e17e79) (Matt Farina) - Prevent fetching newReference again as we have in calling method [`c33215d`](https://github.com/helm/helm/commit/c33215d765e291bc9321984d4f60a0182c738938) (Benoit Tigeot) - Prevent failure when resolving version tags in oras memory store [`f552b67`](https://github.com/helm/helm/commit/f552b672305a420b54a725185f98e34e51fbd7ba) (Benoit Tigeot) - fix(client): skipnode utilization for PreCopy [`a18a52e`](https://github.com/helm/helm/commit/a18a52e8982b399101f7f20e2473de8514e85226) (Brandt Keller) - test: Skip instead of returning early. looks more intentional [`fedf502`](https://github.com/helm/helm/commit/fedf5024d60bcb4efce9cf7f6f1b7bca642a66eb) (Jesse Simpson) - test: tests repo stripping functionality [`fe512ba`](https://github.com/helm/helm/commit/fe512bae439b5271dd7d2cdb75fadf3c39abd800) (Jesse Simpson) - test: include tests for Login based on different protocol prefixes [`099a9e1`](https://github.com/helm/helm/commit/099a9e18f30db9c90a3a5e52b2af6dd630a6d757) (Jesse Simpson) - fix(client): layers now returns manifest - remove duplicate from descriptors [`b07ab77`](https://github.com/helm/helm/commit/b07ab77da3a2d20508b8e775981e233a81d4c753) (Brandt Keller) - fix(client): return nil on non-allowed media types [`c225c12`](https://github.com/helm/helm/commit/c225c124ac76eedc3ca6e013df40da8d2c50650d) (Brandt Keller) - Fix 3.18.0 regression: registry login with scheme [`c0f3ace`](https://github.com/helm/helm/commit/c0f3ace52d974b7465f33079bbf54ed961f875f1) (Scott Rigby) - Update pkg/plugin/plugin.go [`dce60ad`](https://github.com/helm/helm/commit/dce60adb5141695b9deab023dbfa25bba681d8fa) (Benoit Tigeot) - Update pkg/plugin/plugin.go [`cda0865`](https://github.com/helm/helm/commit/cda0865d64a4deec682fd044aa4412eb9ab643db) (Benoit Tigeot) - Wait for Helm v4 before raising when platformCommand and Command are set [`5d9d9a0`](https://github.com/helm/helm/commit/5d9d9a0fb8c1700c5aa9051e3768dcdabfed642d) (Benoit Tigeot) - Revert "fix (helm) : toToml\` renders int as float \[ backport to v3 ]" [`c5249c1`](https://github.com/helm/helm/commit/c5249c1f8d83d44081afee41efeac3ee36d6e9bc) (Matt Farina) - build(deps): bump the k8s-io group with 7 updates [`5b0520d`](https://github.com/helm/helm/commit/5b0520d6b323b291546cb6fbc4dc0f76b570a6eb) (dependabot\[bot]) - chore: update generalization warning message [`afefca8`](https://github.com/helm/helm/commit/afefca8b2dcb3c220e24075e8dabf0cffd170daf) (Feng Cao) - build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 [`8d6d27c`](https://github.com/helm/helm/commit/8d6d27c26aad581c3da61f7e67786949c9201fcd) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`502c0d5`](https://github.com/helm/helm/commit/502c0d5f5b8563be076de69be85f8e0add11b69c) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 [`92be9ac`](https://github.com/helm/helm/commit/92be9ac0c8abab27efd740be6a671d6e8dd535fd) (dependabot\[bot]) - fix: move warning to top of block [`eb5b6d5`](https://github.com/helm/helm/commit/eb5b6d50474842db17330b11e0db70077e1c4510) (Feng Cao) - fix: govulncheck workflow [`6b15f26`](https://github.com/helm/helm/commit/6b15f26bd45c2856b36bdf3e8c32b44595e4580f) (Matthieu MOREL) - fix: replace fmt warning with slog [`6b5c944`](https://github.com/helm/helm/commit/6b5c94475db950a981523344029f0a7c620a2e32) (Feng Cao) - fix: add warning when ignore repo flag [`247bf7c`](https://github.com/helm/helm/commit/247bf7c2e0c591554b6cfd4c2f62cb2700b034ee) (Feng Cao) - bump version to v3.18.0 [`9404459`](https://github.com/helm/helm/commit/94044595c79ddf1311a4cd3df0353fe62a7ed633) (Robert Sirchia) - backport [#&#8203;30673](https://github.com/helm/helm/issues/30673) to dev-v3 [`0a800e8`](https://github.com/helm/helm/commit/0a800e84b033ae03fc31a46215378ac7761cb9c5) (Gerard Nguyen) - feat: add httproute from gateway-api to create chart template [`bd1b67b`](https://github.com/helm/helm/commit/bd1b67b082122ad1264d07c5d28bbc4c4171b826) (Henrik Gerdes) **Full Changelog**: <https://github.com/helm/helm/compare/v3.18.6...v3.19.0> ### [`v3.18.6`](https://github.com/helm/helm/releases/tag/v3.18.6): Helm v3.18.6 [Compare Source](https://github.com/helm/helm/compare/v3.18.5...v3.18.6) Helm v3.18.6 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 v3.18.6. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.18.6-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-darwin-amd64.tar.gz.sha256sum) / 80cad0470e38cf25731cdead7c32dfbeb887bc177bd6fa01e31b065722f8f06b) - [MacOS arm64](https://get.helm.sh/helm-v3.18.6-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-darwin-arm64.tar.gz.sha256sum) / 48e30d236a1f334c6acb78501be5a851eaa2a267fefeb1131b6484eb2f9f30d7) - [Linux amd64](https://get.helm.sh/helm-v3.18.6-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-amd64.tar.gz.sha256sum) / 3f43c0aa57243852dd542493a0f54f1396c0bc8ec7296bbb2c01e802010819ce) - [Linux arm](https://get.helm.sh/helm-v3.18.6-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-arm.tar.gz.sha256sum) / 13156fbe87a9db201b7d8fd0b42dee2a2e76a77388ea3bd59e3074cfa49d3619) - [Linux arm64](https://get.helm.sh/helm-v3.18.6-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-arm64.tar.gz.sha256sum) / 5b8e00b6709caab466cbbb0bc29ee09059b8dc9417991dd04b497530e49b1737) - [Linux i386](https://get.helm.sh/helm-v3.18.6-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-386.tar.gz.sha256sum) / d245db7c80edaf47bc42d3fab0b79d2e75d63fa49d06bc0ca599686ebdbd1422) - [Linux ppc64le](https://get.helm.sh/helm-v3.18.6-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-ppc64le.tar.gz.sha256sum) / 61eac730dac2029d7acf1c53bd0b1056f78ca2c3f915da7fa3995e74c021eae8) - [Linux s390x](https://get.helm.sh/helm-v3.18.6-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-s390x.tar.gz.sha256sum) / c6435c220b2577abea11ee9281fda8a5164583fb1f502702f6ef5c2b4347e38f) - [Linux riscv64](https://get.helm.sh/helm-v3.18.6-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.6-linux-riscv64.tar.gz.sha256sum) / cea696b01b66fad76b24d9ef28a86802b0931cbc25cec687e8469589438995eb) - [Windows amd64](https://get.helm.sh/helm-v3.18.6-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.18.6-windows-amd64.zip.sha256sum) / 4263320a8d70df0bb1e245534fba1b541f9889005cdb68dec9798b197c3f66b0) - [Windows arm64](https://get.helm.sh/helm-v3.18.6-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.18.6-windows-arm64.zip.sha256sum) / fdff469f270d8a155d9289843b92f7b00b2ca353b8ec61532e920eeb3fc2b480) This release was signed with `672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E ` and can be found at [@&#8203;mattfarina](https://github.com/mattfarina) [keybase account](https://keybase.io/mattfarina). 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.0 is the next minor release and will be on September 11, 2025 #### Changelog - fix(helm-lint): fmt [`b76a950`](https://github.com/helm/helm/commit/b76a950f6835474e0906b96c9ec68a2eff3a6430) (Isaiah Lewis) - fix(helm-lint): Add TLSClientConfig [`b79a421`](https://github.com/helm/helm/commit/b79a4212e803ad50c66f06799b8bbdb51f918603) (Isaiah Lewis) - fix(helm-lint): Add HTTP/HTTPS URL support for json schema references [`b9180e6`](https://github.com/helm/helm/commit/b9180e674fccb57e6ea6934ed7deb4448a3c9ddb) (Isaiah Lewis) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuMTEyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
CSRBot added 1 commit 2025-08-20 00:05:38 +02:00
chore(deps): update dependency helm/helm to v3.18.6
All checks were successful
Build / build-arm64 (pull_request) Successful in 1m20s
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
Build / build-amd64 (pull_request) Successful in 1m44s
3258558bc7
CSRBot force-pushed renovate/helm-helm-3.x from 3258558bc7 to 16d9cfea9b 2025-09-12 00:06:58 +02:00 Compare
CSRBot changed title from chore(deps): update dependency helm/helm to v3.18.6 to chore(deps): update dependency helm/helm to v3.19.0 2025-09-12 00:06:59 +02:00
Some checks failed
Build / build-amd64 (pull_request) Successful in 1m56s
Required
Details
Lint Markdown files / markdown-lint (pull_request) Successful in 14s
Required
Details
Build / build-arm64 (pull_request) Has been cancelled
Required
Details
Some required checks were not successful.
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-3.x:renovate/helm-helm-3.x
git checkout renovate/helm-helm-3.x
Sign in to join this conversation.
No description provided.