From 06b7b34e2516376e2070883e5766871643f3c2d2 Mon Sep 17 00:00:00 2001 From: yaroslavborbat Date: Tue, 20 Jan 2026 08:20:59 +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 | 68 ++++++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.4.md | 29 +++++++++++++++ 2 files changed, 97 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..7b33884806 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.0.yml @@ -0,0 +1,68 @@ +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 +core: + features: + - summary: Exclude hoplug pod from qouta calculations. + pull_request: https://github.com/deckhouse/virtualization/pull/1866 + - summary: Exclude from qouta system resources for CVI/VI/VD. + pull_request: https://github.com/deckhouse/virtualization/pull/1848 +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: Prevent false RestartRequired during upgrade when firmware.uuid is not set on KVVM + pull_request: https://github.com/deckhouse/virtualization/pull/1875 + - 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 +vmclass: + fixes: + - summary: add discovery handler unit tests + pull_request: https://github.com/deckhouse/virtualization/pull/1870 +vmip: + fixes: + - summary: >- + Fixed attaching the VirtualMachineIPAddress resource to a virtual machine when the address + was created in advance. + pull_request: https://github.com/deckhouse/virtualization/pull/1879 +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 + fixes: + - summary: Correctly set annotations on resources being deleted while restoring. + pull_request: https://github.com/deckhouse/virtualization/pull/1878 + diff --git a/CHANGELOG/CHANGELOG-v1.4.md b/CHANGELOG/CHANGELOG-v1.4.md new file mode 100644 index 0000000000..2d6797c397 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.md @@ -0,0 +1,29 @@ +# Changelog v1.4 + +## Features + + + - **[core]** Exclude hoplug pod from qouta calculations. [#1866](https://github.com/deckhouse/virtualization/pull/1866) + - **[core]** Exclude from qouta system resources for CVI/VI/VD. [#1848](https://github.com/deckhouse/virtualization/pull/1848) + - **[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]** Prevent false RestartRequired during upgrade when firmware.uuid is not set on KVVM [#1875](https://github.com/deckhouse/virtualization/pull/1875) + - **[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) + - **[vmclass]** add discovery handler unit tests [#1870](https://github.com/deckhouse/virtualization/pull/1870) + - **[vmip]** Fixed attaching the VirtualMachineIPAddress resource to a virtual machine when the address was created in advance. [#1879](https://github.com/deckhouse/virtualization/pull/1879) + - **[vmop]** Correctly set annotations on resources being deleted while restoring. [#1878](https://github.com/deckhouse/virtualization/pull/1878) + +## Chore + + + - **[core]** Add rewrite rule for "machine-type.node.kubevirt.io" labels on Nodes. [#1854](https://github.com/deckhouse/virtualization/pull/1854) +