Helm Versions Save

The Kubernetes Package Manager

v3.11.1

1 year ago

Helm v3.11.1 is a security (patch) release. Users are strongly recommended to update to this release.

The template function getHostByName can be used to disclose information. More details are available in the CVE.

This release introduces a breaking changes to Helm:

  • When using the helm client for the template, install, and upgrade commands there is a new flag. --enable-dns needs to be set for the getHostByName template function to attempt to lookup an IP address for a given hostname. If the flag is not set the template function will return an empty string and skip looping up an IP address for the host.
  • The Helm SDK has added the EnableDNS property to the install action, the upgrade action, and the Engine. This property must be set to true for the in order for the getHostByName template function to attempt to lookup an IP address.

The default for both of these cases is false.

Philipp Stehle at SAP disclosed the vulnerability to the Helm project.

Installation and Upgrading

Download Helm v3.11.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.11.2 is the next patch/bug fix release and will be on March 08, 2023.
  • 3.12.0 is the next feature release and be on May 10, 2023.

v3.11.0

1 year ago

Helm v3.11.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

  • The Helm status command and the SDK can now show the status of core resources deployed in a chart (e.g., deployments). To use with helm status you need to use the --show-resources flag.
  • Add support for comma separated values in template --api-versions
  • Allow CGO_ENABLED to be overridden when building Helm from source

Installation and Upgrading

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

This release was signed with F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759 8529 A53E and can be found at @hickeyma 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.11.1 is the next patch/bug fix release and will be on February 08, 2023.
  • 3.12.0 is the next feature release and be on May 10, 2023.

Changelog

  • Fix improper use of Table request/response to k8s API 472c5736ab01133de504a826bd9ee12cbe4e7904 (Matt Farina)
  • Check status code before retrying request ee1ec6e432fe3b1943a291e59990becb5fe046ae (Cenk Alti)
  • bump version to v3.11.0 9d8fee155bd7e7d3c1390f4076d9271a1147dce5 (Matt Farina)
  • Bump containerd to 1.6.15, oras-go to 1.2.2 and image-spec to v1.1.0-rc2 017785a2f1104eb4299f8d31feb550c213350f13 (Luca Comellini)
  • change linting error messages for null values in arrays 6a5f240e9a22cf5ef3a889764079873a9cd537a4 (Daniel Strobusch)
  • Fix after CR 3d81ea22ac74e667b98a26eb80a5d427d75f7009 (Jakub Warczarek)
  • Trigger CI f46ff131c2ca169d25f9b8f8d550f6c320b48048 (Jakub Warczarek)
  • Add test for User-Agent header setting and refactor 553f1e34f54ce4c75ee10b53c441063d6303db3c (Jakub Warczarek)
  • Fix User-Agent header in requests made by Helm 2fa7b3d1b7a289690ccc2c820b3329c6b07a1458 (Jakub Warczarek)
  • Bump k8s.io deps to v0.26.0 1fc2a6a39ccedd9d11c9839853a95d28ca35294f (Luca Comellini)
  • fix adopted resource not replaced 3181c7ddadd2271d67a457522abc13410929b64c (Vaibhav Sharma)
  • chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 8774890e7edadbab88f35e6536393cf791b183f0 (dependabot[bot])
  • Resolve conflicts for go.mod and go.sum 6c76abb3df72df415dd54b9a09ce26fcee8fad95 (Soujanya Mangipudi)
  • Fix backwards compatibility b6fef6c4665130644acf7742040ebd46f9cc957c (Martin Hickey)
  • docs: add docs for cli/values.Options 0fdfe0584437112e11fdfa6775625451442f6c91 (Zuhair AlSader)
  • Update chartrepo.go c8890e971e50a305dc8a83029fa882ee255007b2 (caixisheng)
  • chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 b307d0fbeb42fe890450d8d3de2291817ad9b4cb (dependabot[bot])
  • bump sprig version 3.2.3 fda1a0b10a87845b3cbe58434089f0def4220f53 (yxxhero)
  • Update string handling a59e58468430bf9b454426ff22f5f367185b7d77 (Martin Hickey)
  • Update repo handling 256e976331db4b7335ef721e411e7b59c5317ccb (Martin Hickey)
  • improve error message on plugin install 965f8591e7eab685186626bf7e64b4c24b384c39 (Philipp Stehle)
  • harmonize URL reference resolving dfb25e13deba70eafe607748cd83bdda5409d245 (Philipp Stehle)
  • Update logic of non-git situation just to print warning logs 0ebd6202d8fb1fb334a7670896d6a97cc736688c (Wonyeong Choi)
  • Add a flag var to check git is installed or not c0270140197f459979ff21a618729afb844a854a (Wonyeong Choi)
  • Add support for CSVs in template --api-versions arg 5aa316e1eec883878262a01f36a7fcf6ffd7f641 (Ryan Drew)
  • update .golangci for go1.18 61374f655467485673dd87a8c0cbe871d4f28175 (yanggang)
  • redirect registry client output to stderr 1535ad56716d21a8b5fc93354a9ac91ba9d696ab (Cyril Jouve)
  • chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 b3afe432784baf5300b876b9d03456d256f93574 (dependabot[bot])
  • Readiness & liveness probes correct port 9d027eaac894e1793c663448cfd494bcc21c759f (Peter Leong)
  • Update schema validation handling 775af2a0ceadef1bc8f627cdb70fadb3c69b8d86 (Martin Hickey)
  • fix a few function names on comments 09d3f31358882970d02018bd84bcbcd28b47f986 (cui fliter)
  • use intstr.GetScaledValueFromIntOrPercent instead of the deprecated 9d59d92abb462d6f59b77ee1099b18067e561932 (Qifan Shen)
  • Updating the deb location for azure cli 70a3df49d702e23ad29367783a5655350be90265 (Matt Farina)
  • retry http request on temporary errors b5378b3a5dd435e5c364ac0cfa717112ad686bd0 (Cenk Alti)
  • Revert "Tolerate temporary errors from etcdserver" d32c623699de24ac49653a6ec561485ce122d530 (Cenk Alti)
  • Updating the repo the azure cli is installed from 9fbf1b34d5aa34c5774b56247ddd9ae96145f767 (Matt Farina)
  • Updating to kubernetes 1.25.2 packages 221b0f54c912ce5d9dbb5eb5b10b62f411e2589b (Matt Farina)
  • Allow CGO_ENABLED to be overridden for build 6f6c0d831d69a133c4100a79838c57bcb4d551d4 (Joe Julian)
  • chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 98077dd340ebcbf8c2271b5fd8f8c831dea82a88 (dependabot[bot])
  • chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 bfd189000e95ff67e226dc434bdcecc2a5a3351d (dependabot[bot])
  • chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 1478a098f1619fd5d3372252f2e1caf3a260a50d (dependabot[bot])
  • chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0 4376d2fa85a6be10d12dc2b6e6d5377b6e675b78 (dependabot[bot])
  • Tolerate temporary errors from etcdserver ebc79fa807f29b984e090f0071b640f7347937cf (Davanum Srinivas)
  • update: Optimize the error message 4fcec24d15c616011fb2d7c22c3dd0024bb9e41b (wujunwei)
  • add nil judge for dependency , maintainers validate and some testcase. a7a11173271e5721078994647caf856489dfd929 (wujunwei)
  • Fix code style ae828ce0ee0f0ad48482cc9fd773c28b137dd23d (Martin Hickey)
  • bump version to v3.10.0 cd809f9b1953a180de6f532c0ad19c625afa7ced (Matt Farina)
  • Addressing review comments - move printing code out of client.go ffa19a4b5d836283a91a4c16f8b81e734a973afc (Soujanya Mangipudi)
  • Addressing review comments: Extend Interface with new InterfaceResources to avoid breaking changes Move change to staus command behind --show-resources flag 20e35775439c699bdd5c8fdc228ebe57a4b9c002 (Soujanya Mangipudi)
  • feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command 9d5be803bc0d408944f6b30c98a05c4026abc6e2 (Soujanya Mangipudi)
  • During deletion, explicitly log already deleted resource name. b7c35d2a0f2ba8920cbae41dab5b054ac6e61c53 (Marcin Owsiany)
  • fix: add cases.NoLower option for we can get same effect to strings.Title f0037e5ef6bb118dbcd6e26497014b97436888d6 (wujunwei)
  • one defer 3b19ddeb56fae17a1d176130702ae5b779b20460 (CI)
  • don't change r.CachePath 781ddba690afa20c80f443a121c3134f668dc43a (CI)
  • avoid adding new public function cd76fcd80557490d2f2ee1204b1bdbf78c738ec9 (CI)
  • fix tests 32a41fcfac9ca1b4f4997a6660bacba9a01a9d45 (CI)
  • fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171) 24fa3d910d774b9d7f40f1fc8002bc1fb55565ca (CI)
  • Fix URL with encoded path support for ChartDownloader d9e5bbc09d4d44660fe20df41ce3b567f0336f85 (Mathieu Parent)

v3.11.0-rc.2

1 year ago

Helm v3.11.0-rc.2 is a pre-release. It is to help gather feedback from the community as well as give users a chance to test Helm in staging environments before v3.11.0 is officially released.

The official changelog will come out with the v3.11.0 release. For now, you can see the commit changes from v3.10.3 here.

Installation and Upgrading

Download Helm v3.11.0-rc.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.

v3.11.0-rc.1

1 year ago

NOTICE: This release candidate has a known regression. Details available at https://github.com/helm/helm/issues/11712

Helm v3.11.0-rc.1 is a pre-release. It is to help gather feedback from the community as well as give users a chance to test Helm in staging environments before v3.11.0 is officially released.

The official changelog will come out with the v3.11.0 release. For now, you can see the commit changes from v3.10.3 here.

Installation and Upgrading

Download Helm v3.11.0-rc.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.

v3.10.3

1 year ago

v3.10.3

Helm v3.10.3 is a security (patch) release. Users are strongly recommended to update to this release.

While fuzz testing Helm, provided by the CNCF:

  • a possible stack overflow was discovered with the strvals package. Stack overflow cannot be recovered from in Go. This can potentially be used to produce a denial of service (DOS) for SDK users. More details are available in the advisory.
  • a possible segmentation violation was discovered with the repo package. Some segmentation violations cannot be recovered from in Go. This can potentially be used to produce a denial of service (DOS) for SDK users. More details are available in the advisory.
  • a possible segmentation violation was discovered with the chartutil package. This can potentially be used to produce a denial of service (DOS) for SDK users. More details are available in the advisory

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

This release was signed with F126 1BDE 9290 12C8 FF2E 501D 6EA5 D759 8529 A53E and can be found at @hickeyma 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.11.0 is the next feature release and will be on January 18, 2023.

Changelog

  • Fix backwards compatibility 835b7334cfe2e5e27870ab3ed4135f136eecc704 (Martin Hickey)
  • Update string handling 3caf8b586b47e838e492f9ec05396bf8c5851b92 (Martin Hickey)
  • Update repo handling 7c0e203529d4b9d51c5fe57c9e0bd9df1bd95ab4 (Martin Hickey)
  • Update schema validation handling f4b93226c6066e009a5162d0b08debbf3d82a67f (Martin Hickey)

v3.10.2

1 year ago

Helm v3.10.2 is a patch release. Users are encouraged to upgrade for the best experience. 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.10.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.10.3 will contain only bug fixes and be released on December 14, 2022
  • 3.11.0 is the next feature releaseand be released on January 18, 2023

Changelog

  • fix a few function names on comments 50f003e5ee8704ec937a756c646870227d7c8b58 (cui fliter)
  • redirect registry client output to stderr c3a62f7880be8bdc904f2d54c4b0c16a86ec204c (Cyril Jouve)
  • Readiness & liveness probes correct port 727bdf1813df73073d5a8eba4581201ef6518f93 (Peter Leong)

v3.10.1

1 year ago

Helm v3.10.1 is a patch release. Users are encouraged to upgrade for the best experience. 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.10.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.10.2 will contain only bug fixes and be released on November 9, 2022
  • 3.11.1 is the next feature releaseand be released on January 18, 2023

Changelog

  • Updating the deb location for azure cli 9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9 (Matt Farina)
  • Updating the repo the azure cli is installed from a59afc47d6c6b7946f5734bb51a7d1cf2599a0c1 (Matt Farina)
  • Updating to kubernetes 1.25.2 packages 35af809b4db460a8834b05d78a58eddcfc236558 (Matt Farina)
  • one defer 97780c7ecc85dcb8e7ba302d50403152b2502ce6 (CI)
  • don't change r.CachePath 9f61b0a6bd8686a0c509ec0bd4ec4e449d930c19 (CI)
  • avoid adding new public function 75a1369794499daa7223271996781cadaf2c1adf (CI)
  • fix tests 959acd8a1da38d33b5069f083a040fa237c04bfd (CI)
  • fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171) f6830f7b0ab91909454fbdc476b4e760d6525abc (CI)
  • Allow CGO_ENABLED to be overridden for build 91409241993efe6032e078d73f95163f0dc550bc (Joe Julian)
  • update: Optimize the error message 23ff142d8b078287c3191260a10972699bf741a8 (wujunwei)
  • add nil judge for dependency , maintainers validate and some testcase. f22e26085ca44eef41f9c080374fcc056dd73cbb (wujunwei)
  • Fix URL with encoded path support for ChartDownloader 4e075315f81311372568d73f2c929577d10c0de2 (Mathieu Parent)
  • fix: add cases.NoLower option for we can get same effect to strings.Title 48444319694a4b6110541ef7bfea9a8627c1aa39 (wujunwei)
  • Tolerate temporary errors from etcdserver 802a22903b9666aaba73a6e58602f4ff0dc9cf01 (Davanum Srinivas)

v3.10.0

1 year ago

Helm v3.10.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

  • Added --set-json flag to set json values.
  • Added support helm list --no-headers
  • Added --burst-limit option for client-side throttling limit configuration

Installation and Upgrading

Download Helm v3.10.0. 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.10.1 will contain only bug fixes and be released on October 12, 2022.
  • 3.11.0 is the next feature release and will be released on January 18, 2023

Changelog

  • bump version to v3.10.0 ce66412a723e4d89555dc67217607c6579ffcb21 (Matt Farina)
  • Updating to Kubernetes 1.25 client libs 2108a23d347f238ce451c0014b9907963f2153ae (Matt Farina)
  • Updating the certificates used for testing 7cbec356b4221239ecd4754d9f2c224fc3020e0d (Matt Farina)
  • Updating index handling 225f8d7732aba378378e7507655157b1d26cd514 (Matt Farina)
  • Drop direct github.com/docker/docker dependency ea5365a3d10a5377f1515f3377fdf20e538168c2 (Mikhail Mazurskiy)
  • fix special string in the filename ece46c1d3a44e5f90cca0cbb96ae302dc47885cb (d-d-up)
  • chore: add oci install description d1c0b7e0d099a75512f57ee83ee582d2d1da69c0 (longkai)
  • Fixing x509 test on darwin b3aa0b4118c20cc63d3da011199a346b9c92b386 (Matt Farina)
  • Bump k8s.io/kube-openapi to fix CVE-2022-1996 in github.com/emicklei/go-restful 1e0f8a4ee9991d1244b8576021011ef45982e955 (Guilherme Macedo)
  • fixes #11142 missing array length check on release b9f347a574851d01f058663d7b65a108b9f980bc (Arvid E. Picciani)
  • chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 0c9de28b581f71ff1edbc336550860b05e594c63 (dependabot[bot])
  • Upgrading to Kubernetes 1.24.2 211bd2b60a79dd6a8b4b79623c3df7bfa7b0f7e4 (Martin Hickey)
  • Bump Oras to 1.2.0 51e6c8e4e024486b6de1fb248119b46f020db9af (Martin Hickey)
  • fix: use go install instead of go get aa6e82bac8db0b50766c03276dd0fed1bba6208c (Matthew Fisher)
  • bump Go 1.18 39b0a82365a70d0a100783e1735a480e1aefcbc0 (yxxhero)
  • fix: improve logging & safety of statefulSetReady 7c74f1dd027709156c3345e1965693f04b8dd9ac (Dominic Evans)
  • make token caching an opt in feature 42a04c76a48e6cdbd19debf042b2c9df34cf9ac6 (Soule BA)
  • chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 0acd81b43e95cc239e20f5bd6dcfaeb33dae8dc1 (dependabot[bot])
  • chore(deps): bump github.com/rubenv/sql-migrate from 1.1.1 to 1.1.2 ccc104a208bfd612cee57b891dc71435d1c6434d (dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#11075) 3ff331fb14a998fd6c953bfb684337d8720f96ba (dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.4 994d78651176832c1d146291cabbd2ea8caf494f (dependabot[bot])
  • Upgrading to Kubernetes 1.24.1 packages 5ef01c2714586dce761be5004f6752122044b1e1 (Matt Farina)
  • chore(deps): bump github.com/Masterminds/squirrel from 1.5.2 to 1.5.3 fe2a66c63c92f260c521b364800edab4e193a388 (dependabot[bot])
  • feat(*): add flags/env for kube api tls overrides 687852e4feb50749eb64616e47446f1623e6d736 (Justen Walker)
  • Add --burst-limit option for client-side throttling limit configuration (#10842) 823d92942119dfa07fd763bf6306bd67686811a8 (Igor Sutton)
  • chore(deps): bump github.com/lib/pq from 1.10.5 to 1.10.6 f3cfd4f6cc7ac0712f19c1767b1962c98e2bb3d7 (dependabot[bot])
  • chore(deps): bump oras.land/oras-go from 1.1.0 to 1.1.1 a3bb2f71e09e64ecd3a7814e5043b730fc42966a (dependabot[bot])
  • chore(deps): bump github.com/evanphx/json-patch 606633cc5e831532a093ec893a09fff325f1b3a9 (dependabot[bot])
  • Bump github.com/lib/pq from 1.10.4 to 1.10.5 ede591f65d389e285ce6a61de894346c21f3418e (dependabot[bot])
  • build(deps): bump github.com/containerd/containerd from 1.6.3 to 1.6.4 8b6904869a48118291a406b90bd98a01e12237ba (dependabot[bot])
  • build(deps): bump github.com/docker/docker 67ed6e29991ef390e6e822491b52d4cbb3071e11 (dependabot[bot])
  • bump version to v3.9.0 1db28a2311bd4893d39679de708e5a77a751c4d2 (Matt Farina)
  • build(deps): bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 43aa3132ff97ff4905397846715079ad68e0e2b6 (dependabot[bot])
  • Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 aafc920185be5024e66ddef17e69e385ba4122fb (dependabot[bot])
  • Fixed helm uninstall not deleting the resource. fe00c9296d50acc490dd08cd95eb014d37409716 (Mayank Thakur)
  • Fix UT d8c0e01132705b427d27835f9d3e2e8bb3e4da22 (stan-sz)
  • Fix linter 6c55d9e3e9f45afd576a9480fcad88d7d9d12ef5 (stan-sz)
  • Update install.go a7e4ae752af018b357f551c653c2b39bc5720313 (stan-sz)
  • Log error message on failed download 660e4ffe7aae8d33dfe869d01ae75156662365ac (stan-sz)
  • Add support helm list --no-headers d76f86b01ccf734a134c99a6823bd435eb4401d8 (suzaku)
  • update go.mod d20c954819e77243e36528f268873d09097925d5 (yxxhero)
  • fix --registry-config issue 9f199b6517c21394bca555983c70fc232d65014c (yxxhero)
  • feat: add --set-json flag to set json values. 11e7d0cd73fb924d3347228c68d10ccdb123b6c6 (Luca Di Rocco)
  • fix(helm): ignore file-not-found error for helm repo list -o json 94779dc99f266adde81882412ee944072da3b136 (Teo Klestrup Röijezon)

v3.10.0-rc.1

1 year ago

Helm v3.10.0-rc.1 is a pre-release. It is to help gather feedback from the community as well as give users a chance to test Helm in staging environments before v3.10.0 is officially released.

The official changelog will come out with the v3.10.0 release. For now, you can see the commit changes from v3.9.4 here.

Installation and Upgrading

Download Helm v3.10.0-rc.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.

v3.9.4

1 year ago

Helm v3.9.4 is a security (patch) release. Users are strongly recommended to update to this release.

While fuzz testing Helm, provided by the CNCF, a possible out of memory panic was discovered with the strvals package. Out of memory panics cannot be recovered from in Go. This can potentially be used to produce a denial of service (DOS). More details are available in the advisory.

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.9.4. 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.10.0 is the next feature release and will be on September 14, 2022