Skip to content

Helm v3.2.1

Compare
Choose a tag to compare
@hickeyma hickeyma released this 07 May 22:14
v3.2.1

Helm v3.2.1 is the first patch release for Helm 3.2 and it includes several bug fixes. 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: GitHub/helm/charts

Installation and Upgrading

Download Helm v3.2.1. The common platform binaries are here:

This release was signed with 6EA5 D759 8529 A53E and can be found at @hickeyma 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.3.0 is the next feature release and will have environment variable and linter improvements
  • 3.2.2 is the next patch release and will contain bug fixes

Changelog

  • Add checking of length of resourceList before creating of deleting fe51cd1 (Vibhav Bobade)
  • docs: fix capitalization in a few help messages 9036e17 (Liu Ming)
  • polish to keep the same log style 0725515 (Liu Ming)
  • Fix markdown table in helm command doc 8635a19 (Lüchinger Dominic)
  • Add unit test for pkg/chart/chart.go 03a4c06 (Hu Shuai)
  • Fixing docs from version to appVersion (#7975) 209974a (Matt Farina)
  • Helm upgrades with --reuse-values and nil user values -- with tests (#7959) efad407 (David Pait)
  • fix(pkg/plugin): copy plugins directly to the data directory (#7962) 48d09a2 (Adam Reese)
  • fs_test: use os.Getuid() instead user.Current() to determine if a test is executed with root privileges. b98b7d0 (Predrag Knezevic)
  • fix(helm): allow a previously failed release to be upgraded (#7653) 56ef9ab (Matthew Morrissette)
  • fix: write index.yaml file atomically (#7954) cb7189f (Raphaël)