-
Notifications
You must be signed in to change notification settings - Fork 33
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
dep: upgrade controller runtime #237
Comments
Let's check with https://github.com/kubernetes-sigs/gateway-api about their plans on moving from v0.15.1 to latest (v0.16.0, as of today), even though, to be fair, the difference between these releases has been no much longer than just a couple weeks apart. |
Gateway-api has moved to v0.16.0 of controller runtime as part of their latest (v0.8.0) release - https://github.com/kubernetes-sigs/gateway-api/tree/v0.8.0 |
Controller runtime v0.16.1 is used as part of the gatway-api v0.8.1 release |
Controller runtime v0.16.2 is used as part of the gateway-api v1.0.0-rc2 release |
Gateway api v1.0.0 has been released using controller runtime v0.16.3 |
As a pre-req to #203, we should upgrade the controller runtime version
The next minor versions of controller runtime introduces several breaking changes that would need to be addressed from this upgrade.
This should be completed after the upgrade to Go 1.20 #236 is complete
The text was updated successfully, but these errors were encountered: