-
Notifications
You must be signed in to change notification settings - Fork 817
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 client-go to 0.17.14 #1913
Update client-go to 0.17.14 #1913
Conversation
This PR updates client-go to 0.17.14 to support Kubernetes 1.17.x. This also includes a run of `make gen-crd-client`, which produced no change in the generated code. Work on googleforgames#1824
Build Succeeded 👏 Build Id: 43c854d8-2e3e-454a-a499-a33c91399825 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:
|
Gentle bump on review @roberthbailey @pooneh-m please |
It looks like you changed the go version to 1.14 as well, which is worth mentioning in the PR title. |
[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 |
Build Succeeded 👏 Build Id: f469565f-f7b5-481e-ada6-596a3cb59abc 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:
|
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
This PR updates client-go to 0.17.14 to support Kubernetes 1.17.x.
Which issue(s) this PR fixes:
Work on #1824
Special notes for your reviewer:
This also includes a run of
make gen-crd-client
, which produced no change in the generated code.