From 21d22785399b676983d243650af10ad9d23c3f2e Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 12 Jun 2023 20:32:02 +0000 Subject: [PATCH] versions: Update firecracker version to 1.3.3 This PR updates the firecracker version to 1.3.3 which includes the following changes Fixed passing through cache information from host in CPUID leaf 0x80000006. A race condition that has been identified between the API thread and the VMM thread due to a misconfiguration of the api_event_fd. Fixes #7089 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 3455221a8..ec9f8df7a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -83,7 +83,7 @@ assets: uscan-url: >- https://github.com/firecracker-microvm/firecracker/tags .*/v?(\d\S+)\.tar\.gz - version: "v1.3.1" + version: "v1.3.3" qemu: description: "VMM that uses KVM"