-
Notifications
You must be signed in to change notification settings - Fork 22
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
ETCD-495: UPSTREAM <carry>: [3.5] Bump grpc-go to1.47 (and fix the connection-string format) #221
Conversation
ETCD-495: UPSTREAM <carry>: [3.5] Bump golang.org/x/net to v0.17.0
…gRPC-go-updates ETCD-495: UPSTREAM <carry>: [3.5] Bump grpc-go to1.47 (and fix the connection-string format)
@dusk125: This pull request references ETCD-495 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.14.0" version, but no target version was set. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dusk125 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@dusk125: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@@ -8,14 +8,14 @@ require ( | |||
github.com/golang/protobuf v1.5.2 | |||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | |||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c | |||
google.golang.org/grpc v1.41.0 |
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.
could you put those four picks into one PR under OCPBUGS-21221, so it's tracked correctly?
- bump golang.org/x/net to v0.17.0, google.golang.org/grpc to v1.58.3 etcd-io/etcd#16739
- [3.5] Bump grpc-go to1.47 (and fix the connection-string format) etcd-io/etcd#16625
- [3.5] Upgrade gRPC-go to v1.52.0 etcd-io/etcd#16781
- [3.5] Upgrade gRPC-go to 1.58.3 etcd-io/etcd#16790
That should be it, @dusk125 :)
Handling in one PR: #222 |
No description provided.