Skip to content

Conversation

@wenjiaswe
Copy link
Contributor

@wenjiaswe wenjiaswe commented Nov 5, 2018

What type of PR is this?

Uncomment only one, leave it on its own line:

/kind api-change

/kind bug

/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

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?:

Upgrade golang.org/x/net image to release-branch.go1.10

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. area/apiserver area/code-generation kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. and removed needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 5, 2018
@roycaihw
Copy link
Member

roycaihw commented Nov 5, 2018

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 5, 2018
@wenjiaswe
Copy link
Contributor Author

/test pull-kubernetes-node-e2e

@wenjiaswe
Copy link
Contributor Author

/assign @bsalamat Would you please help to review this PR? Thanks!

@wenjiaswe wenjiaswe changed the title [WIP] Upgrade golang.org/x/net image to release-branch.go1.10 Upgrade golang.org/x/net image to release-branch.go1.10 Nov 6, 2018
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 6, 2018
Copy link
Member

@bsalamat bsalamat left a 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.

@wenjiaswe
Copy link
Contributor Author

Thanks @bsalamat !
/cc @cheftako @jpbetz

@wenjiaswe
Copy link
Contributor Author

/cc @lavalamp

@k8s-ci-robot k8s-ci-robot requested a review from lavalamp November 6, 2018 17:19
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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?

Copy link
Contributor Author

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.

@cheftako
Copy link
Member

cheftako commented Nov 7, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 7, 2018
@wenjiaswe
Copy link
Contributor Author

/test pull-kubernetes-e2e-gce-100-performance

@lavalamp
Copy link
Contributor

lavalamp commented Nov 7, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bsalamat, lavalamp, wenjiaswe

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 7, 2018
@k8s-ci-robot k8s-ci-robot merged commit 471aff6 into kubernetes:master Nov 7, 2018
k8s-ci-robot added a commit that referenced this pull request Nov 28, 2018
…663-upstream-release-1.12

Automated cherry pick of #70663: update  godeps for golang.org/x/net/... to
k8s-ci-robot added a commit that referenced this pull request Dec 3, 2018
…663-upstream-release-1.11

Automated cherry pick of #70663: update  godeps for golang.org/x/net/... to
@wenjiaswe wenjiaswe deleted the gonet110 branch September 2, 2020 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/apiserver area/code-generation cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants