chore(deps): update module helm.sh/helm/v3 to v3.20.2 (9.4)#4714
chore(deps): update module helm.sh/helm/v3 to v3.20.2 (9.4)#4714elastic-renovate-prod[bot] merged 11 commits into9.4from
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
This pull request is now in conflicts. Could you fix it? 🙏 |
35aa2e5 to
b3734a3
Compare
|
This pull request is now in conflicts. Could you fix it? 🙏 |
6fa578a to
f1cafbc
Compare
|
This pull request is now in conflicts. Could you fix it? 🙏 |
f1cafbc to
37cfe49
Compare
37cfe49 to
2cdff4a
Compare
2cdff4a to
9d82fd1
Compare
…vider tests k8s v0.35 enables WatchListClient by default, causing informer cache sync to hang when using the fake client in tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
…eout k8s v0.35+ fake.NewClientset triggers a one-time sync.Once that parses a large JSON schema via structured-merge-diff. This initialization can take >100ms and times out the pre-commit go-test hook (-timeout 100ms). Add a TestMain to all test packages that use fake.NewClientset, calling fake.NewClientset() once before m.Run(). TestMain runs before the test timeout timer starts, so the slow first-call cost is amortized outside of the 100ms window. Affected packages: - internal/dataprovider/providers/k8s - internal/flavors/benchmark - internal/processor/add_cluster_id - internal/resources/fetching/fetchers/aws - internal/resources/fetching/fetchers/k8s (pre-warm added to existing TestMain) - internal/uniqueness Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The revive linter flags os.Exit in TestMain as redundant since Go 1.15: the test runner automatically propagates the exit code when TestMain returns. Drop os.Exit and the unused "os" import from all setup_test.go files. The fake.NewClientset() pre-warm still runs before m.Run(), so the 100ms timeout workaround remains effective. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
k8s v0.35+ marks fake.NewSimpleClientset as deprecated in favor of fake.NewClientset which supports field management for server-side apply. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This pull request is now in conflicts. Could you fix it? 🙏 |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Resolve conflict: keep k8s packages at v0.35.3 (from 9.4 base) since that is newer than helm's v0.35.1 requirement; retain both sets of go.sum hashes to satisfy the full module graph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This pull request is now in conflicts. Could you fix it? 🙏 |
Resolve go.mod: take k8s.io/apiextensions-apiserver, apiserver, cli-runtime, and component-base at v0.35.4 from 9.4 (branch had v0.35.1 indirect deps that go mod tidy would upgrade to match k8s.io/api v0.35.4). Resolve go.sum: take v0.35.4 hashes for k8s packages, remove stale v0.33.3/v0.35.1/v0.35.3 entries, remove stale kubectl v0.33.3 entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
With the updated k8s dependencies, mxk/go-flowrate is no longer in the dependency graph and go mod tidy removes it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merge Queue Status
This pull request spent 34 seconds in the queue, with no time running CI. ReasonThe pull request conflicts with the base branch HintYou should update or rebase your pull request. If you want to requeue this pull request, you can post a |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
Resolve kubectl conflict: take v0.35.4 from 9.4 (merged via PR #4729) over branch's v0.35.1 (from helm's transitive deps), as MVS picks max. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This PR contains the following updates:
v3.18.6->v3.20.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
helm/helm (helm.sh/helm/v3)
v3.20.2: Helm v3.20.2Compare Source
v3.20.2
Helm v3.20.2 is a security patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Security fixes
Chart.yamlname dot-segmentInstallation and Upgrading
Download Helm v3.20.2. The common platform binaries are here:
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
Changelog
8fb76d6(George Jenkins)3a8927e(Terry Howe)v3.20.1: Helm v3.20.1Compare Source
Helm v3.20.1 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!
Notable Changes
Installation and Upgrading
Download Helm v3.20.1. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
a2369ca(dependabot[bot])90e1056(Pedro Tôrres)911f2e9(Pedro Tôrres)76dad33(Evans Mungai)45c12f7(Evans Mungai)26c6f19(Evans Mungai)09f5129(Evans Mungai)417deb2(Evans Mungai)5417bfa(Evans Mungai)v3.20.0: Helm v3.20.0Compare Source
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!
Notable Changes
Installation and Upgrading
Download Helm v3.20.0. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
f6e17f6(Scott Rigby)4f5a655(dependabot[bot])65c504a(dependabot[bot])f3b8af4(dependabot[bot])89c2c61(dependabot[bot])NewSimpleClientset526076e(George Jenkins)golangci-lintv20ae8e4f(George Jenkins)e0d2595(dependabot[bot])858acb1(dependabot[bot])errors.Isinstead of string comp0cd9a60(Hidde Beydals)8bb0b37(Hidde Beydals)930ba6f(Matt Farina)582211c(dependabot[bot])585c25c(dependabot[bot])6f17d46(dependabot[bot])46ff427(dependabot[bot])28b813a(dependabot[bot])5dde5d6(dependabot[bot])362900b(dependabot[bot])ec61de5(dependabot[bot])a490607(dependabot[bot])8509bcc(dependabot[bot])d495a94(dependabot[bot])helm-latest-versionpublish01dc6cc(George Jenkins)6647f84(dependabot[bot])b548118(dependabot[bot])6a67b55(Scott Rigby)6d4f8c0(dependabot[bot])3f0da15(Benoit Tigeot)helm pulluntar dir check with repo urlse5e101c(Luna Stadler)6aae923(dependabot[bot])1900c6a(dependabot[bot])43e9297(dependabot[bot])d347e2b(dependabot[bot])bd337b4(George Jenkins)b80959f(Matheus Pimenta)1ac9d34(dependabot[bot])9a366b4(Benoit Tigeot)0c5a17e(dependabot[bot])b999021(dependabot[bot])2fe49f9(Benoit Tigeot)c3610ab(Scott Rigby)73b449f(dependabot[bot])ffbc537(Eric Stroczynski)f0b699e(Ben Foster)79a9cc5(Reinhard Nägele)v3.19.5: Helm v3.19.5Compare Source
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!
Notable Changes
Installation and Upgrading
Download Helm v3.19.5. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
errors.Isinstead of string comp4a19a5b(Hidde Beydals)7a00235(Hidde Beydals)578564e(Ben Foster)v3.19.4: Helm v3.19.4Compare Source
Helm v3.19.4 is a security fix for a Go CVE in the previous tag. This patch release rebuilds the Helm
v3.19.3release with the latest Go toolchain, to fix the Go CVE. Users are encouraged to upgrade.The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.4. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
7cfb6e4(Matt Farina)59c951f(dependabot[bot])d45f3f1(dependabot[bot])d459544(dependabot[bot])becd387(dependabot[bot])edb1579(dependabot[bot])v3.19.3: Helm v3.19.3Compare Source
Helm v3.19.3 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!
Installation and Upgrading
Download Helm v3.19.3. The common platform binaries are here:
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
Changelog
0707f56(Dirk Müller)8766e71(George Jenkins)v3.19.2: Helm v3.19.2Compare Source
Helm v3.19.2 is a patch release. It is a rebuild of the v3.19.1 release with no code changes.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.19.2. The common platform binaries are here:
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
Changelog
8766e71(George Jenkins)v3.19.1: Helm v3.19.1Compare Source
Helm v3.19.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!
Installation and Upgrading
Download Helm v3.19.1. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98Eand can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
4f953c2(dependabot[bot])6801f4d(Benoit Tigeot)2f619be(Benoit Tigeot)helm pulluntar dir check with repo urls8112d47(Luna Stadler)5dff7ce(Benoit Tigeot)2dad4d2(dependabot[bot])a833710(Reinhard Nägele)2e12c81(Dirk Müller)v3.19.0: Helm v3.19.0Compare Source
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!
Notable Changes
helm pullregression from 3.18 - error pulling OCI charts with --password #31230helm lintregression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x #31166helm createadded httproute from gateway-api to create chart template #30658Installation and Upgrading
Download Helm v3.19.0. The common platform binaries are here:
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.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
Changelog
3d8990f(Scott Rigby)9a54bf1(Evans Mungai)5af0f68(dependabot[bot])e485606(dependabot[bot])6355c3d(dependabot[bot])ec61f66(dependabot[bot])b278020(Isaiah Lewis)d33ac5e(Isaiah Lewis)8543709(Isaiah Lewis)89a3f90(dependabot[bot])da4c583(Terry Howe)e40b1b3(dependabot[bot])a27e9db(dependabot[bot])f13afaa(Matt Farina)039b0b1(Matt Farina)bec98a9(dependabot[bot])6d9509a(Robert Sirchia)807225e(Borys Hulii)cbbd569(dependabot[bot])5e8ff72(Terry Howe)5b5fb5b(dependabot[bot])d12538a(dependabot[bot])303f803(dependabot[bot])abcc2ed(dependabot[bot])521c67b(dependabot[bot])227c9cb(Matt Farina)4389fa6(Matt Farina)372e403(dependabot[bot])4fa5a64(dependabot[bot])6284ed8(dependabot[bot])2c55a4e(Terry Howe)a16e986(Terry Howe)cea26d8(Terry Howe)b52bb41(Terry Howe)45075cf(dependabot[bot])73a7826(dependabot[bot])733f94c(Terry Howe)fc36041(Terry Howe)cfe8cef(Matt Farina)c33215d(Benoit Tigeot)f552b67(Benoit Tigeot)a18a52e(Brandt Keller)fedf502(Jesse Simpson)fe512ba(Jesse Simpson)099a9e1(Jesse Simpson)b07ab77(Brandt Keller)c225c12(Brandt Keller)Configuration
📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.