-
Notifications
You must be signed in to change notification settings - Fork 43
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
Raise CodeFlare operator Go patch version to match AppWrapper #628
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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'd suggest pulling the change in ray version out of this PR. My guess is that is the source of the problem.
@@ -12,7 +12,7 @@ require ( | |||
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c | |||
github.com/project-codeflare/appwrapper v0.27.0 | |||
github.com/project-codeflare/codeflare-common v0.0.0-20240930133152-11fd6e3be6b3 | |||
github.com/ray-project/kuberay/ray-operator v1.1.1 | |||
github.com/ray-project/kuberay/ray-operator v1.2.1 |
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.
Why did this change?
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.
This is brought by Kueue 0.8.3 dependency. That is why I had to rewrite it below.
replace github.com/project-codeflare/appwrapper v0.27.0 => github.com/project-codeflare/appwrapper v0.27.1-0.20241105160939-f71c6326acce | ||
|
||
// These replace directives deal with the backlevel ODH kueue version | ||
replace sigs.k8s.io/kueue v0.8.3 => github.com/opendatahub-io/kueue v0.7.0-odh-2 |
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.
you probably still need a replace directive for kueue, just to a different odh version.
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.
ok, will try
Issue link
N/A
What changes have been made
Align CodeFlare operator Go patch version with AppWrapper to avoid compatibility workarounds.
Verification steps
E2E tests pass.
Checks