From 61d7194322a8f4e6357bbc16cdf41e22bcc93529 Mon Sep 17 00:00:00 2001 From: nevermarine Date: Wed, 1 Jul 2026 14:17:38 +0000 Subject: [PATCH] Re-generate changelog v1.9.2 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.9.2.yml | 21 +++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.9.md | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.9.2.yml diff --git a/CHANGELOG/CHANGELOG-v1.9.2.yml b/CHANGELOG/CHANGELOG-v1.9.2.yml new file mode 100644 index 0000000000..6c1ba8ba7a --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.9.2.yml @@ -0,0 +1,21 @@ +core: + fixes: + - summary: Fixed reduced throughput during live migration of running VMs compared to v1.8.3. + pull_request: https://github.com/deckhouse/virtualization/pull/2541 +module: + fixes: + - summary: >- + Fixed slow import and upload of images to DVCR when network bandwidth was not the + bottleneck. + pull_request: https://github.com/deckhouse/virtualization/pull/2552 + - summary: >- + Detect xz-compressed USB/IP kernel modules on Debian and avoid installing Ubuntu-specific + kernel module packages. + pull_request: https://github.com/deckhouse/virtualization/pull/2544 +observability: + fixes: + - summary: >- + Fixed loss of audit events and false `D8LogShipperDestinationErrors` alerts during + certificate rotation of the `virtualization-audit` pod. + pull_request: https://github.com/deckhouse/virtualization/pull/2551 + diff --git a/CHANGELOG/CHANGELOG-v1.9.md b/CHANGELOG/CHANGELOG-v1.9.md index ab3694604f..69f5a2a837 100644 --- a/CHANGELOG/CHANGELOG-v1.9.md +++ b/CHANGELOG/CHANGELOG-v1.9.md @@ -18,10 +18,13 @@ ## Fixes + - **[core]** Fixed reduced throughput during live migration of running VMs compared to v1.8.3. [#2541](https://github.com/deckhouse/virtualization/pull/2541) - **[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 slow import and upload of images to DVCR when network bandwidth was not the bottleneck. [#2552](https://github.com/deckhouse/virtualization/pull/2552) - **[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) + - **[observability]** Fixed loss of audit events and false `D8LogShipperDestinationErrors` alerts during certificate rotation of the `virtualization-audit` pod. [#2551](https://github.com/deckhouse/virtualization/pull/2551) - **[vd]** Fixed cancellation of virtual disk storage class changes and cancellation of local disk migration. [#2502](https://github.com/deckhouse/virtualization/pull/2502) - **[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)