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

Autodetect version #479

Merged
merged 4 commits into from
Jul 11, 2018
Merged

Commits on Jul 11, 2018

  1. Autodetect kubernetes server version

    Signed-off-by: liz <liz@heptio.com>
    liztio committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b13a01a View commit details
    Browse the repository at this point in the history
  2. sonobuoy run automatically detects server version, gen uses latest

    --kube-conformance-image-version has several options:
    auto queries the server version and uses that
    latest uses the `latest` tag
    a literal version (e.g. v1.10.2) always uses that
    
    Signed-off-by: liz <liz@heptio.com>
    liztio committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6f64a20 View commit details
    Browse the repository at this point in the history
  3. Code review feedback

    Signed-off-by: liz <liz@heptio.com>
    liztio committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    65b48e4 View commit details
    Browse the repository at this point in the history
  4. Add some clarification comments for future use

    Signed-off-by: liz <liz@heptio.com>
    liztio committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    e0a2326 View commit details
    Browse the repository at this point in the history