From 9e7eed7c4bab94c389237dc0472bf7b5064c8153 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 (cherry picked from commit 1f581a04058ad0883bcc08b2f65168e8d0452f45) --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 6e4e75ec5b..21a8a14e91 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"