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 release-tools #51

Merged
merged 13 commits into from
Jul 16, 2019
Merged

Commits on Apr 15, 2019

  1. Merge pull request kubernetes-csi#18 from pohly/go-version

    update to Go 1.12.4
    k8s-ci-robot authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    0bee749 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. build.make: allow repos to use 'go mod' for vendoring

    How a repo does vendoring is detected based on the presence of
    Gopkg.toml.
    
    The vendor check with `dep` was all done locally, but the
    corresponding check for `go mod` requires network access. The check
    therefore gets skipped when running in the Prow CI in situations where
    we are sure that it isn't needed (for example, in a periodic job).
    pohly committed May 11, 2019
    Configuration menu
    Copy the full SHA
    066143d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Merge pull request kubernetes-csi#19 from pohly/go-mod-vendor

    build.make: allow repos to use 'go mod' for vendoring
    k8s-ci-robot authored May 13, 2019
    Configuration menu
    Copy the full SHA
    0399988 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. prow.sh: flexible test driver config

    By moving the code into a separate function, other CSI drivers have a
    chance to overwrite it. For the hostpath driver itself we need the
    ability to set the driver name depending on which revision is getting
    installed.
    pohly committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b2f4e05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#20 from pohly/test-driver-config

    more flexible test driver config
    k8s-ci-robot authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    db8abb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Add variables for 1.15

    msau42 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    a6f21d4 View commit details
    Browse the repository at this point in the history
  2. Update kind to v0.4.0. This requires overriding Kubernetes versions

    with specific patch versions that kind 0.4.0 supports. Also, feature
    gate setting is only supported on 1.15+ due to
    kind.sigs.k8s.io/v1alpha3 and kubeadm.k8s.io/v1beta2 dependencies.
    msau42 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ecc7918 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    4b6fa4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e31f07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f73ce View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    0c0dc30 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request kubernetes-csi#22 from msau42/add-1.15-jobs

    prow.sh: tag master images with a large version number
    k8s-ci-robot authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1cac3af View commit details
    Browse the repository at this point in the history
  2. release-tools: update

    pohly committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6f0933f View commit details
    Browse the repository at this point in the history