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

Vendor cleanup #2124

Merged
merged 14 commits into from
Mar 27, 2019
Merged

Vendor cleanup #2124

merged 14 commits into from
Mar 27, 2019

Commits on Mar 25, 2019

  1. make vendor: always use latest vndr

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    3be74ff View commit details
    Browse the repository at this point in the history
  2. pin k8s.io/* to releases and commits

    k8s.io/kubernetes/pkg/util/term has been removed, so copy the old
    SetSize function which is basically just a wrapper around a docker
    package.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ff95af9 View commit details
    Browse the repository at this point in the history
  3. add hack/tree_status.sh

    The script checks if the local tree has any changes and will exit
    accordingly with list of the changes.  It is meant to run after a
    `make vendor` in the CI to make sure that the project's dependencies
    are in sync with the vendor.conf and the code.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5763927 View commit details
    Browse the repository at this point in the history
  4. travis: integrate vendor checks into the CI

    Add a `make vendor` run followed by a `./hack/tree_status.sh` to
    enforce clean dependencies on all future changes.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    1a03a0f View commit details
    Browse the repository at this point in the history
  5. vendor: add chanages from vndr

    Some dependencies are still missing or redundant, which will be
    cleaned up in a following commit.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    fcfd4c4 View commit details
    Browse the repository at this point in the history
  6. vendor containernetworking/plugins

    That's a dependency from libpod which has been ignored so far.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    36da5c7 View commit details
    Browse the repository at this point in the history
  7. vendor ulule/deepcopier

    That's a dependency from libpod and has been ignored so far.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c710340 View commit details
    Browse the repository at this point in the history
  8. update golang.org/x/sys

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    22c4494 View commit details
    Browse the repository at this point in the history
  9. update libpod to v1.1.2

    Parts of the transitive dependencies have been ignored so far, others
    come from the version bump.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5d16736 View commit details
    Browse the repository at this point in the history
  10. travis: use xenial and install libcdev

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    7b39733 View commit details
    Browse the repository at this point in the history
  11. vendor: pin branches to releases or commits

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    f8a6082 View commit details
    Browse the repository at this point in the history
  12. vendor.conf: remove unused dependencies

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    30a207b View commit details
    Browse the repository at this point in the history
  13. fix gofmt errors

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    6c463a0 View commit details
    Browse the repository at this point in the history
  14. remove vendor.conf.tmp

    It's a development artifact, so we can safely remove it.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    f8af473 View commit details
    Browse the repository at this point in the history