build: Release v50.2

Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen
2026-02-22 21:19:24 +00:00
committed by Bo Chen
parent cd4d6ded75
commit 21c17ccf49
3 changed files with 10 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -417,7 +417,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "cloud-hypervisor"
version = "50.1.0"
version = "50.2.0"
dependencies = [
"anyhow",
"api_client",

View File

@@ -7,7 +7,7 @@ edition = "2024"
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
license = "Apache-2.0 AND BSD-3-Clause"
name = "cloud-hypervisor"
version = "50.1.0"
version = "50.2.0"
# Minimum buildable version:
# Keep in sync with version in .github/workflows/build.yaml
# Policy on MSRV (see #4318):

View File

@@ -1,3 +1,4 @@
- [v50.2](#v502)
- [v50.1](#v501)
- [v50.0](#v500)
- [Configurable Nested Virtualization Option on x86_64](#configurable-nested-virtualization-option-on-x86_64)
@@ -410,6 +411,13 @@
- [Unit testing](#unit-testing)
- [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
This is a point release containing security fixes and bug fixes.