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 |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `2.2.0` -> `2.3.0` |
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `83.3.0` -> `83.4.0` |
---
### Release Notes
<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>
### [`v2.3.0`](https://github.com/external-secrets/external-secrets/releases/tag/v2.3.0)
[Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.2.0...v2.3.0)
Image: `ghcr.io/external-secrets/external-secrets:v2.3.0`
Image: `ghcr.io/external-secrets/external-secrets:v2.3.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v2.3.0-ubi-boringssl`
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
##### General
- chore: release charts v2.2.0 by [@​riccardomc](https://github.com/riccardomc) in https://github.com/external-secrets/external-secrets/pull/6115
- ref(modernize): modernize go code by [@​ivankatliarchuk](https://github.com/ivankatliarchuk) in https://github.com/external-secrets/external-secrets/pull/6114
- chore: bump bitwarden helm chart version to v0.6.0 by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6118
- chore: fix EoL in compatiblity table for version 2.2 by [@​riccardomc](https://github.com/riccardomc) in https://github.com/external-secrets/external-secrets/pull/6128
- docs: add missing jinja2 tags by [@​MindTooth](https://github.com/MindTooth) in https://github.com/external-secrets/external-secrets/pull/6136
- fix: cached uid after deleting a store by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6138
- feat(doppler): add ETag-based caching by [@​mikesellitto](https://github.com/mikesellitto) in https://github.com/external-secrets/external-secrets/pull/5997
- fix(docs): fix metadata structure in Google Secrets Manager docs by [@​mruoss](https://github.com/mruoss) in https://github.com/external-secrets/external-secrets/pull/6139
- feat: ovh provider implementation by [@​ldesauw](https://github.com/ldesauw) in https://github.com/external-secrets/external-secrets/pull/6101
- feat(providers): Implement PushSecret for Delinea Secret Server by [@​pr0ton11](https://github.com/pr0ton11) in https://github.com/external-secrets/external-secrets/pull/6031
- fix: propagate objectMeta and ownerReferences to target resources by [@​jaruwat-panturat](https://github.com/jaruwat-panturat) in https://github.com/external-secrets/external-secrets/pull/6132
- fix(release): remove docs.check and all relative calls by [@​jaruwat-panturat](https://github.com/jaruwat-panturat) in https://github.com/external-secrets/external-secrets/pull/6146
- feat: support service account impersonation when using Workload Identity Federation with a k8s service account by [@​zoomoid](https://github.com/zoomoid) in https://github.com/external-secrets/external-secrets/pull/5707
- fix: remove getHostByName from template funcs by [@​moolen](https://github.com/moolen) in https://github.com/external-secrets/external-secrets/pull/6164
- ref(kubernetes): move auth package from kubernetes to esutils by [@​alekc](https://github.com/alekc) in https://github.com/external-secrets/external-secrets/pull/6149
- docs: fix templating.md by [@​dangbert](https://github.com/dangbert) in https://github.com/external-secrets/external-secrets/pull/6168
- fix(onepasswordsdk): support native 1Password item IDs in findItem by [@​LeahArmstrong](https://github.com/LeahArmstrong) in https://github.com/external-secrets/external-secrets/pull/6167
- docs(ovhcloud): fix heterogeneous configuration documentation by [@​ldesauw](https://github.com/ldesauw) in https://github.com/external-secrets/external-secrets/pull/6169
- docs: add OVHcloud in ADOPTERS by [@​scraly](https://github.com/scraly) in https://github.com/external-secrets/external-secrets/pull/6172
- fix(docs): resolve macro syntax error in templating guide by [@​ManvithaP-hub](https://github.com/ManvithaP-hub) in https://github.com/external-secrets/external-secrets/pull/6171
- chore: rip out sprig dependency by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6170
- chore: fix jose cve by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6178
- docs: document correct htpasswd function usage by [@​Atomsoldat](https://github.com/Atomsoldat) in https://github.com/external-secrets/external-secrets/pull/6177
- feat(pushsecret): add dataTo support for bulk secret pushing by [@​mohamed-rekiba](https://github.com/mohamed-rekiba) in https://github.com/external-secrets/external-secrets/pull/5850
- docs: add existing blog post: ESO integration with ovhcloud secret manager with vault provider by [@​scraly](https://github.com/scraly) in https://github.com/external-secrets/external-secrets/pull/6190
- feat: move experimental-enable-vault-token-cache out of experimental and add expiry to validation by [@​sfotony](https://github.com/sfotony) in https://github.com/external-secrets/external-secrets/pull/5397
- fix: prevent feedback loop by [@​moolen](https://github.com/moolen) in https://github.com/external-secrets/external-secrets/pull/6021
- fix: code scanning issues by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6063
- feat: add source null byte policy by [@​knelasevero](https://github.com/knelasevero) in https://github.com/external-secrets/external-secrets/pull/6194
- fix(test): fix broken test from automerge rebase by [@​knelasevero](https://github.com/knelasevero) in https://github.com/external-secrets/external-secrets/pull/6199
- fix(aws): handle empty resource policy in PushSecret for SecretsManager by [@​maks3201](https://github.com/maks3201) in https://github.com/external-secrets/external-secrets/pull/6145
- feat(github): add orgSecretVisibility field to GithubProvider by [@​iamnoah](https://github.com/iamnoah) in https://github.com/external-secrets/external-secrets/pull/6202
- feat(onepasswordSDK): multi-field and complete PushSecret by [@​Dariusch](https://github.com/Dariusch) in https://github.com/external-secrets/external-secrets/pull/6187
- feat(vault): add VaultRole attribute for TLS auth by [@​RicoGunawan12](https://github.com/RicoGunawan12) in https://github.com/external-secrets/external-secrets/pull/6160
- chore: bump go version to 1.26.2 by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/6203
##### Dependencies
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6121
- chore(deps): bump mkdocs-material from 9.7.5 to 9.7.6 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6125
- chore(deps): bump ubi9/ubi from `6ed9f6f` to `1fc04e8` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6119
- chore(deps): bump azure/login from 2.3.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6120
- chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6124
- chore(deps): bump github/codeql-action from 4.32.6 to 4.34.1 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6122
- chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6123
- chore(deps): bump importlib-metadata from 8.7.1 to 9.0.0 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6126
- chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6154
- chore(deps): bump pymdown-extensions from 10.21 to 10.21.2 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6157
- chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6151
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6152
- chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6153
- chore(deps): bump pygments from 2.19.2 to 2.20.0 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6155
- chore(deps): bump regex from 2026.2.28 to 2026.3.32 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6156
- chore(deps): bump requests from 2.32.5 to 2.33.0 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6158
- chore(deps): bump ubi9/ubi from `1fc04e8` to `9e6e193` by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6150
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6180
- chore(deps): bump charset-normalizer from 3.4.6 to 3.4.7 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6183
- chore(deps): bump click from 8.3.1 to 8.3.2 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6185
- chore(deps): bump fossas/fossa-action from 1.8.0 to 1.9.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6181
- chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6182
- chore(deps): bump regex from 2026.3.32 to 2026.4.4 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/6184
#### New Contributors
- [@​MindTooth](https://github.com/MindTooth) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6136
- [@​ldesauw](https://github.com/ldesauw) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6101
- [@​pr0ton11](https://github.com/pr0ton11) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6031
- [@​zoomoid](https://github.com/zoomoid) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5707
- [@​dangbert](https://github.com/dangbert) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6168
- [@​LeahArmstrong](https://github.com/LeahArmstrong) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6167
- [@​scraly](https://github.com/scraly) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6172
- [@​ManvithaP-hub](https://github.com/ManvithaP-hub) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6171
- [@​Atomsoldat](https://github.com/Atomsoldat) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6177
- [@​mohamed-rekiba](https://github.com/mohamed-rekiba) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5850
- [@​sfotony](https://github.com/sfotony) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5397
- [@​maks3201](https://github.com/maks3201) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6145
- [@​iamnoah](https://github.com/iamnoah) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6202
- [@​RicoGunawan12](https://github.com/RicoGunawan12) made their first contribution in https://github.com/external-secrets/external-secrets/pull/6160
**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v2.2.0...v2.3.0
</details>
<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>
### [`v83.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-83.4.0)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-83.3.0...kube-prometheus-stack-83.4.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
- \[CI] Update dependency helm/helm to v4.1.4 by [@​renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/6829
- \[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/6830
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-29.2.0...kube-prometheus-stack-83.4.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 v83.4.0 to chore(deps): update all-minor-patch-updates2026-04-10 15:01:01 +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:
2.2.0->2.3.083.3.0->83.4.0Release Notes
external-secrets/external-secrets (external-secrets)
v2.3.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v2.3.0Image:
ghcr.io/external-secrets/external-secrets:v2.3.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v2.3.0-ubi-boringsslWhat's Changed
General
Dependencies
6ed9f6fto1fc04e8by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/61191fc04e8to9e6e193by @dependabot[bot] in https://github.com/external-secrets/external-secrets/pull/6150New Contributors
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v2.2.0...v2.3.0
prometheus-community/helm-charts (kube-prometheus-stack)
v83.4.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-29.2.0...kube-prometheus-stack-83.4.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.
95ada40f51to01fbbcef02chore(deps): update helm release kube-prometheus-stack to v83.4.0to chore(deps): update all-minor-patch-updates