-
Notifications
You must be signed in to change notification settings - Fork 407
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
bump controller-gen to v0.13.0 #2056
Conversation
/hold |
0e9e851
to
6b9ae3a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2056 +/- ##
==========================================
- Coverage 55.63% 55.62% -0.02%
==========================================
Files 186 186
Lines 18079 18079
==========================================
- Hits 10058 10056 -2
- Misses 6998 6999 +1
- Partials 1023 1024 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/rerun |
183bd76
to
3f55b8a
Compare
/rerun |
1 similar comment
/rerun |
/unhold |
@rambohe-ch PTAL Not sure if this can make the github release workflow run successfully, at least it works around at my host. |
Signed-off-by: Congrool <[email protected]>
3f55b8a
to
73dead4
Compare
Quality Gate passedIssues Measures |
/LGTM |
What type of PR is this?
What this PR does / why we need it:
Since we align the openyurt with kubernetes 1.28 in #2047, we should also bump the
controller-gen
to a newer version to avoid compatibility problem whose current version is v0.7.0 which is a bit stale.controller-gen
help us automatically generate code for CRDs. We've encountered the situation that the automatic generation cannot be done in release action.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
other Note