mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-21 21:25:19 +00:00
build: Update for v0.14.1 bug fix release
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b2c96dea24
commit
bb02c28b62
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -212,7 +212,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cloud-hypervisor"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"api_client",
|
||||
|
@ -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"
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user