diff --git a/CHANGELOG/CHANGELOG-v1.6.1.yml b/CHANGELOG/CHANGELOG-v1.6.1.yml new file mode 100644 index 0000000000..55565fab64 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.6.1.yml @@ -0,0 +1,21 @@ +module: + fixes: + - summary: Fixed vulnerabilities CVE-2026-24051 and CVE-2025-15558. + pull_request: https://github.com/deckhouse/virtualization/pull/2057 +observability: + fixes: + - summary: >- + Restored the previous placement of virtual machine dashboards due to a validation issue that + could block the Deckhouse queue. + pull_request: https://github.com/deckhouse/virtualization/pull/2063 +vm: + fixes: + - summary: >- + Fixed USB device discovery on nodes: corresponding `NodeUSBDevice` resources might not have + been created. + pull_request: https://github.com/deckhouse/virtualization/pull/2085 + - summary: >- + Fixed cloning of a virtual machine with connected USB devices when using + `VirtualMachineOperation` with the `Clone` type in `BestEffort` mode. + pull_request: https://github.com/deckhouse/virtualization/pull/2076 + diff --git a/CHANGELOG/CHANGELOG-v1.6.md b/CHANGELOG/CHANGELOG-v1.6.md index fa83560fd9..088d0d479d 100644 --- a/CHANGELOG/CHANGELOG-v1.6.md +++ b/CHANGELOG/CHANGELOG-v1.6.md @@ -13,7 +13,11 @@ ## Fixes + - **[module]** Fixed vulnerabilities CVE-2026-24051 and CVE-2025-15558. [#2057](https://github.com/deckhouse/virtualization/pull/2057) + - **[observability]** Restored the previous placement of virtual machine dashboards due to a validation issue that could block the Deckhouse queue. [#2063](https://github.com/deckhouse/virtualization/pull/2063) - **[vd]** Fixed virtual disks hanging during creation in `WaitForFirstConsumer` mode on nodes with taints. [#1999](https://github.com/deckhouse/virtualization/pull/1999) + - **[vm]** Fixed USB device discovery on nodes: corresponding `NodeUSBDevice` resources might not have been created. [#2085](https://github.com/deckhouse/virtualization/pull/2085) + - **[vm]** Fixed cloning of a virtual machine with connected USB devices when using `VirtualMachineOperation` with the `Clone` type in `BestEffort` mode. [#2076](https://github.com/deckhouse/virtualization/pull/2076) - **[vm]** If only the `Main` network is specified in `.spec.networks`, the `sdn` module is no longer required. [#2027](https://github.com/deckhouse/virtualization/pull/2027) - **[vm]** Labels and annotations now work properly on virtual machines. [#1971](https://github.com/deckhouse/virtualization/pull/1971) - **[vm]** Fixed virtual machine migration with disks attached via `VirtualMachineBlockDeviceAttachment` (hotplug): the target pod could exceed memory limits (`OOMKilled`). [#1947](https://github.com/deckhouse/virtualization/pull/1947)