From ba513cbeb71a282fc3d40f2c3fcef9c87e50c6bf Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Thu, 27 Aug 2026 22:47:13 +0000 Subject: [PATCH] Upgrade Kata packages --- SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json | 4 ++-- SPECS/cloud-hypervisor/cloud-hypervisor.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json b/SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json index 18fc99eacca..c75dd6d4aeb 100644 --- a/SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json +++ b/SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "cloud-hypervisor-51.1.101.tar.gz": "fbc340330cd5c91ffae00fab37cb8bd5a7e8dd503466f8467cbe774c7cd93559", - "cloud-hypervisor-51.1.101-vendor.tar.gz": "53004d3f411c02e1cf64280afef5086a4e038054c7778e9ae9eab8d0421fa3f3" + "cloud-hypervisor-52.0.152.tar.gz": "a82d25ce286bd299b63c224eed52d785adc1687fc608bdbd267740e070870432", + "cloud-hypervisor-52.0.152-vendor.tar.gz": "2f2b23961d08eb86b94b3fc5d3fbd7b5585863efc78571e6837bdb2d9f8d6b44" } } diff --git a/SPECS/cloud-hypervisor/cloud-hypervisor.spec b/SPECS/cloud-hypervisor/cloud-hypervisor.spec index 5ed75dc0203..eeb8cfe34be 100644 --- a/SPECS/cloud-hypervisor/cloud-hypervisor.spec +++ b/SPECS/cloud-hypervisor/cloud-hypervisor.spec @@ -4,8 +4,8 @@ Name: cloud-hypervisor Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of the KVM hypervisor and the Microsoft Hypervisor (MSHV). -Version: 51.1.101 -Release: 2%{?dist} +Version: 52.0.152 +Release: 1%{?dist} License: ASL 2.0 OR BSD-3-clause Vendor: Microsoft Corporation Distribution: Azure Linux @@ -137,6 +137,9 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c %license LICENSES/CC-BY-4.0.txt %changelog +* Thu Aug 27 2026 CBL-Mariner Servicing Account - 52.0.152-1 +- Auto-upgrade to 52.0.152 + * Fri Jun 05 2026 BinduSri Adabala - 51.1.101-2 - Bump release to rebuild with rust diff --git a/cgmanifest.json b/cgmanifest.json index 03406c776bf..907c0d7c682 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1827,8 +1827,8 @@ "type": "other", "other": { "name": "cloud-hypervisor", - "version": "51.1.101", - "downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v51.1.101.tar.gz" + "version": "52.0.152", + "downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v52.0.152.tar.gz" } } },