-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Merged by Bors] - Adapt crds to crd review #277
Conversation
…ets into main first) and enabled CI for testing (same deal, also from #277).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not that into Nifi, just put in the same comments as in the other PRs - so no complete Review
# Conflicts: # rust/crd/src/lib.rs # rust/operator-binary/src/controller.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment, but overall lgtm
.context(ObjectHasNoVersionSnafu) | ||
} | ||
|
||
/// Returns our semver representation for product config e.g. 1.15.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd prefer keeping code like this in the framework.
We should probably agree on a default handling for this field and how it is expanded into the proper tag to pull.
That being said, until we have that this is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah agreed, execept for trino i think all our products use semver anyways.
bors merge |
Pull request successfully merged into main. Build succeeded: |
Description
closes #233, #234, #235
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information