From a85d0e465ca2b9050952bce93a0919022510671a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Rop=C3=A9?= Date: Thu, 19 Jan 2023 11:27:51 +0100 Subject: [PATCH] versions: update cni plugins version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use cni plugins v1.2.0 to get latest fixes. Fixes: #6110 Signed-off-by: Julien Ropé --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index f6bd320a2..f79eff770 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"