Skip to content

Commit bd551a4

Browse files
Re-generate changelog v1.8.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent 0ff84cb commit bd551a4

2 files changed

Lines changed: 109 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.8.0.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
api:
2+
fixes:
3+
- summary: >-
4+
Enhanced reliability of the upload server for block devices by adding readiness checks and
5+
fixing configuration delays to prevent upload errors.
6+
pull_request: https://github.com/deckhouse/virtualization/pull/2178
7+
cli:
8+
fixes:
9+
- summary: Mute warnings about empty home directory while executing other d8 commands.
10+
pull_request: https://github.com/deckhouse/virtualization/pull/2204
11+
core:
12+
features:
13+
- summary: >-
14+
Add VMOP migration progress reporting with detailed lifecycle reasons and smoother
15+
sync-phase progress calculation.
16+
pull_request: https://github.com/deckhouse/virtualization/pull/2182
17+
fixes:
18+
- summary: Clarify VM migration failure message when no node is available for the target VM.
19+
pull_request: https://github.com/deckhouse/virtualization/pull/2209
20+
- summary: >-
21+
Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283,
22+
CVE-2026-32288, CVE-2026-32289
23+
pull_request: https://github.com/deckhouse/virtualization/pull/2196
24+
- summary: >-
25+
Improve VM migration progress reporting while target scheduling and preparation are already
26+
in progress.
27+
pull_request: https://github.com/deckhouse/virtualization/pull/2190
28+
- summary: Fixed vulnerabilities CVE-2026-34986.
29+
pull_request: https://github.com/deckhouse/virtualization/pull/2188
30+
- summary: Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed.
31+
pull_request: https://github.com/deckhouse/virtualization/pull/2177
32+
- summary: >-
33+
Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186,
34+
CVE-2026-34040, CVE-2026-33997.
35+
pull_request: https://github.com/deckhouse/virtualization/pull/2175
36+
- summary: >-
37+
Set firmware outdated condition only for running VM instances and align firmware
38+
workload-updater checks with current condition-driven flow.
39+
pull_request: https://github.com/deckhouse/virtualization/pull/2162
40+
module:
41+
features:
42+
- summary: Add temporary ModuleConfig annotation to control KubeVirt live migration DisableTLS setting.
43+
pull_request: https://github.com/deckhouse/virtualization/pull/2198
44+
fixes:
45+
- summary: Add VM PhaseAge column while keeping Age in VirtualMachine brief output.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/2203
47+
observability:
48+
fixes:
49+
- summary: Fix gaps in live migration metrics.
50+
pull_request: https://github.com/deckhouse/virtualization/pull/2170
51+
vm:
52+
features:
53+
- summary: Simple implementation of CPU hotplug
54+
pull_request: https://github.com/deckhouse/virtualization/pull/2147
55+
- summary: Simple implementation of CPU hotplug
56+
pull_request: https://github.com/deckhouse/virtualization/pull/2147
57+
- summary: >-
58+
Initial implementation of memory hotplug support: change spec.memory will set new memory
59+
size with live migration.
60+
pull_request: https://github.com/deckhouse/virtualization/pull/2110
61+
fixes:
62+
- summary: Remove the cilium KVVMI annotation when disconnecting the Main network.
63+
pull_request: https://github.com/deckhouse/virtualization/pull/2185
64+
- summary: >-
65+
Prevent over-creation of VirtualMachineMACAddress resources and fix network interface ID
66+
allocation for additional VM networks.
67+
pull_request: https://github.com/deckhouse/virtualization/pull/2184
68+
- summary: >-
69+
CLI no longer sends force=false by default, and AlwaysForced policy now rejects only
70+
explicit force=false while preserving policy defaults for unset force.
71+
pull_request: https://github.com/deckhouse/virtualization/pull/2179
72+
vmop:
73+
fixes:
74+
- summary: >-
75+
Force handling fixed for VM lifecycle operations: CLI stop now passes --force, and VMOP
76+
restart now honors spec.force in controller logic.
77+
pull_request: https://github.com/deckhouse/virtualization/pull/2168
78+

CHANGELOG/CHANGELOG-v1.8.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog v1.8
2+
3+
## Features
4+
5+
6+
- **[core]** Add VMOP migration progress reporting with detailed lifecycle reasons and smoother sync-phase progress calculation. [#2182](https://github.com/deckhouse/virtualization/pull/2182)
7+
- **[vm]** Simple implementation of CPU hotplug [#2147](https://github.com/deckhouse/virtualization/pull/2147)
8+
- **[vm]** Simple implementation of CPU hotplug [#2147](https://github.com/deckhouse/virtualization/pull/2147)
9+
- **[vm]** Initial implementation of memory hotplug support: change spec.memory will set new memory size with live migration. [#2110](https://github.com/deckhouse/virtualization/pull/2110)
10+
11+
## Fixes
12+
13+
14+
- **[api]** Enhanced reliability of the upload server for block devices by adding readiness checks and fixing configuration delays to prevent upload errors. [#2178](https://github.com/deckhouse/virtualization/pull/2178)
15+
- **[cli]** Mute warnings about empty home directory while executing other d8 commands. [#2204](https://github.com/deckhouse/virtualization/pull/2204)
16+
- **[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)
17+
- **[core]** Fixed vulnerabilities CVE-2026-34986. [#2188](https://github.com/deckhouse/virtualization/pull/2188)
18+
- **[core]** Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed. [#2177](https://github.com/deckhouse/virtualization/pull/2177)
19+
- **[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)
20+
- **[module]** Add VM PhaseAge column while keeping Age in VirtualMachine brief output. [#2203](https://github.com/deckhouse/virtualization/pull/2203)
21+
- **[observability]** Fix gaps in live migration metrics. [#2170](https://github.com/deckhouse/virtualization/pull/2170)
22+
- **[vm]** Remove the cilium KVVMI annotation when disconnecting the Main network. [#2185](https://github.com/deckhouse/virtualization/pull/2185)
23+
- **[vm]** CLI no longer sends force=false by default, and AlwaysForced policy now rejects only explicit force=false while preserving policy defaults for unset force. [#2179](https://github.com/deckhouse/virtualization/pull/2179)
24+
- **[vmop]** Force handling fixed for VM lifecycle operations: CLI stop now passes --force, and VMOP restart now honors spec.force in controller logic. [#2168](https://github.com/deckhouse/virtualization/pull/2168)
25+
26+
## Chore
27+
28+
29+
- **[core]** Fix vulnerabilitie CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)
30+
- **[vmip]** Prevent creation of a VM IP outside the allowed IP range. [#2201](https://github.com/deckhouse/virtualization/pull/2201)
31+

0 commit comments

Comments
 (0)