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

Merged
williamp merged 1 commits from renovate/all-minor-patch-updates into main 2026-04-23 00:22:33 +00:00
Member

This PR contains the following updates:

Package Update Change
argo-cd patch 9.5.2 -> 9.5.4
kite minor 0.9.0 -> 0.10.0
kube-prometheus-stack (source) minor 83.6.0 -> 83.7.0

Release Notes

argoproj/argo-helm (argo-cd)

v9.5.4

Compare Source

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

What's Changed

New Contributors

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4

v9.5.3

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.2...argo-cd-9.5.3

kite-org/kite (kite)

v0.10.0

Compare Source

What's Changed

Configuration And Deployment
  • Add GitOps-friendly configuration via KITE_CONFIG_FILE for super user, clusters, OAuth, LDAP, and RBAC configuration.

see docs https://kite.zzde.me/config/config-file.html

Authentication And Access Control
  • Added a Password Login toggle so admins can disable username/password login when LDAP or OAuth is used.
  • Improved OAuth compatibility with empty scopes, nested data user-info responses, and additional subject extraction behavior.
  • Fixed namespace filtering in global search so search results follow the same RBAC rules as namespace access.
  • Fixed RBAC handling when Kite is served under a base path.
Resources And UI
  • Added PodDisruptionBudget support, including list/search/sidebar integration and related resource discovery between Pods and PDBs.
  • Implemented real node drain behavior with cordon/eviction support and returned drain warnings.
  • Resource apply now supports multiple YAML documents in a single request.
  • Improved resource table layout, filtering, refresh controls, column preferences, and batch delete progress feedback.
  • Added admin-published global sidebar defaults so admins can publish or clear a shared sidebar layout.
AI And Terminal
  • Polished the AI Chat UI with clearer composer, history, message, tool-call, and structured-input handling.
  • Improved terminal, log streaming, and WebSocket handling around cluster context and base paths.
  • Added AI assistant documentation with screenshots and permission guidance.
Fixes And Hardening
  • Added a friendlier CRD-not-installed error state instead of showing a generic load failure.
  • Fixed ResourceTemplate edit/delete calls using undefined IDs.
  • Added delete audit/resource history logging.
  • Fixed CR list page and global search UI issues.
  • Updated Go and frontend dependencies.

Thanks @​GyroGearl00se @​anupam42 @​CoolShades @​FANLIYANG-OPS @​zxh326

New Contributors

Full Changelog: https://github.com/kite-org/kite/compare/v0.9.0...v0.10.0

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

v83.7.0

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/prom-label-proxy-0.19.0...kube-prometheus-stack-83.7.0


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.2` -> `9.5.4` | | [kite](https://github.com/kite-org/kite) | minor | `0.9.0` -> `0.10.0` | | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `83.6.0` -> `83.7.0` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v9.5.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.5.4) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(argo-cd): Change order of source URL by [@&#8203;nebula-it](https://github.com/nebula-it) in https://github.com/argoproj/argo-helm/pull/3837 #### New Contributors - [@&#8203;nebula-it](https://github.com/nebula-it) made their first contribution in https://github.com/argoproj/argo-helm/pull/3837 **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4 ### [`v9.5.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.5.3) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.2...argo-cd-9.5.3) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/argoproj/argo-helm/pull/3838 - chore(deps): update renovatebot/github-action action to v46.1.10 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/3839 - chore(argo-cd): Update dependency argoproj/argo-cd to v3.3.8 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/3841 **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.2...argo-cd-9.5.3 </details> <details> <summary>kite-org/kite (kite)</summary> ### [`v0.10.0`](https://github.com/kite-org/kite/releases/tag/v0.10.0) [Compare Source](https://github.com/kite-org/kite/compare/v0.9.0...v0.10.0) #### What's Changed ##### Configuration And Deployment - Add GitOps-friendly configuration via `KITE_CONFIG_FILE` for super user, clusters, OAuth, LDAP, and RBAC configuration. see docs https://kite.zzde.me/config/config-file.html ##### Authentication And Access Control - Added a Password Login toggle so admins can disable username/password login when LDAP or OAuth is used. - Improved OAuth compatibility with empty scopes, nested `data` user-info responses, and additional subject extraction behavior. - Fixed namespace filtering in global search so search results follow the same RBAC rules as namespace access. - Fixed RBAC handling when Kite is served under a base path. ##### Resources And UI - Added PodDisruptionBudget support, including list/search/sidebar integration and related resource discovery between Pods and PDBs. - Implemented real node drain behavior with cordon/eviction support and returned drain warnings. - Resource apply now supports multiple YAML documents in a single request. - Improved resource table layout, filtering, refresh controls, column preferences, and batch delete progress feedback. - Added admin-published global sidebar defaults so admins can publish or clear a shared sidebar layout. ##### AI And Terminal - Polished the AI Chat UI with clearer composer, history, message, tool-call, and structured-input handling. - Improved terminal, log streaming, and WebSocket handling around cluster context and base paths. - Added AI assistant documentation with screenshots and permission guidance. ##### Fixes And Hardening - Added a friendlier CRD-not-installed error state instead of showing a generic load failure. - Fixed ResourceTemplate edit/delete calls using `undefined` IDs. - Added delete audit/resource history logging. - Fixed CR list page and global search UI issues. - Updated Go and frontend dependencies. Thanks [@&#8203;GyroGearl00se](https://github.com/GyroGearl00se) [@&#8203;anupam42](https://github.com/anupam42) [@&#8203;CoolShades](https://github.com/CoolShades) [@&#8203;FANLIYANG-OPS](https://github.com/FANLIYANG-OPS) [@&#8203;zxh326](https://github.com/zxh326) #### New Contributors - [@&#8203;anupam42](https://github.com/anupam42) made their first contribution in https://github.com/kite-org/kite/pull/494 - [@&#8203;CoolShades](https://github.com/CoolShades) made their first contribution in https://github.com/kite-org/kite/pull/479 **Full Changelog**: https://github.com/kite-org/kite/compare/v0.9.0...v0.10.0 </details> <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v83.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-83.7.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-83.6.0...kube-prometheus-stack-83.7.0) 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 - \[kube-prometheus-stack] Update https://github.com/kubernetes-monitoring/kubernetes-mixin digest to [`afc9733`](https://github.com/prometheus-community/helm-charts/commit/afc9733) by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6858 **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prom-label-proxy-0.19.0...kube-prometheus-stack-83.7.0 </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 09659ef1ee to 2cfc3077de 2026-04-21 20:01:00 +00:00 Compare
renovate-bot changed title from chore(deps): update helm release kube-prometheus-stack to v83.7.0 to chore(deps): update all-minor-patch-updates 2026-04-21 20:01:26 +00:00
renovate-bot force-pushed renovate/all-minor-patch-updates from 2cfc3077de to 0631b85341 2026-04-22 14:00:39 +00:00 Compare
renovate-bot added 1 commit 2026-04-22 15:00:51 +00:00
renovate-bot force-pushed renovate/all-minor-patch-updates from 0631b85341 to 28e5bf90b5 2026-04-22 15:00:51 +00:00 Compare
williamp merged commit 44246cc4c1 into main 2026-04-23 00:22:33 +00:00
williamp deleted branch renovate/all-minor-patch-updates 2026-04-23 00:22:34 +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#297