Skip to content

Commit ef8d32c

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

2 files changed

Lines changed: 79 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.8.0.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
core:
8+
fixes:
9+
- summary: >-
10+
Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283,
11+
CVE-2026-32288, CVE-2026-32289
12+
pull_request: https://github.com/deckhouse/virtualization/pull/2196
13+
- summary: >-
14+
Improve VM migration progress reporting while target scheduling and preparation are already
15+
in progress.
16+
pull_request: https://github.com/deckhouse/virtualization/pull/2190
17+
- summary: Fixed vulnerabilities CVE-2026-34986.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/2188
19+
- summary: Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/2177
21+
- summary: >-
22+
Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186,
23+
CVE-2026-34040, CVE-2026-33997.
24+
pull_request: https://github.com/deckhouse/virtualization/pull/2175
25+
- summary: >-
26+
Set firmware outdated condition only for running VM instances and align firmware
27+
workload-updater checks with current condition-driven flow.
28+
pull_request: https://github.com/deckhouse/virtualization/pull/2162
29+
observability:
30+
fixes:
31+
- summary: Fix gaps in live migration metrics.
32+
pull_request: https://github.com/deckhouse/virtualization/pull/2170
33+
vm:
34+
features:
35+
- summary: Simple implementation of CPU hotplug
36+
pull_request: https://github.com/deckhouse/virtualization/pull/2147
37+
fixes:
38+
- summary: Remove the cilium KVVMI annotation when disconnecting the Main network.
39+
pull_request: https://github.com/deckhouse/virtualization/pull/2185
40+
- summary: >-
41+
Prevent over-creation of VirtualMachineMACAddress resources and fix network interface ID
42+
allocation for additional VM networks.
43+
pull_request: https://github.com/deckhouse/virtualization/pull/2184
44+
- summary: >-
45+
CLI no longer sends force=false by default, and AlwaysForced policy now rejects only
46+
explicit force=false while preserving policy defaults for unset force.
47+
pull_request: https://github.com/deckhouse/virtualization/pull/2179
48+
vmop:
49+
fixes:
50+
- summary: >-
51+
Force handling fixed for VM lifecycle operations: CLI stop now passes --force, and VMOP
52+
restart now honors spec.force in controller logic.
53+
pull_request: https://github.com/deckhouse/virtualization/pull/2168
54+

CHANGELOG/CHANGELOG-v1.8.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog v1.8
2+
3+
## Features
4+
5+
6+
- **[vm]** Simple implementation of CPU hotplug [#2147](https://github.com/deckhouse/virtualization/pull/2147)
7+
8+
## Fixes
9+
10+
11+
- **[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)
12+
- **[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)
13+
- **[core]** Fixed vulnerabilities CVE-2026-34986. [#2188](https://github.com/deckhouse/virtualization/pull/2188)
14+
- **[core]** Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed. [#2177](https://github.com/deckhouse/virtualization/pull/2177)
15+
- **[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)
16+
- **[observability]** Fix gaps in live migration metrics. [#2170](https://github.com/deckhouse/virtualization/pull/2170)
17+
- **[vm]** Remove the cilium KVVMI annotation when disconnecting the Main network. [#2185](https://github.com/deckhouse/virtualization/pull/2185)
18+
- **[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)
19+
- **[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)
20+
21+
## Chore
22+
23+
24+
- **[core]** Fix vulnerabilitie CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)
25+

0 commit comments

Comments
 (0)