helm 2.14.0 (2019-05-09, Shamrock Edition ☘️)

Helm v2.14.0 is a feature release

This release, we focused on stability and a few key features to enhance the usability of Helm.

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:

    • #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

This release was signed with 6EA5 D759 8529 A53E.

Please use the attached signatures for verifying this release using gpg.

What Changed

  • updated Go to v1.12

  • updated Kubernetes client libraries to v1.14

  • updated semver to v1.4

  • introduced helm.sh/resource-policy annotation of delete for opting in to resource deletion

  • introduced tiller flag –probe-listen to be able to set address:port to listen on for probes

  • introduced helm rollback flag –cleanup-on-fail to allow deletion of a new resources created in a rollback when a rollback failed

  • introduced helm get flag –template which provides go template for formatting the output of the command

  • fixed an issue where Helm will print ROLLING BACK on all failed upgrades when atomic has not been set

  • fixed an issue where CRDs installed through the crd_install hook might not be in the established state before the hook completed

  • fixed an issue where the scaffold chart (helm create) would not install

  • fixed an issue where helm reset –force hangs when Tiller pod is already removed

  • fixed an issue where Helm completion in zsh was not compatible on MacOS