Update module helm.sh/helm/v3 to v3.20.2 [SECURITY] (release-v0.6)#3225
Open
renovate[bot] wants to merge 1 commit intorelease-v0.6from
Open
Update module helm.sh/helm/v3 to v3.20.2 [SECURITY] (release-v0.6)#3225renovate[bot] wants to merge 1 commit intorelease-v0.6from
renovate[bot] wants to merge 1 commit intorelease-v0.6from
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.16.4→v3.20.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
GitHub Vulnerability Alerts
CVE-2026-35206
Helm is a package manager for Charts for Kubernetes. In Helm versions <=3.20.1 and <=4.1.3, a specially crafted Chart will cause
helm pull --untar [chart URL | repo/chartname]to write the Chart's contents to the immediate output directory (as defaulted to the current working directory; or as given by the--destinationand--untardirflags), rather than the expected output directory suffixed by the chart's name.Impact
The bug enables writing the Chart's contents (unpackaged/untar'ed) to the output directory
<output dir>/, instead of the expected<output dir>/<chart name>/, potentially overwriting the contents of the targeted directory.Note: a chart name containing POSIX dot-dot, or dot-dot and slashes (as if to refer to parent directories) do not resolve beyond the output directory as designed.
Patches
This issue has been resolved in Helm v3.20.2 and v4.1.3
A Chart with an unexpected name (those specified to be "." or ".."), or a Chart name which results in a non-unique directory will be rejected.
Workarounds
Ensure the the name of the Chart does not comprise/contain POSIX pathname special directory references ie. dot-dot ("..") or dot ("."). In addition, ensuring that the
pull --untarflag (or equivalent SDK option) refers to a unique/empty output directory prevents chart extraction from inadvertently overwriting existing files within the specified directory.Credits
Oleh Konko
@1seal
Release Notes
helm/helm (helm.sh/helm/v3)
v3.20.2Compare Source
v3.20.1: Helm v3.20.1Compare Source
Helm v3.20.1 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!
Notable Changes
Installation and Upgrading
Download Helm v3.20.1. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
a2369ca(dependabot[bot])90e1056(Pedro Tôrres)911f2e9(Pedro Tôrres)76dad33(Evans Mungai)45c12f7(Evans Mungai)26c6f19(Evans Mungai)09f5129(Evans Mungai)417deb2(Evans Mungai)5417bfa(Evans Mungai)v3.20.0: Helm v3.20.0Compare Source
Helm v3.20.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!
Notable Changes
Installation and Upgrading
Download Helm v3.20.0. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
f6e17f6(Scott Rigby)4f5a655(dependabot[bot])65c504a(dependabot[bot])f3b8af4(dependabot[bot])89c2c61(dependabot[bot])NewSimpleClientset526076e(George Jenkins)golangci-lintv20ae8e4f(George Jenkins)e0d2595(dependabot[bot])858acb1(dependabot[bot])errors.Isinstead of string comp0cd9a60(Hidde Beydals)8bb0b37(Hidde Beydals)930ba6f(Matt Farina)582211c(dependabot[bot])585c25c(dependabot[bot])6f17d46(dependabot[bot])46ff427(dependabot[bot])28b813a(dependabot[bot])5dde5d6(dependabot[bot])362900b(dependabot[bot])ec61de5(dependabot[bot])a490607(dependabot[bot])8509bcc(dependabot[bot])d495a94(dependabot[bot])helm-latest-versionpublish01dc6cc(George Jenkins)6647f84(dependabot[bot])b548118(dependabot[bot])6a67b55(Scott Rigby)6d4f8c0(dependabot[bot])3f0da15(Benoit Tigeot)helm pulluntar dir check with repo urlse5e101c(Luna Stadler)6aae923(dependabot[bot])1900c6a(dependabot[bot])43e9297(dependabot[bot])d347e2b(dependabot[bot])bd337b4(George Jenkins)b80959f(Matheus Pimenta)1ac9d34(dependabot[bot])9a366b4(Benoit Tigeot)0c5a17e(dependabot[bot])b999021(dependabot[bot])2fe49f9(Benoit Tigeot)c3610ab(Scott Rigby)73b449f(dependabot[bot])ffbc537(Eric Stroczynski)f0b699e(Ben Foster)79a9cc5(Reinhard Nägele)v3.19.5: Helm v3.19.5Compare Source
Helm v3.19.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!
Notable Changes
Installation and Upgrading
Download Helm v3.19.5. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
errors.Isinstead of string comp4a19a5b(Hidde Beydals)7a00235(Hidde Beydals)578564e(Ben Foster)v3.19.4: Helm v3.19.4Compare Source
Helm v3.19.4 is a security fix for a Go CVE in the previous tag. This patch release rebuilds the Helm
v3.19.3release with the latest Go toolchain, to fix the Go CVE. Users are encouraged to upgrade.The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.4. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
7cfb6e4(Matt Farina)59c951f(dependabot[bot])d45f3f1(dependabot[bot])d459544(dependabot[bot])becd387(dependabot[bot])edb1579(dependabot[bot])v3.19.3Compare Source
v3.19.2: Helm v3.19.2Compare Source
Helm v3.19.2 is a patch release. It is a rebuild of the v3.19.1 release with no code changes.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.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
Changelog
8766e71(George Jenkins)v3.19.1: Helm v3.19.1Compare Source
Helm v3.19.1 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!
Installation and Upgrading
Download Helm v3.19.1. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98Eand can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
4f953c2(dependabot[bot])6801f4d(Benoit Tigeot)2f619be(Benoit Tigeot)helm pulluntar dir check with repo urls8112d47(Luna Stadler)5dff7ce(Benoit Tigeot)2dad4d2(dependabot[bot])a833710(Reinhard Nägele)2e12c81(Dirk Müller)v3.19.0: Helm v3.19.0Compare 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!
Notable Changes
helm pullregression from 3.18 - error pulling OCI charts with --password #31230helm lintregression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x #31166helm createadded httproute from gateway-api to create chart template #30658Installation and Upgrading
Download Helm v3.19.0. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
3d8990f(Scott Rigby)9a54bf1(Evans Mungai)5af0f68(dependabot[bot])e485606(dependabot[bot])6355c3d(dependabot[bot])ec61f66(dependabot[bot])b278020(Isaiah Lewis)d33ac5e(Isaiah Lewis)8543709(Isaiah Lewis)89a3f90(dependabot[bot])da4c583(Terry Howe)e40b1b3(dependabot[bot])a27e9db(dependabot[bot])f13afaa(Matt Farina)039b0b1(Matt Farina)bec98a9(dependabot[bot])6d9509a(Robert Sirchia)807225e(Borys Hulii)cbbd569(dependabot[bot])5e8ff72(Terry Howe)5b5fb5b(dependabot[bot])d12538a(dependabot[bot])303f803(dependabot[bot])abcc2ed(dependabot[bot])521c67b(dependabot[bot])227c9cb(Matt Farina)4389fa6(Matt Farina)372e403(dependabot[bot])4fa5a64(dependabot[bot])6284ed8(dependabot[bot])2c55a4e(Terry Howe)a16e986(Terry Howe)cea26d8(Terry Howe)b52bb41(Terry Howe)45075cf(dependabot[bot])73a7826(dependabot[bot])733f94c(Terry Howe)fc36041(Terry Howe)cfe8cef(Matt Farina)c33215d(Benoit Tigeot)f552b67(Benoit Tigeot)a18a52e(Brandt Keller)fedf502(Jesse Simpson)fe512ba(Jesse Simpson)099a9e1(Jesse Simpson)b07ab77(Brandt Keller)c225c12(Brandt Keller)c0f3ace(Scott Rigby)dce60ad(Benoit Tigeot)cda0865(Benoit Tigeot)5d9d9a0(Benoit Tigeot)c5249c1(Matt Farina)5b0520d(dependabot[bot])afefca8(Feng Cao)8d6d27c(dependabot[bot])502c0d5(dependabot[bot])92be9ac(dependabot[bot])eb5b6d5(Feng Cao)6b15f26(Matthieu MOREL)6b5c944(Feng Cao)247bf7c(Feng Cao)9404459(Robert Sirchia)0a800e8(Gerard Nguyen)bd1b67b(Henrik Gerdes)Full Changelog: helm/helm@v3.18.6...v3.19.0
v3.18.6: Helm v3.18.6Compare 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!
Installation and Upgrading
Download Helm v3.18.6. The common platform binaries are here:
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.