From 542b42ad582274cb64971d3ab2452adf0156abb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 4 Nov 2022 13:53:58 +0100 Subject: [PATCH] versions: Bump attestation-agent to `v0.2.0` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The attestation-agent v0.2.0 has been released, let's bump it here and ensure we use the new release as part of what will become the payload for the Confidential Containers v0.2.0 release. Fixes: #5593 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index fb405098c8..eaff12d1af 100644 --- a/versions.yaml +++ b/versions.yaml @@ -186,7 +186,7 @@ externals: attestation-agent: description: "Provide attested key unwrapping for image decryption" url: "https://github.com/confidential-containers/attestation-agent" - version: "e930d362c24bad62b5fa7d5079a9dc912dd78fa4" + version: "v0.2.0" cni-plugins: description: "CNI network plugins"