-
Notifications
You must be signed in to change notification settings - Fork 16
Upgrade from AppWrapper v1beta1 to v1beta2 #37
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
Conversation
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.
/lgtm
/lgtm |
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.
/lgtm
42d0fcb
to
5fce708
Compare
This PR is now ready for review. |
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.
Looks good! One comment
/lgtm |
1. Replace MCAD dependency with AppWrapper 2. Upgrade AppWrapper from v1beta1 to v1beta2 3. Upgrade to go 1.21 4. Upgrade go dependencies to match Kueue/AppWrapper requirements 5. Fix bug in fakeclient initialization (dynamic interface not initialized)
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgrove-oss, KPostOffice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Issue link
What changes have been made
Context: This PR supports the migration of the codeflare operator from MCADv1 to Kueue+AppWrapper. We should probably wait on merging this PR until the corresponding PRs on the consuming codeflare repos are ready, as the removal of MCADv1 CRDs is a breaking change.
Change summary
Verification steps
I manually ran
go test ./support/. -v
Checks