-
Notifications
You must be signed in to change notification settings - Fork 210
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
Change breaks client-go: gnostic -> gnostic-models #404
Comments
Any update on this issue |
Hi, can I ask why you're running If you'd like to upgrade client-go, HEAD contains the fixes kubernetes/client-go@2bd3f49 for it. |
Moving some conversations from the linked issue:
However, is it still expected that the repo has received no updates since its first one over a year ago, including some fairly simple dep updates? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I mistakenly cleared my Go cache and then I started seeing kubernetes/kube-openapi#404
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
Breaking change commit: 38767cd
Why the change from
gnostic
->gnostic-models
?Updated packages using
go get -u ./...
Then, I tried running a go file using
go run <FILE>
Got the error message:
proto.NewOpenAPIData
is part ofk8s.io/kube-openapi/pkg/util/proto
Breaking change occurred somewhere between:
k8s.io/kube-openapi
:v0.0.0-20230525220651-2546d827e515
(5/25/2023) --->v0.0.0-20230531092745-9b4dcd38a4bf
(5/31/2023)https://pkg.go.dev/k8s.io/kube-openapi?tab=versions
The text was updated successfully, but these errors were encountered: