Helm v2.14.1 is a patch release. Users are encouraged to upgrade for the best experience.
This release was signed with 92AA 783C BAAE 8E3B
and can be found on @bacongobbler's keybase account. Please use the attached signatures for verifying this release using gpg
.
The community keeps growing, and we'd love to see you there!
- Join the discussion in Kubernetes Slack:
#helm-users
for questions and just to hang out#helm-dev
for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
- Test, debug, and contribute charts: GitHub/helm/charts
Installation and Upgrading
Download Helm 2.14.1. The common platform binaries are here:
- MacOS amd64 (checksum /
392ec847ecc5870a48a39cb0b8d13c8aa72aaf4365e0315c4d7a2553019a451c
) - Linux amd64 (checksum /
804f745e6884435ef1343f4de8940f9db64f935cd9a55ad3d9153d064b7f5896
) - Linux arm (checksum /
87bc9dca56a9bc61a55fc96c0064f732509ba743852361a2116b7e37166a5349
) - Linux arm64 (checksum /
60b4357e2280a480819ef194da559b3adc7ec3e6a9ef084ee42f31f47fe80aed
) - Linux i386 (checksum /
bdc175a716222ccfc81ef05b1a7fe0d05d5a0b6d27754739f38cd0e5f4945738
) - Linux ppc64le (checksum /
8b827c7a1ccfc3eb230447356b15af3ce9dfaa7c1e56b1a7e65995a561f91bcf
) - Linux s390x (checksum /
ef52e193f177435ad6b77ee1dfd7756f4eceff67faddd07a6f2ea5e1aa4b6d54
) - Windows amd64 (checksum /
2c833d9625d3713b625255043151e82969382ef05b48d1ac270f876eb774f325
)
Once you have the client installed, upgrade Tiller with helm init --upgrade
.
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
- v2.14.2 will contain only bug fixes.
- v2.15.0 is the next feature release.
Changelog
- fix(helm): Disable schema validation for manifests 5270352a09c7e8b6e8c9593002a73535276507c0 (Morten Torkildsen)
- fix(helm): Only validate new manifests bf377c5ad5c05f0966ec5671b77ef8105c3c04dc (Morten Torkildsen)
- feat(ci): push release assets to Azure and GCS 97d12061d7e994d6690a7cc405b930faf0283b78 (Matthew Fisher)