chore(deps): update helm release external-secrets to v0.12.1 - autoclosed #64

Merged
finn merged 2 commits from renovate/external-secrets-0.x into main 2025-01-11 02:01:16 +00:00
Member

This PR contains the following updates:

Package Type Update Change
external-secrets HelmChart minor 0.10.5 -> 0.12.1

Release Notes

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

v0.12.1

Compare Source

RELEASE VERSION

My apologies, when creating the release, 0.12.0 failed. The branch and tag however, have been created and I was unable to delete them. Thus, the version has been increased to 0.12.1 after the fix and now that's the current version. I hand updated the release notes to include everyone into the changes.

BREAKING CHANGES

The following breaking changes have been introduced into this release:

  • Permission update for AWS provider adding BulkFetch when getting multiple secrets ( significant API reduce but comes with adding a permission for bulk endpoint )
  • fixed a typo for a generator in the json tag where before it was ecrRAuthorizationTokenSpec with an extra R
  • We standardized the GCP Secrets Manager Metadata structure for PushSecrets ( be aware that existing manifests will stop working until updated to the standardized version ) for more info see https://github.com/external-secrets/external-secrets/pull/4210

Images

Image: ghcr.io/external-secrets/external-secrets:v0.12.1
Image: ghcr.io/external-secrets/external-secrets:v0.12.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.12.1-ubi-boringssl

What's Changed

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.11.0...v0.12.1

v0.11.0

Compare Source

Deprecation of OLM Releases

As of 0.11.0 is the last release available for OLM until further notice. Depending on the way this goes, we might still have OLM support (ideally with a properly built operator for that), but for sure in a different support scheme as to not overload maintainers anymore.
Also a valid note - you can still use 0.11.0 OLM release and the newest ESO images, you just need to set image.tag appropriately in your setup.

Kubernetes API load and significant decrease

A new way of reconciling external secrets has been added with pull request #​4086.

This significantly reduces the number of API calls that we make to the kubernetes API server.

  1. Memory usage might increase if you are not already using --enable-secrets-caching
    1. If you are using --enable-secrets-caching and want to decrease memory usage at the expense of slightly higher API usage, you can disable it and only enable --enable-managed-secrets-caching (which is the new default)
  2. In ALL cases (even when CreationPolicy is Merge), if a data key in the target Secret was created by the ExternalSecret, and it no longer exists in the template (or data/dataFrom), it will be removed from the target secret:
    1. This might cause some peoples secrets to be "cleaned of data keys" when updating to 0.11.
    2. Previously, the behaviour was undefined, and confusing because it was sort of broken when the template feature was added.
    3. The one exception is that ALL the data suddenly becomes empty and the DeletionPolicy is retain, in which case we will not even report and error, just change the SecretSynced message to explain that the secret was retained.
  3. When CreationPolicy is Owner, we now will NEVER retain any keys and fully calculate the "desired state" of the target secret each loop:
    1. This means that some peoples secrets might have keys removed when updating to 0.11.

Generators and ClusterGenerator

We added ClusterGenerators and Generator caching as well. This might create some problems in the way generators are defined now.

CRD Admission Restrictions

All of the CRDs now have proper kubebuilder markers for validation. This might surprise someone leaving out some data that was essentially actually required or expected in a certain format. This is now validated in #​4104.

Images

Image: ghcr.io/external-secrets/external-secrets:v0.11.0
Image: ghcr.io/external-secrets/external-secrets:v0.11.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.11.0-ubi-boringssl

What's Changed

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.7...v0.11.0

v0.10.7

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.7
Image: ghcr.io/external-secrets/external-secrets:v0.10.7-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.7-ubi-boringssl

What's Changed

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.6...v0.10.7

v0.10.6

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.10.6
Image: ghcr.io/external-secrets/external-secrets:v0.10.6-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.6-ubi-boringssl

What's Changed

New Contributors

Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.5...v0.10.6


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 | Type | Update | Change | |---|---|---|---| | [external-secrets](https://github.com/external-secrets/external-secrets) | HelmChart | minor | `0.10.5` -> `0.12.1` | --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets)</summary> ### [`v0.12.1`](https://github.com/external-secrets/external-secrets/releases/tag/v0.12.1) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.11.0...v0.12.1) #### RELEASE VERSION My apologies, when creating the release, 0.12.0 failed. The branch and tag however, have been created and I was unable to delete them. Thus, the version has been increased to 0.12.1 after the fix and now that's the current version. I hand updated the release notes to include everyone into the changes. #### BREAKING CHANGES The following breaking changes have been introduced into this release: - Permission update for AWS provider adding BulkFetch when getting multiple secrets ( significant API reduce but comes with adding a permission for bulk endpoint ) - fixed a typo for a generator in the json tag where before it was `ecrRAuthorizationTokenSpec` with an extra R - We standardized the GCP Secrets Manager Metadata structure for PushSecrets ( be aware that existing manifests will stop working until updated to the standardized version ) for more info see https://github.com/external-secrets/external-secrets/pull/4210 #### Images Image: `ghcr.io/external-secrets/external-secrets:v0.12.1` Image: `ghcr.io/external-secrets/external-secrets:v0.12.1-ubi` Image: `ghcr.io/external-secrets/external-secrets:v0.12.1-ubi-boringssl` #### What's Changed - chore(deps): bump ubi8/ubi from `7287624` to `37cdac4` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4245 - revert: softprops update failing the release process by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4248 - chore: bump helm chart version v0.11.0 by [@&#8203;Skarlso](https://github.com/Skarlso) https://github.com/external-secrets/external-secrets/pull/4166 - chore(deps): bump mkdocs-material in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) https://github.com/external-secrets/external-secrets/pull/4165 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4169 - Gc/fix clusterexternalsecret metrics by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4170 - chore(deps): bump distroless/static from [`f4a57e8`](https://github.com/external-secrets/external-secrets/commit/f4a57e8) to [`5c7e2b4`](https://github.com/external-secrets/external-secrets/commit/5c7e2b4) by [@&#8203;dependabot](https://github.com/dependabot) https://github.com/external-secrets/external-secrets/pull/4164 - chore: deprecate olm proposal by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4175 - fix: error handling for gitlab variable fetch by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4177 - fix: v1 templates with metadata + always cleanup orphaned secrets by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4174 - fix: handle empty template engine version by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4182 - chore(deps): bump actions/cache from 4.1.2 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4190 - chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4189 - chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4188 - update dependencies in https://github.com/external-secrets/external-secrets/pull/4196 - chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4187 - chore(deps): bump alpine from 3.20.3 to 3.21.0 in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4184 - chore(deps): bump golang from 1.23.3-bookworm to 1.23.4-bookworm by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4185 - chore(deps): bump alpine from 3.20 to 3.21 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4186 - chore(deps): bump alpine from [`1e42bbe`](https://github.com/external-secrets/external-secrets/commit/1e42bbe) to [`21dc606`](https://github.com/external-secrets/external-secrets/commit/21dc606) by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4191 - chore(deps): bump golang from 1.23.3 to 1.23.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4192 - chore(deps): bump six from 1.16.0 to 1.17.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4193 - chore(deps): bump mkdocs-material in /hack/api-docs by dependabot in by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4194 <!----> - feat: 1password add support for tags and configurable PushSecret vault by [@&#8203;Dariusch](https://github.com/Dariusch) ([#&#8203;4173](https://github.com/external-secrets/external-secrets/issues/4173)) - fix: ensure existing labels are retained for secrets in GCP secrets by [@&#8203;newtondev](https://github.com/newtondev) ([#&#8203;4160](https://github.com/external-secrets/external-secrets/issues/4160)) - fix: return not found error when there is no secret for vault provider by [@&#8203;Skarlso](https://github.com/Skarlso) ([#&#8203;4183](https://github.com/external-secrets/external-secrets/issues/4183)) - fix: error in order of function call UpdateEnvironment by [@&#8203;dirien](https://github.com/dirien) ([#&#8203;4201](https://github.com/external-secrets/external-secrets/issues/4201)) - BREAKING: Standardize GCP Secret Manager PushSecret metadata format and add CMEK support [@&#8203;janlauber](https://github.com/janlauber) in ([#&#8203;4210](https://github.com/external-secrets/external-secrets/issues/4210)) - docs: add raw markdown tags to PushSecret example in Google Secrets Manager documentation by [@&#8203;janlauber](https://github.com/janlauber) in ([#&#8203;4213](https://github.com/external-secrets/external-secrets/issues/4213)) - Design/target custom resources by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) ([#&#8203;3449](https://github.com/external-secrets/external-secrets/issues/3449)) - chore(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by [@&#8203;dependabot](https://github.com/dependabot) ([#&#8203;4215](https://github.com/external-secrets/external-secrets/issues/4215)) - chore(deps): bump actions/attest-build-provenance from 2.0.1 to 2.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in ([#&#8203;4216](https://github.com/external-secrets/external-secrets/issues/4216)) - feat: update to use Batch value get instead of List and Fetch all secrets for AWS provider by [@&#8203;Skarlso](https://github.com/Skarlso) in ([#&#8203;4181](https://github.com/external-secrets/external-secrets/issues/4181)) - fix: increase default QPS/Burst to 50/100 by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) ([#&#8203;4202](https://github.com/external-secrets/external-secrets/issues/4202)) - chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 by [@&#8203;dependabot](https://github.com/dependabot) ([#&#8203;4217](https://github.com/external-secrets/external-secrets/issues/4217)) - chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by [@&#8203;dependabot](https://github.com/dependabot) ([#&#8203;4218](https://github.com/external-secrets/external-secrets/issues/4218)) - chore(deps): bump certifi from 2024.8.30 to 2024.12.14 by [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump golang from [`6c5c959`](https://github.com/external-secrets/external-secrets/commit/6c5c959) to [`6c5c959`](https://github.com/external-secrets/external-secrets/commit/6c5c959) by [@&#8203;dependabot](https://github.com/dependabot) ([#&#8203;4220](https://github.com/external-secrets/external-secrets/issues/4220)) - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) ([#&#8203;4223](https://github.com/external-secrets/external-secrets/issues/4223)) - Add AWS ECR Public authorization token support by [@&#8203;pmcenery](https://github.com/pmcenery) ([#&#8203;4229](https://github.com/external-secrets/external-secrets/issues/4229)) - fix: typo in the ecrAuthorizationTokenSpec json tag by [@&#8203;Skarlso](https://github.com/Skarlso) ([#&#8203;4212](https://github.com/external-secrets/external-secrets/issues/4212)) - feat: fix a bunch of Sonar issues by [@&#8203;Skarlso](https://github.com/Skarlso) ([#&#8203;4208](https://github.com/external-secrets/external-secrets/issues/4208)) - fix: Dockerfile.ubi using the wrong registry by [@&#8203;Skarlso](https://github.com/Skarlso) ([#&#8203;4234](https://github.com/external-secrets/external-secrets/issues/4234)) - feat: add filterCertChain template helper function by [@&#8203;sboschman](https://github.com/sboschman) ([#&#8203;3934](https://github.com/external-secrets/external-secrets/issues/3934)) - fix: SonarCloud security hotspot by [@&#8203;Skarlso](https://github.com/Skarlso) in ([#&#8203;4235](https://github.com/external-secrets/external-secrets/issues/4235)) **Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.11.0...v0.12.1 ### [`v0.11.0`](https://github.com/external-secrets/external-secrets/releases/tag/v0.11.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.10.7...v0.11.0) #### Deprecation of OLM Releases As of `0.11.0` is the last release available for OLM until further notice. Depending on the way this goes, we might still have OLM support (ideally with a properly built operator for that), but for sure in a different support scheme as to not overload maintainers anymore. Also a valid note - you can still use 0.11.0 OLM release and the newest ESO images, you just need to set image.tag appropriately in your setup. #### Kubernetes API load and significant decrease A new way of reconciling external secrets has been added with pull request [#&#8203;4086](https://github.com/external-secrets/external-secrets/issues/4086). This significantly reduces the number of API calls that we make to the kubernetes API server. 1. Memory usage might increase if you are not already using `--enable-secrets-caching` 1. If you are using `--enable-secrets-caching` and want to decrease memory usage at the expense of slightly higher API usage, you can disable it and only enable `--enable-managed-secrets-caching` (which is the new default) 2. In ALL cases (even when CreationPolicy is Merge), if a data key in the target Secret was created by the ExternalSecret, and it no longer exists in the template (or data/dataFrom), it will be removed from the target secret: 1. This might cause some peoples secrets to be "cleaned of data keys" when updating to 0.11. 2. Previously, the behaviour was undefined, and confusing because it was sort of broken when the template feature was added. 3. The one exception is that ALL the data suddenly becomes empty and the DeletionPolicy is retain, in which case we will not even report and error, just change the SecretSynced message to explain that the secret was retained. 3. When CreationPolicy is Owner, we now will NEVER retain any keys and fully calculate the "desired state" of the target secret each loop: 1. This means that some peoples secrets might have keys removed when updating to 0.11. #### Generators and ClusterGenerator We added ClusterGenerators and Generator caching as well. This might create some problems in the way generators are defined now. #### CRD Admission Restrictions All of the CRDs now have proper kubebuilder markers for validation. This might surprise someone leaving out some data that was essentially actually required or expected in a certain format. This is now validated in [#&#8203;4104](https://github.com/external-secrets/external-secrets/issues/4104). #### Images Image: `ghcr.io/external-secrets/external-secrets:v0.11.0` Image: `ghcr.io/external-secrets/external-secrets:v0.11.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v0.11.0-ubi-boringssl` #### What's Changed - chore: bump version v0.10.7 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4141 - feat: significantly reduce api calls and introduce partial secret cache by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4086 - chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4143 - chore(deps): bump tornado from 6.4.1 to 6.4.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4144 - chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4145 - chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4146 - chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4147 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4148 - fix: gitlab empty response by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4152 - feat: add ability to push expiration date to secret in azure key vault by [@&#8203;deggja](https://github.com/deggja) in https://github.com/external-secrets/external-secrets/pull/4149 - feat: implement a cluster-wide generator by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4140 - feat: Add API key auth support on BeyondTrust provider by [@&#8203;dtejadav](https://github.com/dtejadav) in https://github.com/external-secrets/external-secrets/pull/4101 - Add support for multiple Items fields in DelineSecretServer secrets by [@&#8203;ronaldosaheki](https://github.com/ronaldosaheki) in https://github.com/external-secrets/external-secrets/pull/4051 - chore: deprecation policy and deprecating process by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4154 - fix: use cache when retrieving generators by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4153 - fix: e2e test for AWS not setting name and namespace by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4157 - fix: handle managed identity ClientID or ResourceID in acr generator by [@&#8203;bonddim](https://github.com/bonddim) in https://github.com/external-secrets/external-secrets/pull/4150 - feat: add CRD validation for resource name/key fields by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4104 - fix: issues with generators by [@&#8203;thesuperzapper](https://github.com/thesuperzapper) in https://github.com/external-secrets/external-secrets/pull/4163 #### New Contributors - [@&#8203;thesuperzapper](https://github.com/thesuperzapper) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4086 - [@&#8203;deggja](https://github.com/deggja) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4149 - [@&#8203;dtejadav](https://github.com/dtejadav) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4101 - [@&#8203;ronaldosaheki](https://github.com/ronaldosaheki) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4051 - [@&#8203;bonddim](https://github.com/bonddim) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4150 **Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.10.7...v0.11.0 ### [`v0.10.7`](https://github.com/external-secrets/external-secrets/releases/tag/v0.10.7) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.10.6...v0.10.7) Image: `ghcr.io/external-secrets/external-secrets:v0.10.7` Image: `ghcr.io/external-secrets/external-secrets:v0.10.7-ubi` Image: `ghcr.io/external-secrets/external-secrets:v0.10.7-ubi-boringssl` #### What's Changed - Release v0.10.6 helm chart docs by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4133 - fix: permissions on steps is not a thing by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4134 - fix(azure-keyvault): remove incorrect suffix from provider URL to fix OpenID discovery call by [@&#8203;weisdd](https://github.com/weisdd) in https://github.com/external-secrets/external-secrets/pull/4136 - chore: add blog by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4137 - feat: add yaml based encoding for get secrets as map by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4001 #### New Contributors - [@&#8203;weisdd](https://github.com/weisdd) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4136 **Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.10.6...v0.10.7 ### [`v0.10.6`](https://github.com/external-secrets/external-secrets/releases/tag/v0.10.6) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.10.5...v0.10.6) Image: `ghcr.io/external-secrets/external-secrets:v0.10.6` Image: `ghcr.io/external-secrets/external-secrets:v0.10.6-ubi` Image: `ghcr.io/external-secrets/external-secrets:v0.10.6-ubi-boringssl` #### What's Changed - docs: release helm charts for v0.10.5 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4038 - feat: Support repositories and permissions in GitHub generator by [@&#8203;konradasb](https://github.com/konradasb) in https://github.com/external-secrets/external-secrets/pull/4039 - chore: Add Hostinger to ADOPTERS.md by [@&#8203;konradasb](https://github.com/konradasb) in https://github.com/external-secrets/external-secrets/pull/4053 - chore(deps): bump distroless/static from `69830f2` to `cc226ca` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4043 - chore(deps): bump mkdocs-macros-plugin from 1.3.6 to 1.3.7 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4044 - chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4045 - chore(deps): bump actions/cache from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4046 - chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4047 - chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4049 - chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4048 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4050 - fix: improve SecretExists in Bitwarden provider by [@&#8203;logaritmisk](https://github.com/logaritmisk) in https://github.com/external-secrets/external-secrets/pull/4058 - Adding Pulumi ESC to intro page by [@&#8203;aaronkao](https://github.com/aaronkao) in https://github.com/external-secrets/external-secrets/pull/4062 - Updated stability and supported features for Akeyless by [@&#8203;eitan-kr](https://github.com/eitan-kr) in https://github.com/external-secrets/external-secrets/pull/4061 - chore(deps): bump watchdog from 5.0.3 to 6.0.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4067 - chore(deps): bump pymdown-extensions from 10.11.2 to 10.12 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4068 - chore(deps): bump mkdocs-material from 9.5.42 to 9.5.43 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4069 - chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4070 - chore: move inactive maintainers to emeritus by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4073 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4071 - Update VaultAppRole documentation to show/use roleRef in its examples by [@&#8203;mtougeron](https://github.com/mtougeron) in https://github.com/external-secrets/external-secrets/pull/4035 - feat: add option to configure topic information for GCM by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4055 - feat: add AWS STS Session token generator by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4041 - chore(helm): Add extra labels to the validating webhooks by [@&#8203;tete17](https://github.com/tete17) in https://github.com/external-secrets/external-secrets/pull/4074 - Reduce refreshInterval example for ACR by [@&#8203;lindhe](https://github.com/lindhe) in https://github.com/external-secrets/external-secrets/pull/4078 - Fix PushSecret lookup in keepersecurity provider by [@&#8203;idimov-keeper](https://github.com/idimov-keeper) in https://github.com/external-secrets/external-secrets/pull/4077 - Add ability to use RetrySettings in the VaultDynamicSecret generator by [@&#8203;samm-git](https://github.com/samm-git) in https://github.com/external-secrets/external-secrets/pull/4076 - chore(deps): bump golang from 1.23.2 to 1.23.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4089 - chore(deps): bump packaging from 24.1 to 24.2 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4090 - chore(deps): bump mkdocs-material from 9.5.43 to 9.5.44 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4091 - Update docs for ExternalSecrets's refreshInterval by [@&#8203;lindhe](https://github.com/lindhe) in https://github.com/external-secrets/external-secrets/pull/4097 - chore(deps): bump zipp from 3.20.2 to 3.21.0 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4092 - chore(deps): bump regex from 2024.9.11 to 2024.11.6 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4093 - chore(deps): bump golang from 1.23.2-bookworm to 1.23.3-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4094 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4096 - chore(deps): bump github/codeql-action from 3.27.0 to 3.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4088 - fix: typo in webhook.md by [@&#8203;salekseev](https://github.com/salekseev) in https://github.com/external-secrets/external-secrets/pull/4100 - docs: reformat pushsecrets documentation to be a list by [@&#8203;twobiers](https://github.com/twobiers) in https://github.com/external-secrets/external-secrets/pull/4102 - fix: refresh interval values by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/4111 - Sign helm chart artifact in ghcr.io by [@&#8203;aruuunn](https://github.com/aruuunn) in https://github.com/external-secrets/external-secrets/pull/4098 - chore(deps): bump distroless/static from `cc226ca` to `f4a57e8` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4112 - chore(deps): bump golang from `0974259` to `c694a4d` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4113 - chore(deps): bump alpine from `beefdbd` to `1e42bbe` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4114 - chore(deps): bump github/codeql-action from 3.27.1 to 3.27.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4115 - chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4116 - chore(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4117 - chore(deps): bump alpine from `beefdbd` to `1e42bbe` in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4118 - chore(deps): bump alpine from `beefdbd` to `1e42bbe` in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4119 - chore(deps): bump golang from `0e3377d` to `3f3b9da` in /e2e by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/external-secrets/external-secrets/pull/4120 - fix: re-enable signing helm release by [@&#8203;moolen](https://github.com/moolen) in https://github.com/external-secrets/external-secrets/pull/4109 - chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app) in https://github.com/external-secrets/external-secrets/pull/4122 - feat: enable concurrent reconciling for push secret reconciler by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4124 - feat: supporting pushing entire secret for bitwarden provider by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4106 - fix: do not import gpg key from forked repo by [@&#8203;moolen](https://github.com/moolen) in https://github.com/external-secrets/external-secrets/pull/4126 - feat: implement SecretExists function for gcp secretsmanager by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4127 - fix: restrict the token permission update to the push chart step by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4128 - fix: further restrict token permissions on helm action steps by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4129 - Change wrong YAML TLS keys in documentation by [@&#8203;ilovelinux](https://github.com/ilovelinux) in https://github.com/external-secrets/external-secrets/pull/4131 #### New Contributors - [@&#8203;konradasb](https://github.com/konradasb) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4039 - [@&#8203;logaritmisk](https://github.com/logaritmisk) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4058 - [@&#8203;aaronkao](https://github.com/aaronkao) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4062 - [@&#8203;eitan-kr](https://github.com/eitan-kr) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4061 - [@&#8203;tete17](https://github.com/tete17) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4074 - [@&#8203;idimov-keeper](https://github.com/idimov-keeper) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4077 - [@&#8203;samm-git](https://github.com/samm-git) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4076 - [@&#8203;salekseev](https://github.com/salekseev) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4100 - [@&#8203;twobiers](https://github.com/twobiers) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4102 - [@&#8203;aruuunn](https://github.com/aruuunn) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4098 - [@&#8203;ilovelinux](https://github.com/ilovelinux) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4131 **Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.10.5...v0.10.6 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-11-20 21:01:56 +00:00
chore(deps): update helm release external-secrets to v0.10.6
Some checks failed
/ render-helm (push) Failing after 24s
7a2989077a
renovatebot force-pushed renovate/external-secrets-0.x from 7a2989077a to 61d7493240 2024-11-23 10:01:59 +00:00 Compare
renovatebot changed title from chore(deps): update helm release external-secrets to v0.10.6 to chore(deps): update helm release external-secrets to v0.10.7 2024-11-23 10:02:00 +00:00
renovatebot force-pushed renovate/external-secrets-0.x from 61d7493240 to 2815efbb5b 2024-12-02 10:02:05 +00:00 Compare
renovatebot changed title from chore(deps): update helm release external-secrets to v0.10.7 to chore(deps): update helm release external-secrets to v0.11.0 2024-12-02 10:02:06 +00:00
renovatebot force-pushed renovate/external-secrets-0.x from 2815efbb5b to f9c92d7efe 2024-12-23 20:02:12 +00:00 Compare
renovatebot changed title from chore(deps): update helm release external-secrets to v0.11.0 to chore(deps): update helm release external-secrets to v0.12.1 2024-12-23 20:02:14 +00:00
finn added 1 commit 2025-01-11 01:58:20 +00:00
external secrets operator: render updated helm chart
All checks were successful
/ diff-and-deploy (push) Successful in 1m14s
0012c40b3d
finn force-pushed renovate/external-secrets-0.x from 0012c40b3d to ed0c2043e1 2025-01-11 01:59:46 +00:00 Compare
finn merged commit ed0c2043e1 into main 2025-01-11 02:01:16 +00:00
finn deleted branch renovate/external-secrets-0.x 2025-01-11 02:01:16 +00:00
renovatebot changed title from chore(deps): update helm release external-secrets to v0.12.1 to chore(deps): update helm release external-secrets to v0.12.1 - autoclosed 2025-01-11 02:03:19 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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: JankySolutions/infra#64
No description provided.