From 1f581a04058ad0883bcc08b2f65168e8d0452f45 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Tue, 4 Jan 2022 14:37:35 -0800 Subject: [PATCH] versions: Upgrade to Cloud Hypervisor v20.2 This is a bug release from Cloud Hypervisor addressing the following issues: 1) Don't error out when setting up the SIGWINCH handler (for console resize) when this fails due to older kernel; 2) Seccomp rules were refined to remove syscalls that are now unused; 3) Fix reboot on older host kernels when SIGWINCH handler was not initialised; 4) Fix virtio-vsock blocking issue. Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v20.2 Fixes: #3383 Signed-off-by: Bo Chen --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index f214d9693b..c60f334ae1 100644 --- a/versions.yaml +++ b/versions.yaml @@ -75,7 +75,7 @@ assets: url: "https://github.com/cloud-hypervisor/cloud-hypervisor" uscan-url: >- https://github.com/cloud-hypervisor/cloud-hypervisor/tags.*/v?(\d\S+)\.tar\.gz - version: "v20.1" + version: "v20.2" firecracker: description: "Firecracker micro-VMM"