From 99505c0f4f3a67fd657566b65aefd9a7e12b704d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 16 Mar 2023 16:12:26 +0000 Subject: [PATCH] versions: Update firecracker version This PR updates the firecracker version being used in kata containers versions.yaml The changes in version 1.3.1 are Added Introduced T2CL (Intel) and T2A (AMD) CPU templates to provide instruction set feature parity between Intel and AMD CPUs when using these templates. Added Graviton3 support (c7g instance type). Changed Improved error message when invalid network backend provided. Improved TCP throughput by between 5% and 15% (depending on CPU) by using scatter-gather I/O in the net device's TX path. Upgraded Rust toolchain from 1.64.0 to 1.66.0. Made seccompiler output bit-reproducible. Fixed Fixed feature flags in T2 CPU template on Intel Ice Lake. Fixes #6482 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 174162b99a..b68bf8fbdd 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.1.0" + version: "v1.3.1" qemu: description: "VMM that uses KVM"