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.9.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
core:
fixes:
- summary: Make target PVC selection during VirtualDisk migration revert deterministic.
pull_request: https://github.com/deckhouse/virtualization/pull/2502
- summary: Update VMOP migration elapsed time every ten seconds while migration is in progress.
pull_request: https://github.com/deckhouse/virtualization/pull/2495
- summary: Select VirtualDisk migration target PVC strictly to avoid using an unrelated PVC.
pull_request: https://github.com/deckhouse/virtualization/pull/2493
- summary: >-
Fix metadata patch failing with "the server rejected our request" for objects without
finalizers, labels or annotations.
pull_request: https://github.com/deckhouse/virtualization/pull/2479
vm:
fixes:
- summary: fix rootless upgrade migration for VMs with container disks
pull_request: https://github.com/deckhouse/virtualization/pull/2490
- summary: fix rootless upgrade migration for VMs with container disks
pull_request: https://github.com/deckhouse/virtualization/pull/2478
- summary: >-
Prevent Main-only virtual machines from requiring restart due to implicit default network
template synchronization.
pull_request: https://github.com/deckhouse/virtualization/pull/2475

24 changes: 24 additions & 0 deletions CHANGELOG/CHANGELOG-v1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
## Fixes


- **[core]** Make target PVC selection during VirtualDisk migration revert deterministic. [#2502](https://github.com/deckhouse/virtualization/pull/2502)
- **[core]** Remove excess empty labels with unused tsc frequencies on nodes. [#2351](https://github.com/deckhouse/virtualization/pull/2351)
- **[core]** Better handling Windows guests: start and migration should work in clusters with frequent CPU frequencies drifts [#2345](https://github.com/deckhouse/virtualization/pull/2345)
- **[module]** Fixed an issue where invalid `virtualization` module ModuleConfig settings could block the Deckhouse queue. [#2246](https://github.com/deckhouse/virtualization/pull/2246)
- **[module]** Fixed duplicate series on the `Virtualization / Overview` dashboard. [#2189](https://github.com/deckhouse/virtualization/pull/2189)
- **[vd]** Time spent in the `WaitForFirstConsumer` phase is no longer included in `.status.stats.creationDuration.totalProvisioning` of virtual disks. [#2379](https://github.com/deckhouse/virtualization/pull/2379)
- **[vd]** Allow ingress from virtualization namespace to importer pods [#2356](https://github.com/deckhouse/virtualization/pull/2356)
- **[vm]** fix rootless upgrade migration for VMs with container disks [#2490](https://github.com/deckhouse/virtualization/pull/2490)
- **[vm]** fix rootless upgrade migration for VMs with container disks [#2478](https://github.com/deckhouse/virtualization/pull/2478)
- **[vm]** Prevent Main-only virtual machines from requiring restart due to implicit default network template synchronization. [#2475](https://github.com/deckhouse/virtualization/pull/2475)
- **[vm]** Fixed disk update for stopped VMs with WaitForFirstConsumer storage class. Previously, when a VM was stopped and disks were changed, the KVVM was not updated, causing the VM to get stuck in starting phase. [#2407](https://github.com/deckhouse/virtualization/pull/2407)
- **[vm]** Fix VM migration failure caused by incorrect target disk size for filesystem-backed hotplug volumes. [#2402](https://github.com/deckhouse/virtualization/pull/2402)
- **[vm]** Fix possible scheduling problems after changing vmclass from Discovery type to Model type. [#2352](https://github.com/deckhouse/virtualization/pull/2352)
Expand All @@ -32,4 +37,23 @@


- **[api]** Removed the deprecated `VirtualMachineRestore` resource. Use `VirtualMachineOperation` with the `Clone` or `Restore` type, or `VirtualMachineSnapshotOperation` instead. [#2368](https://github.com/deckhouse/virtualization/pull/2368)
- **[core]** Fixed vulnerability:
- CVE-2026-42504
- CVE-2026-27145
- CVE-2026-42507 [#2486](https://github.com/deckhouse/virtualization/pull/2486)
- **[core]** Fixed vulnerability:
- CVE-2026-42504
- CVE-2026-27145
- CVE-2026-42507 [#2462](https://github.com/deckhouse/virtualization/pull/2462)
- **[core]** Fixed vulnerability:
- CVE-2026-29181
- CVE-2026-33811
- CVE-2026-33814
- CVE-2026-39820
- CVE-2026-39823
- CVE-2026-39825
- CVE-2026-39826
- CVE-2026-39836
- CVE-2026-41520
- CVE-2026-42499 [#2340](https://github.com/deckhouse/virtualization/pull/2340)

Loading