Skip to content
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 go dependencies #1240

Merged
merged 3 commits into from Aug 23, 2019
Merged

Update go dependencies #1240

merged 3 commits into from Aug 23, 2019

Conversation

life1347
Copy link
Member

@life1347 life1347 commented Jul 17, 2019

Update client-go version & k8s-api version to 1.15.0

NOTES for update k8s dependencies. In go.mod

require (
    k8s.io/api kubernetes-x.x.x
    k8s.io/apiextensions-apiserver kubernetes-x.x.x
    k8s.io/apimachinery kubernetes-x.x.x
    // check here https://github.com/kubernetes/client-go#compatibility-matrix
    k8s.io/client-go v12.0.0+incompatible
)

This change is Reviewable

@life1347 life1347 force-pushed the update-dep branch 2 times, most recently from b84c7f5 to b1bc749 Compare July 18, 2019 17:16
@life1347 life1347 added this to the 1.5 milestone Jul 26, 2019
@vishal-biyani vishal-biyani modified the milestones: 1.5, 1.6 Aug 1, 2019
@life1347 life1347 force-pushed the update-dep branch 2 times, most recently from e652d51 to 6a98686 Compare August 22, 2019 09:20
NOTES for update k8s dependencies

In go.mod

require (
    k8s.io/api kubernetes-x.x.x
    k8s.io/apiextensions-apiserver kubernetes-x.x.x
    k8s.io/apimachinery kubernetes-x.x.x
    // check here https://github.com/kubernetes/client-go#compatibility-matrix
    k8s.io/client-go v12.0.0+incompatible
)
@life1347 life1347 merged commit ee18a88 into master Aug 23, 2019
@life1347 life1347 deleted the update-dep branch August 23, 2019 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants