chore(deps): update helm release external-secrets to v1.1.0 #134

Merged
williamp merged 1 commits from renovate/external-secrets-1.x into main 2025-11-21 18:43:06 +00:00
Member

This PR contains the following updates:

Package Update Change
external-secrets minor 1.0.0 -> 1.1.0

Release Notes

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

v1.1.0

Compare Source

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

What's Changed

!NOTE!: During last community meeting we discussed that we are retiring our scarf account. With that, we will be changing back to ghcr.io/external-secrets/external-secrets instead of oci.external-secrets.io/external-secrets/external-secrets.

For now, the old domain will live for a couple months to give people to change back. With this release , the helm chart switched back to ghcr.

General
Dependencies

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v1.0.0...v1.1.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.

🔕 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](https://github.com/external-secrets/external-secrets) | minor | `1.0.0` -> `1.1.0` | --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets)</summary> ### [`v1.1.0`](https://github.com/external-secrets/external-secrets/releases/tag/v1.1.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.0.0...v1.1.0) Image: `ghcr.io/external-secrets/external-secrets:v1.1.0` Image: `ghcr.io/external-secrets/external-secrets:v1.1.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v1.1.0-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed !*NOTE*!: During last community meeting we discussed that we are retiring our scarf account. With that, we will be changing back to [ghcr.io/external-secrets/external-secrets](http://ghcr.io/external-secrets/external-secrets) instead of [oci.external-secrets.io/external-secrets/external-secrets](http://oci.external-secrets.io/external-secrets/external-secrets). For now, the old domain will live for a couple months to give people to change back. With this release , the helm chart switched back to ghcr. ##### General - chore(chart): release helm chart 1.0.0 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5552 - feat(security): add support for ECDSA ssh keys by [@&#8203;bigjazzsound](https://github.com/bigjazzsound) in https://github.com/external-secrets/external-secrets/pull/5559 - fix: minor typo in comment of KeeperSecurity example by [@&#8203;mdjong1](https://github.com/mdjong1) in https://github.com/external-secrets/external-secrets/pull/5573 - docs(gcp): update documentation for using WorkloadIdentityFederation in non-GKE cluster by [@&#8203;jennweir](https://github.com/jennweir) in https://github.com/external-secrets/external-secrets/pull/5556 - chore(release): add darwin_arm64 releases by [@&#8203;lbordowitz](https://github.com/lbordowitz) in https://github.com/external-secrets/external-secrets/pull/5583 - feat: support override IAM endpoint in IBM provider for APIkey auth by [@&#8203;fidel-ruiz](https://github.com/fidel-ruiz) in https://github.com/external-secrets/external-secrets/pull/5550 - feat(security): build tags for all the providers to disable them on d… by [@&#8203;ShimonDarshan](https://github.com/ShimonDarshan) in https://github.com/external-secrets/external-secrets/pull/5578 - fix: do not include the last element of the path in the iteration by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5588 - fix(k8s): support deleting whole secret by [@&#8203;tiagolobocastro](https://github.com/tiagolobocastro) in https://github.com/external-secrets/external-secrets/pull/5538 - fix(provider): configure TLS for secret server provider by [@&#8203;Lumexralph](https://github.com/Lumexralph) in https://github.com/external-secrets/external-secrets/pull/5558 - chore(aws): remove any usage of aws-sdk-v1 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5590 - fix(gcp): check for secret version exists in PushSecret by [@&#8203;bpalko](https://github.com/bpalko) in https://github.com/external-secrets/external-secrets/pull/5593 - feat(vault): add GCP Workload Identity authentication support by [@&#8203;SamuelMolling](https://github.com/SamuelMolling) in https://github.com/external-secrets/external-secrets/pull/5356 - chore: fix sonar cloud issues by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5405 - chore(aws-sdk-v2): update dependencies to accept new aws regions by [@&#8203;damienpuig](https://github.com/damienpuig) in https://github.com/external-secrets/external-secrets/pull/5577 - feat(chart): use ghcr.io instead of our own domain by [@&#8203;evrardjp](https://github.com/evrardjp) in https://github.com/external-secrets/external-secrets/pull/5617 ##### Dependencies - chore(deps): bump golang from 1.25.3 to 1.25.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5560 - chore(deps): bump golang from 1.25.3-bookworm to 1.25.4-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5568 - chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5561 - chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5564 - chore(deps): bump helm/chart-testing-action from 2.7.0 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5565 - chore(deps): bump aws-actions/configure-aws-credentials from [`0d00a56`](https://github.com/external-secrets/external-secrets/commit/0d00a56e021d460a2d2bb10b9d8f94f6693a71ad) to [`2475ef7`](https://github.com/external-secrets/external-secrets/commit/2475ef7675c7f555fe065dad4cbebafc7f953779) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5562 - chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5563 - chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5567 - chore(deps): bump regex from 2025.10.23 to 2025.11.3 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5570 - chore(deps): bump markdown from 3.9 to 3.10 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5569 - chore(deps): bump hashicorp/setup-terraform from [`982f6f0`](https://github.com/external-secrets/external-secrets/commit/982f6f017c89db9dccac8593265de0c382e4c050) to [`4c5fdab`](https://github.com/external-secrets/external-secrets/commit/4c5fdabea201636fa7ea13d8babd1ed828687f5d) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5566 - chore(deps): bump golang from `d3f0cf7` to `d3f0cf7` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5595 - chore(deps): bump github/codeql-action from 4.31.2 to 4.31.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5596 - chore(deps): bump click from 8.3.0 to 8.3.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5602 - chore(deps): bump ubi9/ubi from `dec374e` to `dcd8128` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5594 - chore(deps): bump aws-actions/configure-aws-credentials from [`2475ef7`](https://github.com/external-secrets/external-secrets/commit/2475ef7675c7f555fe065dad4cbebafc7f953779) to [`f2964c7`](https://github.com/external-secrets/external-secrets/commit/f2964c7281262753f549b15ae39f1cbbb033b9e4) by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5597 - chore(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5598 - chore(deps): bump pymdown-extensions from 10.16.1 to 10.17.1 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5599 - chore(deps): bump certifi from 2025.10.5 to 2025.11.12 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5600 - chore(deps): bump mkdocs-material from 9.6.23 to 9.7.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5601 - chore(deps): bump mkdocs-macros-plugin from 1.4.1 to 1.5.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5603 #### New Contributors - [@&#8203;bigjazzsound](https://github.com/bigjazzsound) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5559 - [@&#8203;mdjong1](https://github.com/mdjong1) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5573 - [@&#8203;jennweir](https://github.com/jennweir) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5556 - [@&#8203;lbordowitz](https://github.com/lbordowitz) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5583 - [@&#8203;fidel-ruiz](https://github.com/fidel-ruiz) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5550 - [@&#8203;ShimonDarshan](https://github.com/ShimonDarshan) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5578 - [@&#8203;bpalko](https://github.com/bpalko) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5593 - [@&#8203;SamuelMolling](https://github.com/SamuelMolling) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5356 - [@&#8203;damienpuig](https://github.com/damienpuig) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5577 **Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v1.0.0...v1.1.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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC42IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-11-21 15:00:58 +00:00
williamp merged commit 0691a9e6bd into main 2025-11-21 18:43:06 +00:00
williamp deleted branch renovate/external-secrets-1.x 2025-11-21 18:43:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: infrastructure/weyma-talos#134
No description provided.