-
Notifications
You must be signed in to change notification settings - Fork 65
🌱 Remove test-operator.v2.0.0 fixture #2093
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
🌱 Remove test-operator.v2.0.0 fixture #2093
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2093 +/- ##
==========================================
+ Coverage 73.60% 73.65% +0.04%
==========================================
Files 78 78
Lines 7260 7260
==========================================
+ Hits 5344 5347 +3
+ Misses 1566 1564 -2
+ Partials 350 349 -1
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:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford 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 |
Signed-off-by: Per Goncalves da Silva <[email protected]>
c84160a
to
27cb275
Compare
/lgtm |
8cf5bda
into
operator-framework:main
Description
Removes the test-operator v2.0.0 fixture and uses the v1.0.0 fixture instead.
Renames test-operator.v2.0.0 to v1.3.0 in the v2 catalog and updates the e2e test accordingly.
Moves the v2.0.0 configmap into the v1.0.0 bundle and updates the e2e test accordingly.
Motivation: the only difference between v1.0.0 and v2.0.0 is that the configmap in v2.0.0 has a different annotation. There are no breaking API changes or anything. Once we move to a more fleshed out test-operator, v2.0.0 will have breaking changes and webhooks (at least for conversion). Since webhooks are not GA yet, this also presents a some issues since we cannot such a v2 in the current e2es.
Reviewer Checklist