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
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-v1.9.1.yml
Original file line number Diff line number Diff line change
@@ -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

20 changes: 20 additions & 0 deletions CHANGELOG/CHANGELOG-v1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Loading