From c352905998d037f232221101f4d1cb1fa8014a09 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Mon, 10 Mar 2025 13:43:27 -0500 Subject: [PATCH] versions: bump trustee for coco v0.13.0 Update to new hashes for Trustee. The MSRV for Trustee is now 1.80.0 so bump the rust toolchain as well. Signed-off-by: Tobin Feldman-Fitzthum --- versions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions.yaml b/versions.yaml index 0bc12a4177..ae077042e3 100644 --- a/versions.yaml +++ b/versions.yaml @@ -239,13 +239,13 @@ externals: coco-trustee: description: "Provides attestation and secret delivery components" url: "https://github.com/confidential-containers/trustee" - version: "68e2a8d25dbfa012b422ff464f31d18f3afa6677" + version: "bc26ac5acd8314ba34fe837d6886beb1ce384106" # image / ita_image and image_tag / ita_image_tag must be in sync image: "ghcr.io/confidential-containers/staged-images/kbs" - image_tag: "68e2a8d25dbfa012b422ff464f31d18f3afa6677" + image_tag: "bc26ac5acd8314ba34fe837d6886beb1ce384106" ita_image: "ghcr.io/confidential-containers/staged-images/kbs-ita-as" - ita_image_tag: "68e2a8d25dbfa012b422ff464f31d18f3afa6677-x86_64" - toolchain: "1.76.0" + ita_image_tag: "bc26ac5acd8314ba34fe837d6886beb1ce384106-x86_64" + toolchain: "1.80.0" crio: description: |