Skip to content

Helm 3.5.3

Compare
Choose a tag to compare
@mattfarina mattfarina released this 10 Mar 17:19
· 5 commits to release-3.5 since this release

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:

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)