Helm v3.8.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
Installation and Upgrading
Download Helm v3.8.2. The common platform binaries are here:
- MacOS amd64 (checksum / 25bb4a70b0d9538a97abb3aaa57133c0779982a8091742a22026e60d8614f8a0)
- MacOS arm64 (checksum / dfddc0696597c010ed903e486fe112a18535ab0c92e35335aa54af2360077900)
- Linux amd64 (checksum / 6cb9a48f72ab9ddfecab88d264c2f6508ab3cd42d9c09666be16a7bf006bed7b)
- Linux arm (checksum / 3447782673a8dec87f0736d3fcde5c2af6316b0dd19f43b7ffaf873e4f5a486e)
- Linux arm64 (checksum / 238db7f55e887f9c1038b7e43585b84389a05fff5424e70557886cad1635b3ce)
- Linux i386 (checksum / 4d18731d8c71031b38c4b6579636eda6626b25f5a1965fd3e44b7d5f58c702d5)
- Linux ppc64le (checksum / 144fcfface6dc99295c1cfdd39238f188c601b96472e933e17054eddd1acb8fa)
- Linux s390x (checksum / 3dece48def23f1a97568936e1099bc626effc9207786b355ea01b274cd8ab2c0)
- Windows amd64 (checksum / 051959311ed5a3d49596b298b9e9618e2a0ad6a9270c134802f205698348ba5e)
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.9.0 is the next feature release and will be released on May 11, 2022.
Changelog
- Bump oras.land/oras-go from 1.1.0 to 1.1.1 6e3701e (dependabot[bot])
- Fixing downloader plugin error handling 7c3f651 (Zoran Krleza)
- Simplify testdata charts cf45b1a (Aram Zegerius)
- Simplify testdata charts 7526b0e (Aram Zegerius)
- Make validation errors easier to fix 7df8251 (Damien Nozay)
- fix tarFromLocalDir saving file dependencies in dest path bd77989 (Matthew Fisher)
- Add tests for multi-level dependencies. d263aaa (Aram Zegerius)
- Fix value precedence 5d017e1 (Aram Zegerius)
- Bumping Kubernetes package versions 9d3ce9b (Matt Farina)
- Updating vcs to latest version c0a645a (Matt Farina)
- Dont modify provided transport f4276f4 (Matthias Fehr)
- Pass http getter as pointer in tests b216f76 (Matthias Fehr)
- Add docs block 65b6e6d (Matthias Fehr)
- Add transport option and tests ab4dc78 (Matthias Fehr)
- Reuse http transport 6c5adf1 (Matthias Fehr)