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 vendor dependencies #428

Merged
merged 2 commits into from
Jul 29, 2020
Merged

Commits on Jul 23, 2020

  1. update to client-go with ctx parameter

    Kubernetes 1.18 introduced a ctx parameter in all API client-go API
    calls. Whenever possible, that context is passed in by the caller
    instead of making one up locally.
    
    Newer releases of external-snapshotter and
    sig-storage-lib-external-provisioner are needed because they have to
    be compatible with the new client-go API (can't mix different versions
    of it).
    pohly authored and humblec committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    710e040 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. lift kube dependencies to v0.19.0-rc.2 build

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    64471b9 View commit details
    Browse the repository at this point in the history