versions: update trustee and guest components

Trustee has some new features including a plugin backend, support for
PKCS11 resources, improvements to token verification, and adjustments to
logging, and more.

Also update guest-components to pickup improvements and keep the KBS
protocol in sync.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum
2024-11-14 08:40:27 -06:00
parent bdf10e651a
commit cafc7d6819

View File

@@ -231,19 +231,19 @@ externals:
coco-guest-components: coco-guest-components:
description: "Provides attested key unwrapping for image decryption" description: "Provides attested key unwrapping for image decryption"
url: "https://github.com/confidential-containers/guest-components/" url: "https://github.com/confidential-containers/guest-components/"
version: "v0.10.0" version: "3df6c412059f29127715c3fdbac9fa41f56cfce4"
toolchain: "1.76.0" toolchain: "1.80.0"
coco-trustee: coco-trustee:
description: "Provides attestation and secret delivery components" description: "Provides attestation and secret delivery components"
url: "https://github.com/confidential-containers/trustee" url: "https://github.com/confidential-containers/trustee"
version: "f287fcd60b0b3ddbef5546d646669813b9e68f8d" version: "cc5738439964cd2bd0d11bb935b4f68e01b14cd7"
# image / ita_image and image_tag / ita_image_tag must be in sync # image / ita_image and image_tag / ita_image_tag must be in sync
image: "ghcr.io/confidential-containers/staged-images/kbs" image: "ghcr.io/confidential-containers/staged-images/kbs"
image_tag: "f287fcd60b0b3ddbef5546d646669813b9e68f8d" image_tag: "cc5738439964cd2bd0d11bb935b4f68e01b14cd7"
ita_image: "ghcr.io/confidential-containers/staged-images/kbs-ita-as" ita_image: "ghcr.io/confidential-containers/staged-images/kbs-ita-as"
ita_image_tag: "f287fcd60b0b3ddbef5546d646669813b9e68f8d-x86_64" ita_image_tag: "cc5738439964cd2bd0d11bb935b4f68e01b14cd7-x86_64"
toolchain: "1.74.0" toolchain: "1.76.0"
crio: crio:
description: | description: |