-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
⚠ Bump Kubernetes version to 1.14 #376
⚠ Bump Kubernetes version to 1.14 #376
Conversation
/assign @DirectXMan12 |
woo hoo! I'll do a double check of this a bit later, but thanks for putting this together. |
Could we bump these to 1.14.1 instead? |
@adracus Are you still working on this update? Otherwise I'm happy to pick this up |
16c1164
to
038d2c8
Compare
Sorry for the delay, Easter and GoT was happening :) Bumped the version to 1.14.1 as requested. |
Thanks Axel! |
038d2c8
to
090a42a
Compare
Can we expect this to be merged anytime soon? |
We will merge #414 probably sometime this week. And then bump to 1.14 (this PR). |
@adracus, I wonder if you could rebase and fix the conflicts? We would like to use 1.14.x, too! :) |
090a42a
to
f2da596
Compare
@tamalsaha Done! However I wonder why does controller runtime use both |
We're keeping around both since dep doesn't understand go modules yet and we don't want to break people. The plan is to drop dep support when Go modules goes stable in Go 1.13 |
implement and test patch options implement new metrics provider API
This bumps the testing version of the kubebuilder tools to v1.14
f2da596
to
c8856cc
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: adracus 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 |
updated docs for updating the vendor deps
Bump versions of dependencies to Kubernetes 1.14.
@DirectXMan12 I guess you could base #366 on this to both speed up your development + keep the code review volume for your PR small.