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

prow.sh: update to kind 0.9, support Kubernetes 1.19 #107

Merged
merged 2 commits into from
Oct 21, 2020

Commits on Oct 17, 2020

  1. prow.sh: usage of Bazel optional

    Bazel makes sense in the Prow jobs because those often get invoked
    with a pre-populated Bazel cache. But local invocation don't need it
    and now can turn it off with CSI_PROW_USE_BAZEL=false.
    pohly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    df518fb View commit details
    Browse the repository at this point in the history
  2. prow.sh: update to kind 0.9, support Kubernetes 1.19

    kind 0.9 adds support for recent Kubernetes releases like 1.19 and
    simplifies configuration of feature gates and runtime config.
    
    With Kubernetes 1.19, new feature gates were introduced which might
    become relevant for the alpha Prow jobs.
    
    The updated kind release comes with images for different Kubernetes
    releases than the one before. To avoid breaking existing jobs,
    the script now picks kind images automatically. As an additional
    bonus, it then uses images with hash, i.e. it's less likely to break
    if those image tags change because of a future kind release.
    pohly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    7bcee13 View commit details
    Browse the repository at this point in the history