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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-03-16 16:12:26 +00:00
parent e6e719699f
commit 99505c0f4f

View File

@ -83,7 +83,7 @@ assets:
uscan-url: >- uscan-url: >-
https://github.com/firecracker-microvm/firecracker/tags https://github.com/firecracker-microvm/firecracker/tags
.*/v?(\d\S+)\.tar\.gz .*/v?(\d\S+)\.tar\.gz
version: "v1.1.0" version: "v1.3.1"
qemu: qemu:
description: "VMM that uses KVM" description: "VMM that uses KVM"