chore(deps): update external-secrets to v2.3.0 #5795

Merged
alexlebens merged 1 commits from renovate/unified-external-secrets into main 2026-04-10 17:14:25 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
external-secrets minor 2.2.02.3.0
external-secrets/external-secrets minor 2.2.0v2.3.0
ghcr.io/external-secrets/external-secrets minor v2.2.0v2.3.0

Release Notes

external-secrets/external-secrets (external-secrets)

v2.3.0

Compare Source

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

What's Changed
General
Dependencies
New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v2.2.0...v2.3.0


Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 | |---|---|---| | [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `2.2.0` → `2.3.0` | | [external-secrets/external-secrets](https://github.com/external-secrets/external-secrets) | minor | `2.2.0` → `v2.3.0` | | ghcr.io/external-secrets/external-secrets | minor | `v2.2.0` → `v2.3.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 [@&#8203;riccardomc](https://github.com/riccardomc) in [#&#8203;6115](https://github.com/external-secrets/external-secrets/pull/6115) - ref(modernize): modernize go code by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;6114](https://github.com/external-secrets/external-secrets/pull/6114) - chore: bump bitwarden helm chart version to v0.6.0 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6118](https://github.com/external-secrets/external-secrets/pull/6118) - chore: fix EoL in compatiblity table for version 2.2 by [@&#8203;riccardomc](https://github.com/riccardomc) in [#&#8203;6128](https://github.com/external-secrets/external-secrets/pull/6128) - docs: add missing jinja2 tags by [@&#8203;MindTooth](https://github.com/MindTooth) in [#&#8203;6136](https://github.com/external-secrets/external-secrets/pull/6136) - fix: cached uid after deleting a store by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6138](https://github.com/external-secrets/external-secrets/pull/6138) - feat(doppler): add ETag-based caching by [@&#8203;mikesellitto](https://github.com/mikesellitto) in [#&#8203;5997](https://github.com/external-secrets/external-secrets/pull/5997) - fix(docs): fix metadata structure in Google Secrets Manager docs by [@&#8203;mruoss](https://github.com/mruoss) in [#&#8203;6139](https://github.com/external-secrets/external-secrets/pull/6139) - feat: ovh provider implementation by [@&#8203;ldesauw](https://github.com/ldesauw) in [#&#8203;6101](https://github.com/external-secrets/external-secrets/pull/6101) - feat(providers): Implement PushSecret for Delinea Secret Server by [@&#8203;pr0ton11](https://github.com/pr0ton11) in [#&#8203;6031](https://github.com/external-secrets/external-secrets/pull/6031) - fix: propagate objectMeta and ownerReferences to target resources by [@&#8203;jaruwat-panturat](https://github.com/jaruwat-panturat) in [#&#8203;6132](https://github.com/external-secrets/external-secrets/pull/6132) - fix(release): remove docs.check and all relative calls by [@&#8203;jaruwat-panturat](https://github.com/jaruwat-panturat) in [#&#8203;6146](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 [@&#8203;zoomoid](https://github.com/zoomoid) in [#&#8203;5707](https://github.com/external-secrets/external-secrets/pull/5707) - fix: remove getHostByName from template funcs by [@&#8203;moolen](https://github.com/moolen) in [#&#8203;6164](https://github.com/external-secrets/external-secrets/pull/6164) - ref(kubernetes): move auth package from kubernetes to esutils by [@&#8203;alekc](https://github.com/alekc) in [#&#8203;6149](https://github.com/external-secrets/external-secrets/pull/6149) - docs: fix templating.md by [@&#8203;dangbert](https://github.com/dangbert) in [#&#8203;6168](https://github.com/external-secrets/external-secrets/pull/6168) - fix(onepasswordsdk): support native 1Password item IDs in findItem by [@&#8203;LeahArmstrong](https://github.com/LeahArmstrong) in [#&#8203;6167](https://github.com/external-secrets/external-secrets/pull/6167) - docs(ovhcloud): fix heterogeneous configuration documentation by [@&#8203;ldesauw](https://github.com/ldesauw) in [#&#8203;6169](https://github.com/external-secrets/external-secrets/pull/6169) - docs: add OVHcloud in ADOPTERS by [@&#8203;scraly](https://github.com/scraly) in [#&#8203;6172](https://github.com/external-secrets/external-secrets/pull/6172) - fix(docs): resolve macro syntax error in templating guide by [@&#8203;ManvithaP-hub](https://github.com/ManvithaP-hub) in [#&#8203;6171](https://github.com/external-secrets/external-secrets/pull/6171) - chore: rip out sprig dependency by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6170](https://github.com/external-secrets/external-secrets/pull/6170) - chore: fix jose cve by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6178](https://github.com/external-secrets/external-secrets/pull/6178) - docs: document correct htpasswd function usage by [@&#8203;Atomsoldat](https://github.com/Atomsoldat) in [#&#8203;6177](https://github.com/external-secrets/external-secrets/pull/6177) - feat(pushsecret): add dataTo support for bulk secret pushing by [@&#8203;mohamed-rekiba](https://github.com/mohamed-rekiba) in [#&#8203;5850](https://github.com/external-secrets/external-secrets/pull/5850) - docs: add existing blog post: ESO integration with ovhcloud secret manager with vault provider by [@&#8203;scraly](https://github.com/scraly) in [#&#8203;6190](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 [@&#8203;sfotony](https://github.com/sfotony) in [#&#8203;5397](https://github.com/external-secrets/external-secrets/pull/5397) - fix: prevent feedback loop by [@&#8203;moolen](https://github.com/moolen) in [#&#8203;6021](https://github.com/external-secrets/external-secrets/pull/6021) - fix: code scanning issues by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6063](https://github.com/external-secrets/external-secrets/pull/6063) - feat: add source null byte policy by [@&#8203;knelasevero](https://github.com/knelasevero) in [#&#8203;6194](https://github.com/external-secrets/external-secrets/pull/6194) - fix(test): fix broken test from automerge rebase by [@&#8203;knelasevero](https://github.com/knelasevero) in [#&#8203;6199](https://github.com/external-secrets/external-secrets/pull/6199) - fix(aws): handle empty resource policy in PushSecret for SecretsManager by [@&#8203;maks3201](https://github.com/maks3201) in [#&#8203;6145](https://github.com/external-secrets/external-secrets/pull/6145) - feat(github): add orgSecretVisibility field to GithubProvider by [@&#8203;iamnoah](https://github.com/iamnoah) in [#&#8203;6202](https://github.com/external-secrets/external-secrets/pull/6202) - feat(onepasswordSDK): multi-field and complete PushSecret by [@&#8203;Dariusch](https://github.com/Dariusch) in [#&#8203;6187](https://github.com/external-secrets/external-secrets/pull/6187) - feat(vault): add VaultRole attribute for TLS auth by [@&#8203;RicoGunawan12](https://github.com/RicoGunawan12) in [#&#8203;6160](https://github.com/external-secrets/external-secrets/pull/6160) - chore: bump go version to 1.26.2 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6203](https://github.com/external-secrets/external-secrets/pull/6203) ##### Dependencies - chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6121](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6125](https://github.com/external-secrets/external-secrets/pull/6125) - chore(deps): bump ubi9/ubi from `6ed9f6f` to `1fc04e8` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6119](https://github.com/external-secrets/external-secrets/pull/6119) - chore(deps): bump azure/login from 2.3.0 to 3.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6120](https://github.com/external-secrets/external-secrets/pull/6120) - chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6124](https://github.com/external-secrets/external-secrets/pull/6124) - chore(deps): bump github/codeql-action from 4.32.6 to 4.34.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6122](https://github.com/external-secrets/external-secrets/pull/6122) - chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6123](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6126](https://github.com/external-secrets/external-secrets/pull/6126) - chore(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6154](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6157](https://github.com/external-secrets/external-secrets/pull/6157) - chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6151](https://github.com/external-secrets/external-secrets/pull/6151) - chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6152](https://github.com/external-secrets/external-secrets/pull/6152) - chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6153](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6155](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6156](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6158](https://github.com/external-secrets/external-secrets/pull/6158) - chore(deps): bump ubi9/ubi from `1fc04e8` to `9e6e193` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6150](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6180](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6183](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6185](https://github.com/external-secrets/external-secrets/pull/6185) - chore(deps): bump fossas/fossa-action from 1.8.0 to 1.9.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6181](https://github.com/external-secrets/external-secrets/pull/6181) - chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6182](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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6184](https://github.com/external-secrets/external-secrets/pull/6184) ##### New Contributors - [@&#8203;MindTooth](https://github.com/MindTooth) made their first contribution in [#&#8203;6136](https://github.com/external-secrets/external-secrets/pull/6136) - [@&#8203;ldesauw](https://github.com/ldesauw) made their first contribution in [#&#8203;6101](https://github.com/external-secrets/external-secrets/pull/6101) - [@&#8203;pr0ton11](https://github.com/pr0ton11) made their first contribution in [#&#8203;6031](https://github.com/external-secrets/external-secrets/pull/6031) - [@&#8203;zoomoid](https://github.com/zoomoid) made their first contribution in [#&#8203;5707](https://github.com/external-secrets/external-secrets/pull/5707) - [@&#8203;dangbert](https://github.com/dangbert) made their first contribution in [#&#8203;6168](https://github.com/external-secrets/external-secrets/pull/6168) - [@&#8203;LeahArmstrong](https://github.com/LeahArmstrong) made their first contribution in [#&#8203;6167](https://github.com/external-secrets/external-secrets/pull/6167) - [@&#8203;scraly](https://github.com/scraly) made their first contribution in [#&#8203;6172](https://github.com/external-secrets/external-secrets/pull/6172) - [@&#8203;ManvithaP-hub](https://github.com/ManvithaP-hub) made their first contribution in [#&#8203;6171](https://github.com/external-secrets/external-secrets/pull/6171) - [@&#8203;Atomsoldat](https://github.com/Atomsoldat) made their first contribution in [#&#8203;6177](https://github.com/external-secrets/external-secrets/pull/6177) - [@&#8203;mohamed-rekiba](https://github.com/mohamed-rekiba) made their first contribution in [#&#8203;5850](https://github.com/external-secrets/external-secrets/pull/5850) - [@&#8203;sfotony](https://github.com/sfotony) made their first contribution in [#&#8203;5397](https://github.com/external-secrets/external-secrets/pull/5397) - [@&#8203;maks3201](https://github.com/maks3201) made their first contribution in [#&#8203;6145](https://github.com/external-secrets/external-secrets/pull/6145) - [@&#8203;iamnoah](https://github.com/iamnoah) made their first contribution in [#&#8203;6202](https://github.com/external-secrets/external-secrets/pull/6202) - [@&#8203;RicoGunawan12](https://github.com/RicoGunawan12) made their first contribution in [#&#8203;6160](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> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuNCIsInVwZGF0ZWRJblZlciI6IjQzLjExMC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiLCJoZWxtIl19-->
renovate-bot added the docker label 2026-04-10 13:03:02 +00:00
renovate-bot added the helm label 2026-04-10 15:06:15 +00:00
renovate-bot added 1 commit 2026-04-10 15:11:27 +00:00
chore(deps): update external-secrets to v2.3.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m3s
lint-test-helm / validate-kubeconform (pull_request) Successful in 51s
render-manifests / render-manifests (pull_request) Successful in 37s
09a0ae9ecf
renovate-bot force-pushed renovate/unified-external-secrets from f3e5f9c319 to 09a0ae9ecf 2026-04-10 15:11:27 +00:00 Compare
alexlebens merged commit 0235d2d183 into main 2026-04-10 17:14:25 +00:00
alexlebens deleted branch renovate/unified-external-secrets 2026-04-10 17:14:27 +00:00
Sign in to join this conversation.