-
Notifications
You must be signed in to change notification settings - Fork 810
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 client-go to v0.20.9. #2194
Conversation
Build Succeeded 👏 Build Id: 2159ac85-f1bc-4f37-af6f-32817d0c828d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a | ||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 | ||
google.golang.org/grpc v1.27.0 | ||
google.golang.org/grpc v1.27.1 |
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.
thought (non-blocking): We really should upgrade the SDK grpc versions 😄
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 created #2196 for the golang SDK. We should create ones for the others that need it (e.g. rust was just updated, so probably doesn't).
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
What type of PR is this?
/kind breaking
What this PR does / Why we need it: Update client-go to support Kubernets 1.20.0
Which issue(s) this PR fixes:
Work on #2186
Special notes for your reviewer:
I did a bit of local testing, but want to see this run through the cloudbuild e2es to make sure I haven't messed up something silly.