diff --git a/Cargo.lock b/Cargo.lock index 6ac6c1c7f..7a4e4c9e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "cloud-hypervisor" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "api_client", diff --git a/Cargo.toml b/Cargo.toml index 83c8420de..120fa7572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloud-hypervisor" -version = "0.14.0" +version = "0.14.1" authors = ["The Cloud Hypervisor Authors"] edition = "2018" default-run = "cloud-hypervisor" diff --git a/release-notes.md b/release-notes.md index 89977ed31..cbb4c8dc3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -124,6 +124,17 @@ - [Unit testing](#unit-testing) - [Integration tests parallelization](#integration-tests-parallelization) +# v0.14.1 + +Bug fix release branched off the v0.14.0 release. The following bugs were fixed +in this release: + +* CPU hotplug on Windows failed due to misreported CPU state information and + the lack of HyperV CPUID bit enabled (#2437, #2449, #2436) +* A seccomp rule was missing that was triggered on CPU unplug (#2455) +* A bounds check in VIRTIO queue validation was erroneously generating + DescriptorChainTooShort errors in certain circumstances (#2450, #2424) + # v0.14.0 This release has been tracked through the [0.14.0 project](https://github.com/cloud-hypervisor/cloud-hypervisor/projects/17).