You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert: Fixed a race condition in WaitForDelete where the status observer canceled the watch too early, causing intermittent failures when running a full test suite #32214
Installation and Upgrading
Download Helm v4.2.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
4.2.3 and 3.21.2 are the next patch releases scheduled for July 8, 2026
4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
Revert "fix(kube): prevent spurious early exit in WaitForDelete during informer sync" b05881c (George Jenkins)
Fixed data race detected by -race flag when concurrent goroutines (upgrade + rollback, install + uninstall) both call GetWaiterWithOptions on the same FailingKubeClient instance #31925
Fixed helm command success messages writing to stderr instead of stdout. Now correctly outputing to stdout #32056
Fixed Helm 4 emitting "unable to find exact version" when using version range constraints #31757
Fixed a race condition in WaitForDelete where the status observer canceled the watch too early, causing intermittent failures when running a full test suite #32081
Bumped golang.org/x/net to v0.55.0 to address GO-2026-5026 #32153
Fixed SDK errors by upgrading dependencies: cli-utils 1.2.1, controller-runtime 0.24.1 and k8s 1.36.1 #32128
Dependency updates
Installation and Upgrading
Download Helm v4.2.1. The common platform binaries are here:
Linux amd64 (checksum / 479dca836e5b45e8bd222400c5591b0e3a647378f03ff96597180db97c17fdae)
Linux arm (checksum / 49e8f7856de6eab170dc09671cfb0578cc455d820df5b0f54e6453058dc0e3f3)
Linux arm64 (checksum / 596b9a73d366c1e72ce67d595c22805480e30914593aafbc9f547694e72814db)
Linux i386 (checksum / e038eab680f22b1cebe68fd0536cf2397b0c10798dcb23c28e500e0804ec1a55)
Linux loong64 (checksum / 8ae26f15638d951c4ed21d0d3018b8800a137646e5e5151a3856cf324c2852ae)
Linux ppc64le (checksum / 6f34eca5e314e941577a07be6c8b356f66b9cdefbed1175da1e7916368febcfc)
Linux s390x (checksum / e6355691887d4185b7e077f058483c04f353229feb7d4a72edc3ebe0b8738a6a)
Linux riscv64 (checksum / 16a4299f14ff1ffa79bb22115051911c662fa2ecdd90e85b65d7d143e8de9d02)
Windows amd64 (checksum / 6e7fa7839444b8ddc407c5bcdb1edd1024f57d09c2db971dec511ee2f2616eb0)
Windows arm64 (checksum / ae4c9acd0d9acd1f9e9da2f60105f793f65fd49ab7c03c6c7d13804c3b885657)
This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @scottrigbykeybase 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.2.2 and 3.21.2 are the next patch releases scheduled for July 8, 2026
4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
fix: protect FailingKubeClient.RecordedWaitOptions from data race (#31925) d591a19 (Terry Howe)
fix: route registry client output to stdout instead of stderr (#32056) 2a9fcae (Terry Howe)
chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1 ffa5bd6 (dependabot[bot])
chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 9f9dbaf (dependabot[bot])
chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.0 64a2891 (dependabot[bot])
chore(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 e54a4a2 (dependabot[bot])
chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 acb762b (dependabot[bot])
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 768586d (dependabot[bot])
fix(version): avoid false range detection on prerelease x/X eabfae5 (Benoit Tigeot)
fix(version): version range || can has no space e3fd51f (Benoit Tigeot)
feat: report in debug the version we select with version range arg 1e47395 (Benoit Tigeot)
fix: prevent warning when using version range constraints a33e239 (Benoit Tigeot)
fix(kube): always propagate context.Canceled in WaitForDelete fa06d44 (Terry Howe)
fix(kube): prevent spurious early exit in WaitForDelete during informer sync 360d483 (Terry Howe)
chore(deps): bump github.com/tetratelabs/wazero from 1.11.0 to 1.12.0 7651edf (dependabot[bot])
chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 b132e7e (dependabot[bot])
fix(deps): bump golang.org/x/net to v0.55.0 to address GO-2026-5026 eee491a (Terry Howe)
chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 3e3c575 (dependabot[bot])
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 c4ce2bb (dependabot[bot])
chore(deps): bump actions/stale from 10.2.0 to 10.3.0 3892dc2 (dependabot[bot])
chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 c4bbb62 (dependabot[bot])
chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 a0d7f16 (dependabot[bot])
chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 8a3de05 (dependabot[bot])
fix(upstream): upgrade to cli-utils 1.2.1, controller-runtime 0.24.1 and k8s 1.36.1 57a4803 (Matheus Pimenta)
chore(deps): bump github.com/fluxcd/cli-utils from 1.2.0 to 1.2.1 b33ae02 (dependabot[bot])
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.
chore(ci): bump Helm to v4.2.2 across GitHub Actions workflows ⚙️ Configuration changes🕐 Less than 10 minutes
Description
• Upgrade Helm used in CI from v3.21.1 to v4.2.2.
• Keep all Helm setup steps pinned via azure/setup-helm action.
• Ensure chart linting/rendering jobs run with Helm v4 defaults.
The following are alternative approaches to this PR:
1. Centralize Helm version as a single CI variable
➕ Single place to change the Helm version for all workflows
➕ Reduces risk of version drift between jobs
➖ Slightly less explicit in each workflow file
➖ May require small refactor to thread the variable into composite/workflows
2. Pin to Helm v4 minor series (e.g., v4.2.x) rather than exact patch
➕ Automatically picks up patch fixes without PR churn
➖ Less reproducible builds; patch updates could introduce unexpected CI changes
Recommendation: The current explicit pin to v4.2.2 is safest for reproducibility during a major upgrade. If Helm updates are frequent, consider centralizing the version to reduce repetitive edits across workflows.
Files changed (6) +6 / -6
Other (6) +6 / -6
action.ymlBump Helm version used by test-charts composite action+1/-1
Bump Helm version used by test-charts composite action
• Updates the Helm version installed by azure/setup-helm from v3.21.1 to v4.2.2 for chart test runs.
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
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.21.1→v4.2.2Release Notes
helm/helm (helm)
v4.2.2: Helm v4.2.2Compare Source
Helm v4.2.2 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 v4.2.2. The common platform binaries are here:
This release was signed by @gjenkins8 with key BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. 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
Changelog
b05881c(George Jenkins)Full Changelog: helm/helm@v4.2.1...v4.2.2
v4.2.1: Helm v4.2.1Compare Source
Helm v4.2.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 v4.2.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
d591a19(Terry Howe)2a9fcae(Terry Howe)ffa5bd6(dependabot[bot])9f9dbaf(dependabot[bot])64a2891(dependabot[bot])e54a4a2(dependabot[bot])acb762b(dependabot[bot])768586d(dependabot[bot])eabfae5(Benoit Tigeot)e3fd51f(Benoit Tigeot)1e47395(Benoit Tigeot)a33e239(Benoit Tigeot)fa06d44(Terry Howe)360d483(Terry Howe)7651edf(dependabot[bot])b132e7e(dependabot[bot])eee491a(Terry Howe)3e3c575(dependabot[bot])c4ce2bb(dependabot[bot])3892dc2(dependabot[bot])c4bbb62(dependabot[bot])a0d7f16(dependabot[bot])8a3de05(dependabot[bot])57a4803(Matheus Pimenta)b33ae02(dependabot[bot])Full Changelog: helm/helm@v4.2.0...v4.2.1
v4.2.0: Helm v4.2.0Compare Source
Helm v4.2.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
goreleaserfor release buildsmustToTomltemplate function--hide-notesand--render-subchart-notesflags--dry-run=servernow respectsgenerateName:Installation and Upgrading
Download Helm v4.2.0. The common platform binaries are here:
This release was signed by @gjenkins8 with key BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. 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
Changelog
0646808(George Jenkins)e23bf3a(Scott Rigby)f60ab7c(Terry Howe)64aa46f(Terry Howe)d199a1a(Terry Howe)8289940(Terry Howe)c075022(Terry Howe)04885dd(Terry Howe)93103ce(Terry Howe)e49a1dc(Terry Howe)eaa0910(Terry Howe)5a75279(Terry Howe)37284a9(Terry Howe)45336cc(Terry Howe)a9659b0(Terry Howe)e368f17(Terry Howe)e7bea85(Terry Howe)075c096(Terry Howe)12f2c41(dependabot[bot])58e8ffd(dependabot[bot])e61bbfb(dependabot[bot])081c6df(Matheus Pimenta)277d970(Gagan H R)a4a9cc7(Matheus Pimenta)8f56f24(Matheus Pimenta)db40adb(Mohit)775e794(dependabot[bot])934ace3(dependabot[bot])265c5eb(Matheus Pimenta)48e2b7d(dependabot[bot])a8e2497(Evans Mungai)52fc971(Johannes Lohmer)0063877(Johannes Lohmer)6eb4ebf(Johannes Lohmer)5cb4e7d(Johannes Lohmer)b5c7c80(dependabot[bot])a27f1ad(Matheus Pimenta)c26be60(Cairon)953f5f0(dependabot[bot])10fc5f3(dependabot[bot])d89e7c6(dependabot[bot])8a95461(George Jenkins)213c869(Sumit Solanki)bd5027a(dependabot[bot])087736b(George Jenkins)586eb57(George Jenkins)c8c5dfa(dependabot[bot])998466c(dependabot[bot])b0cec58(dependabot[bot])6ebfb29(dependabot[bot])a7f8443(Terry Howe)4c0d21f(Terry Howe)08dea9c(dependabot[bot])de58531(Anmol Virdi)9b1ad4c(dependabot[bot])8ef2d45(Rhys McNeill)cd7cf76(dependabot[bot])45ee55b(dependabot[bot])9a06741(dependabot[bot])d1e31ca(dependabot[bot])f257c95(abhay1999)7025480(Terry Howe)64f1d0a(Sumit Solanki)85bf56e(Debasish Mohanty)1549937(Sumit Solanki)c7a75b1(dependabot[bot])3a7573a(dependabot[bot])0229da1(dependabot[bot])c1a5a6e(Ilya Kiselev)b075f7a(Ilya Kiselev)7edfff3(Matthieu MOREL)37185d2(dependabot[bot])071558d(Matthieu MOREL)6249489(Matthieu MOREL)47a0840(George Jenkins)3d06fd1(dependabot[bot])e64d628(Terry Howe)d7cdc9e(abhay1999)36dcc27(George Jenkins)c4be7af(dependabot[bot])259f181(tsinglua)6018499(George Jenkins)74e7cf8(dependabot[bot])af94abf(Matheus Pimenta)16073b1(dependabot[bot])e31a078(Matthieu MOREL)16573f8(Travis Leeden)b550ce9(Terry Howe)1dfa77e(Terry Howe)5d40f17(Matthieu MOREL)d4f6193(Matthieu MOREL)82d9bed(dependabot[bot])dc0e3f1(Matthieu MOREL)e3c74fd(Matthieu MOREL)1d2d63c(Matthieu MOREL)63f03c0(Matthieu MOREL)c25c988(Matthieu MOREL)0fecfd0(Matthieu MOREL)6524162(Matthieu MOREL)6c2cb2f(Matthieu MOREL)9409226(Matthieu MOREL)36cb3a2(Mads Jensen)5b6c6bb(Matthieu MOREL)strings.Cutvariablesb667317(George Jenkins)AGENTS.md956c724(George Jenkins)92b64e8(George Jenkins)c59c140(rohansood10)ee01860(Evans Mungai)304d25f(dependabot[bot])0b13436(dependabot[bot])4a91f3a(Evans Mungai)7823853(dependabot[bot])aec7ace(dependabot[bot])a23b638(dependabot[bot])5cddc95(dependabot[bot])2e266c3(dependabot[bot])259f76a(Matthieu MOREL)0254182(Matthieu MOREL)6d1490e(Matthieu MOREL)4d0ae7f(Matthieu MOREL)abecafa(Matthieu MOREL)4330bde(Matthieu MOREL)c8989d9(Matthieu MOREL)edbd705(Matthieu MOREL)5638c35(George Jenkins)76eb37c(Orgad Shaneh)9817a68(Manuel Alonso)5aac320(Evans Mungai)0d75d86(Matthieu MOREL)859292e(Matthieu MOREL)5cc2e55(Matthieu MOREL)ba38159(Matthieu MOREL)e2d184c(Matthieu MOREL)111d4e6(Matthieu MOREL)e8f386b(Pedro Tôrres)d983696(Pedro Tôrres)9c9c3a6(dependabot[bot])787b61c(Matheus Pimenta)becf9bf(dependabot[bot])6d5f56f(Scott Rigby)b53198e(dependabot[bot])b59e533(dependabot[bot])ec07265(Austin Abro)e3829eb(Philipp Born)63b40a7(Austin Abro)b0b35f1(Matheus Pimenta)26e28e8(George Jenkins)97fd007(Jeevan Yewale)5262007(dependabot[bot])e70d59d(Evans Mungai)bbec77c(Matheus Pimenta)443a2a6(George Jenkins)c1cc625(Matheus Pimenta)828038a(Evans Mungai)e223771(dependabot[bot])6501ef4(Manuel Alonso)a8eb527(Matheus Pimenta)da1d68a(dependabot[bot])0f949a9(Manuel Alonso)561410a(Manuel Alonso Gonzalez)0298b2f(Evans Mungai)b8937ad(Evans Mungai)a333bba(Evans Mungai)374aeb4(Feruzjon Muyassarov)00f0a48(Manuel Alonso)0357e8d(Manuel Alonso)52235cc(Manuel Alonso)268593b(Manuel Alonso)1709114(Mujib Ahasan)9486062(Mujib Ahasan)12e8b71(Mujib Ahasan)3416dd5(Evans Mungai)679f051(Evans Mungai)292fe70(Evans Mungai)1154099(Mujib Ahasan)522d2fe(Mujib Ahasan)6769fb6(Mujib Ahasan)64bae71(Terry Howe)b357bca(Mujib Ahasan)2820ebe(Mujib Ahasan)1836c59(Andreas Sommer)New Contributors
Full Changelog: helm/helm@v4.1.0...v4.2.0
v4.1.4: Helm v4.1.4Compare Source
Helm v4.1.4 is a security fix patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Security fixes
Chart.yamlname dot-segment.provis missing, allowing unsigned plugin installA big thank you to the reporters of these issues (@maru1009, @1seal).
Installation and Upgrading
Download Helm v4.1.4. 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.