-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Publish a new release with client-go v0.27 support #2295
Comments
We need this too 🙏 |
This is coming soon, we're waiting for #2297 |
/close Released v0.15.0-alpha.0 tag for folks to consume if you all need this now. The v0.15.0 release should be ready in a couple of weeks, following Kubernetes v1.27.2. Hope this helps! |
@vincepri: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Agreed. Also waiting on this for multiple projects. |
v0.27 is supported since #2223 is released. This is usable today fi you don't mind pinning to a random commit instead of a tag.
However, the HEAD is reporting as
v0.13.1-0.20230315234915-a26de2d610c3
due to the branching process used. This makes Go treat this as ~v0.13.2. If you try to import a library using v0.14.x, it sees this as older and reverts. This requires areplace
, which causes all sorts of problems.tl;dr, you cannot use client-go v0.27 and controller-runtime AND import something that uses controller-runtime v0.14
Cutting a release of v0.15 would fix this and make it so the broader ecosystem can adopt client-go v0.27
The text was updated successfully, but these errors were encountered: