mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
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 <julio.montes@intel.com>
This commit is contained in:
parent
77b0dfb05f
commit
78ca966e8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user