Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG/CHANGELOG-v1.6.1.yml
Original file line number Diff line number Diff line change
@@ -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

4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-v1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading