-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 version to 3.1.11 for release 1.9 #57811
Update etcd version to 3.1.11 for release 1.9 #57811
Conversation
bazel failed due to
@jpbetz any ideas? |
@@ -442,47 +437,47 @@ | |||
}, | |||
{ | |||
"ImportPath": "github.com/containerd/containerd/api/services/containers/v1", | |||
"Comment": "v1.0.0-beta.2-159-g27d450a0", | |||
"Comment": "v1.0.0-beta.2-159-g27d450a", |
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.
Why are we bumping all of these too? Are those really transitive dependencies of etcd client?
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.
I just followed the guide Using godep to manage dependencies and it updated godeps for me. I'm not sure why this was updated. But maybe it's a mistake: g27d450a0
vs g27d450a
. I will revert it manually.
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.
Took another look and found that this is just a Comment change. I guess it's a upstream Comment change. Here it doesn't bump the real code.
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.
See also: #57811 (comment)
@xiangpengzhao - thanks a lot for putting this together. |
The log shows the checksum of etcd-v3.1.11-linux-amd64.tar.gz is incorrect. @jpbetz do you know what may cause this failure? Thanks!
UPDATE: find the clue here #49393 (comment). Thanks @mikedanese ! :) |
"Rev": "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c" | ||
}, | ||
{ | ||
"ImportPath": "github.com/docker/docker/api", | ||
"Comment": "docs-v1.12.0-rc4-2016-07-15-7401-g4f3616fb1", | ||
"Comment": "docs-v1.12.0-rc4-2016-07-15-7401-g4f3616f", |
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.
we can seee the Godeps.json file in openshift. Its Comment is also docs-v1.12.0-rc4-2016-07-15-7401-g4f3616f
.
https://github.com/openshift/origin/blob/master/Godeps/Godeps.json#L1219
{
"ImportPath": "github.com/docker/docker/api",
"Comment": "docs-v1.12.0-rc4-2016-07-15-7401-g4f3616f",
"Rev": "4f3616fb1c112e206b88cb7a9922bf49067a7756"
},
a806bfb
to
546d7df
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wojtek-t, xiangpengzhao Associated issue: #57238 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Why didn't you use automatic tools to cherrypick #57238? |
@mbohlool - this is a different PR; that was just for build an image. This is bumping dependencies and using that image. |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test pull-kubernetes-unit |
/test all Tests are more than 96 hours old. Re-running tests. |
/retest Review the full test history for this PR. Silence the bot with an |
/test all Tests are more than 96 hours old. Re-running tests. |
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test all Tests are more than 96 hours old. Re-running tests. |
Automatic merge from submit-queue. |
What this PR does / why we need it:
ref: #57238
#57633 (review) and discussions in that thread.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):ref: #57238
Special notes for your reviewer:
/cc @wojtek-t @luxas @jpbetz @mbohlool
Release note: