chore(deps): update dependency external-secrets/external-secrets to v1.3.1 - autoclosed #3427

Closed
renovate-bot wants to merge 1 commits from renovate/external-secrets-external-secrets-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
external-secrets/external-secrets minor v1.1.1v1.3.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.3.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v1.3.1
Image: ghcr.io/external-secrets/external-secrets:v1.3.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v1.3.1-ubi-boringssl

For a Full release please referre to https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0. This is a fix build for the docker publish flow.

What's Changed

General

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v1.3.0...v1.3.1

v1.3.0

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v1.3.0
Image: ghcr.io/external-secrets/external-secrets:v1.3.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v1.3.0-ubi-boringssl

BROKEN:

Hey everyone, this sadly broken because the image promotion wasn't working. I'm going to release 1.3.1 which will contain these changes, plus the fix to the promotion.

What's Changed

General
Dependencies

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v1.2.1...v1.3.0

v1.2.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v1.2.1
Image: ghcr.io/external-secrets/external-secrets:v1.2.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v1.2.1-ubi-boringssl

What's Changed

General
Dependencies

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v1.2.0...v1.2.1

v1.2.0

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v1.2.0
Image: ghcr.io/external-secrets/external-secrets:v1.2.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v1.2.0-ubi-boringssl

What's Changed

General
Dependencies

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v1.1.1...v1.2.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 is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [external-secrets/external-secrets](https://github.com/external-secrets/external-secrets) | minor | `v1.1.1` → `v1.3.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets/external-secrets)</summary> ### [`v1.3.1`](https://github.com/external-secrets/external-secrets/releases/tag/v1.3.1) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.3.0...v1.3.1) Image: `ghcr.io/external-secrets/external-secrets:v1.3.1` Image: `ghcr.io/external-secrets/external-secrets:v1.3.1-ubi` Image: `ghcr.io/external-secrets/external-secrets:v1.3.1-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> For a Full release please referre to <https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0>. This is a fix build for the docker publish flow. #### What's Changed ##### General - fix: ignore the in-toto manifest when promoting the docker build by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5859](https://github.com/external-secrets/external-secrets/pull/5859) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v1.3.0...v1.3.1> ### [`v1.3.0`](https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.2.1...v1.3.0) Image: `ghcr.io/external-secrets/external-secrets:v1.3.0` Image: `ghcr.io/external-secrets/external-secrets:v1.3.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v1.3.0-ubi-boringssl` **BROKEN:** Hey everyone, this sadly broken because the image promotion wasn't working. I'm going to release 1.3.1 which will contain these changes, plus the fix to the promotion. <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### General - chore(chart): release helm chart 1.2.1 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5789](https://github.com/external-secrets/external-secrets/pull/5789) - chore(lint): enable concurrent execution for the linter and enable formatters by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5752](https://github.com/external-secrets/external-secrets/pull/5752) - fix: Dockerfile standalone by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in [#&#8203;5797](https://github.com/external-secrets/external-secrets/pull/5797) - feat: make the serving of the old beta version configurable for a period of time by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5809](https://github.com/external-secrets/external-secrets/pull/5809) - docs: document the behavior of advanced templating for custom targets by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5810](https://github.com/external-secrets/external-secrets/pull/5810) - fix: push secret delete was removing the wrong key by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5799](https://github.com/external-secrets/external-secrets/pull/5799) - feat: add caching to the 1Password SDK provider by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5811](https://github.com/external-secrets/external-secrets/pull/5811) - feat(provider): add devolutions server provider support by [@&#8203;rbstp](https://github.com/rbstp) in [#&#8203;5712](https://github.com/external-secrets/external-secrets/pull/5712) - chore: add debug output to the docker ubi build by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5825](https://github.com/external-secrets/external-secrets/pull/5825) - fix: remove the arm build for ubi publish by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5826](https://github.com/external-secrets/external-secrets/pull/5826) - design: feature flag consolidation by [@&#8203;evrardjp](https://github.com/evrardjp) in [#&#8203;5801](https://github.com/external-secrets/external-secrets/pull/5801) - feat(beyondtrust): add support for decrypt parameter on get secret by [@&#8203;btfhernandez](https://github.com/btfhernandez) in [#&#8203;5786](https://github.com/external-secrets/external-secrets/pull/5786) - feat(charts): Add flag for hostUsers by [@&#8203;jcpunk](https://github.com/jcpunk) in [#&#8203;5823](https://github.com/external-secrets/external-secrets/pull/5823) - fix: re-enable the ubi arm build by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5833](https://github.com/external-secrets/external-secrets/pull/5833) - fix: ubi build with very VERY old docker buildx version by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5846](https://github.com/external-secrets/external-secrets/pull/5846) - fix: lets not use the docker buildx cache by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5847](https://github.com/external-secrets/external-secrets/pull/5847) - fix: lets not use dereference of symlinks by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5848](https://github.com/external-secrets/external-secrets/pull/5848) - fix: lets remove the usage of tar completely by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5849](https://github.com/external-secrets/external-secrets/pull/5849) - fix: Include all providers in default dev build by [@&#8203;evrardj-roche](https://github.com/evrardj-roche) in [#&#8203;5851](https://github.com/external-secrets/external-secrets/pull/5851) - feat(charts): Add control of certificate algorithms by [@&#8203;jcpunk](https://github.com/jcpunk) in [#&#8203;5774](https://github.com/external-secrets/external-secrets/pull/5774) - fix: try to fix most of the code scanning issues by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5812](https://github.com/external-secrets/external-secrets/pull/5812) - chore: remove unmaintained secret stores by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5854](https://github.com/external-secrets/external-secrets/pull/5854) - chore(charts): define and use named ports for probes by [@&#8203;jcpunk](https://github.com/jcpunk) in [#&#8203;5775](https://github.com/external-secrets/external-secrets/pull/5775) - chore: revert remove unmaintained secret stores by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5857](https://github.com/external-secrets/external-secrets/pull/5857) ##### Dependencies - chore(deps): bump golang from `ac09a5f` to `ac09a5f` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5791](https://github.com/external-secrets/external-secrets/pull/5791) - chore(deps): bump golang from `09f53de` to `2c7c656` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5792](https://github.com/external-secrets/external-secrets/pull/5792) - chore(deps): bump pymdown-extensions from 10.19.1 to 10.20 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5795](https://github.com/external-secrets/external-secrets/pull/5795) - chore(deps): bump certifi from 2025.11.12 to 2026.1.4 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5794](https://github.com/external-secrets/external-secrets/pull/5794) - chore(deps): bump termcolor from 3.2.0 to 3.3.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5793](https://github.com/external-secrets/external-secrets/pull/5793) - chore(deps): bump anchore/sbom-action from 0.21.0 to 0.21.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5816](https://github.com/external-secrets/external-secrets/pull/5816) - chore(deps): bump urllib3 from 2.6.2 to 2.6.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5818](https://github.com/external-secrets/external-secrets/pull/5818) - chore(deps): bump pathspec from 0.12.1 to 1.0.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5819](https://github.com/external-secrets/external-secrets/pull/5819) - chore(deps): bump distroless/static from `4b2a093` to `cd64bec` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5814](https://github.com/external-secrets/external-secrets/pull/5814) - chore(deps): bump ubi9/ubi from `3816d30` to `2c9bb68` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5815](https://github.com/external-secrets/external-secrets/pull/5815) - chore(deps): bump actions/cache from 5.0.1 to 5.0.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5839](https://github.com/external-secrets/external-secrets/pull/5839) - chore(deps): bump github/codeql-action from 4.31.9 to 4.31.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5841](https://github.com/external-secrets/external-secrets/pull/5841) - chore(deps): bump ubi9/ubi from `2c9bb68` to `22e9573` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5836](https://github.com/external-secrets/external-secrets/pull/5836) - chore(deps): bump hashicorp/setup-terraform from [`92e4d08`](https://github.com/external-secrets/external-secrets/commit/92e4d08fe1d24283952afa28216efa8f4ed5aeab) to [`93d5a27`](https://github.com/external-secrets/external-secrets/commit/93d5a27adc7ac26085422db72568ae486f091042) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5838](https://github.com/external-secrets/external-secrets/pull/5838) - chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5842](https://github.com/external-secrets/external-secrets/pull/5842) - chore(deps): bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5840](https://github.com/external-secrets/external-secrets/pull/5840) - chore(deps): bump golang from 1.25.5 to 1.26rc2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5837](https://github.com/external-secrets/external-secrets/pull/5837) - chore(deps): bump regex from 2025.11.3 to 2026.1.15 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5844](https://github.com/external-secrets/external-secrets/pull/5844) - chore(deps): bump golang from 1.25.5-bookworm to 1.26rc2-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5843](https://github.com/external-secrets/external-secrets/pull/5843) - chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5817](https://github.com/external-secrets/external-secrets/pull/5817) #### New Contributors - [@&#8203;rbstp](https://github.com/rbstp) made their first contribution in [#&#8203;5712](https://github.com/external-secrets/external-secrets/pull/5712) - [@&#8203;evrardj-roche](https://github.com/evrardj-roche) made their first contribution in [#&#8203;5851](https://github.com/external-secrets/external-secrets/pull/5851) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v1.2.1...v1.3.0> ### [`v1.2.1`](https://github.com/external-secrets/external-secrets/releases/tag/v1.2.1) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.2.0...v1.2.1) Image: `ghcr.io/external-secrets/external-secrets:v1.2.1` Image: `ghcr.io/external-secrets/external-secrets:v1.2.1-ubi` Image: `ghcr.io/external-secrets/external-secrets:v1.2.1-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### General - chore(chart): release helm chart 1.2.0 by [@&#8203;jakobmoellerdev](https://github.com/jakobmoellerdev) in [#&#8203;5751](https://github.com/external-secrets/external-secrets/pull/5751) - fix: metrics not being correctly updated and deleted by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5714](https://github.com/external-secrets/external-secrets/pull/5714) - feat(infisical): add caBundle and caProvider support by [@&#8203;wi-adam](https://github.com/wi-adam) in [#&#8203;5770](https://github.com/external-secrets/external-secrets/pull/5770) - docs(apis): fix inaccurate SecretStore comments (v1 + v1beta1) by [@&#8203;fallmo](https://github.com/fallmo) in [#&#8203;5773](https://github.com/external-secrets/external-secrets/pull/5773) - fix: add missing link to the docs by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5783](https://github.com/external-secrets/external-secrets/pull/5783) - fix: for target template parsing for complex matchers by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5735](https://github.com/external-secrets/external-secrets/pull/5735) - fix: a lot of sonar issue fixes by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5771](https://github.com/external-secrets/external-secrets/pull/5771) ##### Dependencies - chore(deps): bump golang from `2611181` to `ac09a5f` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5758](https://github.com/external-secrets/external-secrets/pull/5758) - chore(deps): bump alpine from 3.23.0 to 3.23.2 in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5764](https://github.com/external-secrets/external-secrets/pull/5764) - chore(deps): bump importlib-metadata from 8.7.0 to 8.7.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5768](https://github.com/external-secrets/external-secrets/pull/5768) - chore(deps): bump tornado from 6.5.3 to 6.5.4 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5767](https://github.com/external-secrets/external-secrets/pull/5767) - chore(deps): bump mkdocs-material from 9.7.0 to 9.7.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5766](https://github.com/external-secrets/external-secrets/pull/5766) - chore(deps): bump alpine from `51183f2` to `865b95f` in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5765](https://github.com/external-secrets/external-secrets/pull/5765) - chore(deps): bump alpine from `51183f2` to `865b95f` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5756](https://github.com/external-secrets/external-secrets/pull/5756) - chore(deps): bump ubi9/ubi from `d4feb57` to `3816d30` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5757](https://github.com/external-secrets/external-secrets/pull/5757) - chore(deps): bump peter-evans/slash-command-dispatch from 5.0.1 to 5.0.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5763](https://github.com/external-secrets/external-secrets/pull/5763) - chore(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5762](https://github.com/external-secrets/external-secrets/pull/5762) - chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5761](https://github.com/external-secrets/external-secrets/pull/5761) - chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5760](https://github.com/external-secrets/external-secrets/pull/5760) - chore(deps): bump hashicorp/setup-terraform from [`071811a`](https://github.com/external-secrets/external-secrets/commit/071811a16241b026a69d0c8823fc3d7c54385db5) to [`92e4d08`](https://github.com/external-secrets/external-secrets/commit/92e4d08fe1d24283952afa28216efa8f4ed5aeab) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5759](https://github.com/external-secrets/external-secrets/pull/5759) - chore(deps): bump anchore/sbom-action from 0.20.11 to 0.21.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5784](https://github.com/external-secrets/external-secrets/pull/5784) #### New Contributors - [@&#8203;wi-adam](https://github.com/wi-adam) made their first contribution in [#&#8203;5770](https://github.com/external-secrets/external-secrets/pull/5770) - [@&#8203;fallmo](https://github.com/fallmo) made their first contribution in [#&#8203;5773](https://github.com/external-secrets/external-secrets/pull/5773) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v1.2.0...v1.2.1> ### [`v1.2.0`](https://github.com/external-secrets/external-secrets/releases/tag/v1.2.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.1.1...v1.2.0) Image: `ghcr.io/external-secrets/external-secrets:v1.2.0` Image: `ghcr.io/external-secrets/external-secrets:v1.2.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v1.2.0-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### General - chore: bump 1.1.1 by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in [#&#8203;5687](https://github.com/external-secrets/external-secrets/pull/5687) - chore: fix the argocd e2e test case by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5688](https://github.com/external-secrets/external-secrets/pull/5688) - feat(provider): add Barbican provider support by [@&#8203;rkferreira](https://github.com/rkferreira) in [#&#8203;5398](https://github.com/external-secrets/external-secrets/pull/5398) - docs(secretserver): promote secretserver provider to beta by [@&#8203;DelineaSahilWankhede](https://github.com/DelineaSahilWankhede) in [#&#8203;5668](https://github.com/external-secrets/external-secrets/pull/5668) - feat(controller): add flag to enable/disable secretstore reconcile by [@&#8203;Ilhan-Personal](https://github.com/Ilhan-Personal) in [#&#8203;5653](https://github.com/external-secrets/external-secrets/pull/5653) - fix(aws-secrets-manager): Apply filtering based on both name and tags if provided by [@&#8203;iypetrov](https://github.com/iypetrov) in [#&#8203;5685](https://github.com/external-secrets/external-secrets/pull/5685) - fix(gcpsm): SecretExists should check for regional secrets when store location is specified by [@&#8203;tokiwong](https://github.com/tokiwong) in [#&#8203;5708](https://github.com/external-secrets/external-secrets/pull/5708) - feat: introduce store deprecation by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in [#&#8203;5711](https://github.com/external-secrets/external-secrets/pull/5711) - feat(charts): add global values for common deployment configurations by [@&#8203;Gabryel8818](https://github.com/Gabryel8818) in [#&#8203;5652](https://github.com/external-secrets/external-secrets/pull/5652) - feat: add Doppler OIDC-based authentication by [@&#8203;mikesellitto](https://github.com/mikesellitto) in [#&#8203;5475](https://github.com/external-secrets/external-secrets/pull/5475) - fix: make custom configuration available regardless of environment by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5713](https://github.com/external-secrets/external-secrets/pull/5713) - chore(chart): update bitwarden dependency to v0.5.2 by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5719](https://github.com/external-secrets/external-secrets/pull/5719) - docs(templating): update rbac for generic targets by [@&#8203;lostick](https://github.com/lostick) in [#&#8203;5736](https://github.com/external-secrets/external-secrets/pull/5736) - fix(testing): Breaking changes should not break ci by [@&#8203;evrardjp](https://github.com/evrardjp) in [#&#8203;5739](https://github.com/external-secrets/external-secrets/pull/5739) - fix(security): Get rid of getSecretKey by [@&#8203;evrardjp](https://github.com/evrardjp) in [#&#8203;5738](https://github.com/external-secrets/external-secrets/pull/5738) - fix(aws): parse resource policies into canonical JSON (sorted) before comparing by [@&#8203;cmoscofian](https://github.com/cmoscofian) in [#&#8203;5622](https://github.com/external-secrets/external-secrets/pull/5622) - docs: Fix example in GCP documentation by [@&#8203;headcr4sh](https://github.com/headcr4sh) in [#&#8203;5745](https://github.com/external-secrets/external-secrets/pull/5745) - chore(secretserver): update dependencies to accept new DelineaXPM/tss-sdk-go by [@&#8203;DelineaSahilWankhede](https://github.com/DelineaSahilWankhede) in [#&#8203;5742](https://github.com/external-secrets/external-secrets/pull/5742) - fix(gcpsm): Improve SecretExists method in GCP secret manager provider by [@&#8203;tosih](https://github.com/tosih) in [#&#8203;5610](https://github.com/external-secrets/external-secrets/pull/5610) - chore(docs): add clarification to helm values being disabled by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5746](https://github.com/external-secrets/external-secrets/pull/5746) - fix(release): apply [`64dc681`](https://github.com/external-secrets/external-secrets/commit/64dc681c970ae57f2d1fc5d357eff5ccc57381e6) to release by [@&#8203;jakobmoellerdev](https://github.com/jakobmoellerdev) in [#&#8203;5749](https://github.com/external-secrets/external-secrets/pull/5749) - docs(release): 1.2 stability-support.md by [@&#8203;jakobmoellerdev](https://github.com/jakobmoellerdev) in [#&#8203;5750](https://github.com/external-secrets/external-secrets/pull/5750) ##### Dependencies - chore(deps): bump golang from 1.25.4 to 1.25.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5693](https://github.com/external-secrets/external-secrets/pull/5693) - chore(deps): bump golang from 1.25.4-bookworm to 1.25.5-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5702](https://github.com/external-secrets/external-secrets/pull/5702) - chore(deps): bump ubi9/ubi from `dcd8128` to `75937d9` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5655](https://github.com/external-secrets/external-secrets/pull/5655) - chore(deps): bump peter-evans/slash-command-dispatch from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5695](https://github.com/external-secrets/external-secrets/pull/5695) - chore(deps): bump github/codeql-action from 4.31.5 to 4.31.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5696](https://github.com/external-secrets/external-secrets/pull/5696) - chore(deps): bump actions/stale from 10.1.0 to 10.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5697](https://github.com/external-secrets/external-secrets/pull/5697) - chore(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5700](https://github.com/external-secrets/external-secrets/pull/5700) - chore(deps): bump step-security/harden-runner from 2.13.2 to 2.13.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5698](https://github.com/external-secrets/external-secrets/pull/5698) - chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5699](https://github.com/external-secrets/external-secrets/pull/5699) - chore(deps): bump platformdirs from 4.5.0 to 4.5.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5705](https://github.com/external-secrets/external-secrets/pull/5705) - chore(deps): bump distroless/static from `87bce11` to `4b2a093` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5692](https://github.com/external-secrets/external-secrets/pull/5692) - chore(deps): bump alpine from 3.22 to 3.23 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5703](https://github.com/external-secrets/external-secrets/pull/5703) - chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5704](https://github.com/external-secrets/external-secrets/pull/5704) - chore(deps): bump pymdown-extensions from 10.17.2 to 10.18 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5706](https://github.com/external-secrets/external-secrets/pull/5706) - chore(deps): bump alpine from 3.22.2 to 3.23.0 in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5701](https://github.com/external-secrets/external-secrets/pull/5701) - chore(deps): bump golang from `2611181` to `2611181` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5721](https://github.com/external-secrets/external-secrets/pull/5721) - chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5725](https://github.com/external-secrets/external-secrets/pull/5725) - chore(deps): bump urllib3 from 2.6.0 to 2.6.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5730](https://github.com/external-secrets/external-secrets/pull/5730) - chore(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5726](https://github.com/external-secrets/external-secrets/pull/5726) - chore(deps): bump anchore/sbom-action from 0.20.10 to 0.20.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5724](https://github.com/external-secrets/external-secrets/pull/5724) - chore(deps): bump tornado from 6.5.2 to 6.5.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5732](https://github.com/external-secrets/external-secrets/pull/5732) - chore(deps): bump ubi9/ubi from `75937d9` to `d4feb57` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5722](https://github.com/external-secrets/external-secrets/pull/5722) - chore(deps): bump golang from `5117d68` to `09f53de` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5729](https://github.com/external-secrets/external-secrets/pull/5729) - chore(deps): bump alpine from `4b7ce07` to `51183f2` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5694](https://github.com/external-secrets/external-secrets/pull/5694) - chore(deps): bump hashicorp/setup-terraform from [`712b439`](https://github.com/external-secrets/external-secrets/commit/712b43959e9be7e82c34d18450fa5ec3237af3f1) to [`071811a`](https://github.com/external-secrets/external-secrets/commit/071811a16241b026a69d0c8823fc3d7c54385db5) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5727](https://github.com/external-secrets/external-secrets/pull/5727) - chore(deps): bump pymdown-extensions from 10.18 to 10.19.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5731](https://github.com/external-secrets/external-secrets/pull/5731) - chore(deps): bump step-security/harden-runner from 2.13.3 to 2.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5728](https://github.com/external-secrets/external-secrets/pull/5728) - chore(deps): bump actions/cache from 4.3.0 to 5.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5723](https://github.com/external-secrets/external-secrets/pull/5723) #### New Contributors - [@&#8203;iypetrov](https://github.com/iypetrov) made their first contribution in [#&#8203;5685](https://github.com/external-secrets/external-secrets/pull/5685) - [@&#8203;tokiwong](https://github.com/tokiwong) made their first contribution in [#&#8203;5708](https://github.com/external-secrets/external-secrets/pull/5708) - [@&#8203;Gabryel8818](https://github.com/Gabryel8818) made their first contribution in [#&#8203;5652](https://github.com/external-secrets/external-secrets/pull/5652) - [@&#8203;mikesellitto](https://github.com/mikesellitto) made their first contribution in [#&#8203;5475](https://github.com/external-secrets/external-secrets/pull/5475) - [@&#8203;lostick](https://github.com/lostick) made their first contribution in [#&#8203;5736](https://github.com/external-secrets/external-secrets/pull/5736) - [@&#8203;cmoscofian](https://github.com/cmoscofian) made their first contribution in [#&#8203;5622](https://github.com/external-secrets/external-secrets/pull/5622) - [@&#8203;headcr4sh](https://github.com/headcr4sh) made their first contribution in [#&#8203;5745](https://github.com/external-secrets/external-secrets/pull/5745) - [@&#8203;tosih](https://github.com/tosih) made their first contribution in [#&#8203;5610](https://github.com/external-secrets/external-secrets/pull/5610) **Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v1.1.1...v1.2.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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:05:41 +00:00
chore(deps): update dependency external-secrets/external-secrets to v1.3.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 12s
112c552733
renovate-bot force-pushed renovate/external-secrets-external-secrets-1.x from 112c552733 to 6fd77f1f63 2026-01-23 22:15:46 +00:00 Compare
renovate-bot force-pushed renovate/external-secrets-external-secrets-1.x from 6fd77f1f63 to 26ec24e5a5 2026-01-23 22:49:38 +00:00 Compare
renovate-bot force-pushed renovate/external-secrets-external-secrets-1.x from 26ec24e5a5 to d712fabc82 2026-01-23 23:04:48 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency external-secrets/external-secrets to v1.3.1 to chore(deps): update dependency external-secrets/external-secrets to v1.3.1 - autoclosed 2026-01-23 23:13:11 +00:00
renovate-bot closed this pull request 2026-01-23 23:13:11 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 2m31s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.