-
Notifications
You must be signed in to change notification settings - Fork 42k
Upgrade golang.org/x/net image to release-branch.go1.10 #70663
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
Conversation
|
/ok-to-test |
|
/test pull-kubernetes-node-e2e |
|
/assign @bsalamat Would you please help to review this PR? Thanks! |
bsalamat
left a 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.
/approve
There are a lot of changes that look mechanical, but still are beyond my knowledge of Go. It would be great if someone more familiar with them could take a look as well. As far as the scheduler changes are concerned, you have my approval.
|
/cc @lavalamp |
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 did this file get deleted?
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.
Thanks for catching this, filed a bug on this: #70711
Godeps/Godeps.json
Outdated
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.
It seems like there's unrelated changes here in the godeps file?
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.
Thanks! I went back and checked all the file, now should be alright. PTAL.
|
/lgtm |
|
/test pull-kubernetes-e2e-gce-100-performance |
|
/lgtm |
…663-upstream-release-1.12 Automated cherry pick of #70663: update godeps for golang.org/x/net/... to
…663-upstream-release-1.11 Automated cherry pick of #70663: update godeps for golang.org/x/net/... to
What type of PR is this?
/kind bug
What this PR does / why we need it:
https://go-review.googlesource.com/c/go/+/71611/ is a bundle fix for golang/go#21466, go/net release-branch.go1.10 is the next stable release that contains all the bundle fix, update the image will pick up the fix.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
golang/go#21466
Special notes for your reviewer:
As an official release branch, release-branch.go1.10 is more widely tested so I think it's less risky than PR #70632 and PR #70634 https://github.com/golang/net/compare/1c05540f6879653db88113bc4a2b70aec4bd491f..release-branch.go1.10
Does this PR introduce a user-facing change?: