Skip to content

Commit 8b070ab

Browse files
Backport: Changelog v1.8.2 (#2375)
Changelog v1.8.2 (#2348) Re-generate changelog v1.8.2 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: Isteb4k <Isteb4k@users.noreply.github.com>
1 parent d1ddd02 commit 8b070ab

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.8.2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{}
2+

CHANGELOG/CHANGELOG-v1.8.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
- **[vm]** Added the `progress` field to the status of `VirtualMachineOperation` resources with the `Evict` and `Migrate` types to show operation progress. The corresponding `PROGRESS` column is displayed when running `d8 k get vmop` [#2182](https://github.com/deckhouse/virtualization/pull/2182)
7+
- **[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 `HotplugCPUWithLiveMigration` to `.spec.settings.featureGates` in the `ModuleConfig` of the `virtualization` module. [#2147](https://github.com/deckhouse/virtualization/pull/2147)
78
- **[vm]** Added initial support for changing virtual machine memory without manually stopping the virtual machine. The new `.spec.memory` value is applied via live migration. To enable this functionality, add `HotplugMemoryWithLiveMigration` to `.spec.settings.featureGates` in the `ModuleConfig` of the `virtualization` module. [#2110](https://github.com/deckhouse/virtualization/pull/2110)
89

910
## Fixes
@@ -21,6 +22,18 @@
2122
## Chore
2223

2324

25+
- **[core]** Fixed vulnerability:
26+
- CVE-2026-29181
27+
- CVE-2026-33811
28+
- CVE-2026-33814
29+
- CVE-2026-39820
30+
- CVE-2026-39823
31+
- CVE-2026-39825
32+
- CVE-2026-39826
33+
- CVE-2026-39836
34+
- CVE-2026-41520
35+
- CVE-2026-42499 [#2343](https://github.com/deckhouse/virtualization/pull/2343)
36+
- **[core]** Fix vulnerability CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)
2437
- **[core]** Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32288, CVE-2026-32289 [#2196](https://github.com/deckhouse/virtualization/pull/2196)
2538
- **[core]** Fixed vulnerabilities CVE-2026-34986. [#2188](https://github.com/deckhouse/virtualization/pull/2188)
2639
- **[core]** Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186, CVE-2026-34040, CVE-2026-33997. [#2175](https://github.com/deckhouse/virtualization/pull/2175)

0 commit comments

Comments
 (0)