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

Kubernetes 1.19 fixes #98

Merged
merged 2 commits into from
Aug 14, 2020

Commits on Aug 14, 2020

  1. prow.sh: fix installing Go for Kubernetes 1.19.0

    Kubernetes 1.19.0 uses Go 1.15, but refers to it as 1.15.0. This broke
    both the check whether we need to install 1.15 (because "go version"
    reports 1.15, which didn't match 1.15.0) and then downloading the
    release archive (because the URL also only uses 1.15).
    pohly committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3b4a2f1 View commit details
    Browse the repository at this point in the history
  2. prow.sh: fix E2E suite for Kubernetes >= 1.18

    It used to be necessary to override from where the E2E suite came on a
    case-by-case basis (initially, testing was using a more recent suite
    against an older Kubernetes). This should never become necessary again
    and the lack of a specific entry for 1.18 already had the unintended
    effect that Kubernetes 1.18 was tested with the suite from master, so
    overall it is better to always use the E2E suite which matches
    Kubernetes.
    pohly committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    0979c09 View commit details
    Browse the repository at this point in the history