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

replace "dep" with "go mod" #369

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Commits on Oct 15, 2019

  1. replace "dep" with "go mod", update to Kubernetes 1.15.4

    A simple "go mod init && go mod tidy" picked incompatible revisions of
    the k/k modules, so go-get-kubernetes.sh had to be used which in turn
    implied that Kubernetes had to be updated, because a release with
    go.mod file is needed by that script. It makes sense to update anyway.
    
    However, there's one exception: the "replace" for
    k8s.io/csi-translation-lib had to be removed manually and then a
    compatible revision of it was picked with "go get
    k8s.io/csi-translation-lib@17db17aaadeb70b1d7259c18ff045f51a1164d39"
    (same as in external-attacher).
    
    The external-provisioner code would have to be modified to work with
    the newer lib.
    pohly committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    2017577 View commit details
    Browse the repository at this point in the history