diff --git a/CHANGELOG/CHANGELOG-v1.8.0.yml b/CHANGELOG/CHANGELOG-v1.8.0.yml new file mode 100644 index 0000000000..f11c2c3b5e --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.0.yml @@ -0,0 +1,29 @@ +core: + fixes: + - 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 +observability: + fixes: + - summary: Fix gaps in live migration metrics. + pull_request: https://github.com/deckhouse/virtualization/pull/2170 +vm: + 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 +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..96007aefdb --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.md @@ -0,0 +1,10 @@ +# Changelog v1.8 + +## Fixes + + + - **[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) + - **[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) +