Releases: helm/helm
Release list
Helm v4.3.0
Helm v4.3.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
- feat: Add duration functions by @aeroyorch in #31695
- feat(engine): add debug logging when lookup returns empty by @ogulcanaydogan in #32205
- feat: add ownership verification before deleting resources during uni… by @banjoh in #31584
- feat: honor SOURCE_DATE_EPOCH for chart archives by @lohitkolluri in #32162
- feat(rollback): add --description flag to provide rollback reason by @biagiopietro in #31580
- fix (internal/plugin): remove zero-width spaces from plugin name comment by @lexfrei in #32134
- fix(loader): do not drop values files ending at a 4096-byte boundary by @locker95 in #32525
- fix(chart): normalize StampModTimes timestamp to UTC/truncate + Chart.lock reproducibility test by @Mentigen in #32485
- fix(provenance): support GnuPG keybox (pubring.kbx) keyrings by @ruslan-shaydullin in #32281
- fix(template): regression - route registry messages to stderr in template and show by @amarkdotdev in #32217
- refactor: lower resync period from one hour to 3 minutes by @AustinAbro321 in #31944
- perf: enable concurrent status computation to prevent multi-minute delays by @mapleeit in #32043
- chore(deps): bump the k8s-io group to 0.37.0 - #32598
Installation and Upgrading
Download Helm v4.3.0. The common platform binaries are here:
- MacOS amd64 (checksum / 347a784877e0e20eac865e8d1c36a80f6bb0861d6f29abd34defb6570ef95d92)
- MacOS arm64 (checksum / d3870437e1e95b67f8edbde964156c84a26503f560821d40c542441658934fba)
- Linux amd64 (checksum / 86584a54def73570558f66f5111cc53dfed56689637ae32c1201205d494f54fb)
- Linux arm (checksum / 467c353e4a1ab57412dd00c6bfb1a6a2ab4a57d775506f8b38c58502c0ba6861)
- Linux arm64 (checksum / 31c5794dd55c66a51e6b7d2e2ac7a114ae8b1de41ff1d9ba51748ac973b06a08)
- Linux i386 (checksum / e969a9492ac128097069aef7eb63be3b2504a20b5377a240b4c5c9bfc4b51575)
- Linux loong64 (checksum / 4ffe485ef474d722699794851642e1c7037e4776233e77637c649f69f3e9a4ce)
- Linux ppc64le (checksum / 5ff7d5ea6f396c15f3cfda3fb8ecb0ecb1b11bc283785adeb55eefb2c62e0bda)
- Linux s390x (checksum / ab637a6a1c3d457b9975726c100d74e484e579d5462c4fd2e3bfcfa97df57cd7)
- Linux riscv64 (checksum / 5359f5544478de80de2dfd60bdc5e0c22f26255b3c44335483e0f9bd3ba6ec58)
- Windows amd64 (checksum / 304ea163cce4d9ad14e189c01846c6a34de9cfdfe48536ae54b2e8ba7884e67c)
- Windows arm64 (checksum / 4a9eefa30d26eb73900a9a0f16e97eae678582172204db60cbd454c68acea246)
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.3.1 and 3.22.1 are the next patch releases scheduled for October 14, 2026
- 4.4.0 is the next minor release scheduled for January 13, 2027. There will be no further Helm 3 minor releases (see https://helm.sh/blog/helm-v3-end-of-life)
Changelog
- chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 bec5b06 (dependabot[bot])
- chore(deps): bump the k8s-io group across 1 directory with 6 updates d0d42e7 (dependabot[bot])
- bump version to 4.3 (#32605) 7328f42 (Scott Rigby)
- chore: Fix independent-merge lint issues ca6681c (George Jenkins)
- refactor(repo): Use byte buffer to build index file (#32579) 37752b7 (Tom Wieczorek)
- chore: fix gofumpt extra-rules (#32486) 28e64bd (Matthieu MOREL)
- Remove deprecated
internal/chart/v3/code (#32365) 4dfbaa4 (George Jenkins) - fix(template): regression - route registry messages to stderr in template and show (#32217) 9a3c040 (Aaron Mark)
- refactor: remove per-file decompression size limit (#31748) 11e2010 (Benoit Tigeot)
- Updating the Go version b5b498b (Matt Farina)
- Updating the Go version 6d1f67c (Matt Farina)
- chore(deps): bump the github-actions group across 1 directory with 4 updates (#32574) 0f4decb (dependabot[bot])
- chore(deps): bump the k8s-io group with 7 updates (#32572) fb19300 (dependabot[bot])
- fix: correct 'doest not match' in readiness debug logs 6888b0a (MsfPablo)
- fix(provenance): support GnuPG keybox (pubring.kbx) keyrings (#32281) 67d54fd (Ruslan Shaydullin)
- chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (#32562) e9b85e4 (dependabot[bot])
- chore(deps): bump the github-actions group across 1 directory with 4 updates (#32556) c000a40 (dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#32555) bafdcde (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#32545) 2a29f17 (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.40.0 to 0.41.0 (#32543) edb94f8 (dependabot[bot])
- test(loader): cover 8192-byte EOF boundary for LoadValues fd4ed49 (Dean Chen)
- fix(loader): do not drop values files ending at a 4096-byte boundary 601445e (Dean Chen)
- chore(deps): bump the github-actions group with 4 updates (#32523) f3d68cd (dependabot[bot])
- fix: bump go.opentelemetry.io/otel to v1.44.0 for GO-2026-5158 (#32521) a0c2f6d (Terry Howe)
- chore(deps): bump github.com/santhosh-tekuri/jsonschema/v6 (#32514) f8a308c (dependabot[bot])
- chore(deps): bump the github-actions group with 4 updates 47eb219 (dependabot[bot])
- chore(deps): bump the github-actions group with 4 updates (#32508) ae877c8 (dependabot[bot])
- test(action): poll for the interrupted install goroutine instead of a zero-margin sleep (#32328) a8ab76e (Nikolaus Schuetz)
- chore(deps): bump actions/stale in the github-actions group (#32487) ac1c687 (dependabot[bot])
- test(package): fix errorlint + exact path match in lock test e923167 (Ilya Kiselev)
- fix(chart): normalize StampModTimes timestamp + Chart.lock test 3c3be92 (Ilya Kiselev)
- chore(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 ce27485 (dependabot[bot])
- fix(scripts): clarify cache-busting behavior bc0114c (Solomon Wakhungu)
- chore: fix gofumpt issues 24bbb46 (Matthieu MOREL)
- fix(scripts): address cache-busting review feedback bbaf420 (Solomon Wakhungu)
- Make golangci...
Helm v3.22.0
Helm v3.22.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
- primarily dependency updates and k8s-io group to 0.37.0
Installation and Upgrading
Download Helm v3.22.0. The common platform binaries are here:
- MacOS amd64 (checksum / bd1d09f316558dda23698527859600936fed1371021ce0f2272d66b2fdcfa69c)
- MacOS arm64 (checksum / 4c9982a6cdeb458b60258df66b55398ca5b19293f6877faffe2909ad6f23dfe0)
- Linux amd64 (checksum / 1e4ab49e429626cf6c6958d914248b78c9730803c2751b87627e171dc800e7bb)
- Linux arm (checksum / 695793765e2246824a7c859562886f79b1cc89d99420c89f940590440f7129ee)
- Linux arm64 (checksum / f14e804dfee240f55525b667488fe9adca349e63e00c9af634c0beb1421ac310)
- Linux i386 (checksum / b96b7a125cc7d38aa952a78b16e96d05426cd9791dd013be51ebab1c203d6729)
- Linux loong64 (checksum /
BlobNotFoundThe specified blob does not exist.
RequestId:8c31497a-101e-0042-27b6-404cb4000000
Time:2026-09-09T23:55:30.1192401Z) - Linux ppc64le (checksum / fa304f47163a19f4e275fe4e890465a8a80a6f26ce4772c6b1649355c995def1)
- Linux s390x (checksum / 3f2cfd73018dcb9c25814e89c5946a362a8b951d8cce03152138d8cb28abcbff)
- Linux riscv64 (checksum / 50f84d698daac65bded677c61db7138e082b23e667a3cabeff4fd2521614e498)
- Windows amd64 (checksum / 899615865726d39f9b245e71e848c5bf4adc7ed33a8c43ede660facb48151b43)
- Windows arm64 (checksum / 75a331a3b03d11aed6369bdf6a1f8f9d33635bc820de5cd6025a581292046805)
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.3.1 and 3.22.1 are the next patch releases scheduled for October 14, 2026
- 4.4.0 is the next minor release scheduled for January 13, 2027. There will be no further Helm 3 minor releases (see https://helm.sh/blog/helm-v3-end-of-life)
Changelog
- chore(deps): bump the k8s-io group across 1 directory with 6 updates 144ca65 (dependabot[bot])
- bump version to 3.22 (#32606) b5de8bb (Scott Rigby)
- fix: set [pull,push] scope when helm push to a registry(use token auth) (backport) (#32362) 9dbcb9f (kimsungmin1)
- chore(deps): bump the github-actions group across 1 directory with 4 updates (#32575) 665ab55 (dependabot[bot])
- chore(deps): bump the k8s-io group with 7 updates (#32573) 0841093 (dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (#32563) d0569c7 (dependabot[bot])
- chore(deps): bump the github-actions group across 1 directory with 4 updates (#32557) bcbdb1e (dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#32554) 6cdcc8f (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#32542) 158719f (dependabot[bot])
- [dev-v3 backport] deps: bump google.golang.org/grpc@v1.82.1 for GO-2026-6061 (#32536) a442b8c (Scott Rigby)
- fix: bump go.opentelemetry.io/otel@v1.44.0 for GO-2026-5158 (#32535) adab0ef (Scott Rigby)
- chore(deps): bump the github-actions group with 4 updates (#32524) c068b54 (dependabot[bot])
- chore(deps): bump the github-actions group with 4 updates 74271c4 (dependabot[bot])
- chore(deps): bump github.com/santhosh-tekuri/jsonschema/v6 1c50d2f (dependabot[bot])
- chore(deps): bump the github-actions group with 4 updates (#32509) 8821540 (dependabot[bot])
- chore(deps): bump actions/stale in the github-actions group (#32488) 05a2798 (dependabot[bot])
- chore(deps): bump ossf/scorecard-action in the github-actions group (#32461) c27e757 (dependabot[bot])
- fix(provenance): migrate to ProtonMail/go-crypto to resolve GO-2026-5932 bd392c6 (Karan V)
- chore(deps): bump the k8s-io group with 7 updates 66a6f56 (dependabot[bot])
- chore(deps): bump the github-actions group with 4 updates 7cd0125 (dependabot[bot])
- chore(deps): bump github/codeql-action/upload-sarif (#32449) 79330fc (dependabot[bot])
- chore(deps): bump actions/labeler from 6.2.0 to 7.0.0 (#32446) b29c730 (dependabot[bot])
- chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.2 973bb34 (dependabot[bot])
- chore(deps): bump github/codeql-action/autobuild from 4.37.1 to 4.37.2 e25efcf (dependabot[bot])
- chore(deps): bump github/codeql-action/init from 4.37.1 to 4.37.2 98e547f (dependabot[bot])
- chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#32412) 7f4b72a (dependabot[bot])
- chore(deps): bump github/codeql-action/autobuild from 4.37.0 to 4.37.1 (#32381) 2cf1437 (dependabot[bot])
- chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (#32383) 270f73b (dependabot[bot])
- chore(deps): bump github/codeql-action/upload-sarif (#32382) 9e3a010 (dependabot[bot])
- ci: auto-label PRs targeting dev-v3 (#32340) c9ed0ca (Benoit Tigeot)
- chore(deps): bump oras.land/oras-go/v2 from 2.6.1 to 2.6.2 (#32331) b842ddf (dependabot[bot])
- chore(deps): bump github.com/mattn/go-shellwords from 1.0.13 to 1.0.14 (#32332) f6047c9 (dependabot[bot])
- chore(deps): bump github/codeql-action/analyze from 3.26.6 to 4.37.0 (#32357) f2f6bf6 (dependabot[bot])
- chore(deps): bump actions/checkout from 4.2.2 to 7.0.0 (#32368) 69f70a8 (dependabot[bot])
- chore(deps): bump actions/stale from 9.0.0 to 10.4.0 (#32369) c95222a (dependabot[bot])
- chore(deps): bump actions/setup-go from 5.1.0 to 6.5.0 (#32358) fc71f51 (dependabot[bot])
- chore(deps): bump github/codeql-action/upload-sarif (#32360) 6596318 (dependabot[bot])
- chore(deps): bump github/codeql-action/init from 3.26.6 to 4.37.0 (#32359) 5d9943c (dependabot[bot])
- chore(deps): bump golang/govulncheck-action from 1.0.4 to 1.1.0 (#32356) a3d7a6c (dependabot[bot])
- chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 9.3.0 (#32354) 8e19970 (dependabot[bot])
- chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#32353) 24ef09a (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.38.0 to 0.40.0 (#32310) 8082dd4 (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 (#32308) 2c24490 (dependabot[bot])
- chore(deps): bump golang.org/x/term from...
Helm v4.3.0-rc.1
Helm v4.3.0-rc.1 is a pre-release. It is to help gather feedback from the community as well as give users a chance to test Helm in staging environments before v4.3.0 is officially released.
The official changelog will come out with the v4.3.0 release. For now, you can see the commit changes from v4.2.4 here.
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.3.0-rc.1. The common platform binaries are here:
- MacOS amd64 (checksum / 0dc08c66cd19eba483d9f62239e9b48c9a221d98aa00bf11d2bb7835a8068cd3)
- MacOS arm64 (checksum / 1aaf22c1b545cf7d589f7421ee7c595a25e07aaa82846c63a8e224685fe3358c)
- Linux amd64 (checksum / 71c5b52fbe66e048ca51d23a0da81238d1e3e7af7e470e2a0c805af9ae66e22e)
- Linux arm (checksum / 78424440e2ef021127348824dce243209e01285d0c806e7c991434bd93ee36ac)
- Linux arm64 (checksum / 0236e2ebea9577799375a236c5e0e98d0eded4b9a3260678e51bfbc9dcca97a1)
- Linux i386 (checksum / f445cdb7e34786e917ec53dc035def5355af96094fad8665454c3e5d7256cdf5)
- Linux loong64 (checksum / bd25666074c233dd5194936124628ef5be3a38b549ebc43126c464c8e91682b1)
- Linux ppc64le (checksum / 34c43122611418c751002da22203c2ac67e911c6c843d94376a831815a5b313f)
- Linux s390x (checksum / 1db55052595c3490c902df4a430fec03bb56591b8d7e5a984419c68d15564911)
- Linux riscv64 (checksum / 7916f2006846d55c81e6e0869ac3e3d860d78501be7350db8b8f4f754fdf3897)
- Windows amd64 (checksum / 217db2cfca0ce01831918d3cdd57e5226a638441f2bf74e7bb2b8e8f873c2239)
- Windows arm64 (checksum / 02398a3aee14397ce4cbbcf38f34a36155b894f665826485567c6893d1e8fe6f)
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.
Helm v3.22.0-rc.1
Helm v3.22.0-rc.1 is a pre-release. It is to help gather feedback from the community as well as give users a chance to test Helm in staging environments before v3.22.0 is officially released.
The official changelog will come out with the v3.22.0 release. For now, you can see the commit changes from v3.21.4 here.
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.22.0-rc.1. The common platform binaries are here:
- MacOS amd64 (checksum / 6c73354355d0d956d976f348dd14441b667ff7ed44ba5eff67f33d959c972848)
- MacOS arm64 (checksum / 6b7fd364dfcb1b6a86c651a2db452de976d58f623ee57f1f3e06b2bf03fe7ba5)
- Linux amd64 (checksum / c64ef32b65487bb238f1a56990ca6ec3c68d0536f21d71679d14d239ae4caed0)
- Linux arm (checksum / b495f12090c8ab8a704f0039308f73ba5a50a714f89307f0027d33b0440c6bfe)
- Linux arm64 (checksum / ee1d5a720c66f477fe47ba8afed922a6679a3334a9b006c84ce70552a3e2c19b)
- Linux i386 (checksum / 640223f532d1a08d3139fad99154afcbf84bdfbc79f6f5eb10b1cadfe680c9a3)
- Linux ppc64le (checksum / b7cbcc7456188157d8719d6b389a05c1f75144b7b72b7c147adcf75a07167fc7)
- Linux s390x (checksum / 2f3c7420517278b2c8e68ef006dbec69dcff7654d4f60f6e0a2997ab27254848)
- Linux riscv64 (checksum / 694c004a0661da42a6a7564c180a97c9a176759a3db598f6c992dd6b3086b033)
- Windows amd64 (checksum / b3dad8258fe11dcbd0a794b6672c7e1da592a8c36461cbef3a40e885cb724356)
- Windows arm64 (checksum / 47497b4c10d07bcb85bd47d10edbd12bd73dab36251e953c951186f8f1ea840a)
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.
Helm v4.2.4
Helm v4.2.4 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
- fix: Improve error reporting for helm template --debug with --show-only- #31185 by @kyokuping
- fix: fetch logs from all containers in test pods- #32099 by @SebTardif
- fix(provenance): check error return in Digest and encodeRelease- #32136 by @SebTardif
- fix panic on repeated IsReachable calls- #32184 by @atkrad
- fix: set [pull,push] scope when helm push to a registry(use token auth) - v4- #31211 by @kimsungmin1
- Fix missing conflict retry with server-side apply- #32088 by @Kajot-dev
- Properly format the extra field in gzipped packages- #31884 by @ouillie
- Fix vanishing empty lines- #32327 by @matheuscscp
- fix: pass registry client to downloader.Manager in upgrade- #32400 by @SetagGnaw
- chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1- for GO-2026-6061 #32450
- fix: bump go.opentelemetry.io/otel to v1.44.0 for GO-2026-5158- #32521 by @TerryHowe
Installation and Upgrading
Download Helm v4.2.4. The common platform binaries are here:
- MacOS amd64 (checksum / 6c163d687ca03c3b5c01928e53bbbcf9518278f47ce7a2f249a5a08e8bdaa2bc)
- MacOS arm64 (checksum / d747eb4e28bd2727173d15b759fa0a17822291ec09db7ced3d55af290a3661a2)
- Linux amd64 (checksum / c306b46f719b0a4da32d0f78ee21bf90ce8d602f15b22ab753f0674d1670a7f3)
- Linux arm (checksum / 894e901f7daaf9b458baad7b5c685bfeef49070d7d53f99687bd5846a6c13639)
- Linux arm64 (checksum / 564de2191b881e9f71b5606b25345821ea1682f06ab90499d3ab22b530176da1)
- Linux i386 (checksum / 45297aeac0c65173a89e8de832997f952ba5115c2db09b2e3f2c23a601e70583)
- Linux loong64 (checksum / faafbfecc1a06196e650c3ce0c74d5ac32cb1c0c0a855fa76e59dd100cb8d4c4)
- Linux ppc64le (checksum / 5c00073e9d493de201384bb7eb19d60615bd7c39db52148473e8ce6da84bc70a)
- Linux s390x (checksum / 5396a35fca5fa46e5614140363f389ce66f96886c1b25f256d9e3028299422fa)
- Linux riscv64 (checksum / d8532a3524ca842887b15ab794377dc9c8ced8f26264c84171b4b0aafff05411)
- Windows amd64 (checksum / e94d83a4706fd82078c98dade2079fa9d9680c1c2bfb93bfc304ee6bc2412a32)
- Windows arm64 (checksum / dbe8b49ea9877abe3d77354a792efb01920da9f65a492fcb8b4fce4e08bbae8f)
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.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
- Minimal fix to build failure from #31211. 3900f43 (Scott Rigby)
- fix: bump go.opentelemetry.io/otel to v1.44.0 for GO-2026-5158 (#32521) f7c6e8f (Terry Howe)
- chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 035a2c3 (dependabot[bot])
- fix: pass registry client to downloader.Manager in upgrade f76a5f4 (Gates Wang)
- Apply suggestions 5a7c6c7 (Will Noble)
- Properly format the extra field in gzipped packages 2281848 (Will Noble)
- Fix missing conflict retry with server-side apply (#32088) 2c979a1 (Jakub Jaruszewski)
- Potential fix for pull request finding 2bd2c66 (kimsungmin1)
- fix(registry): resolve golangci-lint issues in token-auth tests 183a540 (kimsm28)
- chore: go mod tidy after rebase on main 08d8da1 (kimsm28)
- fix(registry): use plain-http registry in token-auth scope test 9655b5a (kimsm28)
- Update pkg/registry/client.go 430dfac (Terry Howe)
- test: improve client_scope_test.go to avoid data races and brittle assertions 9569605 (kimsm28)
- fix typos in withScopeHint function comment 63f2b68 (kimsm28)
- fix registry test failures by adjusting DockerRegistryHost and auth server listener management f7488c0 (kimsm28)
- fix variable naming requestUrl -> requestURL 8fe78fb (kimsm28)
- fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder d0670d2 (kimsm28)
- change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error) 804256e (kimsungmin1)
- change client_scope_test.go to use httptest d79bceb (kimsungmin1)
- fix typo d34fcd9 (kimsungmin1)
- remove freeport dependency 9fbd190 (kimsungmin1)
- add newline in license header 9275661 (kimsungmin1)
- fix scope when helm push to a registry that use token auth fef91f3 (kimsungmin1)
- fix panic on repeated IsReachable calls e89ce68 (Mohammad Abdolirad)
- fix(provenance): check error return in Digest ff1ac83 (Sebastien Tardif)
- fix: address review feedback 4b4dedb (Sebastien Tardif)
- fix: fetch logs from all containers in test pods 7c80103 (Sebastien Tardif)
- chore: rename savedErr to clear its specific purpose ecc9cd2 (Jeaeun Kim)
- chore: fix lint f6211ba (Jeaeun Kim)
- chore: store err separately for clarity 3507ea5 (Jeaeun Kim)
- chore: Improve error reporting for
helm template --debugwith--show-only211ffae (Jeaeun Kim) - Address review comments 51a9837 (Matheus Pimenta)
- Fix vanishing empty lines 83a8b70 (Matheus Pimenta)
Full Changelog: v4.2.3...v4.2.4
Helm v3.21.4
Helm v3.21.4 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
- fix(engine): prevent Files.Lines panic on empty file (backport to v3)- #32303 by @mahesh-sadupalli
- fix(provenance): migrate to ProtonMail/go-crypto to resolve GO-2026-5932- #32463 by @karan-vk
- [dev-v3 backport] fix: bump go.opentelemetry.io/otel@v1.44.0 for GO-2026-5158- #32535 by @scottrigby
- [dev-v3 backport] deps: bump google.golang.org/grpc@v1.82.1 for GO-2026-6061- #32536 by @scottrigby
- chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0- (includes golang.org/x/text v0.40.0 to fix GO-2026-5970) #32308
Installation and Upgrading
Download Helm v3.21.4. The common platform binaries are here:
- MacOS amd64 (checksum / 9173d05edf9592c6be1d0412ffafd935448dfc7a63c2bc732b8c67e55503e8a8)
- MacOS arm64 (checksum / 6e0bf5eb6daafc2b1ec34bb5ba04ef103f3afc16192fb19805c2924d7ea1033f)
- Linux amd64 (checksum / 61f88ab166748cb19604d7884cb100ae9ccb13804ddeb98e08af167eacbb6a14)
- Linux arm (checksum / b02709eab565cfcee8acdb10c143daf05ab06d994baeb85e63976513367925a7)
- Linux arm64 (checksum / b54c04b4e0b2540bbdc08c17a121dab70e9a2ed0de5705528fec68a5fd3b85a7)
- Linux i386 (checksum / 71280742be811c7d9d6b4546125f185ba01c6fd967e47491766b0055a0570cf5)
- Linux ppc64le (checksum / ba4e4f440b6992f119160e3ceea29d80158546c9241748332ffa1cfdfbb0bd8f)
- Linux s390x (checksum / 321de1ff6fe57a9a5eca6b56d78d6959babe295ec7aab49af1a0d2bcfc02dfc8)
- Linux riscv64 (checksum / fef3ec7e1ddafe8927253ad79f2f8e3ac41f3f92328eb2c23bd4513b4421e5d9)
- Windows amd64 (checksum / 268a7b98b313403055e4f31807aeaac529c90e1188acd7857ae3e960b0f67cce)
- Windows arm64 (checksum / e23545fff21ef04853a9540925dd73c4b9caaa24ee7fdd8482b1ee626a4eecc9)
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.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
- chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 (#32308) 813176c (dependabot[bot])
- [dev-v3 backport] deps: bump google.golang.org/grpc@v1.82.1 for GO-2026-6061 b6aa8b1 (Scott Rigby)
- fix: bump go.opentelemetry.io/otel@v1.44.0 for GO-2026-5158 57ce7ae (Scott Rigby)
- fix(provenance): migrate to ProtonMail/go-crypto to resolve GO-2026-5932 ab71449 (Karan V)
- fix(engine): prevent Files.Lines panic on empty file 955dfab (Mahesh Sadupalli)
Full Changelog: v3.21.3...v3.21.4
Helm v4.2.3
Helm v4.2.3 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
Installation and Upgrading
Download Helm v4.2.3. The common platform binaries are here:
- MacOS amd64 (checksum / ff3ac86755a45f3422473bc1200776aac0fe04c5766abe6ca66699f7b564b23b)
- MacOS arm64 (checksum / 048ecf5ad3160f83d918f9fe945238d2132b079640f7b106175331c25f242c64)
- Linux amd64 (checksum / e9b88b4ee95b18c706839c28d3a0220e5bc470e9cd9262410c90793c45ff8b7c)
- Linux arm (checksum / ba00678361ca7a03ec42ca1ea459543e1d8eab2a7d5429a5eda71dc9741c8a9b)
- Linux arm64 (checksum / 21abd9354d39b2cd79a8d76be6912cd137a983cbf997193503fb8a6a6e2f2785)
- Linux i386 (checksum / 31d57972d36e60388e173327fffcf9d58f272349dfa9ed3e1914f3cd88fe7283)
- Linux loong64 (checksum / 232f82d787d530a621b2006965ed2b99644b4391bbc6261e9787f95700fc44f7)
- Linux ppc64le (checksum / 43fc5a4b20839c3669a0748498bd2613b095e288425bf5678c6ba664eb4a0e70)
- Linux s390x (checksum / 17932091e19d352585b540a482fca9b953d32a8ad7afec72bf9cbbcd96b094cb)
- Linux riscv64 (checksum / 09ff0772730678c652b9ac4a2b32cd20f4e62a2b040403bcacd4ad845d3d3e9c)
- Windows amd64 (checksum / 5ca7de684c92d48b93d5c34a029fdda57b38e1eac04bc8541bdf1eb249388679)
- Windows arm64 (checksum / 5f444ed097688ed3abaf1d8801e21110d9bddeb6ed13939afcac302888527ab5)
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.4 and 3.21.4 are the next patch releases scheduled for August 12, 2026
- 4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
- chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 43e8b7f (Terry Howe)
Helm v3.21.3
Helm v3.21.3 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
Installation and Upgrading
Download Helm v3.21.3. The common platform binaries are here:
- MacOS amd64 (checksum / 76d0db4730b05d3d625eee11e80f0721b32b4d8422f4e5d093de6337bf3ac9f8)
- MacOS arm64 (checksum / 19879a848cad832b7a1ac24b767a481d20fb3b95ab53a220849649422ada144e)
- Linux amd64 (checksum / 15e041a93a590dce8100f39385cd98c84a765c9e36aeeb9e2dc6ff9e4769e2e0)
- Linux arm (checksum / 60f3106ba5e24371af51574fccf489d382d2f59c56ce566d02f2a6f00bf4fb3b)
- Linux arm64 (checksum / 67f58155079ff9ffab98ba5c88daff0ed9b542f3a4732f5dd426dde7dd0f5244)
- Linux i386 (checksum / 95e7ef76d4631f30e3f6c17d4355420878ca85771dbe7deb7b797521007aebe4)
- Linux ppc64le (checksum / c8657c0f77b7d3e2f9508c4a9a545b5862d01690f2a528fbbe659a3a4d534382)
- Linux s390x (checksum / d6c2dd29b32da1cb9dfef5af0cb93a1f391beca4e714779186330681b39f4b59)
- Linux riscv64 (checksum / ff063cc304a60af858242aa71b5635852d65aa7d3301a46eca17a31c54e8d994)
- Windows amd64 (checksum / ff490897e07e976c65a9bd7690cfc139b35ba5e8f25d00eaf1e53a30f1ad3f62)
- Windows arm64 (checksum / 1d409b98f99a38704ccb3f0917cbad2417ed53f75751902b6bd84447803b69a9)
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.4 and 3.21.4 are the next patch releases scheduled for August 12, 2026
- 4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026
Changelog
Helm v3.21.2
Helm v3.21.2 is a patch release to correct bump the Kubernetes client libraries (client-go, etc) to match the expected Kubernetes v1.36 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
- Update Kubernetes client libraries to v1.36
Installation and Upgrading
Download Helm v3.21.2. The common platform binaries are here:
- MacOS amd64 (checksum / 82ac9105e657267cb029b5bf27ed28e35db104777328a036a84d345046f9f329)
- MacOS arm64 (checksum / aea537342b4c03cf58e089cb8dc99468087bb1a0218531df40462faca3f6c5d3)
- Linux amd64 (checksum / 0a745198de24545d0055cd8414bc8d2ba10363ef5f5d38369ea1b399671cc083)
- Linux arm (checksum / d6c5ea4a0c0d8b68a525caa4fe969c5db5627365c66dc2878fe72ac1d6325f15)
- Linux arm64 (checksum / bbd559fc0547f1d96ccbc68fe4f1cb98f01808f36538139e669369066b781267)
- Linux i386 (checksum / 4f1d9f68c884cc143fc768d583c32cf23317713fc1e8ccbf309bb1d1ddafa15f)
- Linux ppc64le (checksum / 8f0e57e13260e0c0008fec80629b560dc8891281ba3f0cd5d57895b8a5f76d8e)
- Linux s390x (checksum / daf652ddbf37d5e896187d1ccc1f2868df8f261c1af5b5f2f1639022623aeefb)
- Linux riscv64 (checksum / 9e4dbd48868bf92835dd0de11387b1d82636330740b8943064da233b12791964)
- Windows amd64 (checksum / 5f346e3338617e9fd1b8c216065383061bdb3bde26cb6b3abc8ce0481354a513)
- Windows arm64 (checksum / e77859867482549e5613255605e7680bc72b308ea62b91ecc4626ed4ba116670)
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
- 3.21.3 will contain only bug fixes.
- 3.22.0 is the next (and final) Helm 3 feature release
Changelog
- chore(deps): bump the k8s-io group with 2 updates 1259634 (dependabot[bot])
- fixes b52e276 (Matheus Pimenta)
- chore(deps): bump the k8s-io group across 1 directory with 2 updates 3342dbf (dependabot[bot])
Full Changelog: v3.21.1...v3.21.2
Helm v4.2.2
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!
- 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
- 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:
- MacOS amd64 (checksum / 10c1e36ee8c5f2e2ee25a16599cb03ab74c0953cd889cacb980a49ba4b6574ba)
- MacOS arm64 (checksum / 5410a0dae3d5d91f45653b161260d9301aabc4ae80ae50a6605d66884b6df8ea)
- Linux amd64 (checksum / 9adafecab4d406853bba163a70e9f104f47dbbf65ce24b7653bae7e36150bcb6)
- Linux arm (checksum / 7e9490169874695e04ab1af47c5620621fc13c84219a258fcc1afdcd40ca7438)
- Linux arm64 (checksum / 78803142087a0069fa4b50d3f32a84d3ef25c14d1ee8a40fbccf86a6216d2f36)
- Linux i386 (checksum / 8e1fdcda4a476ffc5d1179c7f16d33a3d54267efa08fd720f7678277d68bc2d5)
- Linux loong64 (checksum / b8bfe96b8b0b0e2af51af4a00ef521cc5a7e03793aea3568cf8500a63ae05041)
- Linux ppc64le (checksum / 814a80fd98eb9e4c5a9d610f3b9c15ffe120c2f5e39df16a2f491723ebc90126)
- Linux s390x (checksum / d84cdf1123f20cfbef19a2af1cd6afe8b00626bd9846bccb9dae978c810c8274)
- Linux riscv64 (checksum / f07c105180dff2619ab45134b9b47b7845387e8f3299e12ebe0efb87c7548717)
- Windows amd64 (checksum / 5fad8562e98c34fa5af3ef904086a5874a6701050f9bf36e30238c975df94dcd)
- Windows arm64 (checksum / 2e993d6a1dd8197a33e65d8e90b26df9d248ff3501701dea401856aa265a2dab)
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
- 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)
Full Changelog: v4.2.1...v4.2.2