-
Notifications
You must be signed in to change notification settings - Fork 66
🐛 (fix): unhandle changes for crd upgrade safety ( OCPBUGS-59518 ) #2179
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
base: main
Are you sure you want to change the base?
🐛 (fix): unhandle changes for crd upgrade safety ( OCPBUGS-59518 ) #2179
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[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 |
It seems to be the real fix for OCPBUGS-59518. Moreover, IMHO we should perform additional checks and carefully evaluate the errors in those unhandled scenarios. It might be worth verifying if a newer version of the library addresses this, or if there are other improvements we could apply. In short, we should confirm whether there’s truly nothing else we can do here to make the handling more robust. |
7cd2923
to
3e12e5f
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2179 +/- ##
==========================================
+ Coverage 72.76% 72.84% +0.07%
==========================================
Files 79 79
Lines 7391 7397 +6
==========================================
+ Hits 5378 5388 +10
+ Misses 1666 1662 -4
Partials 347 347
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Keep unhandled spec changes as errors; message: "unhandled changes found" Assisted-by: Cursor
3e12e5f
to
3932b0e
Compare
Reviewer Checklist