github helm/helm v3.3.2
Helm 3.3.2

latest releases: v3.15.0, v3.15.0-rc.2, v3.15.0-rc.1...
3 years ago

Helm v3.3.2 is a security (patch) release. Users are strongly recommended to update to this release. It fixes a variety of minor security issues, as well as four notable security issues for which we have opened security advisories. More information on the security advisory can be found on the security advisory page.

Most of the issues were discovered by Trail of Bits during their CNCF-sponsored audit of the Helm codebase. We are grateful for Trail of Bits' detailed and thorough analysis of the Helm codebase. In addition, a Helm core maintainer identified one more issue.

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

Notable Changes

One breaking change was made: The default behavior of helm repo add was changed: It no longer overwrites repositories by default. The flag --force-update was added to helm repo add to allow a repo to be overwritten. The flag --no-update still exists, but does nothing. This change accords with the Helm policy for allowing minor breaking changes in the name of security.

The main security issues are:

Seven other minor changes were made in an effort to improve our security posture.

Installation and Upgrading

Download Helm v3.3.2. 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.3.3 will contain only bug fixes.
  • 3.4.0 is the next feature release.

Changelog

  • fix(cmd/helm): add build tags for architecture 45d230f (Adam Reese)
  • switched to stricter YAML parsing on plugin metadata files 6eeec4a (Matthew Fisher)
  • Merge pull request from GHSA-m54r-vrmv-hw33 809e2d9 (Matt Butcher)
  • Merge pull request from GHSA-jm56-5h66-w453 055dd41 (Matt Butcher)
  • Merge pull request from GHSA-9vp5-m38w-j776 59d5b94 (Matt Butcher)
  • go fmt 2a74204 (Matthew Fisher)
  • improve the HTTP detection for tar archives e2da16f (Matt Butcher)
  • replace --no-update with --force-update and invert default. BREAKING. 882eeac (Matt Butcher)
  • handle case where dependency name collisions break dependency resolution 40b7800 (Matt Butcher)
  • fixed bug that caused helm create to not overwrite modified files 106f1fb (Matt Butcher)
  • refactor the release name validation to be consistent across Helm ed5fba5 (Matt Butcher)
  • validate the name passed in during helm create c4ef82b (Matt Butcher)
  • fix: check mode bits on kubeconfig file 8239866 (Matt Butcher)

Don't miss a new helm release

NewReleases is sending notifications on new releases.