From dca1f529a2fba6efec5415cc36a5218d98f27320 Mon Sep 17 00:00:00 2001 From: Manohar Castelino Date: Tue, 18 Jun 2019 14:07:57 -0700 Subject: [PATCH] Firecracker: Upgrade to 0.17.0 Upgrade Firecracker to 0.17.0. This is required to pick up bug fixes needed in jailer, to allow kata to run firecracker constrained by a jailer in Kata. Fixes: #1746 Signed-off-by: Manohar Castelino --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 1c17e01d17..ab684dd34c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -76,7 +76,7 @@ assets: uscan-url: >- https://github.com/firecracker-microvm/firecracker/tags .*/v?(\d\S+)\.tar\.gz - version: "v0.16.0" + version: "v0.17.0" nemu: description: "Reduced-emulation VMM that uses KVM"