From 78ca966e8d615798f8193c5ed38de985cd0cbfc4 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Mon, 11 Nov 2019 22:21:43 +0000 Subject: [PATCH] virtcontainers: bump firecracker minimum supported version firecracker 0.19.0 API is not backward compatible, hence we need to bump the firecracker minimum supported version to 0.19.0 Signed-off-by: Julio Montes --- virtcontainers/fc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/fc.go b/virtcontainers/fc.go index fb2e32aca..bebad7c3f 100644 --- a/virtcontainers/fc.go +++ b/virtcontainers/fc.go @@ -69,7 +69,7 @@ const ( ) // Specify the minimum version of firecracker supported -var fcMinSupportedVersion = semver.MustParse("0.18.0") +var fcMinSupportedVersion = semver.MustParse("0.19.0") var fcKernelParams = append(commonVirtioblkKernelRootParams, []Param{ // The boot source is the first partition of the first block device added