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.
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) | patch | `10.4.0` -> `10.4.2` |
| [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `2.9.0` -> `2.10.0` |
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `88.5.4` -> `88.6.1` |
---
### Release Notes
<details>
<summary>argoproj/argo-helm (argo-cd)</summary>
### [`v10.4.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.4.2)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.4.1...argo-cd-10.4.2)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(argo-cd): Update ghcr.io/oliver006/redis_exporter Docker tag to v1.90.0 by [@​argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/4039
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.4.1...argo-cd-10.4.2
### [`v10.4.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.4.1)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.4.0...argo-cd-10.4.1)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(argo-cd): Update dependency argoproj/argo-cd to v3.5.2 by [@​argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in https://github.com/argoproj/argo-helm/pull/4040
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.3...argo-cd-10.4.1
</details>
<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>
### [`v2.10.0`](https://github.com/external-secrets/external-secrets/releases/tag/v2.10.0)
[Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.9.0...v2.10.0)
Image: `ghcr.io/external-secrets/external-secrets:v2.10.0`
Image: `ghcr.io/external-secrets/external-secrets:v2.10.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v2.10.0-ubi-boringssl`
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
##### General
- chore: release helm chart for 2.9.0 by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6808
- docs: correct the design type in the PR template by [@​sanchpet](https://github.com/sanchpet) in https://github.com/external-secrets/external-secrets/pull/6813
- fix(aws): redact credentials in aws auth config logs by [@​hixichen](https://github.com/hixichen) in https://github.com/external-secrets/external-secrets/pull/6683
- fix(gcp): preserve workload identity token expiry by [@​jakobtfr](https://github.com/jakobtfr) in https://github.com/external-secrets/external-secrets/pull/6772
- feat(conjur): Conjur PushSecret by [@​aidy](https://github.com/aidy) in https://github.com/external-secrets/external-secrets/pull/6272
- fix(infisical): scope dataFrom.find.path in list requests by [@​thc1006](https://github.com/thc1006) in https://github.com/external-secrets/external-secrets/pull/6821
- chore: bump golangci-lint and fix new linting issues by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6740
- feat(openbao): add `auth.kubernetes` auth method by [@​Nerkho](https://github.com/Nerkho) in https://github.com/external-secrets/external-secrets/pull/6591
- docs: add OpenChoreo to the adopters list by [@​kavishkafernando](https://github.com/kavishkafernando) in https://github.com/external-secrets/external-secrets/pull/6820
- feat(passbolt): add support for custom fields by [@​saknopper](https://github.com/saknopper) in https://github.com/external-secrets/external-secrets/pull/6696
- chore: update go version to 1.26.6 by [@​alekc](https://github.com/alekc) in https://github.com/external-secrets/external-secrets/pull/6835
- feat(core): report safe reconcile errors in status conditions by [@​alekc](https://github.com/alekc) in https://github.com/external-secrets/external-secrets/pull/6834
- fix(secretserver): missing field siteId in secret creation by [@​pr0ton11](https://github.com/pr0ton11) in https://github.com/external-secrets/external-secrets/pull/6649
- fix: Reconcile sha and version by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6843
- chore(deps): bump aws acm by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6705
- chore(deps): update go-ntlmssp to v0.1.1 by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6701
- clean: Get rid of tests importing provider deps by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6846
- chore(deps): bump GitLab API client to v1.46.0 by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6700
- docs(webhook): escape Go template examples with {% raw %} by [@​atobaum](https://github.com/atobaum) in https://github.com/external-secrets/external-secrets/pull/6852
- fix(ci): put CODEOWNERS at a path GitHub actually reads by [@​alekc](https://github.com/alekc) in https://github.com/external-secrets/external-secrets/pull/6853
- feat(passbolt): PB-53915 - Surface custom field functions in SDK by [@​cedricherzog-passbolt](https://github.com/cedricherzog-passbolt) in https://github.com/external-secrets/external-secrets/pull/6848
- design: Guarantee module import boundaries by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6851
- feat(providers): Nebius MysteryBox SA token federation auth option added by [@​greenmapc](https://github.com/greenmapc) in https://github.com/external-secrets/external-secrets/pull/6784
- fix: Unblock CI by [@​evrardj-roche](https://github.com/evrardj-roche) in https://github.com/external-secrets/external-secrets/pull/6874
- fix(vault): only apply deprecated token-cache flags when explicitly set by [@​markof88](https://github.com/markof88) in https://github.com/external-secrets/external-secrets/pull/6827
- feat: apply TLS security profile to the external-secrets deployment by [@​siddhibhor-56](https://github.com/siddhibhor-56) in https://github.com/external-secrets/external-secrets/pull/6617
- feat(github): support Dependabot secrets by [@​SanderKnape](https://github.com/SanderKnape) in https://github.com/external-secrets/external-secrets/pull/6878
##### Dependencies
- chore(deps): bump golang from `0178a64` to `0178a64` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6818
- chore(deps): bump actions/attest-build-provenance from 4.1.1 to 4.2.2 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6819
- chore(deps): bump setuptools from 83.0.0 to 84.0.0 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6826
- chore(deps): bump golang from `af8d674` to `3889b42` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6838
- chore(deps): bump step-security/harden-runner from 2.20.1 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6840
- chore(deps): bump the codeql group across 1 directory with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6839
- chore(deps): bump the codeql group with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6867
- chore(deps): bump ubi9/ubi from `2a6bd69` to `5426a8f` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6865
- chore(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6868
- chore(deps): bump golang from 1.26.6-bookworm to 1.27.0-bookworm in /e2e by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6866
- chore(deps): bump golang from `3889b42` to `4c9fe60` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6864
- chore(deps): bump distroless/static from `9197324` to `f2ea270` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6863
#### New Contributors
- [@​sanchpet](https://github.com/sanchpet) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6813
- [@​hixichen](https://github.com/hixichen) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6683
- [@​jakobtfr](https://github.com/jakobtfr) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6772
- [@​aidy](https://github.com/aidy) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6272
- [@​thc1006](https://github.com/thc1006) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6821
- [@​Nerkho](https://github.com/Nerkho) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6591
- [@​kavishkafernando](https://github.com/kavishkafernando) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6820
- [@​saknopper](https://github.com/saknopper) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6696
- [@​atobaum](https://github.com/atobaum) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6852
- [@​markof88](https://github.com/markof88) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6827
- [@​SanderKnape](https://github.com/SanderKnape) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6878
**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v2.9.0...v2.10.0
</details>
<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>
### [`v88.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-88.6.1)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-88.6.0...kube-prometheus-stack-88.6.1)
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 kube-prometheus-stack dependency non-major updates by [@​renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/7223
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.43.3...kube-prometheus-stack-88.6.1
### [`v88.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-88.6.0)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-88.5.4...kube-prometheus-stack-88.6.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] Add HTTPRoute timeout support by [@​U-S-jun](https://github.com/U-S-jun) in https://github.com/prometheus-community/helm-charts/pull/7221
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-redis-exporter-6.30.0...kube-prometheus-stack-88.6.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
changed title from chore(deps): update helm release kube-prometheus-stack to v88.6.0 to chore(deps): update all-minor-patch-updates2026-08-28 09:01:00 +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.4.0->10.4.22.9.0->2.10.088.5.4->88.6.1Release Notes
argoproj/argo-helm (argo-cd)
v10.4.2Compare 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.4.1...argo-cd-10.4.2
v10.4.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-workflows-2.0.3...argo-cd-10.4.1
external-secrets/external-secrets (external-secrets)
v2.10.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v2.10.0Image:
ghcr.io/external-secrets/external-secrets:v2.10.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v2.10.0-ubi-boringsslWhat's Changed
General
auth.kubernetesauth method by @Nerkho in https://github.com/external-secrets/external-secrets/pull/6591Dependencies
0178a64to0178a64by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/6818af8d674to3889b42by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/68382a6bd69to5426a8fby @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/68653889b42to4c9fe60by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/68649197324tof2ea270by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/6863New Contributors
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v2.9.0...v2.10.0
prometheus-community/helm-charts (kube-prometheus-stack)
v88.6.1Compare 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-operator-admission-webhook-0.43.3...kube-prometheus-stack-88.6.1
v88.6.0Compare 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-redis-exporter-6.30.0...kube-prometheus-stack-88.6.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.
This PR has been generated by Renovate Bot.
7bb4320599to359f17ee0achore(deps): update helm release kube-prometheus-stack to v88.6.0to chore(deps): update all-minor-patch-updates359f17ee0atobc6beaf29cbc6beaf29cto25c6c32e5325c6c32e53tob8fb195beb