feat(extensions): migrate from PluginDefinition to ClusterPluginDefinition#972
Merged
abhijith-darshan merged 3 commits intomainfrom Sep 23, 2025
Merged
feat(extensions): migrate from PluginDefinition to ClusterPluginDefinition#972abhijith-darshan merged 3 commits intomainfrom
abhijith-darshan merged 3 commits intomainfrom
Conversation
Contributor
Author
|
This PR can be merged once cloudoperators/greenhouse#1213 is merged... |
Contributor
Author
@IvoGoman - Do we need to combine this with a release from greenhouse backend? if so I can move it back to draft. |
ddb1ac5 to
4d01455
Compare
This commit ensures that the `PluginDefinition` CR is migrated to `ClusterPluginDefinition` usage Signed-off-by: abhijith-darshan <abhijith.darshan@hotmail.com> (chore): migrate repo-guard to ClusterPluginDefinition This commit ensures that the repo-gurad `PluginDefinition` CR is migrated to `ClusterPluginDefinition` usage Signed-off-by: D072950 <abhijith.ravindra@sap.com>
4d01455 to
e8bde3b
Compare
IvoGoman
approved these changes
Sep 19, 2025
uwe-mayer
approved these changes
Sep 19, 2025
ArtieReus
approved these changes
Sep 19, 2025
dimtas
approved these changes
Sep 19, 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.
Pull Request Details
This PR migrates
PluginDefinitionCR toClusterPluginDefinitionThis is due to the enhancement of
PluginDefinitionwhich is being transitioned from cluster scoped CR to namespaced scoped CR.The issue is documented here cloudoperators/greenhouse#1004 and here cloudoperators/greenhouse#1214
Breaking Changes