From e01933c8eaeaa326ba53a1394c02f6d1a5d02e3c Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 10 Mar 2022 17:27:50 +0000 Subject: [PATCH] build: Release v21.1 (bug fix release) Signed-off-by: Rob Bradford --- Cargo.lock | 2 +- Cargo.toml | 2 +- release-notes.md | 11 +++++++++++ rpm/cloud-hypervisor.spec | 5 ++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2abb3b295..025ad2f45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "cloud-hypervisor" -version = "21.0.0" +version = "21.1.0" dependencies = [ "anyhow", "api_client", diff --git a/Cargo.toml b/Cargo.toml index e737ebb19..ad71adeef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloud-hypervisor" -version = "21.0.0" +version = "21.1.0" authors = ["The Cloud Hypervisor Authors"] edition = "2018" default-run = "cloud-hypervisor" diff --git a/release-notes.md b/release-notes.md index 180aead5e..075f3221c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,4 @@ +- [v21.1](#v211) - [v21.0](#v210) - [Efficient Local Live Migration (for Live Upgrade)](#efficient-local-live-migration-for-live-upgrade) - [Recommended Kernel is Now 5.15](#recommended-kernel-is-now-515) @@ -183,6 +184,16 @@ - [Unit testing](#unit-testing) - [Integration tests parallelization](#integration-tests-parallelization) +# v21.1 + +This is a bug fix release. The following issues have been addressed: + +* Missing `openat()` syscall from seccomp filter (#3609) +* Ensure MMIO/PIO exits complete before pausing (#3658) +* Support DWORD writes to MSI-X control register (#3714) +* VFIO ioctl reordering to fix MSI on AMD platforms (#3827) +* Fix `virtio-net` control queue (#3829) + # v21.0 This release has been tracked through the [v21.0 diff --git a/rpm/cloud-hypervisor.spec b/rpm/cloud-hypervisor.spec index 9c422de42..24651b375 100644 --- a/rpm/cloud-hypervisor.spec +++ b/rpm/cloud-hypervisor.spec @@ -9,7 +9,7 @@ Name: cloud-hypervisor Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM. -Version: 21.0 +Version: 21.1 Release: 0%{?dist} License: ASL 2.0 or BSD-3-clause Group: Applications/System @@ -112,6 +112,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 10 2022 Rob Bradford 21.1-0 +- Update to 21.1 + * Thu Jan 20 2022 Rob Bradford 21.0-0 - Update to 21.0