fix: update provider examples to use apiVersion external-secrets.io/v1#4757
Merged
Skarlso merged 5 commits intoexternal-secrets:mainfrom May 14, 2025
Merged
fix: update provider examples to use apiVersion external-secrets.io/v1#4757Skarlso merged 5 commits intoexternal-secrets:mainfrom
Skarlso merged 5 commits intoexternal-secrets:mainfrom
Conversation
b764bfe to
9ec9c59
Compare
This PR updates all documentaion files where: * `apiVersion: external-secrets.io/v1beta` is replaced with: * `apiVersion: external-secrets.io/v1` Only applied for the following resource kind: * SecretStore * ClusterSecretStore * ExternalSecret * ClusterExternalSecret This aligns the provider examples with the latest External Secrets Operator API. Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com> Signed-off-by: Rowan Ruseler <rowan@miro.com>
9ec9c59 to
c17421b
Compare
Contributor
|
It was deliberate. :) We are waiting for a 0.17.0 release as some other settings to be there before we do this. :) Still, thanks, and we'll leave this here once we are ready with 0.17.0. :) 🙇 |
Contributor
Author
Ah! Apologies, I thought what a nice low hanging fruit let me pick this up! Haha. |
Contributor
|
No, no this is fantastic thank you for it. I will merge it once we have a release candidate |
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com>
gusfcarvalho
approved these changes
May 14, 2025
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Problem Statement
The External Secrets Operator website examples still use the deprecated
apiVersion: external-secrets.io/v1beta.Related Issue
Fixes #4747
Proposed Changes
Update all documentation manifests to replace
apiVersion: external-secrets.io/v1betawithapiVersion: external-secrets.io/v1.Only apply this change on the following resources:
Checklist
git commit --signoffmake testmake reviewable