This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | HelmChart | minor | `0.16.2` -> `0.17.0` |
---
### Release Notes
<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>
### [`v0.17.0`](https://github.com/external-secrets/external-secrets/releases/tag/v0.17.0)
[Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.16.2...v0.17.0)
Image: `ghcr.io/external-secrets/external-secrets:v0.17.0`
Image: `ghcr.io/external-secrets/external-secrets:v0.17.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.17.0-ubi-boringssl`
#### BREAKING CHANGE
v0.17.0 Stops serving `v1beta1` apis. You need to update your manifests from `v1beta1` to `v1` prior to updating from `v0.16` to `v0.17`.
#### What's Changed
- chore: update helm charts v0.16.2 by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4748
- fix: typo on delete method for repo by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4750
- fix: Show Errors from Github by [@​Alexander-Cairns](https://github.com/Alexander-Cairns) in https://github.com/external-secrets/external-secrets/pull/4753
- doc(openbao): add information about it working with vault provider by [@​eyenx](https://github.com/eyenx) in https://github.com/external-secrets/external-secrets/pull/4755
- Gc/fix/gcp pushsecret location replication by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4751
- chore: unserve v1beta1 and mark it as deprecated by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4758
- fix: not releasing helm charts when its already released by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4771
- fix: remove comment from helm by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4772
- infisical: support secrets within paths for `data` references by [@​lgo](https://github.com/lgo) in https://github.com/external-secrets/external-secrets/pull/4305
- chore(deps): bump pyyaml-env-tag from 0.1 to 1.0 in /hack/api-docs by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4761
- chore(deps): bump platformdirs from 4.3.7 to 4.3.8 in /hack/api-docs by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4762
- chore(deps): bump mkdocs-material from 9.6.12 to 9.6.13 in /hack/api-docs by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4763
- chore(deps): bump golang from 1.24.2 to 1.24.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4764
- chore(deps): bump golang from 1.24.2-bookworm to 1.24.3-bookworm in /e2e by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4765
- chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4766
- Cache separate vault clients for each namespace if necessary by [@​ChristianCiach](https://github.com/ChristianCiach) in https://github.com/external-secrets/external-secrets/pull/4706
- chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4768
- feat: improve code integration api by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4777
- chore: update dependencies by [@​eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4770
- chore(deps): bump actions/dependency-review-action from [`67d4f4b`](https://github.com/external-secrets/external-secrets/commit/67d4f4bd7a9b17a0db54d2a7519187c65e339de8) to [`8805179`](https://github.com/external-secrets/external-secrets/commit/8805179dc9a63c54224914839d370dd93bd37b2e) by [@​dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4767
- fix: adds releases to stability and support by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4776
- Update docs/example for ECR token generator by [@​Moulick](https://github.com/Moulick) in https://github.com/external-secrets/external-secrets/pull/4773
- feat: add 1Password SDK based provider by [@​Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4628
- chore: updates stability support for 0.17.0 by [@​gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4779
- fix: update provider examples to use apiVersion external-secrets.io/v1 by [@​rowanruseler](https://github.com/rowanruseler) in https://github.com/external-secrets/external-secrets/pull/4757
#### New Contributors
- [@​Alexander-Cairns](https://github.com/Alexander-Cairns) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4753
- [@​eyenx](https://github.com/eyenx) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4755
- [@​ChristianCiach](https://github.com/ChristianCiach) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4706
- [@​Moulick](https://github.com/Moulick) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4773
- [@​rowanruseler](https://github.com/rowanruseler) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4757
**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.16.2...v0.17.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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
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 MR contains the following updates:
0.16.2->0.17.0Release Notes
external-secrets/external-secrets (external-secrets)
v0.17.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.17.0Image:
ghcr.io/external-secrets/external-secrets:v0.17.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.17.0-ubi-boringsslBREAKING CHANGE
v0.17.0 Stops serving
v1beta1apis. You need to update your manifests fromv1beta1tov1prior to updating fromv0.16tov0.17.What's Changed
datareferences by @lgo in https://github.com/external-secrets/external-secrets/pull/430567d4f4bto8805179by @dependabot in https://github.com/external-secrets/external-secrets/pull/4767New Contributors
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.16.2...v0.17.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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #1