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
23 changes: 23 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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
vm:
fixes:
- 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

8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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)
- **[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)

Loading