Skip to content
Open
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
68 changes: 68 additions & 0 deletions CHANGELOG/CHANGELOG-v1.4.0.yml
Original file line number Diff line number Diff line change
@@ -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

29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v1.4.md
Original file line number Diff line number Diff line change
@@ -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)

Loading