From 7415227645b9f7406614bedf3bd6a8bb267fcabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 12 Jan 2023 19:10:40 +0100 Subject: [PATCH] versions: Bump attestation-agent to v0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The attestation-agent had its v0.3.0 release earlier Today, following the Confidential Containers v0.3.0 release process. Let's bump it on our side, as we've already tested the version that became this release. 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 1e5168b32b..7fff158fa5 100644 --- a/versions.yaml +++ b/versions.yaml @@ -191,7 +191,7 @@ externals: attestation-agent: description: "Provide attested key unwrapping for image decryption" url: "https://github.com/confidential-containers/attestation-agent" - version: "v0.2.0" + version: "v0.3.0" cni-plugins: description: "CNI network plugins"