diff --git a/CHANGELOG/CHANGELOG-v1.4.0.yml b/CHANGELOG/CHANGELOG-v1.4.0.yml new file mode 100644 index 0000000000..c24ce1db0c --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.0.yml @@ -0,0 +1,43 @@ +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 +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..c940ce0aba --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.4.md @@ -0,0 +1,17 @@ +# 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) +