-
Notifications
You must be signed in to change notification settings - Fork 64
🐛 fix crdupgradesafety diff when items schema differ #1863
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
🐛 fix crdupgradesafety diff when items schema differ #1863
Conversation
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
✅ 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 #1863 +/- ##
==========================================
+ Coverage 68.45% 69.04% +0.59%
==========================================
Files 63 65 +2
Lines 5136 5263 +127
==========================================
+ Hits 3516 3634 +118
- Misses 1390 1396 +6
- Partials 230 233 +3
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:
|
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
2b142e1
to
2f57dbd
Compare
/lgtm |
Really appreciate the multi-commit approach here. It made it much easier to tease out which were adoption versus lint versus fix. Thanks! |
Description
Fixes #1860
I also ended up deciding to copy the remaining bits from kapp into our repo so that we have control over our own destiny. Happy to discuss if folks have a differing opinion on that! The PR is structured into multiple commits to make it easy to see what I'm doing.
The first four commits are just pulling the copied code in, and getting it integrated into our repo.
The last commit is the actual fix itself.
Reviewer Checklist