Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-v0.17.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module:
fixes:
- summary: To enable virtual machine migration, a Deckhouse version of at least 1.68.14 is required.
pull_request: https://github.com/deckhouse/virtualization/pull/1020

1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-v0.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- **[api]** Fix the issue of block devices getting stuck in the Terminating phase. [#920](https://github.com/deckhouse/virtualization/pull/920)
- **[api]** Fix network unavailability to dvcr inside a Project with network policy `Restricted` for block devices with data source type Upload. [#791](https://github.com/deckhouse/virtualization/pull/791)
- **[core]** Resolve potential compatibility issues related to the truncation of scsi disk serial numbers in QEMU. [#842](https://github.com/deckhouse/virtualization/pull/842)
- **[module]** To enable virtual machine migration, a Deckhouse version of at least 1.68.14 is required. [#1020](https://github.com/deckhouse/virtualization/pull/1020)
- **[module]** Fix the Kubernetes version switch issue during updates from 1.29 to 1.30 in newer Deckhouse versions (1.69+). [#986](https://github.com/deckhouse/virtualization/pull/986)
- **[vd]** Remove the phase 'Stopped' during startup when launching a virtual machine with the run policies AlwaysOn and AlwaysOnUnlessStopManually. Improve the message in the BlockDeviceReady condition for the virtual machine. [#782](https://github.com/deckhouse/virtualization/pull/782)
- **[vm]** Resolve EFI bootloader issues with more than 8 cores. [#910](https://github.com/deckhouse/virtualization/pull/910)
Expand Down
Loading