From 5ae018f6ca77d0352ecbe0c2f348acf24f064938 Mon Sep 17 00:00:00 2001 From: universal-itengineer Date: Mon, 12 May 2025 10:34:41 +0000 Subject: [PATCH] Re-generate changelog v0.17.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v0.17.1.yml | 5 +++++ CHANGELOG/CHANGELOG-v0.17.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.17.1.yml diff --git a/CHANGELOG/CHANGELOG-v0.17.1.yml b/CHANGELOG/CHANGELOG-v0.17.1.yml new file mode 100644 index 0000000000..5d56f67df7 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.17.1.yml @@ -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 + diff --git a/CHANGELOG/CHANGELOG-v0.17.md b/CHANGELOG/CHANGELOG-v0.17.md index 2fc8d91d12..b4d467f8ab 100644 --- a/CHANGELOG/CHANGELOG-v0.17.md +++ b/CHANGELOG/CHANGELOG-v0.17.md @@ -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)