From a758cb0f7f5e413abba3e5530b7218ef31426c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 12 Jan 2023 18:18:13 +0100 Subject: [PATCH] versions: Update TD-Shim version to v0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TD-Shim has released its v0.3.0 release earlier Today, following the Confidential Containers v0.3.0 release. Let's update it here. We need to also bump the toolchain to using the nightly-2022-11-15 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 e3110385da..1e5168b32b 100644 --- a/versions.yaml +++ b/versions.yaml @@ -316,8 +316,8 @@ externals: td-shim: description: "Confidential Containers Shim Firmware" url: "https://github.com/confidential-containers/td-shim" - version: "v0.2.0" - toolchain: "nightly-2022-05-15" + version: "v0.3.0" + toolchain: "nightly-2022-11-15" virtiofsd: description: "vhost-user virtio-fs device backend written in Rust"