Releases: helm/helm
Helm v3.17.1
Helm v3.17.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.17.1. The common platform binaries are here:
- MacOS amd64 (checksum / aba59ba9511971a71943b5c76f15d52ace1681197bb3f71ed1f0b15caceacb2c)
- MacOS arm64 (checksum / b823a213d8d7937222becc63d9c7bb3d15a090e7ecd1f70f3a583ed39657e21b)
- Linux amd64 (checksum / 3b66f3cd28409f29832b1b35b43d9922959a32d795003149707fea84cbcd4469)
- Linux arm (checksum / 1dc5ed54350f4f7ae87441e878be4f4fd9b727a86b11b1d20b1001358c83bed3)
- Linux arm64 (checksum / c86c9b23602d4abbfae39d9634e25ab1d0ea6c4c16c5b154113efe316a402547)
- Linux i386 (checksum / b972562a1171673db2892f000248b2540ddcd6f76850ec152852a8e9ce7972cb)
- Linux ppc64le (checksum / 4223394f3fca82a7f8e8d083caf6faf0ee0639d8f235071334579237078a2c2e)
- Linux s390x (checksum / fe47e5ee8abd6baef01bb1c4fc995343121bf5fc7dead1f67e97484a441ba9e8)
- Linux riscv64 (checksum / cf174b1ff83032255f798278152c637d01dd1d1533fd77915ab751d8cf4191a7)
- Windows amd64 (checksum / 08281ee6d4d272835ff10c510b8b39736d112d9cb89dfbc853fe83913fbe48d0)
- Windows arm64 (checksum / 44c9c8246f643ea45bb45013a182fc25da2a8206a6f322a0c6fa47a1f4bcf1e4)
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.17.2 is the next patch release and will be on March 12, 2025
- 3.18.0 is the next minor release and will be on May 14, 2025
Changelog
- add test for nullifying nested global value 980d8ac (Ryan Hockstad)
- Add test case for removing an entire object c23e3b6 (Ryan Hockstad)
- Tests for bugfix: Override subcharts with null values #12879 3110d5f (Scott Rigby)
- merge null child chart objects 9520c71 (Ryan Hockstad)
- build(deps): bump the k8s-io group with 7 updates ab7dedd (dependabot[bot])
- fix: check group for resource info match a2d3602 (Jiasheng Zhu)
Helm v3.17.0
Helm v3.17.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
- Allow pulling and installation by OCI digest
- Annotations and dependencies are now in chart metadata output
- New
--take-ownership
flag for install and upgrade commands - SDK: Authorizer and registry authorizer are now configurable
- Removed the Kubernetes configuration file permissions check
- Added username/password to helm push and dependency build/update subcommands
- Added
toYamlPretty
template function
Installation and Upgrading
Download Helm v3.17.0. The common platform binaries are here:
- MacOS amd64 (checksum / 0d5fd51cf51eb4b9712d52ecd8f2a3cd865680595cca57db38ee01802bd466ea)
- MacOS arm64 (checksum / 5db292c69ba756ddbf139abb623b02860feef15c7f1a4ea69b77715b9165a261)
- Linux amd64 (checksum / fb5d12662fde6eeff36ac4ccacbf3abed96b0ee2de07afdde4edb14e613aee24)
- Linux arm (checksum / a388478049bf4ad440fa394f28421aa43cec3631ba197a8203c485edbec3e3fe)
- Linux arm64 (checksum / c4d4be8e80082b7eaa411e3e231d62cf05d01cddfef59b0d01006a7901e11ee4)
- Linux i386 (checksum / af89be03bb15175cd27573b48f4b9621e08982ab7788dd36e073baac988d6b2e)
- Linux ppc64le (checksum / 32833acf72b240e9ca78a3eac630a0ba420e073b02df3030c369a287b8bdc769)
- Linux s390x (checksum / 4b002d673ef35d78843c45cc169faf1040eec75937f19fccce41d2074f459653)
- Linux riscv64 (checksum / 38297aca2046fd13f2e0415ecc9cdb006f4008b286467f5f217187647dbbab5b)
- Windows amd64 (checksum / 0625e51437107991922f76adbec4a4f12a4438942182677399ab758a3ec8bdc5)
- Windows arm64 (checksum / 5fd16dde353aa5909562f127befea8db3879ecf63050fea3fb106ff8bfdd1a9c)
This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @r6by 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.17.1 is the next patch release and will be on February 12, 2025
- 3.18.0 is the next minor release and will be on May 14, 2025
Changelog
- bump version to v3.17.0 301108e (Matt Farina)
- fix: make ORAS reference private 949b2e6 (Terry Howe)
- fix: issue with helm template and oci chart aba95b9 (Terry Howe)
- feat: allow installation by OCI digest c3e5217 (Terry Howe)
- Bump the k8s-io group with 7 updates 33a0ee7 (dependabot[bot])
- Upgrade golang.org/x/net to v0.33.0 to address CVE-2024-45338 79993d2 (cx)
- Update golangci-lint version 037c18a (Matt Farina)
- Update to Go 1.23 9f620b8 (Matt Farina)
- ref(create): don't render empty resource fields ba180a3 (dnskr)
- Add annotations and dependencies to get metadata output The output of helm get metadata includes a subset of the fields contained in the chart.Metadata struct. This change adds the values of the annotations field and the dependencies field to the output. 7321579 (Niladri Halder)
- Run
build-test
action ondev-v3
branch 2042f7d (George Jenkins) - Fix dev-v3 from take ownership changes a3a9e4f (Matt Farina)
- Bump github.com/rubenv/sql-migrate from 1.7.0 to 1.7.1 c7cd177 (dependabot[bot])
- Bump github.com/cyphar/filepath-securejoin from 0.3.4 to 0.3.6 ca61226 (dependabot[bot])
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 9421fac (dependabot[bot])
- Bump github.com/containerd/containerd from 1.7.23 to 1.7.24 562eb54 (dependabot[bot])
- Bump golang.org/x/crypto from 0.30.0 to 0.31.0 6ba4c6e (dependabot[bot])
- Bump the k8s-io group with 7 updates ac16258 (dependabot[bot])
- fix test output edf7b66 (Mayank Shah)
- fix test b9d58a1 (Mayank Shah)
- fix upgrade 2541e46 (Mayank Shah)
- Shadow ORAS remote.Client interface c40cf00 (George Jenkins)
- Make the authorizer and registry authorizer configurable 3c2ab91 (Ryan Nowak)
- Rename CAFile to CaFile for consistency 7a22dd2 (Evans Mungai)
- Update cmd/helm/upgrade.go 885e938 (Mayank Shah)
- Update cmd/helm/install.go 7efa286 (Mayank Shah)
- Add --take-ownership flag for install and upgrade commands c3a5f27 (Mayank Shah)
- Adding CI for dev-v3 branch b5a83ea (Matt Farina)
- Bump golang.org/x/crypto from 0.28.0 to 0.29.0 a2d289f (dependabot[bot])
- fix: fix label name e4062e7 (wangjingcun)
- Updating subchart load error to be more descriptive 6f2f7d4 (Taylor Jasko)
- Add tests to
helm/pkg/kube/client_test.go
to coverwait.go
9fd943b (Alex Johnson) - Fix typo in pkg/lint/rules/chartfile_test.go 0cc78c6 (Zach Burgess)
- Increasing the size of the runner used for releases. 029e983 (Matt Farina)
- fix(hooks): correct hooks delete order f4f4a6b (Suleiman Dibirov)
- Allow tests to run on loong64 a51ea6e (Tianle Xu)
- Bump actions/checkout from 4.2.1 to 4.2.2 f983342 (dependabot[bot])
- Bump actions/setup-go from 5.0.2 to 5.1.0 c867af8 (dependabot[bot])
- chore: fix some function names in comment de9e138 (wangjingcun)
- Bump the k8s-io group with 7 updates e4304bd (dependabot[bot])
- removing duplicate empty test 7e6b34d (Robert Sirchia)
- fixing unit test as per Matt 16a4e37 (Robert Sirchia)
- Ensure test fails without causing panic bdaa93b (Evans Mungai)
- Fix failing tests 3c4d0bb (Evans Mungai)
- Remove unnecessary function arguments d25b0d9 (Evans Mungai)
- chore: Check tar is installed install script 3a5805e (Evans Mungai)
- adding more unit test a205af7 (Robert Sirchia)
- Cleanup redundant GO11MODULE 4a15cc3 (George Jenkins)
- adding test coverage for ready.go 999b851 (Robert Sirchia)
- fix(helm): Retry Conflict error for createResource, deleteResource 79a1f2c (Andreas Karis)
- minor spelling fix ca58464 (Jon Olsson)
- Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 fe4d0d9 (dependabot[bot])
- Reorder triage ids 8b85934 (Evans Mungai)
- chore: Add Evans to OWNERS file 75c124a (Evans Mungai)
- Bump github.com/cyphar/filepath-securejoin from 0.3.1 to 0.3.4 b45680c (dependabot[bot])
- chore(deps): bump actions/stale from 3.0.14 to 9.0.0 140a376 (dependabot[bot])
- chore: Make retryingRoundTripper type public ab3c589...
v3.17.0-rc.1
Helm v3.17.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.17.0 is officially released.
The official changelog will come out with the v3.17.0 release. For now, you can see the commit changes from v3.16.4 here.
Installation and Upgrading
Download Helm v3.17.0-rc.1. The common platform binaries are here:
- MacOS amd64 (checksum / 954906de6554e0ec9360f4fb044489cc0385cca75a7d6448fc23167060c775c1)
- MacOS arm64 (checksum / f45d4644183ced48912c08ffd7383f97a38e5398d2be1b707564f4d667395e0d)
- Linux amd64 (checksum / 35a11c999c9967ceaf67dcb630ebb784206252a26cb3cb036db0ef15bda329e2)
- Linux arm (checksum / 3247af04ed3ac15f8bdd0a8135dce128c8c68d3d95df37abb9050d95485b52d7)
- Linux arm64 (checksum / b2f0ee50a8673172cf173f949b9465825f734d7df5ad1458787dcf07b8e9ed49)
- Linux i386 (checksum / 0f7bd1c146c1a00252c4c6826e86285051163cac4d74a82480b29b3b3c56110b)
- Linux ppc64le (checksum / 2554f302c5c969da43267c6d19d581667541e2e664912a2c0e69ef8386bcd056)
- Linux s390x (checksum / 039305d33575f11e45ba946a3b5be9cdf4d4ff092388f2d18a8f9688161369aa)
- Linux riscv64 (checksum / 33a1631ae902fd34ae6d3e920042628efe69eeec8b2a7d362d312667c3cec836)
- Windows amd64 (checksum / 62033ca49e3d1e764c0210546332b114699730e50a64bda08b83bb1d4ab65937)
- Windows arm64 (checksum / dd740b5d81713f71e6fdce3d56b0582ea1a493cbd9ef9f3620c50331dea0bb9c)
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
.
Helm v3.16.4
Helm v3.16.4 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.16.4. The common platform binaries are here:
- MacOS amd64 (checksum / 8dc25671120a4af197afe7ad9041fb8e1dd71bc01e5ef73dba1139cbc9e9f44b)
- MacOS arm64 (checksum / e2442d8f05d53d84c39b869bc5fe5affad247ee2f4c706a040919c146edb1f94)
- Linux amd64 (checksum / fc307327959aa38ed8f9f7e66d45492bb022a66c3e5da6063958254b9767d179)
- Linux arm (checksum / 432e774d1087d3773737888d384c62477b399227662b42cbf0c32e95e6e72556)
- Linux arm64 (checksum / d3f8f15b3d9ec8c8678fbf3280c3e5902efabe5912e2f9fcf29107efbc8ead69)
- Linux i386 (checksum / 6022b34e165a5196827043c77bcd1fa28ef48109b3a4af46e8660ddb0a6c44e0)
- Linux ppc64le (checksum / 0ba4375a6dcf6117a8e7729fbed36d9220f8ad98dbc7aabc16186f22917caead)
- Linux s390x (checksum / 10b88dc2afd97267feba8283d58dcb1c937defb7df8de152c86b60aaece47d59)
- Linux riscv64 (checksum / e733c727de7644cfeb25b094e1f0a56c53a7cb437c93c992aa92e6c7b9f6af93)
- Windows amd64 (checksum / 9bb114c12e530a7129fd3d78fc1784e813dd7a6e29e5f9b5af8bc83fd1066d36)
- Windows arm64 (checksum / a4afeee93031920ec08b7e880c859a159bcd222837a81196cadaeb42408ad0b3)
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.17.0 is the next feature release and will be on January 15, 2025
Changelog
Helm v3.16.3
Helm v3.16.3 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.16.3. The common platform binaries are here:
- MacOS amd64 (checksum / 495d75b404a96fb664f1ca3f8cb01db2210aacc62dbfa1bbab30916abbb20a57)
- MacOS arm64 (checksum / 3a39f690173086e6eea17674751eb3c8b970c02697e49cecd4093eaa3cf89dcd)
- Linux amd64 (checksum / f5355c79190951eed23c5432a3b920e071f4c00a64f75e077de0dd4cb7b294ea)
- Linux arm (checksum / 02ba2f3b1524113f49be6df25a0b4b3190010d6e218c8e2b2fde4578a8439a9c)
- Linux arm64 (checksum / 5bd34ed774df6914b323ff84a0a156ea6ff2ba1eaf0113962fa773f3f9def798)
- Linux i386 (checksum / 70318f60fec3219680fff86c9293e2a92fb8b9a691d41791661074588f22768e)
- Linux ppc64le (checksum / 266f7698c56a724fddd3a2f2b862ad496c4338dce79f0282fdbc6e23e1738608)
- Linux s390x (checksum / bac414c409faead9c2b8af11d29281aa4f1aeb9139c62d5178baf982d71fc9bb)
- Linux riscv64 (checksum / 492843d2584bb14bd38a735a9708af2d7f3ea7e1b6c43e650968f16fce0b5064)
- Windows amd64 (checksum / 1a52aa56e55168c3d3d2e45fa833a32290e4e3790559851dce1e707eb7728b81)
- Windows arm64 (checksum / 247a63269a83bb73c14e8f62b0cfd5a2e1d32b7d3f93977d3a6ef3902d218ff1)
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.16.4 is the next patch release and will be on December 11, 2024
- 3.17.0 is the next feature release and will be on January 15, 2025
Changelog
- fix: fix label name cfd0749 (wangjingcun)
- Fix typo in pkg/lint/rules/chartfile_test.go a303060 (Zach Burgess)
- Increasing the size of the runner used for releases. ab45e8a (Matt Farina)
- fix(hooks): correct hooks delete order 19fe320 (Suleiman Dibirov)
- Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 4fcc5c2 (dependabot[bot])
Helm v3.16.2
Helm v3.16.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.16.2. The common platform binaries are here:
- MacOS amd64 (checksum / 33efd48492f2358a49a231873e8baf41f702b5ab059333ae9c31e5517633c16e)
- MacOS arm64 (checksum / 56413c7fbb496d2789881039cab61d849727c7b35db00826fae7a2685a403344)
- Linux amd64 (checksum / 9318379b847e333460d33d291d4c088156299a26cd93d570a7f5d0c36e50b5bb)
- Linux arm (checksum / f0f606d0806a518b749bd82e8dbfe6a803aa33340215590ef3977c60e366ba82)
- Linux arm64 (checksum / 1888301aeb7d08a03b6d9f4d2b73dcd09b89c41577e80e3455c113629fc657a4)
- Linux i386 (checksum / 4fb0cdf74a8a23622aac5980fbbc91cd95b08de5624ac0beba271d7b3b1a128d)
- Linux ppc64le (checksum / 32a1b6073064a4a86d2a684180b6662ea202d1294b09ca52a6ba9d4cf071fec7)
- Linux s390x (checksum / a2e80592b9e45487d8bb6b10721c759287cf18be4389b53d67c7cf1e91c84959)
- Linux riscv64 (checksum / c9730c8e6a1b2b30e119270793772bcac835737a16e613aabc36b07b8e027009)
- Windows amd64 (checksum / 57821dd47d5728912e14000ee62262680e9039e8d05e18342cc010d5ac7908d7)
- Windows arm64 (checksum / d746889023a6df98f71d2785835e32cd6fbbf81e21a21d5e9d4542ed3cfe168d)
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.16.3 is the next patch release and will be on November 13, 2024
- 3.17.0 is the next feature release and will be on January 15, 2025
Changelog
- Revering change unrelated to issue #13176 13654a5 ([email protected])
- adds tests for handling of Helm index with broken chart versions #13176 9fc8f1b ([email protected])
- improves handling of Helm index with broken helm chart versions #13176 961194d ([email protected])
- Bump the k8s-io group with 7 updates f6be62b (dependabot[bot])
- adding check-latest:true 27d44cf (Robert Sirchia)
- Grammar fixes 46e0a0f (Nathan Baulch)
- Fix typos a1bd541 (Nathan Baulch)
Helm 3.16.1
Helm v3.16.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
This release fixes a regression that is in 3.16.0.
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.16.1. The common platform binaries are here:
- MacOS amd64 (checksum / 1b194824e36da3e3889920960a93868b541c7888c905a06757e88666cfb562c9)
- MacOS arm64 (checksum / 405a3b13f0e194180f7b84010dfe86689d7703e80612729882ad71e2a4ef3504)
- Linux amd64 (checksum / e57e826410269d72be3113333dbfaac0d8dfdd1b0cc4e9cb08bdf97722731ca9)
- Linux arm (checksum / a15a8ddfc373628b13cd2a987206756004091a1f6a91c3b9ee8de6f0b1e2ce90)
- Linux arm64 (checksum / 780b5b86f0db5546769b3e9f0204713bbdd2f6696dfdaac122fbe7f2f31541d2)
- Linux i386 (checksum / 92d7a47a90734b50528ffffc99cd1b2d4b9fc0f4291bac92c87ef03406a5a7b2)
- Linux ppc64le (checksum / 9f0178957c94516eff9a3897778edb93d78fab1f76751bd282883f584ea81c23)
- Linux s390x (checksum / 357f8b441cc535240f1b0ba30a42b44571d4c303dab004c9e013697b97160360)
- Linux riscv64 (checksum / 9a2cab45b7d9282e9be7b42f86d8034dcaa2e81ab338642884843676c2f6929f)
- Windows amd64 (checksum / 89952ea1bace0a9498053606296ea03cf743c48294969dfc731e7f78d1dc809a)
- Windows arm64 (checksum / fc370a291ed926da5e77acf42006de48e7fd5ff94d20c3f6aa10c04fea66e53c)
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.16.2 is the next patch release and will be on October 09, 2024
- 3.17.0 is the next feature release and will be on January 15, 2025
Changelog
Helm v3.16.0
Helm v3.16.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 sha512sum template function
- added ActiveHelp for cmds that don't take any more args
- drops very old Kubernetes versions support in helm create
- add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
- fixed bug to now use burst limit setting for discovery
- Added windows arm64 support
Installation and Upgrading
Download Helm v3.16.0. The common platform binaries are here:
- MacOS amd64 (checksum / 565e1962df910afc494ca1ade82643a881ee3cbc5e757ee00dfa36d46d673025)
- MacOS arm64 (checksum / 79af762dc5ded54f8e3216bf8d247801823c63ec4acd1d0c9a958af38db299c6)
- Linux amd64 (checksum / 327cfbc7ddc5a3eb644039ceb0cff66394628654c4f5a76bf715ed15b893983b)
- Linux arm (checksum / 73efcd63d1b7f1d9db6afc2e039e03a638fe43d3633735363184692ebc8eef02)
- Linux arm64 (checksum / fc121590b532d7f2037ae5cdd39d2b56dec96069d8bc613a08965f29a156e84f)
- Linux i386 (checksum / e51b253c97ff5e40b7b8c3433a4a489a312efc268114878e4ace30b610311295)
- Linux ppc64le (checksum / d13a4b87b31a5b50c8d93dd9988dfb312a61e56504102f466a4004e5a3ab8e9e)
- Linux s390x (checksum / c4588d53778e53e7a7e30097414d36188951449a7ab362656fb0985afa9747c4)
- Linux riscv64 (checksum / 91b48acec84814731eea724cd024f3599144a4bf4df1eb2a340d4ef43c59c08b)
- Windows amd64 (checksum / 0d43e254e7bffbbea63d4726ff5b278021678be7be9bf78568ed26e8a6ca0f70)
- Windows arm64 (checksum / d87e5ea0ceaf8df4bed32a657b9637a5ca01f0ca05a86af9b256996d64909866)
This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155
and can be found at @r6by 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.16.1 is the next patch release and will be on October 09, 2024
- 3.17.0 is the next feature release and will be on January 15, 2025
Changelog
- bump version to v3.16.0 0d439e1 (Matt Farina)
- Bump github.com/cyphar/filepath-securejoin from 0.2.5 to 0.3.1 0d12150 (dependabot[bot])
- Bump github.com/rubenv/sql-migrate from 1.6.1 to 1.7.0 b1f9f0c (dependabot[bot])
- Updating sprig to latest release 6a228aa (Matt Farina)
- Bump github/codeql-action from 3.26.3 to 3.26.6 e448aae (dependabot[bot])
- remove utc 31a1252 (Giulio)
- Updating to Kubernetes client libraries for 1.31.0 a539b6a (Matt Farina)
- update 39799ad (Giulio)
- Bump github.com/evanphx/json-patch 8716c42 (dependabot[bot])
- removing old adopter. c979992 (Robert Sirchia)
- fixing changes as per requested. b92cc92 (Robert Sirchia)
- Bump github/codeql-action from 3.26.2 to 3.26.3 c58cb9a (dependabot[bot])
- ActiveHelp for cmds that don't take any more args c92cc07 (Marc Khouzam)
- Updating the inline documentation. e72978e (Robert Sirchia)
- Bump github/codeql-action from 3.26.1 to 3.26.2 83874d9 (dependabot[bot])
- Fix linting error for pr 12876 8a26add (Scott Rigby)
- Add Scott's key for releases 32875e2 (Scott Rigby)
- Bump github/codeql-action from 3.26.0 to 3.26.1 990dbf6 (dependabot[bot])
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 a5db73b (dependabot[bot])
- Bump github.com/foxcpp/go-mockdns from 1.0.0 to 1.1.0 00caf00 (dependabot[bot])
- Bump the k8s-io group across 1 directory with 7 updates ac57b60 (dependabot[bot])
- Bump github/codeql-action from 3.25.15 to 3.26.0 5bbe19a (dependabot[bot])
- ref(create): drop old Kubernetes versions support in Ingress template f9ba3c5 (dnskr)
- Bump github.com/docker/docker 3a1aa21 (dependabot[bot])
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 f293480 (dependabot[bot])
- Bump github/codeql-action from 3.25.13 to 3.25.15 8c1bfc7 (dependabot[bot])
- verbiage c677272 (George Jenkins)
- verbiage 04ece1f (George Jenkins)
- verbiage e1b95d5 (George Jenkins)
- Update CONTRIBUTING.md 1ea6fd5 (George Jenkins)
- Update .github/pull_request_template.md 7530241 (George Jenkins)
- Update CONTRIBUTING.md 0554fdd (George Jenkins)
- rm spurious paste b881266 (George Jenkins)
- docs: Introduce
docs wanted
label cd92c43 (George Jenkins) - Bump github/codeql-action from 3.25.12 to 3.25.13 856d576 (dependabot[bot])
- Move hickeyma to emeritus a5ff111 (Martin Hickey)
- Bump github/codeql-action from 3.25.11 to 3.25.12 168c48b (dependabot[bot])
- fix repository-cache flag help description from file to directory 84cbb2c (Maor Friedman)
- Bump actions/setup-go from 5.0.1 to 5.0.2 98e2af9 (dependabot[bot])
- Bump github.com/cyphar/filepath-securejoin from 0.2.4 to 0.2.5 6dba544 (dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 10d01bc (dependabot[bot])
- Bump golang.org/x/crypto from 0.21.0 to 0.25.0 e4c792f (dependabot[bot])
- Bump github/codeql-action from 3.25.10 to 3.25.11 d59d0de (dependabot[bot])
- feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' acf7158 (anessi)
- Fix race condition in TestInstallRelease_Wait_Interrupted test f69a2dd (Alex Johnson)
- fix: update error handling in Configuration.Init method, add tests for the method 800c33a (Suleiman Dibirov)
- fix(helm): Use burst limit setting for discovery 69362df (Evan Foster)
- fixed dependency_update_test.go 4d25dd3 (Suleiman Dibirov)
- fix(dependencyBuild): prevent race condition in concurrent helm dependency adeb4ca (Suleiman Dibirov)
- fix: respect proxy envvars on helm install/upgrade b0603fb (Sidharth Menon)
- Bump github/codeql-action from 3.25.9 to 3.25.10 b4f7167 (dependabot[bot])
- Bump actions/checkout from 4.1.1 to 4.1.7 a13a353 (dependabot[bot])
- Bump github/codeql-action from 3.25.8 to 3.25.9 7e6904e (dependabot[bot])
- Add Syself to ADOPTERS.md 144d65e (Janis Kemper)
- Bump github/codeql-action from 3.25.7 to 3.25.8 ca98970 (dependabot[bot])
- Update CONTRIBUTING.MD a01f19e (Robert Sirchia)
- Bump github/codeql-action from 3.25.6 to 3.25.7 6ae6438 (dependabot[bot])
- chore(deps): bump github.com/opencontaine...
v3.16.0-rc.1
Helm v3.16.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.16.0 is officially released.
The official changelog will come out with the v3.16.0 release. For now, you can see the commit changes from v3.15.4 here.
Installation and Upgrading
Download Helm v3.16.0-rc.1. The common platform binaries are here:
- MacOS amd64 (checksum / d0198def252d3fda82fa09120fa6fd0e9ec6fd5abf962487fb2b2349b2f0003c)
- MacOS arm64 (checksum / 1cdb41fb3c4b646495255f177f4549d27f59aaff5025f625b76365a66633ed91)
- Linux amd64 (checksum / 16009e8634cfd408b5699d5f14cdabe9a46f622e3f504bce33fd174a80f9439e)
- Linux arm (checksum / ae4e8cd2e6789aa41cd413ac8f67401efd2cd5cc99cf94708285e33c1c155f50)
- Linux arm64 (checksum / 37d6ce88dbf3e7f4f41d3f45c4c8b61bf13a223b09eb46cfdbdd9a810e8df60a)
- Linux i386 (checksum / a137e1d933f1311a75767075eb24172ca7dea3fda59ef93920446b85df469f04)
- Linux ppc64le (checksum / dbbabf37cc0722d1a7bd86763bbf126625c9f99942fe5b7d6c7f222d6f7d70ab)
- Linux s390x (checksum / 6be137527cfb3e074592cc232406d8489a7a4c34800379b0f51b72443a9da8cd)
- Linux riscv64 (checksum / 9e42a7decff8465c763450c0cc2fcbb6484e3a42b56fb82ffd6a416153d339ed)
- Windows amd64 (checksum / badf0d36f1e4ed68ed67de88eb27adeb73dfbc875a09063b95a16a232d35684e)
- Windows arm64 (checksum / 50f0e80851566c876e3a203b5ccb9369d26ae80c1a31d5a01573b0d3193a6abc)
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
.
Helm v3.15.4
Helm v3.15.4 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.15.4. The common platform binaries are here:
- MacOS amd64 (checksum / 1bc3f354f7ce4d7fd9cfa5bcc701c1f32c88d27076d96c2792d5b5226062aee5)
- MacOS arm64 (checksum / 88115846a1fb58f8eb8f64fec5c343d95ca394f1be811602fa54a887c98730ac)
- Linux amd64 (checksum / 11400fecfc07fd6f034863e4e0c4c4445594673fd2a129e701fe41f31170cfa9)
- Linux arm (checksum / aa3fb3014d147e5dcf8bfe4f6d5fe8677029ed720d4a4bcc64e54cb745a72206)
- Linux arm64 (checksum / fa419ecb139442e8a594c242343fafb7a46af3af34041c4eac1efcc49d74e626)
- Linux i386 (checksum / d1457e19fa7b467aaa53433793c446582956905c66d4655655010cc9cef995d3)
- Linux ppc64le (checksum / e4efce93723f52dd858e9046ea836c9c75f346facce1b87b8cf78c817b97e6ac)
- Linux s390x (checksum / c6e0cdea598196895ac7b627ce972699ef9f06b0eba51dc4db7cc21b3369f24a)
- Linux riscv64 (checksum / 5d483ef8c61cf7efeac34278ad90c22a2a1978330723c0ea5f017ee48aee11c4)
- Windows amd64 (checksum / 023b96f02e812cda1a1d5c950cb321834a56f4a50ca90146ff447a81be0ae5b6)
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.16.0 is the next feature release and will be on September 11, 2024.