Skip to content

Helm v2.15.1

Compare
Choose a tag to compare
@hickeyma hickeyma released this 23 Oct 08:29
v2.15.1

Helm v2.15.1 is a patch release. Users are encouraged to upgrade for the best experience.

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 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.15.1. The common platform binaries are here:

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.15.2 will contain only bug fixes.

Changelog

  • fix(sympath): walk symbolic links one once cf1de4f (Matthew Fisher)
  • Set output format when install flag on helm upgrade (#6722) 0c95769 (Martin Hickey)
  • Reverted changes introduced in #6010 41a697e (Oleg Sidorov)