-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore: upgrade k8s to 1.33.1 #23362
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
chore: upgrade k8s to 1.33.1 #23362
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
fe8ff57 to
76529dd
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23362 +/- ##
==========================================
+ Coverage 59.95% 59.97% +0.02%
==========================================
Files 342 342
Lines 58660 58663 +3
==========================================
+ Hits 35168 35182 +14
+ Misses 20639 20625 -14
- Partials 2853 2856 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a number of unrelated changes, can we move those to separate PRs, please, making this as small as possible?
Actually all the changes are made are from re-running the The only other change is the metrics_test which is a required change when upgrading controller-runtime to the latest version. i've updated the PR description to describe everything that was changed. |
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
Signed-off-by: Peter Jiang <[email protected]>
c7ed91f to
f64f8fd
Compare
Signed-off-by: Peter Jiang <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Signed-off-by: Peter Jiang <[email protected]> Signed-off-by: Jonathan Ogilvie <[email protected]>
Signed-off-by: Peter Jiang <[email protected]> Signed-off-by: enneitex <[email protected]>
closes #22805
Includes
make codegen localto generate all code with new k8s versionMinor changes to controller metrics test as now we cannot use a 'nil' manager with latest controller-runtime
Checklist: