Changelog v1.1.1
Fixes
- [core] Fixed an issue in containerdv2 where storage providing a PVC with the FileSystem type was incorrectly attached via
VirtualMachineBlockDeviceAttachment
. #1548 - [core] Added error reporting in the status of disks and images when the data source (URL) is unavailable. #1534
- [module] fix CVE-2025-58058 and CVE-2025-54410 #1572
- [vi] When creating virtual images from virtual disk snapshots, the
spec.persistentVolumeClaim.storageClassName
parameter is now respected. Previously, it could be ignored. #1533 - [vm] Fixed the
NetworkReady
condition output. It no longer shows theUnknown
state and appears only when needed. #1567 - [vm] Prohibit duplicate networks in the virtual machine
.spec.network
specification. #1545 - [vmbda] Fixed a bug where, when detaching a virtual image through
VirtualMachineBlockDeviceAttachment
, the resource could get stuck in the Terminating state. #1542 - [vmip] Added validation for static IP addresses to avoid creating a
VirtualMachineIPAddress
resource with an IP already in use in the cluster. #1530
Chore
- [observability] Added Prometheus metrics for virtual machine snapshots (
d8_virtualization_virtualmachinesnapshot_info
) and virtual disk snapshots (d8_virtualization_virtualdisksnapshot_info
), showing which objects they are associated with. #1555
For more information, see the changelog and minor version release changes.