chore(deps): update external-secrets docker tag to v0.14.0 #6277
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.4
->0.14.0
Release Notes
external-secrets/external-secrets (external-secrets)
v0.14.0
Compare Source
Potential Breaking Change
Stateful Generators have been introduced with:
While normally this isn't a problem, external secrets controller and push secrets controller have been changed.
Image:
ghcr.io/external-secrets/external-secrets:v0.14.0
Image:
ghcr.io/external-secrets/external-secrets:v0.14.0-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.14.0-ubi-boringssl
What's Changed
47d3375
to47d3375
by @dependabot in https://github.com/external-secrets/external-secrets/pull/43482e863fb
to881aaf5
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4365New Contributors
Full Changelog: external-secrets/external-secrets@v0.13.0...v0.14.0
v0.13.0
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.13.0
Image:
ghcr.io/external-secrets/external-secrets:v0.13.0-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.13.0-ubi-boringssl
BREAKING CHANGES
https://github.com/external-secrets/external-secrets/pull/4262 introduces a breaking change in the METADATA structure for the AWS PARAMETER STORE.
What's Changed
6c5c959
to6c5c959
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4255ef30001
to2e83858
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/425921dc606
to56fa17d
by @dependabot in https://github.com/external-secrets/external-secrets/pull/42815c7e2b4
to3f2b64e
by @dependabot in https://github.com/external-secrets/external-secrets/pull/42826c5c959
toc233391
by @dependabot in https://github.com/external-secrets/external-secrets/pull/428321dc606
to56fa17d
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/428637cdac4
to2e863fb
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4312New Contributors
Full Changelog: external-secrets/external-secrets@v0.12.1...v0.13.0
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:
ecrRAuthorizationTokenSpec
with an extra RImages
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
7287624
to37cdac4
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4245f4a57e8
to5c7e2b4
by @dependabot https://github.com/external-secrets/external-secrets/pull/41641e42bbe
to21dc606
by @dependabot in https://github.com/external-secrets/external-secrets/pull/41916c5c959
to6c5c959
by @dependabot (#4220)Full Changelog: external-secrets/external-secrets@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.
--enable-secrets-caching
--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)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: external-secrets/external-secrets@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: external-secrets/external-secrets@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
69830f2
tocc226ca
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4043Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.