Skip to content

Helm v3.8.1

Compare
Choose a tag to compare
@mattfarina mattfarina released this 09 Mar 21:38
· 15 commits to release-3.8 since this release
v3.8.1
5cb9af4

Helm v3.8.1 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.8.1. 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.8.2 will contain only bug fixes and will be released on April 13, 2022.
  • 3.9.0 is the next feature release and will be released on May 11, 2022.

Changelog

  • Updating Kubernetes libs to 0.23.4 (latest) 5cb9af4 (Matt Farina)
  • fix: remove deadcode 952d034 (Tomas Pizarro Moreno)
  • fix: helm package tests 02028a2 (Tomas Pizarro Moreno)
  • fix: helm package with dependency update for charts with OCI dependencies bc3d14c (Tomas Pizarro Moreno)
  • Fix typo Unset the env var before func return in Unit Test 9499df0 (Kay Yan)
  • add legal name check 18fa1d7 (root)
  • maint: fix syntax error in deploy.sh 7663ffa (Josh Dolitsky)
  • linting issue fixed 803ecb8 (Sourik Ghosh)
  • only apply overwrite if version is canary a4371ba (Sourik Ghosh)
  • overwrite flag added to az storage blob upload-batch 9275789 (Sourik Ghosh)
  • Avoid querying for OCI tags can explicit version provided in chart dependencies 3aacde1 (Andrew Block)
  • Management of bearer tokens for tag listing 46f0ec4 (Andrew Block)
  • Updating Kubernetes packages to 1.23.3 97b477c (Martin Hickey)
  • refactor: use os.ReadDir for lightweight directory reading 6966dc4 (Eng Zer Jun)
  • Add IngressClass to manifests to be (un)installed dbd30ca (stephanECD)
  • feat(comp): Shell completion for OCI e62f5ca (Marc Khouzam)
  • Fix install memory/goroutine leak 4827ca1 (Neven Miculinic)