-
Notifications
You must be signed in to change notification settings - Fork 54
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
⚠️ Update to catalogd v0.21.0 #1183
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1183 +/- ##
==========================================
- Coverage 77.55% 77.50% -0.06%
==========================================
Files 35 35
Lines 1916 1916
==========================================
- Hits 1486 1485 -1
- Misses 296 297 +1
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This has a new API path (olm... vs catalogd...) Update all references to catalogd.operatorframework.io
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
3a9868e
Alternative to #1172
This has a new API path (olm... vs catalogd...)
Update all references to catalogd.operatorframework.io
This will fail the upgrade-e2e, since it depends on the "latest" version of operator-controller, which does not reference the correct API path.
Once this is merged, then subsequent upgrade-e2e's will pass.
Description
Reviewer Checklist