diff options
author | W. Trevor King <wking@tremily.us> | 2018-05-10 21:25:33 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-11 12:27:41 +0000 |
commit | a160857cc04f62a3df33caf70b227d16e93f1e73 (patch) | |
tree | fd8179a60bb2f9a7f9c5b9e55233394824264e93 /vendor.conf | |
parent | cc1bad85fe7a26cf616a6e8a53988f759d1a24c0 (diff) | |
download | podman-a160857cc04f62a3df33caf70b227d16e93f1e73.tar.gz podman-a160857cc04f62a3df33caf70b227d16e93f1e73.tar.bz2 podman-a160857cc04f62a3df33caf70b227d16e93f1e73.zip |
vendor.conf: Bump CNI to v0.6.0
Neither the nominal version nor vendored content had changed since
a031b83a (Initial checkin from CRI-O repo, 2017-11-01):
$ git ls-tree origin/master -- vendor/github.com/containernetworking/cni
040000 tree 744c091cc1dbb869b2cf714cf6b5e8d33fe17d9c vendor/github.com/containernetworking/cni
$ git ls-tree a031b83a -- vendor/github.com/containernetworking/cni
040000 tree 744c091cc1dbb869b2cf714cf6b5e8d33fe17d9c vendor/github.com/containernetworking/cni
$ git grep /cni a031b83a -- vendor.conf
a031b83a:vendor.conf:github.com/containernetworking/cni v0.4.0
I'm not quite sure which upstream version the old vendored content
came from, but it certainly wasn't v0.4.0. I've bumped our nominal
version to v0.6.0 and re-vendored with:
$ vndr github.com/containernetworking/cni
$ git add -A vendor/github.com/containernetworking/cni
to generate this commit. The only change to the vendored content is
text in the README (unlikely to break anything ;), and sitting on an
upstream tag is nice, so I think this is good enough.
Signed-off-by: W. Trevor King <wking@tremily.us>
Closes: #750
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index fdccd760c..7105f6aad 100644 --- a/vendor.conf +++ b/vendor.conf @@ -8,7 +8,7 @@ github.com/boltdb/bolt master github.com/buger/goterm 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 github.com/containerd/cgroups 7a5fdd8330119dc70d850260db8f3594d89d6943 github.com/containerd/continuity master -github.com/containernetworking/cni v0.4.0 +github.com/containernetworking/cni v0.6.0 github.com/containernetworking/plugins master github.com/containers/image 88423e35d5f11939b0db4fb8f2939fc04adf2463 github.com/containers/storage e454acf9874d6c399ccb87d03fc4dcbe8c1a4cc6 |