From af3f78abd80bd46a0eb270f96f717134b5bf5a0a Mon Sep 17 00:00:00 2001 From: danilrwx Date: Wed, 17 Jun 2026 11:39:44 +0000 Subject: [PATCH] Re-generate changelog v1.9.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.9.1.yml | 23 +++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.9.md | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.9.1.yml diff --git a/CHANGELOG/CHANGELOG-v1.9.1.yml b/CHANGELOG/CHANGELOG-v1.9.1.yml new file mode 100644 index 0000000000..395c2a3d13 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.9.1.yml @@ -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 + diff --git a/CHANGELOG/CHANGELOG-v1.9.md b/CHANGELOG/CHANGELOG-v1.9.md index 5d9c88f681..c6cc3a37fe 100644 --- a/CHANGELOG/CHANGELOG-v1.9.md +++ b/CHANGELOG/CHANGELOG-v1.9.md @@ -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) @@ -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)