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 update master #52

Merged
merged 3 commits into from
Aug 12, 2019
Merged

Commits on Aug 9, 2019

  1. Kubernetes master changed the way that releases are tagged, which needed

    changes to kind. There are 3 changes made to prow.sh:
    
    1. Use a master commit of kind that includes the fix for Kubernetes
    master.
    2. Use git clone instead of git checkout (shallow) to source Kubernetes.
    This lets kind correctly figure out the Kubernetes release tag.
    3. Build kind with make install. The kind fix was not working correctly
    when built with go build.
    msau42 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    f46191d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#23 from msau42/fix-master-jobs

    Fix CI jobs on Kubernetes master
    k8s-ci-robot committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    aa85b82 View commit details
    Browse the repository at this point in the history
  3. release-tools: update

    msau42 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    df22039 View commit details
    Browse the repository at this point in the history