Changelog v1.8.0
Features
- [vm] Added the
progressfield to the status ofVirtualMachineOperationresources with theEvictandMigratetypes to show operation progress. The correspondingPROGRESScolumn is displayed when runningd8 k get vmop#2182 - [vm] Added the ability to change the number of CPUs in a virtual machine without manually stopping it. The new value is applied via live migration. To enable this functionality, add
HotplugCPUWithLiveMigrationto.spec.settings.featureGatesin theModuleConfigof thevirtualizationmodule. #2147 - [vm] Added initial support for changing virtual machine memory without manually stopping the virtual machine. The new
.spec.memoryvalue is applied via live migration. To enable this functionality, addHotplugMemoryWithLiveMigrationto.spec.settings.featureGatesin theModuleConfigof thevirtualizationmodule. #2110
Fixes
- [api] When uploading disks and images with the
Uploadtype, theWaitForUserUploadphase no longer occurs prematurely while the resource is not yet ready for upload. #2178 - [core] Added automatic cleanup of
NodeUSBDeviceresources that are absent on the node and are not assigned to a namespace or project. #2220 - [vm] Fixed an issue with an unfrozen filesystem during virtual machine snapshot creation if the freeze occurred during migration. #2225
- [vm] Fixed removal of the
Mainnetwork from a virtual machine: the virtual machine no longer uses an IP address from the virtualization CIDR after the network is removed. #2185 - [vm] Optimized virtual machine migration: it now uses
hostNetwork, allowing the host MTU to be used instead of the pod MTU. #2174 - [vmsnapshot] Fixed snapshot creation for a virtual machine without the
Mainnetwork. #2176
Chore
- [core] Fix vulnerability CVE-2026-39883. #2200
- [core] Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32288, CVE-2026-32289 #2196
- [core] Fixed vulnerabilities CVE-2026-34986. #2188
- [core] Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186, CVE-2026-34040, CVE-2026-33997. #2175
For more information, see the changelog and minor version release changes.