mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9503e1ade9 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -427,7 +427,7 @@ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cloud-hypervisor"
|
name = "cloud-hypervisor"
|
||||||
version = "51.0.0"
|
version = "51.1.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 = "51.0.0"
|
version = "51.1.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 @@
|
|||||||
|
- [v51.1](#v511)
|
||||||
- [v51.0](#v510)
|
- [v51.0](#v510)
|
||||||
- [Security Fixes](#security-fixes)
|
- [Security Fixes](#security-fixes)
|
||||||
- [Significant QCOW2 v3 Improvements](#significant-qcow2-v3-improvements)
|
- [Significant QCOW2 v3 Improvements](#significant-qcow2-v3-improvements)
|
||||||
@@ -418,6 +419,12 @@
|
|||||||
- [Unit testing](#unit-testing)
|
- [Unit testing](#unit-testing)
|
||||||
- [Integration tests parallelization](#integration-tests-parallelization)
|
- [Integration tests parallelization](#integration-tests-parallelization)
|
||||||
|
|
||||||
|
# v51.1
|
||||||
|
|
||||||
|
This is a bug fix release. The following issues have been addressed:
|
||||||
|
|
||||||
|
* Fix image_type in OpenAPI definition (#7734)
|
||||||
|
|
||||||
# v51.0
|
# v51.0
|
||||||
|
|
||||||
This release has been tracked in [v51.0
|
This release has been tracked in [v51.0
|
||||||
|
|||||||
Reference in New Issue
Block a user