mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21c17ccf49 | ||
|
|
cd4d6ded75 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -417,7 +417,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cloud-hypervisor"
|
name = "cloud-hypervisor"
|
||||||
version = "50.1.0"
|
version = "50.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api_client",
|
"api_client",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition = "2024"
|
|||||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
||||||
license = "Apache-2.0 AND BSD-3-Clause"
|
license = "Apache-2.0 AND BSD-3-Clause"
|
||||||
name = "cloud-hypervisor"
|
name = "cloud-hypervisor"
|
||||||
version = "50.1.0"
|
version = "50.2.0"
|
||||||
# Minimum buildable version:
|
# Minimum buildable version:
|
||||||
# Keep in sync with version in .github/workflows/build.yaml
|
# Keep in sync with version in .github/workflows/build.yaml
|
||||||
# Policy on MSRV (see #4318):
|
# Policy on MSRV (see #4318):
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
- [v50.2](#v502)
|
||||||
- [v50.1](#v501)
|
- [v50.1](#v501)
|
||||||
- [v50.0](#v500)
|
- [v50.0](#v500)
|
||||||
- [Configurable Nested Virtualization Option on x86_64](#configurable-nested-virtualization-option-on-x86_64)
|
- [Configurable Nested Virtualization Option on x86_64](#configurable-nested-virtualization-option-on-x86_64)
|
||||||
@@ -410,6 +411,13 @@
|
|||||||
- [Unit testing](#unit-testing)
|
- [Unit testing](#unit-testing)
|
||||||
- [Integration tests parallelization](#integration-tests-parallelization)
|
- [Integration tests parallelization](#integration-tests-parallelization)
|
||||||
|
|
||||||
|
|
||||||
|
# v50.2
|
||||||
|
|
||||||
|
This is a bug fix release. The following issues have been addressed:
|
||||||
|
|
||||||
|
* Fix image_type in OpenAPI definition (#7734)
|
||||||
|
|
||||||
# v50.1
|
# v50.1
|
||||||
|
|
||||||
This is a point release containing security fixes and bug fixes.
|
This is a point release containing security fixes and bug fixes.
|
||||||
|
|||||||
@@ -945,7 +945,8 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
image_type:
|
image_type:
|
||||||
type: enum ["FixedVhd", "Qcow2", "Raw", "Vhdx"]
|
type: string
|
||||||
|
enum: [FixedVhd, Qcow2, Raw, Vhdx, Unknown]
|
||||||
|
|
||||||
|
|
||||||
NetConfig:
|
NetConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user