updating kubebuilder to 4.10.1#186
updating kubebuilder to 4.10.1#186acornett21 wants to merge 1 commit intooperator-framework:mainfrom
Conversation
d559b0d to
45abcd2
Compare
Signed-off-by: Adam D. Cornett <adc@redhat.com>
45abcd2 to
641d4fd
Compare
|
This update is blocked until the below is resolved, since we can't go backwards on |
|
It seems there is a release for the linked issue, but it's hard to tell if it will be included in k8s 1.34. |
|
If we bump to kubebuilder latest works with latest k8s and go version ? |
|
I need the python library k8s library to match the k8s go library major version. Right now this can't happen, due to the dependency issue mentioned. If you're saying migrate to k8s 1.35 and the kubebuilder version that matches that, it might be possible. However, if go is past 1.25.3 that wouldn't be possible. |
|
PR needs rebase. DetailsInstructions 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-sigs/prow repository. |
Description of the change:
Motivation for the change: