Helm v3.21.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
- Kubernetes client libraries to v1.36
- notable changes here
Installation and Upgrading
Download Helm v3.21.0. The common platform binaries are here:
- MacOS amd64 (checksum / 8bc0c1f85f8738cc3cda4a2cc73047145bcdcb1f4d9cdcc29073037bfb22fa2e)
- MacOS arm64 (checksum / 68bfbdc022c543a2a022597b20298216877e98abe6e4a345d3ecf114d79cae5f)
- Linux amd64 (checksum / 0093eb572e3d2380f094df162ddb525e219249de88957afe24cfbb19632acd36)
- Linux arm (checksum / d310ac387324538a37192e8e13628eb1def2596bbac6b6481ae20d8d5e3532bd)
- Linux arm64 (checksum / 8de5a0c9a47431e59fd560e91e0779c8cf9316c383da7efb84128a4c339ecb2d)
- Linux i386 (checksum / fc85f14c9ce7e6a48a2b19a97edbc5529ed7aa2bc10f3d2c241e1c2ef12ccd22)
- Linux ppc64le (checksum / e2dced0f903acda417f879012c7e09ca461000e26a04e8f7a1cfe0dcf495f62c)
- Linux s390x (checksum / a176d7460a615b8df5b1a58ecf09fcc731c7733ca4cf10116cf198575b0371b5)
- Linux riscv64 (checksum / 4935c95c55bc5c3357143698a87185e17a39de9b6148dfd6cce0fc11859dbfeb)
- Windows amd64 (checksum / 3ea6b8383e6c0b7ce45d06a5746313b8e9225edd88d42f4f64582ff3792d7b55)
- Windows arm64 (checksum / 90d8c87e07267e6c71e678c9e33dd11cc121789c823ccc380de9d1dd521c8cba)
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.1 will contain only bug fixes.
- 3.22.0 is the next feature release for Kubernetes v1.37
Changelog
- [v3] Bump to version v3.21 [e0878d] (George Jenkins)
- fix: upgrade opentelemetry packages to patch CVEs [13d5fc] (Terry Howe)
- fix: Chart dot-name path bug [255288] (George Jenkins)
- fix: pin codeql-action/upload-sarif to commit SHA in scorecards workflow [ec05dd] (Terry Howe)
- add image index test [b0dfec] (Pedro Tôrres)
- fix pulling charts from OCI indices [e62999] (Pedro Tôrres)
- chore(deps): bump the k8s-io group with 7 updates [9c854f] (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 [a69224] (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 [9f2a7f] (dependabot[bot])
- chore(deps): bump github.com/lib/pq from 1.11.1 to 1.11.2 [79f039] (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 [45210d] (dependabot[bot])
- Remove refactorring changes from coalesce_test.go [e2df39] (Evans Mungai)
- Fix import [97affe] (Evans Mungai)
- Update pkg/chart/common/util/coalesce_test.go [c26416] (Evans Mungai)
- Fix lint warning [d409df] (Evans Mungai)
- Preserve nil values in chart already [6fdd10] (Evans Mungai)
- fix(values): preserve nil values when chart default is empty map [b13743] (Evans Mungai)
- chore(deps): bump github.com/lib/pq from 1.10.9 to 1.11.1 [703999] (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 [a04be9] (dependabot[bot])
New Contributors
- @KrzysztofDziankowski made their first contribution in https://github.com/helm/helm/pull/31829
Full Changelog: https://github.com/helm/helm/compare/v3.20.0...v3.21.0