chore(deps): update helm release external-secrets to v2.5.0 #71

Merged
Peter merged 1 commit from renovate/external-secrets-2.x into main 2026-05-17 10:09:05 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
external-secrets HelmChart minor 2.4.02.5.0

Release Notes

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

v2.5.0

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v2.5.0
Image: ghcr.io/external-secrets/external-secrets:v2.5.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v2.5.0-ubi-boringssl

What's Changed
General
Dependencies
New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v2.4.1...v2.5.0

v2.4.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v2.4.1
Image: ghcr.io/external-secrets/external-secrets:v2.4.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v2.4.1-ubi-boringssl

What's Changed
General
Dependencies

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v2.4.0...v2.4.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Tuesday"
  • 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.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [external-secrets](https://github.com/external-secrets/external-secrets) | HelmChart | minor | `2.4.0` → `2.5.0` | --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets)</summary> ### [`v2.5.0`](https://github.com/external-secrets/external-secrets/releases/tag/v2.5.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.4.1...v2.5.0) Image: `ghcr.io/external-secrets/external-secrets:v2.5.0` Image: `ghcr.io/external-secrets/external-secrets:v2.5.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v2.5.0-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### General - chore: release chart for v2.4.1 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6293](https://github.com/external-secrets/external-secrets/pull/6293) - fix(doc): Adds missing doc reference for VaultDynamicSecret example using GET by [@&#8203;bharath-b-rh](https://github.com/bharath-b-rh) in [#&#8203;6296](https://github.com/external-secrets/external-secrets/pull/6296) - feat(charts): make serviceaccounts/token create RBAC rule conditional by [@&#8203;kriszkern](https://github.com/kriszkern) in [#&#8203;6295](https://github.com/external-secrets/external-secrets/pull/6295) - ref: delete duplication of applyOwnership logic by [@&#8203;jaruwat-panturat](https://github.com/jaruwat-panturat) in [#&#8203;6301](https://github.com/external-secrets/external-secrets/pull/6301) - feat: add Pulumi OIDC-based authentication by [@&#8203;johnstonmatt](https://github.com/johnstonmatt) in [#&#8203;5893](https://github.com/external-secrets/external-secrets/pull/5893) - fix: datarace in fake runtime test and push secret test by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6300](https://github.com/external-secrets/external-secrets/pull/6300) - docs(release): Update docs to build for arm for bitwarden-cli by [@&#8203;Senk02](https://github.com/Senk02) in [#&#8203;6312](https://github.com/external-secrets/external-secrets/pull/6312) - feat: add healthz check for liveness probe to cert and webhook by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6319](https://github.com/external-secrets/external-secrets/pull/6319) - chore: bump go version 1.26.3 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6339](https://github.com/external-secrets/external-secrets/pull/6339) - fix(charts): gate externalsecrets write RBAC on processClusterExternalSecret by [@&#8203;kriszkern](https://github.com/kriszkern) in [#&#8203;6332](https://github.com/external-secrets/external-secrets/pull/6332) - feat(gcp): issue-5790: optional GCP service account email for WIF impersonation by [@&#8203;bharath-b-rh](https://github.com/bharath-b-rh) in [#&#8203;6273](https://github.com/external-secrets/external-secrets/pull/6273) - ref(beyondtrust): BIPS-32651 add API v3.2 support for create Secrets by [@&#8203;btfhernandez](https://github.com/btfhernandez) in [#&#8203;6309](https://github.com/external-secrets/external-secrets/pull/6309) - fix(onepassword): return fresh provider instance from NewClient to avoid wrong-vault race by [@&#8203;duizabojul](https://github.com/duizabojul) in [#&#8203;6334](https://github.com/external-secrets/external-secrets/pull/6334) - docs: add Rootline to ADOPTERS.md by [@&#8203;daanschipper](https://github.com/daanschipper) in [#&#8203;6342](https://github.com/external-secrets/external-secrets/pull/6342) - feat(charts): default scopedNamespace to .Release.Namespace when scopedRBAC is true by [@&#8203;kriszkern](https://github.com/kriszkern) in [#&#8203;6343](https://github.com/external-secrets/external-secrets/pull/6343) - docs: add blank lines before lists by [@&#8203;chlab](https://github.com/chlab) in [#&#8203;6336](https://github.com/external-secrets/external-secrets/pull/6336) - chore(doc): fix Azure role name typo by [@&#8203;hobti01](https://github.com/hobti01) in [#&#8203;6335](https://github.com/external-secrets/external-secrets/pull/6335) - feat(security): Enable Authentication and Authorization for Metrics Endpoint using FilterProvider by [@&#8203;Zacky3181V](https://github.com/Zacky3181V) in [#&#8203;5574](https://github.com/external-secrets/external-secrets/pull/5574) - feat: inject kube context as STS session tags by [@&#8203;robertchildresscfa](https://github.com/robertchildresscfa) in [#&#8203;6311](https://github.com/external-secrets/external-secrets/pull/6311) - fix(charts): remove stale args guard in controller deployment by [@&#8203;kriszkern](https://github.com/kriszkern) in [#&#8203;6347](https://github.com/external-secrets/external-secrets/pull/6347) - fix: provider/infisical provider sub-folder references in remoteRef.key by [@&#8203;varonix0](https://github.com/varonix0) in [#&#8203;6338](https://github.com/external-secrets/external-secrets/pull/6338) ##### Dependencies - chore(deps): bump golang from `4f4ab2c` to `47ce563` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6286](https://github.com/external-secrets/external-secrets/pull/6286) - chore(deps): bump click from 8.3.2 to 8.3.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6287](https://github.com/external-secrets/external-secrets/pull/6287) - chore(deps): bump certifi from 2026.2.25 to 2026.4.22 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6288](https://github.com/external-secrets/external-secrets/pull/6288) - chore(deps): bump pathspec from 1.0.4 to 1.1.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6291](https://github.com/external-secrets/external-secrets/pull/6291) - chore(deps): bump idna from 3.11 to 3.13 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6290](https://github.com/external-secrets/external-secrets/pull/6290) - chore(deps): bump packaging from 26.1 to 26.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6289](https://github.com/external-secrets/external-secrets/pull/6289) - chore(deps): bump step-security/harden-runner from 2.19.0 to 2.19.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6304](https://github.com/external-secrets/external-secrets/pull/6304) - chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6305](https://github.com/external-secrets/external-secrets/pull/6305) - chore(deps): bump golang from 1.26.2 to 1.26.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6320](https://github.com/external-secrets/external-secrets/pull/6320) - chore(deps): bump golang from 1.26.2-bookworm to 1.26.3-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6327](https://github.com/external-secrets/external-secrets/pull/6327) - chore(deps): bump ubi9/ubi from `fd3612e` to `2323fcf` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6321](https://github.com/external-secrets/external-secrets/pull/6321) - chore(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6322](https://github.com/external-secrets/external-secrets/pull/6322) - chore(deps): bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6323](https://github.com/external-secrets/external-secrets/pull/6323) - chore(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6325](https://github.com/external-secrets/external-secrets/pull/6325) - chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6324](https://github.com/external-secrets/external-secrets/pull/6324) - chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6326](https://github.com/external-secrets/external-secrets/pull/6326) - chore(deps): bump idna from 3.13 to 3.14 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6328](https://github.com/external-secrets/external-secrets/pull/6328) - chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6329](https://github.com/external-secrets/external-secrets/pull/6329) - chore(deps): bump regex from 2026.4.4 to 2026.5.9 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6330](https://github.com/external-secrets/external-secrets/pull/6330) ##### New Contributors - [@&#8203;kriszkern](https://github.com/kriszkern) made their first contribution in [#&#8203;6295](https://github.com/external-secrets/external-secrets/pull/6295) - [@&#8203;johnstonmatt](https://github.com/johnstonmatt) made their first contribution in [#&#8203;5893](https://github.com/external-secrets/external-secrets/pull/5893) - [@&#8203;Senk02](https://github.com/Senk02) made their first contribution in [#&#8203;6312](https://github.com/external-secrets/external-secrets/pull/6312) - [@&#8203;duizabojul](https://github.com/duizabojul) made their first contribution in [#&#8203;6334](https://github.com/external-secrets/external-secrets/pull/6334) - [@&#8203;daanschipper](https://github.com/daanschipper) made their first contribution in [#&#8203;6342](https://github.com/external-secrets/external-secrets/pull/6342) - [@&#8203;chlab](https://github.com/chlab) made their first contribution in [#&#8203;6336](https://github.com/external-secrets/external-secrets/pull/6336) - [@&#8203;hobti01](https://github.com/hobti01) made their first contribution in [#&#8203;6335](https://github.com/external-secrets/external-secrets/pull/6335) - [@&#8203;Zacky3181V](https://github.com/Zacky3181V) made their first contribution in [#&#8203;5574](https://github.com/external-secrets/external-secrets/pull/5574) - [@&#8203;robertchildresscfa](https://github.com/robertchildresscfa) made their first contribution in [#&#8203;6311](https://github.com/external-secrets/external-secrets/pull/6311) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v2.4.1...v2.5.0> ### [`v2.4.1`](https://github.com/external-secrets/external-secrets/releases/tag/v2.4.1) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.4.0...v2.4.1) Image: `ghcr.io/external-secrets/external-secrets:v2.4.1` Image: `ghcr.io/external-secrets/external-secrets:v2.4.1-ubi` Image: `ghcr.io/external-secrets/external-secrets:v2.4.1-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### General - chore: release chart for v2.4.0 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6277](https://github.com/external-secrets/external-secrets/pull/6277) - feat(gcp): support multiple replicationLocations on PushSecret by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;6225](https://github.com/external-secrets/external-secrets/pull/6225) - feat(passbolt): add custom CA bundle / CA provider support by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;6224](https://github.com/external-secrets/external-secrets/pull/6224) - feat(azure): add contentType support for PushSecret by [@&#8203;ppatel1604](https://github.com/ppatel1604) in [#&#8203;6249](https://github.com/external-secrets/external-secrets/pull/6249) - feat(charts): add liveness probes to cert-controller and webhook by [@&#8203;mattcarp12](https://github.com/mattcarp12) in [#&#8203;6147](https://github.com/external-secrets/external-secrets/pull/6147) - fix: prevent creation of specific type of secrets by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;6280](https://github.com/external-secrets/external-secrets/pull/6280) ##### Dependencies - chore(deps): bump golang from `f853308` to `f853308` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6282](https://github.com/external-secrets/external-secrets/pull/6282) - chore(deps): bump alpine from `2510918` to `5b10f43` in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6285](https://github.com/external-secrets/external-secrets/pull/6285) - chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6283](https://github.com/external-secrets/external-secrets/pull/6283) - chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6284](https://github.com/external-secrets/external-secrets/pull/6284) - chore(deps): bump ubi9/ubi from `cf13fe2` to `fd3612e` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6281](https://github.com/external-secrets/external-secrets/pull/6281) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v2.4.0...v2.4.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 6am on Tuesday" - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2026-05-08 14:49:46 +02:00
renovate force-pushed renovate/external-secrets-2.x from cc0b054979 to 0354c037de 2026-05-15 16:04:06 +02:00 Compare
renovate changed title from chore(deps): update helm release external-secrets to v2.4.1 to chore(deps): update helm release external-secrets to v2.5.0 2026-05-15 16:04:11 +02:00
Peter merged commit 2ad1630fd0 into main 2026-05-17 10:09:05 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wheatley/kubernetes#71
No description provided.