chore: Upgrade to k8s v0.26.1 and controller-runtime fork#2530
Conversation
Signed-off-by: Max Smythe <smythe@google.com>
Signed-off-by: Max Smythe <smythe@google.com>
Signed-off-by: Max Smythe <smythe@google.com>
2813bf3 to
17b7e9b
Compare
Signed-off-by: Max Smythe <smythe@google.com>
af03bb5 to
36b1fe8
Compare
Signed-off-by: Max Smythe <smythe@google.com>
36b1fe8 to
2ecccf2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2530 +/- ##
==========================================
- Coverage 53.51% 53.42% -0.09%
==========================================
Files 120 120
Lines 10635 10643 +8
==========================================
- Hits 5691 5686 -5
- Misses 4511 4521 +10
- Partials 433 436 +3
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:
|
| go 1.18 | ||
|
|
||
| // Prevent otel dependencies from getting out of sync. | ||
| replace ( |
There was a problem hiding this comment.
we'll need to make this change in frameworks too, adding as a reminder.
sozercan
left a comment
There was a problem hiding this comment.
Thanks for updating this! LGTM
| return tracker, nil | ||
| } | ||
|
|
||
| // SetupTracker sets up a readiness tracker and registers it to run under control of the |
There was a problem hiding this comment.
Is the comment for SetupTrackerNoReadyz?
| # sigs.k8s.io/controller-runtime | ||
|
|
||
| Forked from sigs.k8s.io/controller-runtime@a8c19c49e49cfba2aa486ff322cbe5222d6da533 (v0.8.2). | ||
| Forked from sigs.k8s.io/controller-runtime@6d2d247cb6f3a26e6b5597c2aa4a943a90c988bb (v0.14.1). |
There was a problem hiding this comment.
Is it possible to push these changes to CR upstream now that it's alot more up to date?
There was a problem hiding this comment.
We can certainly try, but I wouldn't block this PR on it.
|
Thanks for the PR @maxsmythe! The third_party stuff is becoming really hard to update/review with each update. |
Signed-off-by: Max Smythe <smythe@google.com>
Signed-off-by: Max Smythe <smythe@google.com>
|
Yeah, found this issue, which makes me hopeful that CR will eventually have something so we can remove the fork: |
…y-agent#2530) * Upgrade to k8s v0.26.1 and controller-runtime fork Signed-off-by: Max Smythe <smythe@google.com> * Re-add stop channel to informer map entry Signed-off-by: Max Smythe <smythe@google.com> * Update linter version Signed-off-by: Max Smythe <smythe@google.com> * Fix lint errors Signed-off-by: Max Smythe <smythe@google.com> * Fix broken tests Signed-off-by: Max Smythe <smythe@google.com> * Fix function docstring Signed-off-by: Max Smythe <smythe@google.com> * Fix gofumpt violation Signed-off-by: Max Smythe <smythe@google.com> Signed-off-by: Max Smythe <smythe@google.com>
Signed-off-by: Max Smythe smythe@google.com
What this PR does / why we need it:
Upgrade K8s and controller-runtime libraries... let's see if tests pass (WIP)
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer: