Uh oh!
There was an error while loading. Please reload this page.
✨ Add ServedVersionValidator preflight check - #1191
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #1191 +/- ##
==========================================
+ Coverage 75.45% 77.56% +2.10%
==========================================
Files 35 36 +1 Lines 1919 1979 +60 ==========================================
+ Hits 1448 1535 +87 + Misses 329 309 -20 + Partials 142 135 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
everettraven
left a comment
There was a problem hiding this comment.
Overall the changes look really good! Great work @trgeiger !
I have a couple minor comments, but ones I think are worth addressing
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
New preflight check that checks for either the presence of the "Webhook" conversion strategy to pass, or checks for any incompatible changes between served versions in the new CRD which, if found, causes failure.. Closesoperator-framework#1091 Signed-off-by: Tayler Geiger <tayler@redhat.com>
trgeiger
commented
Aug 30, 2024
Thanks for the review and suggestions. All ready to go again. |
New preflight check that checks for either the presence of the "Webhook" conversion strategy to pass, or checks for any incompatible changes between served versions in the new CRD which, if found, causes failure..
Closes#1091
Description
Adds a new preflight check, ServedVersionValidator, which checks for breaking changes between served versions in the new CRD when upgrading.
Happy to change up any naming or error messages.
Existing test data had to be edited so it wouldn't trigger the new check--the empty v1 in all the test data has just been filled in to match the test data v2.
Reviewer Checklist