From a1eab1248c5ba151b1e9f3836709751b531e356d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 10 Oct 2023 13:52:31 +0200 Subject: [PATCH] versions: bump td-shim version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're doing so in order to avoid errors like the ones from here: https://github.com/kata-containers/kata-containers/actions/runs/6468115049/job/17559485246 I was able to locally build it, but as we're not testing CLH + TDX lately, running CI on this will be useless. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 2be8318c6b..ff5afba037 100644 --- a/versions.yaml +++ b/versions.yaml @@ -332,8 +332,8 @@ externals: # yamllint disable-line rule:line-length description: "Confidential Containers Shim Firmware -- DO NOT TOUCH on main -> CCv0 merges" url: "https://github.com/confidential-containers/td-shim" - version: "35c8ec33311877f0711412fd34cee929ae57e80e" - toolchain: "nightly-2022-11-15" + version: "4da7dfcdd9faabd1bf9a7dc144c0206939b6d383" + toolchain: "nightly-2023-08-28" virtiofsd: description: "vhost-user virtio-fs device backend written in Rust"