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

replace "dep" with "go mod" #53

Merged
merged 21 commits into from
Oct 16, 2019
Merged

Commits on Aug 21, 2019

  1. Update kind to v0.5.0

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

Commits on Aug 27, 2019

  1. Merge pull request kubernetes-csi#25 from msau42/fix-master-jobs

    Update kind to v0.5.0
    k8s-ci-robot committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0400867 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Add rule for building Windows binaries

    Signed-off-by: Deep Debroy <[email protected]>
    ddebroy committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9fba09b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#26 from ddebroy/windows1

    Add rule for building Windows binaries
    k8s-ci-robot committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f85ab5a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. prow.sh: install dep if needed

    "make test-vendor" depends on dep if the current project uses
    dep. Without it, the vendor directory checking was skipped under Prow.
    pohly committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    35ceaed View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#27 from pohly/dep-vendor-check

    prow.sh: install dep if needed
    k8s-ci-robot committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    df8530d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. create 2-node kind cluster since topology support is added to hostpat…

    …h driver
    
    Signed-off-by: Mucahit Kurt <[email protected]>
    mucahitkurt committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    a8ea8bc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Merge pull request kubernetes-csi#29 from mucahitkurt/create-2-node-k…

    …ind-cluster
    
    Create 2-node kind cluster since topology support is added to hostpath
    k8s-ci-robot committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    2d33550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2f1b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#30 from msau42/fix-windows

    build windows binaries with .exe suffix
    k8s-ci-robot committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    6ecaa76 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Enable hostpath expansion

    gnufied committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6208f6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#33 from gnufied/enable-hostpath-exp…

    …ansion
    
    Enable hostpath expansion
    k8s-ci-robot committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    0affdf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. update Go mod support

    It turned out that changes like
    kubernetes-csi/csi-lib-utils#33 should better
    have been committed after `go mod tidy` because that adds some
    indirect dependencies in that example.
    
    The revised `test-vendor` checks for that and (just in case that this
    ever becomes desired) allows projects to not have a vendor directory
    when using `go mod`.
    
    How to use `go mod` properly gets documented in the README.md, because
    there are such pitfalls.
    pohly committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    194289a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. go-get-kubernetes.sh: automate Kubernetes dependency handling

    This script handles the necessary "replace" statements and determines
    which packages need to be updated in lockstep.
    pohly committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    c1078a6 View commit details
    Browse the repository at this point in the history
  2. Build Windows only for amd64

    Signed-off-by: Deep Debroy <[email protected]>
    ddebroy committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2d6b3ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#35 from ddebroy/winbld2

    Build Windows only for amd64
    k8s-ci-robot committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    518d6af View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request kubernetes-csi#34 from pohly/go-mod-tidy

    update Go mod support
    k8s-ci-robot committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2c81919 View commit details
    Browse the repository at this point in the history
  2. Do full git clones in travis. Shallow clones are causing test-subtree

    errors when the depth is exactly 50.
    msau42 committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f1697d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#36 from msau42/full-clone

    Do full git clones in travis
    k8s-ci-robot committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    adf00fe View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. release-tools: update

    pohly committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8f7ff3f View commit details
    Browse the repository at this point in the history
  2. replace "dep" with "go mod"

    A simple "go mod init && go mod tidy && go mod vendor" seems to have
    picked the same revisions of the dependencies.
    pohly committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    09b8997 View commit details
    Browse the repository at this point in the history