From d05ec9cb1207ef801df9a0528f8136b5cabd487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 14 Apr 2023 11:27:00 +0200 Subject: [PATCH] versions: Update attestation-agent to v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's update the attestation-agent to the latest released version of the project. 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 7a0d560a06..8e6073fe5e 100644 --- a/versions.yaml +++ b/versions.yaml @@ -190,7 +190,7 @@ externals: attestation-agent: description: "Provide attested key unwrapping for image decryption" url: "https://github.com/confidential-containers/attestation-agent" - version: "c939d211fe5ac497715008e36161aff20cabb6e6" + version: "v0.5.0" cni-plugins: description: "CNI network plugins"