-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Update etcd client to 3.2.24 for latest release #68147
Conversation
/assign @gyuho |
@timothysc: GitHub didn't allow me to assign the following users: gyuho. Note that only kubernetes members and repo collaborators can be assigned. 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. |
8b33588
to
de0f624
Compare
/retest |
From v3.2.13 to v3.2.24. Most changes were made in server-side. Client-side changes are:
|
@gyuho thx. Only a googler can push the server side changes so I'm blocked on that. |
cc @ixdy |
/cc @kubernetes/sig-release-pr-reviews |
@timothysc this looks good to me. Please rebase it. Thanks for the work. 👍 |
/approve @timothysc - please rebase |
/lgtm |
I'm not going to be able to finish this until this evening due to other restrictions. |
Signed-off-by: Timothy St. Clair <timothysc@gmail.com>
de0f624
to
0bb21f6
Compare
@wojtek-t PTAL, I'll check back in the morning. |
BTW, do we want to use the new path |
@xiangpengzhao We still use old import paths for release branches. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz, timothysc, wojtek-t 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 |
Automatic merge from submit-queue (batch tested with PRs 67691, 68147). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Update default etcd server to 3.2.24 for kubernetes 1.12 **What this PR does / why we need it**: Update default etcd server to 3.2.24 for kubernetes 1.12 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: xref #68147 **Special notes for your reviewer**: NONE **Release note**: ``` Update default etcd server to 3.2.24 for kubernetes 1.12 ``` /assign @wojtek-t @jpbetz @dims /cc @kubernetes/sig-cluster-lifecycle-pr-reviews @gyuho
What this PR does / why we need it:
Updates etcd client to 3.2.24 which is the latest in the 3.2 series. See https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.2.md for details.
Special notes for your reviewer:
This is only the client, in order to update the server components it requires a googler to push the 3.2.24 image.
Release note:
/assign @jpbetz @wojtek-t
/cc @liggitt @kubernetes/sig-cluster-lifecycle @kubernetes/sig-scalability-pr-reviews