-
Notifications
You must be signed in to change notification settings - Fork 87
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: bump k8s dependencies to v1.30 and VK to v1.11.0 #226
Conversation
Note: Later controller runtime version doesn't play with VK because of some changed method signatures - I'm gonna address this in a follow-up. |
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 is great, thank you so much!
Have you tried to e2e test with 1.31, even if you can't build against it? Currently, we're building against 1.27, but testing up to 1.28. |
@adrienjt e2e works, I updated this change to support 1.31 in the test matrix. |
This PR bumps k8s dependencies to 1.30 and updates the test matrix.
It also updates the VK version to fix an issue with port-forwarding due to unsupported SPDY protocols.