Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/cloud-hypervisor/cloud-hypervisor.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"cloud-hypervisor-51.1.56-vendor.tar.gz": "393cef1d7aa0ba064bc06c46449c765ce0e17241bfd38024e70fa9d38e2cb2a8",
"cloud-hypervisor-51.1.56.tar.gz": "0272f8f328737d09679ed998043d40a0e4eaf7102becc2dc1d67c0391a62345b"
"cloud-hypervisor-51.1.101.tar.gz": "fbc340330cd5c91ffae00fab37cb8bd5a7e8dd503466f8467cbe774c7cd93559",
"cloud-hypervisor-51.1.101-vendor.tar.gz": "53004d3f411c02e1cf64280afef5086a4e038054c7778e9ae9eab8d0421fa3f3"
}
}
5 changes: 4 additions & 1 deletion SPECS/cloud-hypervisor/cloud-hypervisor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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.56
Version: 51.1.101
Release: 1%{?dist}
License: ASL 2.0 OR BSD-3-clause
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -137,6 +137,9 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c
%license LICENSES/CC-BY-4.0.txt

%changelog
* Mon Jun 01 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 51.1.101-1
- Auto-upgrade to 51.1.101

* Wed Apr 16 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 51.1.56-1
- Auto-upgrade to 51.1.56
- Remove CVE-2026-27211.patch that no longer applies
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1817,8 +1817,8 @@
"type": "other",
"other": {
"name": "cloud-hypervisor",
"version": "51.1.56",
"downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v51.1.56.tar.gz"
"version": "51.1.101",
"downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v51.1.101.tar.gz"
}
}
},
Expand Down
Loading