From 079ab1e0acf2b0a38069f9c9e1228ab698d11d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 13 Sep 2023 21:16:28 +0200 Subject: [PATCH] versions: Bump nydus and nydus-snapshotter to its latest release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As we need https://github.com/containerd/nydus-snapshotter/pull/530 in. Fixes #7984 Signed-off-by: Fabiano FidĂȘncio Signed-off-by: ChengyuZhu6 (cherry picked from commit c9a4e7e46de5e2fb4cf05388fbda84e0fedd6996) --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index f316be8659..3aff0b999d 100644 --- a/versions.yaml +++ b/versions.yaml @@ -277,12 +277,12 @@ externals: nydus: description: "Nydus image acceleration service" url: "https://github.com/dragonflyoss/image-service" - version: "v2.2.1" + version: "v2.2.3" nydus-snapshotter: description: "Snapshotter for Nydus image acceleration service" url: "https://github.com/containerd/nydus-snapshotter" - version: "v0.3.3" + version: "v0.12.0" ovmf: description: "Firmware, implementation of UEFI for virtual machines."