Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

vendor: update vendoring #121

Merged

Commits on Sep 21, 2017

  1. vendor: update vendoring

    It now uses:
    
    * Kubernetes v1.7.5
    * rkt v1.25.0
    * go-systemd v15
    
    I had to explicitly list some dependencies to pin them to a version
    
    * client-go v4.0.0
    * cni v0.3.0 (what rkt uses)
    
    I also changed some depencency revisions to match what Kubernetes has.
    
    Finally, since I was getting compilation errors similar to the ones
    mentioned in
    kelseyhightower/kubernetes-initializer-tutorial#4,
    I set the version of k8s.io/apimachinery to like mentioned there.
    iaguis committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    09b772e View commit details
    Browse the repository at this point in the history
  2. *: changes for the new CRI API

    iaguis committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    0551f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef20d6f View commit details
    Browse the repository at this point in the history
  4. travis.yml: update to go 1.8

    iaguis committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    2791bd0 View commit details
    Browse the repository at this point in the history
  5. vendor: remove github.com/coreos/rkt

    It's now github.com/rkt/rkt
    iaguis committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    f6e0c4e View commit details
    Browse the repository at this point in the history