From 3a63e3c1f7c9cb24554c0510d61029dabd6ab512 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 30 Jan 2023 22:33:34 -0800 Subject: [PATCH] cni: Update cni plugins version to 1.2.0 A new release was made for the cni plugins. Use the new version for the CI. Fixes: #6169 Signed-off-by: Archana Shinde --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index f6bd320a22..f79eff7709 100644 --- a/versions.yaml +++ b/versions.yaml @@ -193,7 +193,7 @@ externals: cni-plugins: description: "CNI network plugins" url: "https://github.com/containernetworking/plugins" - version: "v1.1.1" + version: "v1.2.0" conmon: description: "An OCI container runtime monitor"