-
Notifications
You must be signed in to change notification settings - Fork 48
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 Kubebuilder to v4 #346
Bump Kubebuilder to v4 #346
Conversation
4d76fbd
to
c0f6bba
Compare
65bf52b
to
193ecbd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
===========================================
- Coverage 85.06% 52.01% -33.06%
===========================================
Files 19 66 +47
Lines 1346 3232 +1886
===========================================
+ Hits 1145 1681 +536
- Misses 125 1448 +1323
- Partials 76 103 +27 ☔ View full report in Codecov by Sentry. |
* Bump kubebuilder v3 -> v4. * Add copy of helper functions which were removed upstream
* Remove kube-rbac-proxy. * Remove component config support. * Regenerate test-data
* Updated spacing in markers to be consistent ("//+" -> "// +")
193ecbd
to
06c06d5
Compare
@acornett21 / @joelanford need help with this PR. How can we resolve the go-apidiff job failures? |
Hi @Neo2308 please see my comment on this other PR. |
This is no longer needed...closing. |
Summary of all breaking changes in Kubebuilder v3->v4 can be found at https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v4.0.0
Relates to operator-framework/operator-sdk#6730