Helm v3.5.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.5.3. The common platform binaries are here:
- MacOS amd64 (checksum / 451ad70dfe286e3979c78ecf7074f4749d93644da8aa2cc778e2f969771f1794)
- Linux amd64 (checksum / 2170a1a644a9e0b863f00c17b761ce33d4323da64fc74562a3a6df2abbf6cd70)
- Linux arm (checksum / fd9c1e1eaa6d8d2c9df6027524e80b8bfde0ea49de5f324845256b3e9cc2edb0)
- Linux arm64 (checksum / e1348d94ce4caace43689ee2dfa5f8bcd8687c12053d9c13d79875b65d6b72aa)
- Linux i386 (checksum / e1458691d6a2da96a5d7ab10de4deaa2166d3bc6d6bb3303377278719ae4da95)
- Linux ppc64le (checksum / 579f903f0579d156a7f0cceff4a14306cdc5daa1d8839aabaf20edd3f1569577)
- Linux s390x (checksum / 57e1a137352247abdfabd2e69304a34b5dbf42f30c6405b2a0ea7755063f87c7)
- Windows amd64 (checksum / 33fef4740b255b58a52e5504622068fd8a7d9aea19f1a84438f5cc1c5aade0d6)
This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E
and can be found at @mattfarina 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
- 3.5.4 will contain only bug fixes and be released on April 14, 2021
- 3.6.0 is the next feature release and will be released on May 26, 2021.
Changelog
- Fix the example for --time-format flag 041ce5a (mert)
- Improve the console output for resource policy keep to align with helm2. 5487664 (Du Zheng)
- test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions de2787c (Daniel Lipovetsky)
- fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error d552cb3 (Daniel Lipovetsky)
- fix(test): Increase golangci-lint timeout bc3cd84 (Marc Khouzam)
- fix release sha256 dc39716 (houfangdong)
- Fix-9253: Change the deprecated charts repo URL in release notes ec560e5 (Jack Whitter-Jones)
- Update default ingress values section to correspond with template 1e126ff (Nick Jones)
- use kube libraries v0.20.2 773008a (Shoubhik Bose)