Skip to content

Commit 00547a2

Browse files
Backport: Changelog v1.6.1 (#2096)
Changelog v1.6.1 (#2049) Re-generate changelog v1.6.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: Isteb4k <Isteb4k@users.noreply.github.com>
1 parent 9d1cc8f commit 00547a2

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.6.1.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
module:
2+
fixes:
3+
- summary: Fixed vulnerabilities CVE-2026-24051 and CVE-2025-15558.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/2057
5+
observability:
6+
fixes:
7+
- summary: >-
8+
Restored the previous placement of virtual machine dashboards due to a validation issue that
9+
could block the Deckhouse queue.
10+
pull_request: https://github.com/deckhouse/virtualization/pull/2063
11+
vm:
12+
fixes:
13+
- summary: >-
14+
Fixed USB device discovery on nodes: corresponding `NodeUSBDevice` resources might not have
15+
been created.
16+
pull_request: https://github.com/deckhouse/virtualization/pull/2085
17+
- summary: >-
18+
Fixed cloning of a virtual machine with connected USB devices when using
19+
`VirtualMachineOperation` with the `Clone` type in `BestEffort` mode.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/2076
21+

CHANGELOG/CHANGELOG-v1.6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
## Fixes
1414

1515

16+
- **[module]** Fixed vulnerabilities CVE-2026-24051 and CVE-2025-15558. [#2057](https://github.com/deckhouse/virtualization/pull/2057)
17+
- **[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)
1618
- **[vd]** Fixed virtual disks hanging during creation in `WaitForFirstConsumer` mode on nodes with taints. [#1999](https://github.com/deckhouse/virtualization/pull/1999)
19+
- **[vm]** Fixed USB device discovery on nodes: corresponding `NodeUSBDevice` resources might not have been created. [#2085](https://github.com/deckhouse/virtualization/pull/2085)
20+
- **[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)
1721
- **[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)
1822
- **[vm]** Labels and annotations now work properly on virtual machines. [#1971](https://github.com/deckhouse/virtualization/pull/1971)
1923
- **[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)

0 commit comments

Comments
 (0)