From dfa22b569df89361c8cda36f6ccca64c77f2c34e Mon Sep 17 00:00:00 2001 From: danilrwx Date: Fri, 10 Apr 2026 09:18:35 +0000 Subject: [PATCH] Re-generate changelog v1.8.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.8.0.yml | 62 ++++++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.8.md | 26 ++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.8.0.yml create mode 100644 CHANGELOG/CHANGELOG-v1.8.md diff --git a/CHANGELOG/CHANGELOG-v1.8.0.yml b/CHANGELOG/CHANGELOG-v1.8.0.yml new file mode 100644 index 0000000000..1a1c25e146 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.0.yml @@ -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 + diff --git a/CHANGELOG/CHANGELOG-v1.8.md b/CHANGELOG/CHANGELOG-v1.8.md new file mode 100644 index 0000000000..4cd5976578 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.md @@ -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) +