-
Notifications
You must be signed in to change notification settings - Fork 42
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 k8s to 1.29 #163
Bump k8s to 1.29 #163
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
==========================================
+ Coverage 88.75% 88.79% +0.03%
==========================================
Files 17 18 +1
Lines 569 571 +2
==========================================
+ Hits 505 507 +2
Misses 51 51
Partials 13 13 ☔ View full report in Codecov by Sentry. |
bump Go to 1.22 update tests to fix test failures Signed-off-by: everettraven <[email protected]>
f64de14
to
150f674
Compare
Signed-off-by: everettraven <[email protected]>
Signed-off-by: everettraven <[email protected]>
Looks like it's failing the linter? I definitely see a bunch of extraneous spaces that could be removed |
@everettraven missed your PR and had created a new one for these bumps: #167 |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description of the change:
leader
package test logic to fix a test failure related to the GVK and type meta not being set after performing a GET with a controller-runtime fake clientMotivation for the change: