-
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
upgrade etcd dependencies to v3.5.6 #114921
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pacoxu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -580,6 +589,26 @@ func (w *watchGrpcStream) run() { | |||
|
|||
switch { | |||
case pbresp.Created: | |||
cancelReasonError := v3rpc.Error(errors.New(pbresp.CancelReason)) |
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.
still waiting on tag containing the revert of this in the 3.5 stream (etcd-io/etcd#14995) before pulling in an etcd update
xref #114403 (comment)
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.
/hold
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.
also #114403 :)
@pacoxu: 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/test-infra repository. I understand the commands that are listed here. |
/triage accepted |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
follow up of
upgrade etcd server dependency to v3.5.6 to remove
github.com/form3tech-oss/jwt-go
.Which issue(s) this PR fixes:
Fixes None
Special notes for your reviewer:
/cc @dims @liggitt
Does this PR introduce a user-facing change?