Helm 3.7.2
Helm v3.7.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.7.2. The common platform binaries are here:
- MacOS amd64 (checksum / 5a0738afb1e194853aab00258453be8624e0a1d34fcc3c779989ac8dbcd59436)
- MacOS arm64 (checksum / 260d4b8bffcebc6562ea344dfe88efe252cf9511dd6da3cccebf783773d42aec)
- Linux amd64 (checksum / 4ae30e48966aba5f807a4e140dad6736ee1a392940101e4d79ffb4ee86200a9e)
- Linux arm (checksum / ab73727f1c00903aff010a3557ab4366a1a13ce2d243c9cb191e703fbb76c915)
- Linux arm64 (checksum / b0214eabbb64791f563bd222d17150ce39bf4e2f5de49f49fdb456ce9ae8162f)
- Linux i386 (checksum / 9bd6f50307fdaa26100bca3fd55aaac3016a985424c8482f37d3a3a4c8a9dbed)
- Linux ppc64le (checksum / a2a44726bee7d69b08fadc72fb3716428b9963f78ea5290711fe6fcb9bac3f14)
- Linux s390x (checksum / 036167ca03f5e00ac1e8f27dc260c8316d8596d8eb3ddac2c5431b4b692d55af)
- Windows amd64 (checksum / 299165f0af46bece9a61b41305cca8e8d5ec5319a4b694589cd71e6b75aca77e)
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.8.0 is the next feature release and will be released on January 19, 2022.
Changelog
- Channel should remain open if there is still a routine that wants to write into it 663a896 (Jerome Küttner)
- Fix memory leak in upgrade action 95c03ee (Jerome Küttner)
- chore(deps): bump github.com/Masterminds/squirrel from 1.5.1 to 1.5.2 cf8b02d (dependabot[bot])
- chore(deps): bump github.com/Masterminds/squirrel from 1.5.0 to 1.5.1 013632b (dependabot[bot])
- chore(deps): bump github.com/gofrs/flock from 0.8.0 to 0.8.1 3396814 (dependabot[bot])
- Updating to Kubernetes 1.22.4 packages d5bd91c (Matt Farina)
- Fix specifying of Kubernetes version from build scripts bb7f8b2 (Matt Farina)
- allow ldflags to overwrite k8s version 7e750ff (Sverre Boschman)
- Use buffered channel for signal notification dfb2452 (Martin Hickey)