chore(deps): update all-minor-patch-updates #312

Merged
williamp merged 1 commits from renovate/all-minor-patch-updates into main 2026-05-14 23:58:31 +00:00
Member

This PR contains the following updates:

Package Update Change
argo-cd patch 9.5.13 -> 9.5.14
cloudflare/cloudflared minor 2026.3.0 -> 2026.5.0
kite minor 0.11.0 -> 0.12.1
kube-prometheus-stack (source) patch 85.0.2 -> 85.0.3
traefik (source) minor 40.1.0 -> 40.2.0

Release Notes

argoproj/argo-helm (argo-cd)

v9.5.14

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.13...argo-cd-9.5.14

cloudflare/cloudflared (cloudflare/cloudflared)

v2026.5.0

Compare Source

SHA256 Checksums:
cloudflared-amd64.pkg: 3bba5d1ae1fc7f4e224da244b15c281588f774f649bd15ef148ab7577df9a87d
cloudflared-arm64.pkg: e0aeda65c34359dcd71f228137fe5bcb4e2b36cde41acbeaed018141f18a17a1
cloudflared-darwin-amd64.tgz: 2b9ad49aee5d390ba9b9bf949a0576cc1e5f1e7444a59f4db0f0ceff05560542
cloudflared-darwin-arm64.tgz: 2c1664a06fb7bc4d3af24e208ee34a1b5ed4610006dab98aa3e65cccf2c6b444
cloudflared-fips-linux-amd64: e340475b8ea87469ffeb2d244fa33502a690ccd414be5d31be0a622f5a19f2ef
cloudflared-fips-linux-amd64.deb: 6741ed3e67a3ead2b6f54514de532e8956234f7b4c87b546c98d45fe07626eb1
cloudflared-fips-linux-x86_64.rpm: 365ac1ee3520f8979077840842e3b45f114c482812b2390c5e8694c9e4aa4c55
cloudflared-linux-386: af63c00d89e92538b40b1e3b8a264558f17c23d706b3b07c1c5a0f21e5f27942
cloudflared-linux-386.deb: fd5dda4a50377baed4cdcfa0b112e1d82a7f6db13fbc653a80cd99748ee573e8
cloudflared-linux-386.rpm: 63685d4209bb0313b75dd852b9e0f3760101cbed20a88e242f412bb20314d49a
cloudflared-linux-aarch64.rpm: ae3f0dcfb98d492a850e446b311d1a1bde858735dbe107f69bdf61ac21ac2dcc
cloudflared-linux-amd64: 0095e46fdc88855d801c4d304cb1f5dd4bd656116c47ab94c2ad0ae7cda1c7ec
cloudflared-linux-amd64.deb: 0173a478774c635e577ef1eaa5a49af88d09d2d69b4a3e46f7033598f68f6521
cloudflared-linux-arm: 22394bc6d820b48a7a273f4d61a8b2f512243404b3f69388fae9632a3d253bb5
cloudflared-linux-arm.deb: 066763b36571d8ab5807b4d86b73c85eed98e0f072bddb83b239ea2dd49bc321
cloudflared-linux-arm.rpm: 3b103fdd463a82f360f4e9d2b1405b7b51bc225f569278f8ea5236028d7a5d80
cloudflared-linux-arm64: 2dc0945345677d27de3ae390a31c3b168866b48766da5f4cfd3fc473ce572303
cloudflared-linux-arm64.deb: 4e80137180f64ab1c7f4bd8aa324907aefe2da25ef62e2a8f3fdd3601dc70be6
cloudflared-linux-armhf: fcd05d6fef48b120c582c26625915bb9bc5713b21105a2c0c142fe72c205adee
cloudflared-linux-armhf.deb: b74468de70ef23aacb04c834f853b3dde050fc8a788ca2739a1d48837bae0687
cloudflared-linux-armhf.rpm: d72e0da0b97ab312a703ec1b86319e84046e170c1754b16733b6782d65955340
cloudflared-linux-x86_64.rpm: 31ba4df6de0bb7678856dd7a35eb3cb6db63ce96ea5bca5062c750cb88af5bec
cloudflared-windows-386.exe: f4294840f044dcfad86d5baccb63d92d3efc3ef1528a6f4962b367477af1dc5f
cloudflared-windows-386.msi: fa7209bb4269140267e81ac6bfb476b5f7c6851f309a245335bd11e82737b670
cloudflared-windows-amd64.exe: f141cded099c239171ad2cea6fb5da0fdaa2bd36104c3074d883f9546519eba7
cloudflared-windows-amd64.msi: 412f9d971a8b0dee307ea49e73cc363be775a43008df66d8dd398e621789d06e
kite-org/kite (kite)

v0.12.1

Compare Source

What's Changed

Highlight
  • Added Helm support for managing Helm releases and charts.
  • Added App catalog for discovering and deploying applications from Artifact Hub.
  • Added multi-namespace selection for resource tables.
  • Added many native Kubernetes resource types across core, apps, networking, storage, certificates, coordination, scheduling, admission, resource, and migration APIs.
  • Added deployment expose dialog for creating Services from Deployments.
Fixes And Hardening
  • Fixed Kubernetes proxy handling for hop-by-hop headers.
  • Prometheus auto-discovery now skips headless services and only selects expected Prometheus-compatible ports.
  • Improved column helper usage across resource list pages.
  • Resource apply now checks create and update permissions against the actual operation.
  • OAuth JWT refresh now rejects expired tokens that cannot be refreshed.
  • Fixed resource API version fallback behavior.
Dependencies
  • Updated Go dependencies, including Anthropic SDK, Go crypto/net, Kubernetes libraries, and controller-runtime.
  • Updated frontend dependencies, including React, Vite, Tailwind, TanStack Query, Tabler icons, Vitest, and TypeScript ESLint.
  • Upgraded ESLint tooling.

Thanks @​zxh326, @​zzl221000, @​immanuwell

Full Changelog: https://github.com/kite-org/kite/compare/v0.11.0...v0.12.0

v0.12.0

Compare Source

What's Changed

Highlight
  • Added Helm support for managing Helm releases and charts.
  • Added App catalog for discovering and deploying applications from Artifact Hub.
  • Added multi-namespace selection for resource tables.
  • Added many native Kubernetes resource types across core, apps, networking, storage, certificates, coordination, scheduling, admission, resource, and migration APIs.
  • Added deployment expose dialog for creating Services from Deployments.
Fixes And Hardening
  • Fixed Kubernetes proxy handling for hop-by-hop headers.
  • Prometheus auto-discovery now skips headless services and only selects expected Prometheus-compatible ports.
  • Improved column helper usage across resource list pages.
  • Resource apply now checks create and update permissions against the actual operation.
  • OAuth JWT refresh now rejects expired tokens that cannot be refreshed.
  • Fixed resource API version fallback behavior.
Dependencies
  • Updated Go dependencies, including Anthropic SDK, Go crypto/net, Kubernetes libraries, and controller-runtime.
  • Updated frontend dependencies, including React, Vite, Tailwind, TanStack Query, Tabler icons, Vitest, and TypeScript ESLint.
  • Upgraded ESLint tooling.

Thanks @​zxh326, @​zzl221000

Full Changelog: https://github.com/kite-org/kite/compare/v0.11.0...v0.12.0

prometheus-community/helm-charts (kube-prometheus-stack)

v85.0.3

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.21.4...kube-prometheus-stack-85.0.3

traefik/traefik-helm-chart (traefik)

v40.2.0

Compare Source

Upgrade guide

[!IMPORTANT]
This release is the first release without Gateway API v1.5.1 CRDs. The reason why it has been removed is detailed in #​1169.
See UPGRADING instructions and upstream migration guide.

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.1 (default)
  • Traefik Hub: v3.19.3 -> v3.20.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argo-cd](https://github.com/argoproj/argo-helm) | patch | `9.5.13` -> `9.5.14` | | [cloudflare/cloudflared](https://github.com/cloudflare/cloudflared) | minor | `2026.3.0` -> `2026.5.0` | | [kite](https://github.com/kite-org/kite) | minor | `0.11.0` -> `0.12.1` | | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | patch | `85.0.2` -> `85.0.3` | | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | minor | `40.1.0` -> `40.2.0` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v9.5.14`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.5.14) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.13...argo-cd-9.5.14) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(deps): bump the dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/argoproj/argo-helm/pull/3881 - chore(deps): update renovatebot/github-action action to v46.1.14 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/3883 - chore(argo-cd): Update dependency argoproj/argo-cd to v3.4.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/3890 **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.13...argo-cd-9.5.14 </details> <details> <summary>cloudflare/cloudflared (cloudflare/cloudflared)</summary> ### [`v2026.5.0`](https://github.com/cloudflare/cloudflared/releases/tag/2026.5.0) [Compare Source](https://github.com/cloudflare/cloudflared/compare/2026.3.0...2026.5.0) ##### SHA256 Checksums: cloudflared-amd64.pkg: 3bba5d1ae1fc7f4e224da244b15c281588f774f649bd15ef148ab7577df9a87d cloudflared-arm64.pkg: e0aeda65c34359dcd71f228137fe5bcb4e2b36cde41acbeaed018141f18a17a1 cloudflared-darwin-amd64.tgz: 2b9ad49aee5d390ba9b9bf949a0576cc1e5f1e7444a59f4db0f0ceff05560542 cloudflared-darwin-arm64.tgz: 2c1664a06fb7bc4d3af24e208ee34a1b5ed4610006dab98aa3e65cccf2c6b444 cloudflared-fips-linux-amd64: e340475b8ea87469ffeb2d244fa33502a690ccd414be5d31be0a622f5a19f2ef cloudflared-fips-linux-amd64.deb: 6741ed3e67a3ead2b6f54514de532e8956234f7b4c87b546c98d45fe07626eb1 cloudflared-fips-linux-x86_64.rpm: 365ac1ee3520f8979077840842e3b45f114c482812b2390c5e8694c9e4aa4c55 cloudflared-linux-386: af63c00d89e92538b40b1e3b8a264558f17c23d706b3b07c1c5a0f21e5f27942 cloudflared-linux-386.deb: fd5dda4a50377baed4cdcfa0b112e1d82a7f6db13fbc653a80cd99748ee573e8 cloudflared-linux-386.rpm: 63685d4209bb0313b75dd852b9e0f3760101cbed20a88e242f412bb20314d49a cloudflared-linux-aarch64.rpm: ae3f0dcfb98d492a850e446b311d1a1bde858735dbe107f69bdf61ac21ac2dcc cloudflared-linux-amd64: 0095e46fdc88855d801c4d304cb1f5dd4bd656116c47ab94c2ad0ae7cda1c7ec cloudflared-linux-amd64.deb: 0173a478774c635e577ef1eaa5a49af88d09d2d69b4a3e46f7033598f68f6521 cloudflared-linux-arm: 22394bc6d820b48a7a273f4d61a8b2f512243404b3f69388fae9632a3d253bb5 cloudflared-linux-arm.deb: 066763b36571d8ab5807b4d86b73c85eed98e0f072bddb83b239ea2dd49bc321 cloudflared-linux-arm.rpm: 3b103fdd463a82f360f4e9d2b1405b7b51bc225f569278f8ea5236028d7a5d80 cloudflared-linux-arm64: 2dc0945345677d27de3ae390a31c3b168866b48766da5f4cfd3fc473ce572303 cloudflared-linux-arm64.deb: 4e80137180f64ab1c7f4bd8aa324907aefe2da25ef62e2a8f3fdd3601dc70be6 cloudflared-linux-armhf: fcd05d6fef48b120c582c26625915bb9bc5713b21105a2c0c142fe72c205adee cloudflared-linux-armhf.deb: b74468de70ef23aacb04c834f853b3dde050fc8a788ca2739a1d48837bae0687 cloudflared-linux-armhf.rpm: d72e0da0b97ab312a703ec1b86319e84046e170c1754b16733b6782d65955340 cloudflared-linux-x86_64.rpm: 31ba4df6de0bb7678856dd7a35eb3cb6db63ce96ea5bca5062c750cb88af5bec cloudflared-windows-386.exe: f4294840f044dcfad86d5baccb63d92d3efc3ef1528a6f4962b367477af1dc5f cloudflared-windows-386.msi: fa7209bb4269140267e81ac6bfb476b5f7c6851f309a245335bd11e82737b670 cloudflared-windows-amd64.exe: f141cded099c239171ad2cea6fb5da0fdaa2bd36104c3074d883f9546519eba7 cloudflared-windows-amd64.msi: 412f9d971a8b0dee307ea49e73cc363be775a43008df66d8dd398e621789d06e </details> <details> <summary>kite-org/kite (kite)</summary> ### [`v0.12.1`](https://github.com/kite-org/kite/releases/tag/v0.12.1) [Compare Source](https://github.com/kite-org/kite/compare/v0.12.0...v0.12.1) #### What's Changed ##### Highlight - Added Helm support for managing Helm releases and charts. - Added App catalog for discovering and deploying applications from Artifact Hub. - Added multi-namespace selection for resource tables. - Added many native Kubernetes resource types across core, apps, networking, storage, certificates, coordination, scheduling, admission, resource, and migration APIs. - Added deployment expose dialog for creating Services from Deployments. ##### Fixes And Hardening - Fixed Kubernetes proxy handling for hop-by-hop headers. - Prometheus auto-discovery now skips headless services and only selects expected Prometheus-compatible ports. - Improved column helper usage across resource list pages. - Resource apply now checks create and update permissions against the actual operation. - OAuth JWT refresh now rejects expired tokens that cannot be refreshed. - Fixed resource API version fallback behavior. ##### Dependencies - Updated Go dependencies, including Anthropic SDK, Go crypto/net, Kubernetes libraries, and controller-runtime. - Updated frontend dependencies, including React, Vite, Tailwind, TanStack Query, Tabler icons, Vitest, and TypeScript ESLint. - Upgraded ESLint tooling. Thanks [@&#8203;zxh326](https://github.com/zxh326), [@&#8203;zzl221000](https://github.com/zzl221000), [@&#8203;immanuwell](https://github.com/immanuwell) **Full Changelog**: https://github.com/kite-org/kite/compare/v0.11.0...v0.12.0 ### [`v0.12.0`](https://github.com/kite-org/kite/releases/tag/v0.12.0) [Compare Source](https://github.com/kite-org/kite/compare/v0.11.0...v0.12.0) #### What's Changed ##### Highlight - Added Helm support for managing Helm releases and charts. - Added App catalog for discovering and deploying applications from Artifact Hub. - Added multi-namespace selection for resource tables. - Added many native Kubernetes resource types across core, apps, networking, storage, certificates, coordination, scheduling, admission, resource, and migration APIs. - Added deployment expose dialog for creating Services from Deployments. ##### Fixes And Hardening - Fixed Kubernetes proxy handling for hop-by-hop headers. - Prometheus auto-discovery now skips headless services and only selects expected Prometheus-compatible ports. - Improved column helper usage across resource list pages. - Resource apply now checks create and update permissions against the actual operation. - OAuth JWT refresh now rejects expired tokens that cannot be refreshed. - Fixed resource API version fallback behavior. ##### Dependencies - Updated Go dependencies, including Anthropic SDK, Go crypto/net, Kubernetes libraries, and controller-runtime. - Updated frontend dependencies, including React, Vite, Tailwind, TanStack Query, Tabler icons, Vitest, and TypeScript ESLint. - Upgraded ESLint tooling. Thanks [@&#8203;zxh326](https://github.com/zxh326), [@&#8203;zzl221000](https://github.com/zzl221000) **Full Changelog**: https://github.com/kite-org/kite/compare/v0.11.0...v0.12.0 </details> <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v85.0.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-85.0.3) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-85.0.2...kube-prometheus-stack-85.0.3) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[CI] Update dependency helm/helm to v4.2.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6914 - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6915 **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.21.4...kube-prometheus-stack-85.0.3 </details> <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`v40.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v40.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v40.1.0...v40.2.0) **Upgrade guide** > \[!IMPORTANT] > This release is the first release without Gateway API v1.5.1 CRDs. The reason why it has been removed is detailed in [#&#8203;1169](https://github.com/traefik/traefik-helm-chart/issues/1669). > See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading) instructions and upstream [migration guide](https://doc.traefik.io/traefik/v3.7/migrate/v3/#v371). #### :rocket: Features - feat(provider): :sparkles: support crossProviderNamespaces on kubernetes providers [#&#8203;1851](https://github.com/traefik/traefik-helm-chart/issues/1851) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(hub): :rocket: support traefik hub v3.20.2 [#&#8203;1853](https://github.com/traefik/traefik-helm-chart/issues/1853) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :bug: Bug fixes - fix: remove Gateway API CRDs [#&#8203;1850](https://github.com/traefik/traefik-helm-chart/issues/1850) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :package: Others - docs: add CLAUDE.md [#&#8203;1849](https://github.com/traefik/traefik-helm-chart/issues/1849) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - docs: switch CLAUDE.md to wider AGENTS.md [#&#8203;1852](https://github.com/traefik/traefik-helm-chart/issues/1852) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(release): 🚀 publish 40.2.0 [#&#8203;1854](https://github.com/traefik/traefik-helm-chart/issues/1854) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### 👌 Traefik version support - Traefik Proxy: v3.6.0 -> v3.7.1 (default) - Traefik Hub: v3.19.3 -> v3.20.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC42IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/all-minor-patch-updates from c37c3645d1 to 6c41bb596e 2026-05-13 13:00:46 +00:00 Compare
renovate-bot changed title from chore(deps): update helm release argo-cd to v9.5.14 to chore(deps): update all-minor-patch-updates 2026-05-13 13:00:57 +00:00
renovate-bot force-pushed renovate/all-minor-patch-updates from 6c41bb596e to cd21862610 2026-05-13 14:00:54 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch-updates from cd21862610 to fec2f1e63d 2026-05-13 18:00:31 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch-updates from fec2f1e63d to 968e8f8d95 2026-05-13 19:00:27 +00:00 Compare
renovate-bot added 1 commit 2026-05-14 07:00:31 +00:00
renovate-bot force-pushed renovate/all-minor-patch-updates from 968e8f8d95 to 5a110d718e 2026-05-14 07:00:31 +00:00 Compare
williamp merged commit 7da13df2d9 into main 2026-05-14 23:58:31 +00:00
williamp deleted branch renovate/all-minor-patch-updates 2026-05-14 23:58:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: infrastructure/weyma-talos#312