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
79 changes: 79 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
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
ci:
features:
- summary: >-
configuration for nested e2e cluster with configurable ClusterNetwork and configure SDN
inside nested cluster
pull_request: https://github.com/deckhouse/virtualization/pull/2181
fixes:
- summary: cleanup cluster resourses for run nightly e2e
pull_request: https://github.com/deckhouse/virtualization/pull/2237
- summary: fix CI configuration for e2e pipeline configure virtualization step.
pull_request: https://github.com/deckhouse/virtualization/pull/2233
- summary: Fix infrastructure config rendering for nested e2e clusters
pull_request: https://github.com/deckhouse/virtualization/pull/2223
core:
features:
- summary: >-
Add VMOP migration progress reporting with detailed lifecycle reasons and smoother
sync-phase progress calculation.
pull_request: https://github.com/deckhouse/virtualization/pull/2182
fixes:
- summary: Automatically delete stale unassigned NodeUSBDevice objects after finalizer-based cleanup.
pull_request: https://github.com/deckhouse/virtualization/pull/2220
- summary: Clarify VM migration failure message when no node is available for the target VM.
pull_request: https://github.com/deckhouse/virtualization/pull/2209
- 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: >-
The virtual machine migration has been moved to hostNetwork, which has significantly speed
up the migration process.
pull_request: https://github.com/deckhouse/virtualization/pull/2174
- 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
dvcr:
fixes:
- summary: Fix starting CVI/VI/VD import after DVCR garbage collection is done.
pull_request: https://github.com/deckhouse/virtualization/pull/2193
module:
features:
- summary: Add temporary ModuleConfig annotation to control KubeVirt live migration DisableTLS setting.
pull_request: https://github.com/deckhouse/virtualization/pull/2198
fixes:
- summary: Add VM PhaseAge column while keeping Age in VirtualMachine brief output.
pull_request: https://github.com/deckhouse/virtualization/pull/2203
test:
fixes:
- summary: Increase coreFraction allocation in e2e tests for better stability.
pull_request: https://github.com/deckhouse/virtualization/pull/2217
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: Fix VM getting stuck with a frozen filesystem when frozen during migration.
pull_request: https://github.com/deckhouse/virtualization/pull/2225
- 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
vmsnapshot:
fixes:
- summary: Fix snapshotting VM without Main network.
pull_request: https://github.com/deckhouse/virtualization/pull/2176

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

## Features


- **[core]** Add VMOP migration progress reporting with detailed lifecycle reasons and smoother sync-phase progress calculation. [#2182](https://github.com/deckhouse/virtualization/pull/2182)
- **[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]** Automatically delete stale unassigned NodeUSBDevice objects after finalizer-based cleanup. [#2220](https://github.com/deckhouse/virtualization/pull/2220)
- **[core]** The virtual machine migration has been moved to hostNetwork, which has significantly speed up the migration process. [#2174](https://github.com/deckhouse/virtualization/pull/2174)
- **[module]** Add VM PhaseAge column while keeping Age in VirtualMachine brief output. [#2203](https://github.com/deckhouse/virtualization/pull/2203)
- **[vm]** Fix VM getting stuck with a frozen filesystem when frozen during migration. [#2225](https://github.com/deckhouse/virtualization/pull/2225)
- **[vm]** Remove the cilium KVVMI annotation when disconnecting the Main network. [#2185](https://github.com/deckhouse/virtualization/pull/2185)
- **[vmsnapshot]** Fix snapshotting VM without Main network. [#2176](https://github.com/deckhouse/virtualization/pull/2176)

## Chore


- **[core]** Fix vulnerabilitie CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)
- **[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]** 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)

Loading