Merge pull request #126966 from saschagrunert/cni-plugins

Update cni-plugins to v1.5.1
This commit is contained in:
Kubernetes Prow Robot
2024-08-28 21:58:19 +01:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v1.5.0"
cniVersion = "v1.5.1"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"