Changelog v1.5.0
Features
- [observability] Added a table with virtual machine operations to the
Namespace / Virtual Machinedashboard. #1935 - [vm] Added support for targeted migration of virtual machines. To do this, create a VirtualMachineOperation resource with the
Migratetype and specify.spec.migrate.nodeSelectorto migrate the virtual machine to the corresponding node. #1874
Fixes
- [core] Fixed vulnerabilities CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, and CVE-2025-68121. #1957
- [core] Fixed an issue with starting virtual machines using the
EFIWithSecureBootbootloader when configured with more than 12 vCPUs. #1916 - [module] Platform system components in user projects are protected from deletion by users. #1880
- [module] During virtual machine migration, temporary double consumption of resources is no longer counted in project quotas. System component resources required for starting and running virtual machines are no longer counted in project quotas. #1872
- [vd] Fixed an issue with live migration of a virtual machine between StorageClass with the
Filesystemtype. #1940 - [vm] Fixed a possible virtual machine hang in the
Pendingstate during migration when changing the StorageClass. #1903 - [vmop] Fixed an issue with cloning a virtual machine whose disks use storage in
WaitForFirstConsumermode. #1926
Chore
- [core] Change virt-launcher and hotplug pod prefix. #1867
- [vd] When viewing disks, the name of the virtual machine they are attached to is now displayed (
d8 k get vd). #1889
For more information, see the changelog and minor version release changes.