Skip to content
Open
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
62 changes: 62 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
api:
fixes:
- summary: >-
Enhanced reliability of the upload server for block devices by adding readiness checks and
fixing configuration delays to prevent upload errors.
pull_request: https://github.com/deckhouse/virtualization/pull/2178
core:
fixes:
- summary: >-
Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283,
CVE-2026-32288, CVE-2026-32289
pull_request: https://github.com/deckhouse/virtualization/pull/2196
- summary: >-
Improve VM migration progress reporting while target scheduling and preparation are already
in progress.
pull_request: https://github.com/deckhouse/virtualization/pull/2190
- summary: Fixed vulnerabilities CVE-2026-34986.
pull_request: https://github.com/deckhouse/virtualization/pull/2188
- summary: Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed.
pull_request: https://github.com/deckhouse/virtualization/pull/2177
- summary: >-
Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186,
CVE-2026-34040, CVE-2026-33997.
pull_request: https://github.com/deckhouse/virtualization/pull/2175
- summary: >-
Set firmware outdated condition only for running VM instances and align firmware
workload-updater checks with current condition-driven flow.
pull_request: https://github.com/deckhouse/virtualization/pull/2162
module:
features:
- summary: Add temporary ModuleConfig annotation to control KubeVirt live migration DisableTLS setting.
pull_request: https://github.com/deckhouse/virtualization/pull/2198
observability:
fixes:
- summary: Fix gaps in live migration metrics.
pull_request: https://github.com/deckhouse/virtualization/pull/2170
vm:
features:
- summary: Simple implementation of CPU hotplug
pull_request: https://github.com/deckhouse/virtualization/pull/2147
- summary: >-
Initial implementation of memory hotplug support: change spec.memory will set new memory
size with live migration.
pull_request: https://github.com/deckhouse/virtualization/pull/2110
fixes:
- summary: Remove the cilium KVVMI annotation when disconnecting the Main network.
pull_request: https://github.com/deckhouse/virtualization/pull/2185
- summary: >-
Prevent over-creation of VirtualMachineMACAddress resources and fix network interface ID
allocation for additional VM networks.
pull_request: https://github.com/deckhouse/virtualization/pull/2184
- summary: >-
CLI no longer sends force=false by default, and AlwaysForced policy now rejects only
explicit force=false while preserving policy defaults for unset force.
pull_request: https://github.com/deckhouse/virtualization/pull/2179
vmop:
fixes:
- summary: >-
Force handling fixed for VM lifecycle operations: CLI stop now passes --force, and VMOP
restart now honors spec.force in controller logic.
pull_request: https://github.com/deckhouse/virtualization/pull/2168

26 changes: 26 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog v1.8

## Features


- **[vm]** Simple implementation of CPU hotplug [#2147](https://github.com/deckhouse/virtualization/pull/2147)
- **[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)

## Fixes


- **[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)
- **[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)
- **[core]** Fixed vulnerabilities CVE-2026-34986. [#2188](https://github.com/deckhouse/virtualization/pull/2188)
- **[core]** Fix KVVM resync for unschedulable VMs when VMClass placement settings are changed. [#2177](https://github.com/deckhouse/virtualization/pull/2177)
- **[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)
- **[observability]** Fix gaps in live migration metrics. [#2170](https://github.com/deckhouse/virtualization/pull/2170)
- **[vm]** Remove the cilium KVVMI annotation when disconnecting the Main network. [#2185](https://github.com/deckhouse/virtualization/pull/2185)
- **[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)
- **[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)

## Chore


- **[core]** Fix vulnerabilitie CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)

Loading