From 21c17ccf4949c7f91cd3f5c47671775c77808dac Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Sun, 22 Feb 2026 21:19:24 +0000 Subject: [PATCH] build: Release v50.2 Signed-off-by: Bo Chen --- Cargo.lock | 2 +- cloud-hypervisor/Cargo.toml | 2 +- release-notes.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5d91f455..4a3f269a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "cloud-hypervisor" -version = "50.1.0" +version = "50.2.0" dependencies = [ "anyhow", "api_client", diff --git a/cloud-hypervisor/Cargo.toml b/cloud-hypervisor/Cargo.toml index 27d71a1b0..dc704c2e4 100644 --- a/cloud-hypervisor/Cargo.toml +++ b/cloud-hypervisor/Cargo.toml @@ -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): diff --git a/release-notes.md b/release-notes.md index e514fbff1..dfe3c0828 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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.