-
Notifications
You must be signed in to change notification settings - Fork 40k
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
WIP: dry-run etcd 3.6 dependency update #128419
base: master
Are you sure you want to change the base?
Conversation
@liggitt: GitHub didn't allow me to request PR reviews from the following users: princepereira. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
cc @ahrtr |
/cc @aojea |
/remove-wg device-management |
hack/pin-dependency.sh go.etcd.io/etcd/api/v3 main hack/pin-dependency.sh go.etcd.io/etcd/client/pkg/v3 main hack/pin-dependency.sh go.etcd.io/etcd/client/v3 main hack/pin-dependency.sh go.etcd.io/etcd/pkg/v3 main hack/pin-dependency.sh go.etcd.io/etcd/server/v3 main hack/update-vendor.sh
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jonboulle/clockwork v0.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect |
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.
looks like this is the only caller that requires us to vendor this, and intends to switch to stdlib once a zstd impl is merged
- https://github.com/prometheus/client_golang/blob/main/prometheus/promhttp/http.go#L469
- compress/zstd: add new package golang/go#62513 (proposal accepted, not yet implemented)
@liggitt: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. 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-sigs/prow repository. |
What type of PR is this?
/kind cleanup
/hold POC until etcd 3.6 clients are released
What this PR does / why we need it:
Prove etcd 3.6 dependency updates work properly and drop cloud library dependencies
Which issue(s) this PR fixes:
Fixes #113366
Special notes for your reviewer:
Does this PR introduce a user-facing change?
/cc @dims
/area code-organization
/cc @serathius
for visibility to how etcd 3.6 client library updates will help clean up k8s deps (lets us pick up etcd-io/etcd#16595 🎉 )
/cc @princepereira
for visibility to hnslib use of opencensus.io pulling in super old grpc / genproto dep (xref #127713 (comment) - fixed in #128841)