Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(stackable-versioned): Remove {write,print}_merged_crd function #924

Merged

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Nov 29, 2024

Part of stackabletech/issues#642

The dependency on stackable-shared can cause some conflicts in projects which use stackable-versioned. This also de-couples Stackable specific code from the versioning macro, which we want to be usable outside of Stackable as well.

Consumers can still generate the merged CRD and then use functions from the stackable_shared::CustomResourceExt trait to print or write the YAML.

The dependency on stackable-shared can cause some conflicts in
projects which use stackable-versioned. This also de-couples
Stackable specific code from the versioning macro, which we want
to be usable outside of Stackable as well.

Consumers can still generate the merged CRD and then use functions
from the stackable_shared::CustomResourceExt trait to print or
write the YAML.
@Techassi Techassi marked this pull request as ready for review November 29, 2024 10:49
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stackable-shared dependency can be removed now.

Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Techassi Techassi added this pull request to the merge queue Nov 29, 2024
Merged via the queue into main with commit 3f9c4cd Nov 29, 2024
8 of 10 checks passed
@Techassi Techassi deleted the chore/stackable-versioned-remove-print-write-merged-crd branch November 29, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants