Releases: helm/helm
Helm v3.19.0
Helm v3.19.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
- Fixed a
helm pull
regression from 3.18 - error pulling OCI charts with --password #31230 - Fixed a
helm lint
regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x #31166 - Fixed go mod tidy #31154
- Fixed k8s version parsing not matching original #31091
- Fixed charts failing when using a redirect registry #31087
- Fixed missing debug logging for OCI transport
- Fixed broken legacy docker support for login #30941
- Fixed bugs from the move to ORAS v2
- Fixed processing all hook deletions on failure #30673
- Feature for
helm create
added httproute from gateway-api to create chart template #30658
Installation and Upgrading
Download Helm v3.19.0. The common platform binaries are here:
- MacOS amd64 (checksum / 09a108c0abda42e45af172be65c49125354bf7cd178dbe10435e94540e49c7b9)
- MacOS arm64 (checksum / 31513e1193da4eb4ae042eb5f98ef9aca7890cfa136f4707c8d4f70e2115bef6)
- Linux amd64 (checksum / a7f81ce08007091b86d8bd696eb4d86b8d0f2e1b9f6c714be62f82f96a594496)
- Linux arm (checksum / 8708367b8e8bed9bdf8429bb57536e4223cdca96245dffc205cb0cb670b151f4)
- Linux arm64 (checksum / 440cf7add0aee27ebc93fada965523c1dc2e0ab340d4348da2215737fc0d76ad)
- Linux i386 (checksum / ca0329cd1b09267e7c63c563e32462265949c31512b537dd6615d0b5190040fc)
- Linux ppc64le (checksum / f57ea04d7fa62cc3e90a831eb67edb1400c810df6083875bee3a7c195a795ce4)
- Linux s390x (checksum / 0dff2f249f71690e3b420ebb5efc573eb26a51b4a614c4391c8c7fa3e47863f2)
- Linux riscv64 (checksum / 978af545a3d72a253ce1d4c03c9febb509a239a48b2581107e548883ab61a227)
- Windows amd64 (checksum / 6488630c2e5d5945ed990fa02fd9e99f9c6792cdbcd79eb264b6cfb90179d2d1)
- Windows arm64 (checksum / 488f7530a1776da1b46b14e988bf305c9d7419c78e7e73aeb92f198a41c9ef6b)
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.19.1 will contain only bug fixes.
- 3.20.0 is the next feature release.
Changelog
- bump version to v3.19.0 3d8990f (Scott Rigby)
- fix: use username and password if provided 9a54bf1 (Evans Mungai)
- chore(deps): bump the k8s-io group with 7 updates 5af0f68 (dependabot[bot])
- chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 e485606 (dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 6355c3d (dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ec61f66 (dependabot[bot])
- fix(helm-lint): fmt b278020 (Isaiah Lewis)
- fix(helm-lint): Add TLSClientConfig d33ac5e (Isaiah Lewis)
- fix(helm-lint): Add HTTP/HTTPS URL support for json schema references 8543709 (Isaiah Lewis)
- chore(deps): bump the k8s-io group with 7 updates 89a3f90 (dependabot[bot])
- fix: go mod tidy for v3 da4c583 (Terry Howe)
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 e40b1b3 (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 a27e9db (dependabot[bot])
- fix Chart.yaml handling f13afaa (Matt Farina)
- Handle messy index files 039b0b1 (Matt Farina)
- chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 bec98a9 (dependabot[bot])
- json schema fix 6d9509a (Robert Sirchia)
- fix: k8s version parsing to match original 807225e (Borys Hulii)
- chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 cbbd569 (dependabot[bot])
- Do not explicitly set SNI in HTTPGetter 5e8ff72 (Terry Howe)
- chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 5b5fb5b (dependabot[bot])
- chore(deps): bump the k8s-io group with 7 updates d12538a (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 303f803 (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 abcc2ed (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 521c67b (dependabot[bot])
- Disabling linter due to unknown issue 227c9cb (Matt Farina)
- Updating link handling 4389fa6 (Matt Farina)
- Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 372e403 (dependabot[bot])
- build(deps): bump the k8s-io group with 7 updates 4fa5a64 (dependabot[bot])
- build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 6284ed8 (dependabot[bot])
- fix: user username password for login 2c55a4e (Terry Howe)
- Update pkg/registry/transport.go a16e986 (Terry Howe)
- Update pkg/registry/transport.go cea26d8 (Terry Howe)
- fix: add debug logging to oci transport b52bb41 (Terry Howe)
- build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 45075cf (dependabot[bot])
- build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 73a7826 (dependabot[bot])
- fix: legacy docker support broken for login 733f94c (Terry Howe)
- fix: plugin installer test with no Internet fc36041 (Terry Howe)
- Handle an empty registry config file. cfe8cef (Matt Farina)
- Prevent fetching newReference again as we have in calling method c33215d (Benoit Tigeot)
- Prevent failure when resolving version tags in oras memory store f552b67 (Benoit Tigeot)
- fix(client): skipnode utilization for PreCopy a18a52e (Brandt Keller)
- test: Skip instead of returning early. looks more intentional fedf502 (Jesse Simpson)
- test: tests repo stripping functionality fe512ba (Jesse Simpson)
- test: include tests for Login based on different protocol prefixes 099a9e1 (Jesse Simpson)
- fix(client): layers now returns manifest - remove duplicate from descriptors b07ab77 (Brandt Keller)
- fix(client): return nil on non-allowed media types c225c12 (Brandt Keller)
- Fix 3.18.0 regression: registry login with scheme c0f3ace (Scott Rigby)
- Update pkg/plugin/plugin.go dce60ad (Benoit Tigeot)
- Update pkg/plugin/plugin.go cda0865 (Benoit Tigeot)
- Wait for Helm v4 before raising when platformCommand and Command are set 5d9d9a0 (Benoit Tigeot)
- Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" c5249c1 (Matt Farina)
- build(deps): bump the k8s-io group with 7 updates 5b0520d (dependabot[bot])
- chore: update generalization warning message afefca8 (Feng Cao)
- build(deps): bu...
v3.19.0-rc.1
Helm v3.19.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.19.0 is officially released.
The official changelog will come out with the v3.19.0 release. For now, you can see the commit changes from v3.18.6 here.
Installation and Upgrading
Download Helm v3.19.0-rc.1. The common platform binaries are here:
- MacOS amd64 (checksum / 5b06657dbcd3a6b154a485e87a8db1b519a723c0329c7c3658fcdb8439393d1e)
- MacOS arm64 (checksum / 2662bd4db490336a72938dd386b6f250150db612ae015688d226418136f1105e)
- Linux amd64 (checksum / e62e2046f322392bd1fdae562ba3f7bd6b4861c746f43331419b5027d12f08c9)
- Linux arm (checksum / f9c37cb1bf9bb35478d35fa419092ff379e6bd373faf56ff0997dc9eced13c5b)
- Linux arm64 (checksum / a503f7514a6481bc1d78d08c5e0733808722d0f964158fa5679f7e1f5c9f6114)
- Linux i386 (checksum / 6893f28f96c06c62d10be3ef9e30168981e4957a78bb682f7702dcedc98945eb)
- Linux ppc64le (checksum / dbfa066b2c05ac0e1154267d4bc264ad9ec7c2155b5d5a39a402c6079647ee3d)
- Linux s390x (checksum / f4b072d7af262b674743e0ca08f9c518b5935e2237f03f14f9a815eb1f1dfeae)
- Linux riscv64 (checksum / 4a0462511109d9bda9f5340e940a65cc71bcc9b64a2ca8bd220fb5c5fc159299)
- Windows amd64 (checksum / 3bf4b32535f392dfb72a5444d750a0dfa9f8cd1b5f9c381da209048c3511401b)
- Windows arm64 (checksum / 6f505dc83e7f03d0b87230945640daa3e24efd4fd64fbf5b6e8df4a906b5b758)
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
.
v4.0.0-alpha.1
Helm v4.0.0-alpha.1 is a pre-release for the next major version of Helm. This is a pre-release meant for testing. API breaking changes will still happen during the alpha phase.
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 v4.0.0-alpha.1. The common platform binaries are here:
- MacOS amd64 (checksum / 4970590a0c8c1aee1947159dedbe40a12601ecd0a9c92a2924e55884e4e4285d)
- MacOS arm64 (checksum / 0d9804536bc394a37a3a2efdb3a7145e54fb7776250359c2aa87de75395ea800)
- Linux amd64 (checksum / 00a365d0197eb243e453901c3766ede5c5a88a520f077317015301b5af99089d)
- Linux arm (checksum / 7ea7890df527db050d25a63174dfceb2e135f434e43cb34606488a9f0332cb95)
- Linux arm64 (checksum / 0bd271618e2781ff87508085f17875bf5cdcd3a680df03bf111924db1322c82a)
- Linux i386 (checksum / 9a2916e37a0952cfb09f0393af6802ac926acb0c88158db4b6bb1d93a9bfd46a)
- Linux ppc64le (checksum / 7835e6f3b6cb05a4aef7e9bd54bd340ed3a280b08881d4425d9571d9f7091097)
- Linux s390x (checksum / 3727d4535e7b09b65f98d85471673064657f8d3a983c25305e09a1fe0e2791b9)
- Linux riscv64 (checksum / c424184a23441875fca35d218019da3bd4e0e71280ee724d9dd04ddb205d47e4)
- Windows amd64 (checksum / 05540189f067ebc9aaca8684a81616773a2d1452f52098737e51da2d21f77819)
- Windows arm64 (checksum / 5c76de637b9c2febafc88e91f84e0deb453367c78702f672dae8b28d6cbe0665)
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
.
Helm v3.18.6
Helm v3.18.6 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.18.6. The common platform binaries are here:
- MacOS amd64 (checksum / 80cad0470e38cf25731cdead7c32dfbeb887bc177bd6fa01e31b065722f8f06b)
- MacOS arm64 (checksum / 48e30d236a1f334c6acb78501be5a851eaa2a267fefeb1131b6484eb2f9f30d7)
- Linux amd64 (checksum / 3f43c0aa57243852dd542493a0f54f1396c0bc8ec7296bbb2c01e802010819ce)
- Linux arm (checksum / 13156fbe87a9db201b7d8fd0b42dee2a2e76a77388ea3bd59e3074cfa49d3619)
- Linux arm64 (checksum / 5b8e00b6709caab466cbbb0bc29ee09059b8dc9417991dd04b497530e49b1737)
- Linux i386 (checksum / d245db7c80edaf47bc42d3fab0b79d2e75d63fa49d06bc0ca599686ebdbd1422)
- Linux ppc64le (checksum / 61eac730dac2029d7acf1c53bd0b1056f78ca2c3f915da7fa3995e74c021eae8)
- Linux s390x (checksum / c6435c220b2577abea11ee9281fda8a5164583fb1f502702f6ef5c2b4347e38f)
- Linux riscv64 (checksum / cea696b01b66fad76b24d9ef28a86802b0931cbc25cec687e8469589438995eb)
- Windows amd64 (checksum / 4263320a8d70df0bb1e245534fba1b541f9889005cdb68dec9798b197c3f66b0)
- Windows arm64 (checksum / fdff469f270d8a155d9289843b92f7b00b2ca353b8ec61532e920eeb3fc2b480)
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.19.0 is the next minor release and will be on September 11, 2025
Changelog
Helm v3.18.5
Helm v3.18.5 is a security 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
Security Advisories
- Helm Charts with Specific JSON Schema Values Can Cause Memory Exhaustion
- Incorrect YAML Content Leads To Panic
Installation and Upgrading
Download Helm v3.18.5. The common platform binaries are here:
- MacOS amd64 (checksum / 3200c32cf19bf69b446e97c0060af39f018d2e441e418ad174ba39052f63fb15)
- MacOS arm64 (checksum / 32ce3f4910d5a96c1170f3f8f230d4c8b8bc007e5d47b085b8416cfe559d7925)
- Linux amd64 (checksum / 9879bf9c471cdecbbee5ee17cf1de1849b0ffd12871ea01f17ede6861d7134f5)
- Linux arm (checksum / 4be47fa77476bfd6416a44853e28983e7c8594156259813ecf35d004044fb17d)
- Linux arm64 (checksum / d25d2c1b1c5a9844755ab5c66e6df4d6b31c25e6d92dd2ce66c137a63ddf9f2c)
- Linux i386 (checksum / 1ee980e47bb37f388abdce3a7e8da64a9b372352c4cb645bda5ddd401973bee3)
- Linux ppc64le (checksum / 9d300e0efced9b244aedcc9d11c49647deb4c5afc8d2298c988498dc530bc932)
- Linux s390x (checksum / c779bb4dea8026294378a9ad6447095fb8f56671a8c49437344dd342de2a3156)
- Linux riscv64 (checksum / f79d06dc5e966c341fc8ad1a0d5e032f7d681e62c4a51a4d22badec4b9857144)
- Windows amd64 (checksum / 464bfd7792d6c682778fc1d5e5bcc9ac5ce83457fe3c4b7a3d0af4dc3ef03eb1)
- Windows arm64 (checksum / 82411e3ee4e349d30221ddf6c26397bb0a41666939b338ccf39f4cd2ec4e4410)
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.19.0 is the next minor release and will be on September 11, 2025
Changelog
Helm v3.17.4
Helm v3.17.4 is a patch release, this bring is the security release noted below. This is intended for Helm SDK users. CLI users are recommended to use the latest version of Helm.
Security Advisories
GHSA-557j-xg8c-q2mm: Chart Dependency Updating With Malicious Chart.yaml Content And Symlink
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.4. The common platform binaries are here:
- MacOS amd64 (checksum / 6dfce5d8b09442205393068f5c911b8f20958edd5b67cc26f7eb3330f93225f1)
- MacOS arm64 (checksum / f4732719827a76452035641629aa92091adc4a9f1ccbc8d53a729b53e0add869)
- Linux amd64 (checksum / c91e3d7293849eff3b4dc4ea7994c338bcc92f914864d38b5789bab18a1d775d)
- Linux arm (checksum / 02c25aa6d656aa3718f2e7d243f28603ce76d00652b875508e98ffb0a1a8e7bb)
- Linux arm64 (checksum / 460a31d1511abb5ad776a26a2a3f0f1382a241b2df3c6d725b0f63c9058ba15a)
- Linux i386 (checksum / f9e60b44fb5efd08b78b4ec1a9dec93407a084a36710fb0d0402575b4b63c1b4)
- Linux ppc64le (checksum / a181fdb739d59b7aee1951819ab532f38fe2181927f9b601f77aadf5f526f164)
- Linux s390x (checksum / 392a190f3fc2195fa93828feaa108fe2709d2670c59d23c0645a7f9f857074f0)
- Linux riscv64 (checksum / ee1f02a2f69c2762fd6d0ca1b803a79aca9497b2ce7d1cc0ae55c699727777c5)
- Windows amd64 (checksum / 8ffe44ee2aca8cf32156b42efd50e5dabda8da65ab1f10707d9666dea6fcc7e9)
- Windows arm64 (checksum / ef36602d30ce0945b57cc0ceeff674128adf8918da9af6e4fff496930549ac61)
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.18.5 is the next patch release and will be on August 13, 2025
- 3.19.0 is the next minor release and will be on September 11, 2025
Changelog
Helm v3.18.4
Helm v3.18.4 is a security 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
Security Advisories
- GHSA-557j-xg8c-q2mm: Chart Dependency Updating With Malicious Chart.yaml Content And Symlink
Installation and Upgrading
Download Helm v3.18.4. The common platform binaries are here:
- MacOS amd64 (checksum / 860a7238285b44b5dc7b3c4dad6194316885d7015d77c34e23177e0e9554af8f)
- MacOS arm64 (checksum / 041849741550b20710d7ad0956e805ebd960b483fe978864f8e7fdd03ca84ec8)
- Linux amd64 (checksum / f8180838c23d7c7d797b208861fecb591d9ce1690d8704ed1e4cb8e2add966c1)
- Linux arm (checksum / 34ea88aef15fd822e839da262176a36e865bb9cfdb89b1f723811c0cc527f981)
- Linux arm64 (checksum / c0a45e67eef0c7416a8a8c9e9d5d2d30d70e4f4d3f7bea5de28241fffa8f3b89)
- Linux i386 (checksum / 75c2d9858725a5907faf8f19d9fb21c0263e4cb864d27d6df8809f96f147d3c0)
- Linux ppc64le (checksum / dbd74c59e7710f26e058596723abbf73662b553e01f40dfb08508ffffaeb7b81)
- Linux s390x (checksum / c8bafb34bcebd53494f0223239977e1ff7b487e714598a5843a0cb1788e20075)
- Linux riscv64 (checksum / f67f39104c7e695cbba04dc3b4507a80a034ce9e5ccbe55c84e91b1553b787bd)
- Windows amd64 (checksum / 0af12a2233d71ef4207db1eabbf103b554631206ed5b2b34fc56b73a52596888)
- Windows arm64 (checksum / de6bc8fcffeb041f524a92c6026ea22ef6f939118a30e6bb8b996b77a38486b1)
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.18.5 is the next patch release and will be on August 13, 2025
- 3.19.0 is the next minor release and will be on September 11, 2025
Changelog
Helm 3.18.3
Helm v3.18.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.18.3. The common platform binaries are here:
- MacOS amd64 (checksum / d186851d40b1999c5d75696bc0b754e4d29e860c8d0cf4c132ac1b1940c5cffc)
- MacOS arm64 (checksum / 3fe3e9739ab3c75d88bfe13e464a79a2a7a804fc692c3258fa6a9d185d53e377)
- Linux amd64 (checksum / 6ec85f306dd8fe9eb05c61ba4593182b2afcfefb52f21add3fe043ebbdc48e39)
- Linux arm (checksum / 5ec62879f57d6acc0436440c88459d2a5c8de233273e73ff6498d79fd2d92653)
- Linux arm64 (checksum / 3382ebdc6d6e027371551a63fc6e0a3073a1aec1061e346692932da61cfd8d24)
- Linux i386 (checksum / 22d7bad5c6012729e550e09d0b719336ea98c9c7207730456d152f32124609af)
- Linux ppc64le (checksum / ca5ab0bb205488276095881f04b72bfed5c0ddb92f715940dde6a7ccae72818c)
- Linux s390x (checksum / be261f040b59c04ad4f1ce6fc2f976e500167475cadb468bf78cb9772300fb5d)
- Linux riscv64 (checksum / 1f87dab39ed599af463abba2c8b2d4c625cfcbc2f2010da2c9c47db017b1c2ca)
- Windows amd64 (checksum / 4cb9185cd7b84395853c04c84c4524a6b794cab07211cedc2e36839f53d8e26d)
- Windows arm64 (checksum / 7e83d901af47ca804d99d2eb679b4622fdfe1b5b06b15550f5a432a0e4591bb8)
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.18.4 is the next patch release and will be on July 09, 2025
- 3.19.0 is the next minor release and will be on September 11, 2025
Changelog
- build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 6838ebc (dependabot[bot])
- fix: user username password for login 5b9e2f6 (Terry Howe)
- Update pkg/registry/transport.go 2782412 (Terry Howe)
- Update pkg/registry/transport.go e66cf6a (Terry Howe)
- fix: add debug logging to oci transport 191f05c (Terry Howe)
Helm 3.18.2
Helm v3.18.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.18.2. The common platform binaries are here:
- MacOS amd64 (checksum / 8bfc850d4451dccecb01c73bdc844cb1b3ed2f1b90a89fc47e7b1670e1f369ec)
- MacOS arm64 (checksum / d82a30d654862668ae1e58dbbba5ea6ed5f84312da59666ef628bf73b2188d39)
- Linux amd64 (checksum / c5deada86fe609deefdf40e9cbbe3da2f8cf3f6a4551a0ebe7886dc8fcf98bce)
- Linux arm (checksum / a848c9db5e51f7cc4975bcfbba415c30cdfb67e141b6efc0e8b3a66cd89e8607)
- Linux arm64 (checksum / 03181a494a0916b370a100a5b2536104963b095be53fb23d1e29b2afb1c7de8d)
- Linux i386 (checksum / dae13caca7a24d0adff3f59183a269275522964d75c1e4cbdb0ffaddc659e7bc)
- Linux ppc64le (checksum / 1d21b2acdd79a13d20585b61fe90bababdd3f7047530d66aad650869c772b5c3)
- Linux s390x (checksum / 382920a48a0800cf2bb67bf6ab403aab15f7631b369bed9df9bdcfdd5ebd5ae9)
- Linux riscv64 (checksum / d702db0191e6a4091d631760aded83f809d8d7edf962d5252f1ea46804183ebf)
- Windows amd64 (checksum / 49fc2d74a351974ebf544f8252a4e43d7e5f9e0137472415393178c2d3996e9f)
- Windows arm64 (checksum / 6ecdf10aa6f356ebb841d1732225437100e65fdb90f99170e1b2e5726e4fd10d)
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.18.3 is the next patch release and will be on July 09, 2025
- 3.19.0 is the next minor release and will be on September 11, 2025
Changelog
Helm v3.18.1
Helm v3.18.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
Notes:
- This release fixes regressions around template generation and OCI registry interaction in 3.18.0
- There are at least 2 known regressions unaddressed in this release. They are being worked on.
- Empty registry configuration files. When the file exists but it is empty.
- Login to Docker Hub on some domains fails.
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.18.1. The common platform binaries are here:
- MacOS amd64 (checksum / 3973bda1863d74614e1dca69ee65050928a80b88f6d10ec514fa7886a02de309)
- MacOS arm64 (checksum / 93562d2a0e34a505954e5b9556e319f390bc5bd07bed754ddc038b09cfe6fbd9)
- Linux amd64 (checksum / b1c7e8e261fd30f34c617282813ecafc63628fcd59a255a9fc51b1fe43394c05)
- Linux arm (checksum / 6a58bf4091f798ac1a6fa7e21ea142fe138f5b688f2e3af0c49147f99210fff6)
- Linux arm64 (checksum / 5ddc8fbd4b17857754a95be799543ceafa5aa9532b05f738ee590a76bb049988)
- Linux i386 (checksum / 890bfd82f9fc8fe829f33c80e3d31463fc22d0f3605aaf3b009b3d7a616ba9cc)
- Linux ppc64le (checksum / 4d03617f742e4774ddf2170840ec385c67abf0db93e5df1aa9a036bb1275988e)
- Linux s390x (checksum / e17b3574bdd4152ed8962089e3c0143e660db64e828a90a20127c9e5f48ab932)
- Linux riscv64 (checksum / 225bdea665c5313e48c0219b39b6f0daea3288b1567f4825c540063784113214)
- Windows amd64 (checksum / d0f74d2043dae67992d4dcdd430844aa4817e4735a42ef9ecb4d2f042e2ed2bb)
- Windows arm64 (checksum / 486f2eabae7b497afc4643e54464b700de6fbc509f4b5b31ca108979a11ba5fd)
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.18.2 will contain only bug fixes.
- 3.19.0 on September 11th, 2025 is the next feature release.
Changelog
- fix(client): skipnode utilization for PreCopy f6f8700 (Brandt Keller)
- fix(client): layers now returns manifest - remove duplicate from descriptors 4da7015 (Brandt Keller)
- fix(client): return nil on non-allowed media types 1a8507f (Brandt Keller)
- Prevent fetching newReference again as we have in calling method 015531c (Benoit Tigeot)
- Prevent failure when resolving version tags in oras memory store 9db1a12 (Benoit Tigeot)
- Update pkg/plugin/plugin.go e8bfa0e (Benoit Tigeot)
- Update pkg/plugin/plugin.go 24b4490 (Benoit Tigeot)
- Wait for Helm v4 before raising when platformCommand and Command are set 7e8f534 (Benoit Tigeot)
- Fix 3.18.0 regression: registry login with scheme ea04cea (Scott Rigby)
- Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" bec6609 (Matt Farina)