From 9503e1ade908083ff0162d4cb40875894bd65943 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Sun, 22 Feb 2026 21:12:00 +0000 Subject: [PATCH] build: Release v51.1 Signed-off-by: Bo Chen --- Cargo.lock | 2 +- cloud-hypervisor/Cargo.toml | 2 +- release-notes.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12304950b..d7d6189e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] name = "cloud-hypervisor" -version = "51.0.0" +version = "51.1.0" dependencies = [ "anyhow", "api_client", diff --git a/cloud-hypervisor/Cargo.toml b/cloud-hypervisor/Cargo.toml index 542d1859d..9d7038a2f 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 = "51.0.0" +version = "51.1.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 aff2dbe88..1f2ff7415 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,4 @@ +- [v51.1](#v511) - [v51.0](#v510) - [Security Fixes](#security-fixes) - [Significant QCOW2 v3 Improvements](#significant-qcow2-v3-improvements) @@ -418,6 +419,12 @@ - [Unit testing](#unit-testing) - [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 This release has been tracked in [v51.0