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.
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [argo-cd](https://github.com/argoproj/argo-helm) | minor | `10.6.0` -> `10.7.0` |
| [ghcr.io/siderolabs/discovery-service](https://github.com/siderolabs/discovery-service) | patch | `v1.1.0` -> `v1.1.1` |
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | patch | `88.6.2` -> `88.6.3` |
| [rook-ceph](https://github.com/rook/rook) | patch | `v1.20.6` -> `v1.20.7` |
---
### Release Notes
<details>
<summary>argoproj/argo-helm (argo-cd)</summary>
### [`v10.7.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.7.0)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.4...argo-cd-10.7.0)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- feat(argo-cd): add VPA startupBoost passthrough for all components by [@​lemon0333](https://github.com/lemon0333) in https://github.com/argoproj/argo-helm/pull/4033
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.25...argo-cd-10.7.0
### [`v10.6.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.6.4)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.3...argo-cd-10.6.4)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v44.56.3 by [@​argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/4049
- fix(argo-cd): hash only config data in checksum/\* annotations to avoid restarting pods on chart bump by [@​lemon0333](https://github.com/lemon0333) in https://github.com/argoproj/argo-helm/pull/4044
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.3...argo-cd-10.6.4
### [`v10.6.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.6.3)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.1...argo-cd-10.6.3)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- fix(argo-cd): mark argocd-tls-certs-cm volume optional by [@​lemon0333](https://github.com/lemon0333) in https://github.com/argoproj/argo-helm/pull/4027
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.1...argo-cd-10.6.3
### [`v10.6.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.6.1)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.0...argo-cd-10.6.1)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(deps): update renovatebot/github-action action to v46.2.5 by [@​argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/4046
- chore(deps): bump the dependencies group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/argoproj/argo-helm/pull/4032
- fix(argo-cd): support tpl in configs.cm.url by [@​ystkfujii](https://github.com/ystkfujii) in https://github.com/argoproj/argo-helm/pull/3888
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.6.0...argo-cd-10.6.1
</details>
<details>
<summary>siderolabs/discovery-service (ghcr.io/siderolabs/discovery-service)</summary>
### [`v1.1.1`](https://github.com/siderolabs/discovery-service/releases/tag/v1.1.1)
[Compare Source](https://github.com/siderolabs/discovery-service/compare/v1.1.0...v1.1.1)
#### [discovery-service 1.1.1](https://github.com/siderolabs/discovery-service/releases/tag/v1.1.1) (2026-09-02)
Welcome to the v1.1.1 release of discovery-service!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/discovery-service/issues.
##### Contributors
- Andrey Smirnov
##### Changes
<details><summary>2 commits</summary>
<p>
- [`865fb4f`](https://github.com/siderolabs/discovery-service/commit/865fb4f9b47d93d3b94df0dba03361361147265c) release(v1.1.1): prepare release
- [`270f977`](https://github.com/siderolabs/discovery-service/commit/270f977dc5c4ee6aa4e84d611842782fec0b299c) feat: rekres and update dependencies
</p>
</details>
##### Dependency Changes
- **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.3.3 -> v2.3.4
- **github.com/prometheus/client_golang** v1.24.0 -> v1.24.1
- **github.com/siderolabs/go-debug** v0.6.2 -> v0.6.3
- **github.com/stretchr/testify** v1.11.1 -> v1.12.1
- **golang.org/x/net** v0.57.0 -> v0.58.0
- **google.golang.org/grpc** v1.82.1 -> v1.83.2
- **google.golang.org/protobuf** v1.36.11 -> v1.36.12
Previous release can be found at [v1.1.0](https://github.com/siderolabs/discovery-service/releases/tag/v1.1.0)
</details>
<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>
### [`v88.6.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-88.6.3)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-88.6.2...kube-prometheus-stack-88.6.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
- \[kube-prometheus-stack] Fix multiline annotation overrides by [@​kkabuzs](https://github.com/kkabuzs) in https://github.com/prometheus-community/helm-charts/pull/7228
#### New Contributors
- [@​kkabuzs](https://github.com/kkabuzs) made their first contribution in https://github.com/prometheus-community/helm-charts/pull/7228
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-stackdriver-exporter-5.0.0...kube-prometheus-stack-88.6.3
</details>
<details>
<summary>rook/rook (rook-ceph)</summary>
### [`v1.20.7`](https://github.com/rook/rook/releases/tag/v1.20.7)
[Compare Source](https://github.com/rook/rook/compare/v1.20.6...v1.20.7)
### Improvements
Rook v1.20.7 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
- mon: Skip election strategy change when stretch mode already enabled ([#​18289](https://github.com/rook/rook/issues/18289), [@​pujitha24](https://github.com/pujitha24))
- core: Mute health warnings in the cluster reconcile instead of the osd health goroutine ([#​18295](https://github.com/rook/rook/issues/18295), [@​travisn](https://github.com/travisn))
- security: Update Rook to use CSI 3.17.1 for AES256K compatibility ([#​18261](https://github.com/rook/rook/issues/18261), [@​BlaineEXE](https://github.com/BlaineEXE))
- security: Explicitly set root user for chown initContainer ([#​18018](https://github.com/rook/rook/issues/18018), [@​LaurentGoderre](https://github.com/LaurentGoderre))
- external: Create csi secrets if the admin creds provided in an external cluster ([#​18317](https://github.com/rook/rook/issues/18317), [@​parth-gr](https://github.com/parth-gr))
- osd: Return error when noout update fails ([#​18267](https://github.com/rook/rook/issues/18267), [@​jhoblitt](https://github.com/jhoblitt))
- mgr: Unset the rook mgr module when disabled ([#​18276](https://github.com/rook/rook/issues/18276), [@​travisn](https://github.com/travisn))
- build: Generate the toolbox script manifests from toolbox.sh ([#​18237](https://github.com/rook/rook/issues/18237), [@​jhoblitt](https://github.com/jhoblitt))
- docs: Add toolbox update/restart note to CVE guide ([#​18283](https://github.com/rook/rook/issues/18283), [@​BlaineEXE](https://github.com/BlaineEXE))
- docs: Add CVE advisory to upgrade doc ([#​18249](https://github.com/rook/rook/issues/18249), [@​BlaineEXE](https://github.com/BlaineEXE))
- docs: Add steps to handle the ceph health warnings to the common issues guide ([#​18223](https://github.com/rook/rook/issues/18223), [@​travisn](https://github.com/travisn))
- docs: Recommend to disable the rook mgr module in ceph upgrades ([#​18224](https://github.com/rook/rook/issues/18224), [@​travisn](https://github.com/travisn))
</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
changed title from chore(deps): update helm release argo-cd to v10.6.1 to chore(deps): update helm release argo-cd to v10.6.32026-09-02 06:00:39 +00:00
renovate-bot
changed title from chore(deps): update helm release argo-cd to v10.6.3 to chore(deps): update helm release argo-cd to v10.6.42026-09-02 08:00:37 +00:00
renovate-bot
changed title from chore(deps): update helm release argo-cd to v10.6.4 to chore(deps): update all-minor-patch-updates2026-09-02 16:00:41 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
10.6.0->10.7.0v1.1.0->v1.1.188.6.2->88.6.3v1.20.6->v1.20.7Release Notes
argoproj/argo-helm (argo-cd)
v10.7.0Compare 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-events-2.4.25...argo-cd-10.7.0
v10.6.4Compare 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-10.6.3...argo-cd-10.6.4
v10.6.3Compare 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-10.6.1...argo-cd-10.6.3
v10.6.1Compare 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-10.6.0...argo-cd-10.6.1
siderolabs/discovery-service (ghcr.io/siderolabs/discovery-service)
v1.1.1Compare Source
discovery-service 1.1.1 (2026-09-02)
Welcome to the v1.1.1 release of discovery-service!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/discovery-service/issues.
Contributors
Changes
2 commits
865fb4frelease(v1.1.1): prepare release270f977feat: rekres and update dependenciesDependency Changes
Previous release can be found at v1.1.0
prometheus-community/helm-charts (kube-prometheus-stack)
v88.6.3Compare 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
New Contributors
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-stackdriver-exporter-5.0.0...kube-prometheus-stack-88.6.3
rook/rook (rook-ceph)
v1.20.7Compare Source
Improvements
Rook v1.20.7 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
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.
This PR has been generated by Renovate Bot.
7108cf241ato5caa531892chore(deps): update helm release argo-cd to v10.6.1to chore(deps): update helm release argo-cd to v10.6.35caa531892to6bd7ce194cchore(deps): update helm release argo-cd to v10.6.3to chore(deps): update helm release argo-cd to v10.6.46bd7ce194ctob3b6899596chore(deps): update helm release argo-cd to v10.6.4to chore(deps): update all-minor-patch-updatesb3b6899596toc879cf4603c879cf4603to6c07924098