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

8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG-v1.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog v1.10

## Fixes


- **[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)

Loading