-
Notifications
You must be signed in to change notification settings - Fork 95
chore: upgrade k8s lib and controller-runtime #634
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
base: main
Are you sure you want to change the base?
chore: upgrade k8s lib and controller-runtime #634
Conversation
c87ffb8 to
9bf80a9
Compare
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.
Thanks for the bumps @davidebianchi !
I just merged a massive refactoring, and there are another couple of changes in flight that touch go.mod so perhaps it's best if I clone your PR (with correct attribution) after I'm done with them?
I certainly want to bump the deps before making a release sometime this or next week.
Signed-off-by: Davide Bianchi <[email protected]>
Signed-off-by: Davide Bianchi <[email protected]>
2e4052a to
439cf68
Compare
Signed-off-by: Davide Bianchi <[email protected]>
439cf68 to
eb85542
Compare
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.
This looks great! Thanks a lot for the cleanups! ❤️
Just two nitpicks inline. 🙏🏻
| + updatedReplicas: 1 | ||
| `, result) | ||
| + updatedReplicas: 1`, strings.TrimSpace(result)) |
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.
Hm, was this necessary for some reason? The trailing newlines are not pretty, but I'd prefer to keep the old version of the test so we don't overlook changes which break the spacing even more.
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.
It is needed both a newline and a space, and the space in some ide is auto trimmed by default. But got it, I'll restore it
43e76f8 to
7d15d9c
Compare
Co-authored-by: Marcin Owsiany <[email protected]> Signed-off-by: Davide Bianchi <[email protected]>
Signed-off-by: Davide Bianchi <[email protected]>
7d15d9c to
14fd650
Compare
What this PR does / why we need it:
Upgrade go version to 1.24, controller-runtime to 0.22 and kubernetes libs to 0.34