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 to kubernetes 1.18.1 dependencies #8879

Merged
merged 7 commits into from
Apr 12, 2020

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    7188b6b View commit details
    Browse the repository at this point in the history
  2. Generate apimachinery

    With `make apimachinery`
    justinsb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    b911aca View commit details
    Browse the repository at this point in the history
  3. Add context.Context to most signatures

    The client-go signature for most methods adds a context.Context
    object, and also makes Options mandatory.  Feed through a
    context.Context through many of our methods (but use context.TODO to
    stop it getting totally out of hand!)
    justinsb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    31bb16d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3490d9d View commit details
    Browse the repository at this point in the history
  5. Update to controller-runtime that is compatible with 1.18

    Version not yet tagged, sadly.
    justinsb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    40b8920 View commit details
    Browse the repository at this point in the history
  6. Update vendor

    justinsb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    484e956 View commit details
    Browse the repository at this point in the history
  7. Stop trying to build with 1.12

    apimachinery now requires go 1.13
    justinsb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f996d4e View commit details
    Browse the repository at this point in the history