Helm v4.1.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!
- 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: fine-grained context options for waiting [#31735]
- fix: kstatus do not wait forever on failed resources [#31730]
- fix: Revert "Consider GroupVersionKind when matching resources" [#31772]
- fix: handle nil elements in slice copying [#31751]
Installation and Upgrading
Download Helm v4.1.1. The common platform binaries are here:
- MacOS amd64 (checksum / 6b8dbb03abb74e9ab8e69ca3f9b6459178be11317d0ac502f922621c05fdc866)
- MacOS arm64 (checksum / b8f49e105b1d2fd8c8a90ba3fc9af48db91d2d1ca3b9e788352fc7c896bbb71a)
- Linux amd64 (checksum / 5d4c7623283e6dfb1971957f4b755468ab64917066a8567dd50464af298f4031)
- Linux arm (checksum / e8b42ce9210ca6dc96c8dad24192544fc99ddbdf93292e25d762569156c09b85)
- Linux arm64 (checksum / 02a5fb7742469d2d132e24cb7c3f52885894043576588c6788b6813297629edd)
- Linux i386 (checksum / a5d237c606a7b520340d288a94dbd54aa7f1ab09f882221272227515b9bc4a74)
- Linux ppc64le (checksum / 080c411ba2bbed1c0a6d1c91c31c5079e23ae5db1e82ef563d5db6edbc3be2bf)
- Linux s390x (checksum / d2af312a4cfb525133ede9990daafd36381d3e000ccec32ad5ab08ba400b0ad0)
- Linux riscv64 (checksum / 2d2aa1cdd4d53cdd50204c9548ab8a696f2a0603bd04c98ec4b34cbc3294ada8)
- Windows amd64 (checksum / 665161eba861d86bdb6969aa15d0d0cac3f04ce950ca12b4ee0552d7967a61fa)
- Windows arm64 (checksum / bd73ebc89311de201d6d86fc20ced76d7f448579332c54093fc086a2279d905d)
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.
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.0 and 3.21.0 are the next minor releases and will be on May 13, 2026
- 4.1.2 and 3.20.2 are the next patch releases and will be on March 11, 2026
Changelog
- feat(kstatus): fine-grained context options for waiting [5caf00] (Matheus Pimenta)
- bugfix(kstatus): do not wait forever on failed resources [2519a8] (Matheus Pimenta)
- Revert "Consider GroupVersionKind when matching resources" [b2c487] (Matheus Pimenta)
- fix(copystructure): handle nil elements in slice copying [261387] (Philipp Born)