From 465755077bf6db7506a8248395e52296aca89e2f Mon Sep 17 00:00:00 2001 From: universal-itengineer Date: Wed, 17 Jun 2026 16:09:30 +0000 Subject: [PATCH] Re-generate changelog v1.10.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.10.0.yml | 25 +++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.10.md | 9 +++++++++ 2 files changed, 34 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.10.0.yml create mode 100644 CHANGELOG/CHANGELOG-v1.10.md diff --git a/CHANGELOG/CHANGELOG-v1.10.0.yml b/CHANGELOG/CHANGELOG-v1.10.0.yml new file mode 100644 index 0000000000..a540a0ee53 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.10.0.yml @@ -0,0 +1,25 @@ +cli: + fixes: + - summary: >- + d8 ssh / d8 scp now use the local OpenSSH/SCP clients via ProxyCommand; pass extra client + options through a single --ssh-args flag and the command via --. + pull_request: https://github.com/deckhouse/virtualization/pull/2442 +core: + fixes: + - summary: >- + Ignore stale USB ResourceClaimTemplate and USBDevice cleanup errors during VM USB device + reconciliation. + pull_request: https://github.com/deckhouse/virtualization/pull/2453 +vm: + fixes: + - summary: >- + Prevent Main-only virtual machines from requiring restart due to implicit default network + template synchronization. + pull_request: https://github.com/deckhouse/virtualization/pull/2484 + - summary: Fix hotplug volume cleanup after migration target pod termination. + pull_request: https://github.com/deckhouse/virtualization/pull/2457 + - summary: >- + Fallback CPU/memory hotplug updates to restart when project quota cannot fit migration-time + resources. + pull_request: https://github.com/deckhouse/virtualization/pull/2419 + diff --git a/CHANGELOG/CHANGELOG-v1.10.md b/CHANGELOG/CHANGELOG-v1.10.md new file mode 100644 index 0000000000..bed6761ac3 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.10.md @@ -0,0 +1,9 @@ +# Changelog v1.10 + +## Fixes + + + - **[vm]** Prevent Main-only virtual machines from requiring restart due to implicit default network template synchronization. [#2484](https://github.com/deckhouse/virtualization/pull/2484) + - **[vm]** Fix hotplug volume cleanup after migration target pod termination. [#2457](https://github.com/deckhouse/virtualization/pull/2457) + - **[vm]** Fallback CPU/memory hotplug updates to restart when project quota cannot fit migration-time resources. [#2419](https://github.com/deckhouse/virtualization/pull/2419) +