Skip to content

Commit ed5c1eb

Browse files
committed
content: blog: Release v50.1
Signed-off-by: Bo Chen <bchen@crusoe.ai>
1 parent 6cbd299 commit ed5c1eb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

content/en/blog/v50.1/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Cloud Hypervisor v50.1 Released!"
3+
date: 2026-02-20T01:21:45Z
4+
draft: false
5+
contributors: [Cloud Hypervisor Team]
6+
---
7+
This is a point release containing security fixes and bug fixes.
8+
9+
Security Fixes
10+
--------------
11+
12+
This release fixes a security vulnerability in disk image handling.
13+
Details can be found in [GHSA-jmr4-g2hv-mjj6](https://github.com/cloud-hypervisor/cloud-hypervisor/security/advisories/GHSA-jmr4-g2hv-mjj6).
14+
15+
* A new `backing_files=on|off` option has been added to `--disk` to
16+
explicitly control whether QCOW2 backing files are permitted. This
17+
defaults to `off` to prevent the loading of backing files entirely.
18+
(#7685)
19+
* Explicit image type specification via the user interface, removing
20+
reliance on format autodetection (#7728).
21+
* Prevent sector-zero writes for autodetected raw images (#7728).
22+
23+
Bug Fixes
24+
---------
25+
26+
* Fix various inconsistencies in our OpenAPI specification file
27+
(#7716, #7726)
28+
* Fix QCOW2 thread safety for multiple virtio queues
29+
(`num_queues > 1`) (#7661)
30+
### Download
31+
See the <a href="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v50.1">GitHub Release</a> for the release assets.

0 commit comments

Comments
 (0)