Skip to content

deps(go): bump module helm.sh/helm/v3 to v3.20.0#7791

Merged
olblak merged 3 commits intomainfrom
updatecli_main_27f61867a5a6182d96ff2360f56d00410af5402ed685d4085c8ca1559243eee6
Feb 13, 2026
Merged

deps(go): bump module helm.sh/helm/v3 to v3.20.0#7791
olblak merged 3 commits intomainfrom
updatecli_main_27f61867a5a6182d96ff2360f56d00410af5402ed685d4085c8ca1559243eee6

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Feb 12, 2026

deps(go): bump module helm.sh/helm/v3

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module helm.sh/helm/v3 to v3.20.0

go.mod updated Module path "helm.sh/helm/v3" version from "v3.19.5" to "v3.20.0"

v3.19.5
Helm v3.19.5 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](https://kubernetes.slack.com):
  -  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](https://zoom.us/j/696660622)
- Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

## Notable Changes

- Fixed bug where removing subchart value via override resulted in warning #31118
- Fixed bug where helm uninstall with --keep-history did not suspend previous deployed releases https://github.com/helm/helm/issues/12556

## Installation and Upgrading

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

- [MacOS amd64](https://get.helm.sh/helm-v3.19.5-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-darwin-amd64.tar.gz.sha256sum) / 57f4a847c349382b7cc742a6434ef25f88f0928a113d8cf49084b464878ef0b9)
- [MacOS arm64](https://get.helm.sh/helm-v3.19.5-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-darwin-arm64.tar.gz.sha256sum) / 195e24e587f423f15a78feebab04583ceee68323598575a0e8b3b11b43fd26fe)
- [Linux amd64](https://get.helm.sh/helm-v3.19.5-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-amd64.tar.gz.sha256sum) / a0a5e8c592ed3f376ac110715eff214730c7422f9a44d96cf98117d2b8b0e6c0)
- [Linux arm](https://get.helm.sh/helm-v3.19.5-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-arm.tar.gz.sha256sum) / 1367926ea842729b4312fbf800234d15bcaa419c92201727b776da4550078a09)
- [Linux arm64](https://get.helm.sh/helm-v3.19.5-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-arm64.tar.gz.sha256sum) / ce02147ffee6d993bf8ae97a44a22e9e1daf0b69d2d5b69a0c8cf6706445ccf5)
- [Linux i386](https://get.helm.sh/helm-v3.19.5-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-386.tar.gz.sha256sum) / 54ec170590a6bfb26990c645426f92089d9eb574190c00620ca793d92b5891d5)
- [Linux ppc64le](https://get.helm.sh/helm-v3.19.5-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-ppc64le.tar.gz.sha256sum) / a51ba349875e2a219c909ae802435db403ea6924ca4725acb73f520da36e5f45)
- [Linux s390x](https://get.helm.sh/helm-v3.19.5-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-s390x.tar.gz.sha256sum) / 071f19deabaf2326a7ca54c3143934e2001c61bd106fa2949bf53d1e7452ecd0)
- [Linux riscv64](https://get.helm.sh/helm-v3.19.5-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.5-linux-riscv64.tar.gz.sha256sum) / a33b2df76300d33008a2b47107f289a0de31d461e6bfb2354bf1fd747ccecc9b)
- [Windows amd64](https://get.helm.sh/helm-v3.19.5-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.19.5-windows-amd64.zip.sha256sum) / f258b0d17a4c914ad453f9d8cc21643dddd354f4fbad4c7c595cf3480221379e)
- [Windows arm64](https://get.helm.sh/helm-v3.19.5-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.19.5-windows-arm64.zip.sha256sum) / 232bccce9fe4212a22acc210a555edc75e101b26fb9a9eb1442c32bda8d102bf)

This release was signed with `208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155` and can be found at @scottrigby [keybase account](https://keybase.io/r6by). Please use the attached signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`.

## What's Next

- 4.1.0 and 3.20.0 is the next minor releases and will be on January 21, 2026
- 4.1.1 and 3.20.1 are the next patch releases and will be on March 11, 2026

## Changelog

- fix(rollback): `errors.Is` instead of string comp 4a19a5b6fb912c5c28a779e73f2e0880d9e239a4 (Hidde Beydals)
- fix(uninstall): supersede deployed releases 7a00235a0622b6eae1d06fbb87c2a33b718cbd7e (Hidde Beydals)
- fix null merge 578564ee26171e5ca2ee0edd0c06cb58a72fba87 (Ben Foster)
v3.20.0
Helm v3.20.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](https://kubernetes.slack.com):
  -  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](https://zoom.us/j/696660622)
- Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

## Notable Changes

- SDK: bump k8s API versions to v0.35.0
- v3 backport: Fixed a bug where helm uninstall with --keep-history did not suspend previous deployed releases https://github.com/helm/helm/pull/12564
- v3 backport: Bump Go version to v1.25

## Installation and Upgrading

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

- [MacOS amd64](https://get.helm.sh/helm-v3.20.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-darwin-amd64.tar.gz.sha256sum) / 724aef60f737ca73cfcc77924219dbfb229dde8492b2722cb372da617fd77367)
- [MacOS arm64](https://get.helm.sh/helm-v3.20.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-darwin-arm64.tar.gz.sha256sum) / 1cb8022ef9c88026adf236cbdf02a80bf7678632d1c39d3d8045e815959ab20e)
- [Linux amd64](https://get.helm.sh/helm-v3.20.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-amd64.tar.gz.sha256sum) / dbb4c8fc8e19d159d1a63dda8db655f9ffa4aac1b9a6b188b34a40957119b286)
- [Linux arm](https://get.helm.sh/helm-v3.20.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-arm.tar.gz.sha256sum) / e66b9bcb51130f372b4750b2da83679e59d04633bfa825a1936c0b1039035bf0)
- [Linux arm64](https://get.helm.sh/helm-v3.20.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-arm64.tar.gz.sha256sum) / bfb14953295d5324d47ab55f3dfba6da28d46c848978c8fbf412d4271bdc29f1)
- [Linux i386](https://get.helm.sh/helm-v3.20.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-386.tar.gz.sha256sum) / e8e39f6df8b1c6d9d0f98f658d619c22c5a249a72975510d367def5e19adc7eb)
- [Linux ppc64le](https://get.helm.sh/helm-v3.20.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-ppc64le.tar.gz.sha256sum) / 3a44cf2df45274f907743997b9cef069e94589238324cf5116f9a3c092c743bf)
- [Linux s390x](https://get.helm.sh/helm-v3.20.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-s390x.tar.gz.sha256sum) / f38b6bb56db05fb7da82668d0cc82470a07fe17a5f881378d536cee68384c974)
- [Linux riscv64](https://get.helm.sh/helm-v3.20.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-linux-riscv64.tar.gz.sha256sum) / b4336a2bf9b9a914897cb36b4343d4fd583cb4703dc2478d696a667391f30f2c)
- [Windows amd64](https://get.helm.sh/helm-v3.20.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.20.0-windows-amd64.zip.sha256sum) / f9c7f686788d7b78775d3a3592fd98596aa825010cb9d157c9fbe3baabee1084)
- [Windows arm64](https://get.helm.sh/helm-v3.20.0-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.20.0-windows-arm64.zip.sha256sum) / 4095cb1c46e29e9a7487fdbbee384d14656d3fa43dd8ef789061db6e29f0457b)

This release was signed with `208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155` and can be found at @scottrigby [keybase account](https://keybase.io/r6by). Please use the attached signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`.

## What's Next

- 4.1.1 and 3.20.1 are the next patch releases, scheduled for March 11, 2026
- 4.2.0 and 3.21.0 are the next minor releases, scheduled for May 13, 2026

## Changelog

- bump version to v3.20 f6e17f673581b076782a0480d9c76938eca13e10 (Scott Rigby)
- chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 4f5a655876a97f46458c488d96c3c486e8f8463d (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 65c504a4ae9f9fd7b6ed6e4fbc29a1380a2da211 (dependabot[bot])
- chore(deps): bump github.com/foxcpp/go-mockdns from 1.1.0 to 1.2.0 f3b8af418e4379ef76d95c889435b6bda4e7edfa (dependabot[bot])
- chore(deps): bump the k8s-io group with 7 updates 89c2c615929dbefd2a9c91a0057136d1f7924e6d (dependabot[bot])
- [dev-v3] Replace deprecated `NewSimpleClientset` 526076ee3bb864707badb22b7f0f446181f628f6 (George Jenkins)
- [dev-v3] Bump Go v1.25, `golangci-lint` v2 0ae8e4f2cbe418b5262b7f6d1acfe69d9de3e4e4 (George Jenkins)
- chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 e0d2595407bb97cfb4c6049e6de4cc518530a168 (dependabot[bot])
- chore(deps): bump github.com/containerd/containerd from 1.7.29 to 1.7.30 858acb17c3b1c505b806d9fe936b0336dd7f8bfd (dependabot[bot])
- fix(rollback): `errors.Is` instead of string comp 0cd9a60723d2fde199a625582ff068f5a253886c (Hidde Beydals)
- fix(uninstall): supersede deployed releases 8bb0b372268b45b260593061450f1c9dca9ddbb8 (Hidde Beydals)
- Use latest patch release of Go in releases 930ba6fc1333855a6e5ad2124ff2fb696805a169 (Matt Farina)
- chore(deps): bump the k8s-io group with 7 updates 582211cc451ed386c90f6cd22ba9649d5f97fe12 (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 585c25c5c5f86907ece4de4a3be57f80539e4459 (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 6f17d460bd31896add1655644339755b8295fd82 (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 46ff4277006b4b40844f9239ca08a55dd9f1aed9 (dependabot[bot])
- chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 28b813a7f4fe0c9f001aa3dd9c0250761ff062f8 (dependabot[bot])
- chore(deps): bump github.com/rubenv/sql-migrate from 1.8.0 to 1.8.1 5dde5d67b4a2dc7e6d63db3b42ce7a69c5ef6412 (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 362900b0644c18de506630573310dee9b29c1337 (dependabot[bot])
- chore(deps): bump github.com/cyphar/filepath-securejoin ec61de556e238a31f560b093b9ed8ccb5f3d0c78 (dependabot[bot])
- chore(deps): bump the k8s-io group with 7 updates a490607e2bcf64f61b99b01919aa3b1265afd4ad (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 8509bcc2af0cf49734ad41153604aaedcd3de0ad (dependabot[bot])
- chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0 d495a9402f620ed1d627021c44fb0259bf915b71 (dependabot[bot])
- Remove dev-v3 `helm-latest-version` publish 01dc6cc2cd63f121d0226544b3e5eb4b4dc6159e (George Jenkins)
- chore(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 6647f847c235828f2a87bfa3e63ca94aad8f0c54 (dependabot[bot])
- chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 b548118d29bd2eff97815a2f71ebd7db25e33f85 (dependabot[bot])
- Revert "pkg/registry: Login option for passing TLS config in memory" 6a67b553b478a8f2ad0b5bebbf79e1debdc839a4 (Scott Rigby)
- chore(deps): bump github.com/cyphar/filepath-securejoin 6d4f8c01be77831b1fcab035bab24f828c093958 (dependabot[bot])
- jsonschema: warn and ignore unresolved URN $ref to match v3.18.4 3f0da15437c0f0c9b38816baf609b87d94a46f40 (Benoit Tigeot)
- Fix `helm pull` untar dir check with repo urls e5e101cced707693ff7fd26880fd8c537c4297f0 (Luna Stadler)
- chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 6aae923d7f6cae85be0988605b2148bb006679b8 (dependabot[bot])
- chore(deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 1900c6a316ca12bcdcf8505d1e3ce17d4e681855 (dependabot[bot])
- chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 43e9297d0f9e2d43dd54a45820b900586815186a (dependabot[bot])
- chore(deps): bump github.com/cyphar/filepath-securejoin d347e2bab9b60b8c58ce59b16cbcb4a6639a182f (dependabot[bot])
- [backport] fix: get-helm-3 script use helm3-latest-version bd337b46bcce12bd903dc41c73340940fdcf8dab (George Jenkins)
- pkg/registry: Login option for passing TLS config in memory b80959f24fab6e081eb3fd73bae35729f239d07c (Matheus Pimenta)
- chore(deps): bump the k8s-io group with 7 updates 1ac9d34346c65fc3d44e6bfea73d2271528923eb (dependabot[bot])
- Fix deprecation warning 9a366b447452e78b092b1a5267d7efc9bbe74f11 (Benoit Tigeot)
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 0c5a17e49539e3f973081ba5961030702bf01508 (dependabot[bot])
- chore(deps): bump golang.org/x/term from 0.34.0 to 0.35.0 b9990214c9b20a553bf12ee1c2e0a35b93964099 (dependabot[bot])
- Avoid "panic: interface conversion: interface {} is nil" 2fe49f99ce39e9a33c77b664a8b9cef6117c1c3b (Benoit Tigeot)
- bump version to v3.19.0 c3610abd2dfd1bf21914db480e76f2358039defb (Scott Rigby)
- chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 73b449f80b4eb98fd099d40272132bced948259b (dependabot[bot])
- fix: set repo authorizer in registry.Client.Resolve() ffbc53723a47fe0b47551c35963ef8b7f7523832 (Eric Stroczynski)
- fix null merge f0b699eabba56ef3057561779dc30fafc5c07064 (Ben Foster)
- Add timeout flag to repo add and update flags 79a9cc5653eb5a6f58e5e10fcc1e7f00f43653c0 (Reinhard Nägele)
v3.20.0-rc.1
Helm v3.20.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.20.0 is officially released.

The official changelog will come out with the v3.20.0 release. For now, you can see the commit changes from v3.19.4 [here](https://github.com/helm/helm/compare/v3.19.4...v3.20.0-rc.1).

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com):
  -  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](https://zoom.us/j/696660622)
- Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

## Installation and Upgrading

Download Helm v3.20.0-rc.1. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.20.0-rc.1-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-darwin-amd64.tar.gz.sha256sum) / 2433b602d8067629e572674cd456e3e0e3687ef5fba7278e4251e0475255926b)
- [MacOS arm64](https://get.helm.sh/helm-v3.20.0-rc.1-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-darwin-arm64.tar.gz.sha256sum) / 332d08eae3aa0802cebba181232d921bc8971419d34aee5a582f24aa0f6a7eb0)
- [Linux amd64](https://get.helm.sh/helm-v3.20.0-rc.1-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-amd64.tar.gz.sha256sum) / bada6e52e7cf1d2cc4c89e7a39d57d4c793b898f2bac2d0ff73a3700c95430b0)
- [Linux arm](https://get.helm.sh/helm-v3.20.0-rc.1-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-arm.tar.gz.sha256sum) / a629277cee70aea2ca358b1aedde5f825d234c47f98927a604793bf00b155637)
- [Linux arm64](https://get.helm.sh/helm-v3.20.0-rc.1-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-arm64.tar.gz.sha256sum) / 838e40ea46e2383f154aa091798e697e35cf70d87c67b4f5cf2969944fb07a62)
- [Linux i386](https://get.helm.sh/helm-v3.20.0-rc.1-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-386.tar.gz.sha256sum) / 8014e7d49beed026a4f78e3f6043241b782c0ae6eb5c6641c17aa3084149cca3)
- [Linux ppc64le](https://get.helm.sh/helm-v3.20.0-rc.1-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-ppc64le.tar.gz.sha256sum) / 7d86a3e237c89f3f0d11d6a9a861a62a7f42d96cb9a77dcfe31100235da44830)
- [Linux s390x](https://get.helm.sh/helm-v3.20.0-rc.1-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-s390x.tar.gz.sha256sum) / 0a8ccf9d692f59a54c47264ce261f317c45becf8da93747e6d06cdfbd9f5a71a)
- [Linux riscv64](https://get.helm.sh/helm-v3.20.0-rc.1-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-linux-riscv64.tar.gz.sha256sum) / 991f9a669fcc24d322bf31c3d27af9fde0b25d111d09b3ec236e59a329f495e5)
- [Windows amd64](https://get.helm.sh/helm-v3.20.0-rc.1-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-windows-amd64.zip.sha256sum) / c7146a40a55f9a6845d2355c746216fd2e67cf4f2efeb41f4a54ab78d7579bdb)
- [Windows arm64](https://get.helm.sh/helm-v3.20.0-rc.1-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.20.0-rc.1-windows-arm64.zip.sha256sum) / a3efe6b01f6a53a393b0163894ed3b9cfcc345d83eeb60ca938d90420d54d228)

This release was signed with `208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155` and can be found at @scottrigby [keybase account](https://keybase.io/r6by). Please use the attached signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`.
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2026
@olblak olblak enabled auto-merge (squash) February 13, 2026 13:19
@olblak olblak merged commit ea33d0b into main Feb 13, 2026
5 checks passed
@olblak olblak deleted the updatecli_main_27f61867a5a6182d96ff2360f56d00410af5402ed685d4085c8ca1559243eee6 branch February 13, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant