Update CNI to v0.8.6

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus
2020-05-22 17:48:56 -04:00
parent 1700acb035
commit b692502a9d
5 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v0.8.5"
cniVersion = "v0.8.6"
cniArch = "amd64"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"