🌱 Clean up deprecated feature enablement mechanism#2285
Conversation
This removes `operatorControllerFeatures` and `catalogdFeatures` in favor
of `options.<component>.features.{enabled|disabled}`.
Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2285 +/- ##
==========================================
+ Coverage 70.41% 71.19% +0.78%
==========================================
Files 90 90
Lines 8794 6995 -1799
==========================================
- Hits 6192 4980 -1212
+ Misses 2189 1601 -588
- Partials 413 414 +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:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
25d3e43
into
operator-framework:main
This removes
operatorControllerFeaturesandcatalogdFeaturesin favor ofoptions.<component>.features.{enabled|disabled}.Description
Reviewer Checklist