Skip to content

Helm v3.15.0

Latest
Compare
Choose a tag to compare
@mattfarina mattfarina released this 15 May 20:59
v3.15.0

Helm v3.15.0 is a feature 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

Notable Changes

  • Opt-in to hiding secrets when running dry-run for install and upgrade
  • Added robustness to wait checks

Installation and Upgrading

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

  • MacOS amd64 (checksum / ccaee03af72e5dc168ae9b9e3267e2b461b0ebb7a77849048f4567286158777d)
  • MacOS arm64 (checksum / 020df10fd29b0791f39aa5719d2926a995f78c1a2a7487923ca26485a0565909)
  • Linux amd64 (checksum / a74747ac40777b86d3ff6f1be201504bba65ca46cd68b5fe25d3c394d0dcf745)
  • Linux arm (checksum / 614d53ab1192667facce7e8d4e884ff067e5684199a7e5223e8808abc43e927f)
  • Linux arm64 (checksum / c3b0281fca4c030548211dd6e9b032ee0a9fc53eab614f6acbaff631682ce808)
  • Linux i386 (checksum / 8a267c7527e3c13602feea7432209c8931f6eecd4bff5ded398d70791c74a5b7)
  • Linux ppc64le (checksum / bcec19cdad95cae99edce046ccd8090f275e63381ccb6accb4304819fc26e004)
  • Linux s390x (checksum / a3030533cceedaca4af8fb7661c7154c578ad770279bb6003e1ecd810c72077a)
  • Linux riscv64 (checksum / 468dc90d119b2faa91036747c559285a744ed7beb8b7d74b83878da6c13e0560)
  • Windows amd64 (checksum / 23f0ee9fc93d325ddbc4dfdac97c83bc00c7784016541045756cf9abb36f21dc)
    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.15.1 is the next patch release and will be on June 12, 2024.
  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Updating to k8s 1.30 c4e37b3 (Matt Farina)
  • bump version to v3.15.0 d7afa3b (Matt Farina)
  • bump version to 7743467 (Matt Farina)
  • Fix namespace on kubeconfig error 214fb6e (Calvin Krist)
  • Update testdata PKI with keys that have validity until 3393 (Fixes #12880) 1b75d48 (Dirk Müller)
  • chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 dac23c8 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.24.7 to 3.24.10 167d576 (dependabot[bot])
  • chore: remove repetitive words dd37787 (deterclosed)
  • Modified how created annotation is populated based on package creation time 0a69a0d (Andrew Block)
  • chore(deps): bump github.com/docker/docker aaaf112 (dependabot[bot])
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 7f53529 (dependabot[bot])
  • Enabling hide secrets on install and upgrade dry run 25c4738 (Matt Farina)
  • chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7 ff94e93 (dependabot[bot])
  • Fixing all the linting errors d58d7b3 (Robert Sirchia)
  • Add a note about --dry-run displaying secrets a23dd9e (Matt Farina)
  • chore(deps): bump golang.org/x/term from 0.15.0 to 0.18.0 275f2ab (dependabot[bot])
  • Updating .gitignore 8b424ba (Robert Sirchia)
  • chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6 e22d881 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5 4f200fa (dependabot[bot])
  • Some fixes 764557c (Matt Farina)
  • chore(deps): bump github/codeql-action from 3.23.1 to 3.24.3 5bc97b9 (dependabot[bot])
  • chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 e6db0ec (dependabot[bot])
  • add error messages 8d19bcb (George Jenkins)
  • Fix: Ignore alias validation error for index load 68294fd (George Jenkins)
  • validation fix 8e6a514 (Matt Farina)
  • bug: add proxy support for oci getter 94c1dea (Ricardo Maraschini)
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 cbab6d6 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1 de332ae (dependabot[bot])
  • chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12 a2dd34b (dependabot[bot])
  • Update architecture detection method 57a1bb8 (weidongkl)
  • chore(deps): bump github/codeql-action from 3.22.11 to 3.23.0 8cab7c1 (dependabot[bot])
  • chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 5f9533f (dependabot[bot])
  • Improve release action 4790bb9 (George Jenkins)
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 f980ad3 (dependabot[bot])
  • Fix grammatical error c25736c (Matt Carr)
  • Updated for review comments d2cf8c6 (MichaelMorris)
  • Add robustness to wait status checks fc74964 (MichaelMorris)
  • refactor: create a helper for checking if a release is uninstalled f908379 (Alex Petrov)
  • fix: reinstall previously uninstalled chart with --keep-history 9e198fa (Alex Petrov)