From 3a31a4d959e011660534df6abe3b85710846973f Mon Sep 17 00:00:00 2001 From: LopatinDmitr Date: Mon, 15 Jun 2026 09:27:27 +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 | 7 +++++++ CHANGELOG/CHANGELOG-v1.9.md | 20 ++++++++++++++++++++ 2 files changed, 27 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..b93be657e9 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.9.1.yml @@ -0,0 +1,7 @@ +core: + fixes: + - 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 + diff --git a/CHANGELOG/CHANGELOG-v1.9.md b/CHANGELOG/CHANGELOG-v1.9.md index 5d9c88f681..a637423fb3 100644 --- a/CHANGELOG/CHANGELOG-v1.9.md +++ b/CHANGELOG/CHANGELOG-v1.9.md @@ -18,6 +18,7 @@ ## Fixes + - **[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) @@ -32,4 +33,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)