From 093ddcb882df956163a37de5126f792681750da9 Mon Sep 17 00:00:00 2001 From: hardcoretime Date: Tue, 13 Jan 2026 10:31:31 +0000 Subject: [PATCH] Re-generate changelog v1.4.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.4.0.yml | 47 ++++++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.4.md | 23 +++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.4.0.yml create mode 100644 CHANGELOG/CHANGELOG-v1.4.md diff --git a/CHANGELOG/CHANGELOG-v1.4.0.yml b/CHANGELOG/CHANGELOG-v1.4.0.yml new file mode 100644 index 0000000000..e1db426183 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.0.yml @@ -0,0 +1,47 @@ +api: + fixes: + - summary: Add validation of empty field values in the CRD. + pull_request: https://github.com/deckhouse/virtualization/pull/1813 +ci: + fixes: + - summary: fix change URLs in CI + pull_request: https://github.com/deckhouse/virtualization/pull/1849 +images: + features: + - summary: Added monitoring of DVCR image presence for VirtualImage and ClusterVirtualImage + pull_request: https://github.com/deckhouse/virtualization/pull/1622 +module: + features: + - summary: add collect-debug-info + pull_request: https://github.com/deckhouse/virtualization/pull/1791 + fixes: + - summary: Correct KubeVirt virtualization metric unit from milliseconds to seconds. + pull_request: https://github.com/deckhouse/virtualization/pull/1752 +vd: + features: + - summary: enable storage class migration for hotplugged disks + pull_request: https://github.com/deckhouse/virtualization/pull/1785 +vm: + features: + - summary: Support network configuration without a 'Main' network type in spec.networks + pull_request: https://github.com/deckhouse/virtualization/pull/1818 + fixes: + - summary: Skip validation for VMs in the terminating status. + pull_request: https://github.com/deckhouse/virtualization/pull/1842 + - summary: React to creating and modifying provisioning secrets. + pull_request: https://github.com/deckhouse/virtualization/pull/1825 + - summary: use hostNetwork for hotplug pods to avoid IP consumption + pull_request: https://github.com/deckhouse/virtualization/pull/1823 + - summary: React to creating and modifying provisioning secrets. + pull_request: https://github.com/deckhouse/virtualization/pull/1820 +vmbda: + fixes: + - summary: Do not change phase to pending if vm is migrating. + pull_request: https://github.com/deckhouse/virtualization/pull/1852 +vmop: + features: + - summary: Add ability to create VMOP Clone with VM in Running state. + pull_request: https://github.com/deckhouse/virtualization/pull/1816 + - summary: enable migration for VMs with hotplugged local disks + pull_request: https://github.com/deckhouse/virtualization/pull/1779 + diff --git a/CHANGELOG/CHANGELOG-v1.4.md b/CHANGELOG/CHANGELOG-v1.4.md new file mode 100644 index 0000000000..b4081d6cc1 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.md @@ -0,0 +1,23 @@ +# Changelog v1.4 + +## Features + + + - **[images]** Added monitoring of DVCR image presence for VirtualImage and ClusterVirtualImage [#1622](https://github.com/deckhouse/virtualization/pull/1622) + - **[vd]** enable storage class migration for hotplugged disks [#1785](https://github.com/deckhouse/virtualization/pull/1785) + - **[vm]** Support network configuration without a 'Main' network type in spec.networks [#1818](https://github.com/deckhouse/virtualization/pull/1818) + - **[vmop]** Add ability to create VMOP Clone with VM in Running state. [#1816](https://github.com/deckhouse/virtualization/pull/1816) + - **[vmop]** enable migration for VMs with hotplugged local disks [#1779](https://github.com/deckhouse/virtualization/pull/1779) + +## Fixes + + + - **[module]** Correct KubeVirt virtualization metric unit from milliseconds to seconds. [#1752](https://github.com/deckhouse/virtualization/pull/1752) + - **[vm]** use hostNetwork for hotplug pods to avoid IP consumption [#1823](https://github.com/deckhouse/virtualization/pull/1823) + - **[vmbda]** Do not change phase to pending if vm is migrating. [#1852](https://github.com/deckhouse/virtualization/pull/1852) + +## Chore + + + - **[core]** Add rewrite rule for "machine-type.node.kubevirt.io" labels on Nodes. [#1854](https://github.com/deckhouse/virtualization/pull/1854) +