From d8db3fb17f30a6ab086f155ea507900d6c7e24a7 Mon Sep 17 00:00:00 2001 From: ChengyuZhu6 Date: Thu, 22 Feb 2024 15:10:44 +0800 Subject: [PATCH] gha: bump nydus snapshotter version to v0.13.8 Bump nydus snapshotter version to v0.13.8 to fix the bug in v0.13.7 : https://github.com/containerd/nydus-snapshotter/pull/582 Fixes: #9131 Signed-off-by: ChengyuZhu6 --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index b9507c878e..77a7afc1c3 100644 --- a/versions.yaml +++ b/versions.yaml @@ -288,7 +288,7 @@ externals: nydus-snapshotter: description: "Snapshotter for Nydus image acceleration service" url: "https://github.com/containerd/nydus-snapshotter" - version: "v0.13.7" + version: "v0.13.8" open-policy-agent: description: "Open Policy Agent"