Skip to content

Commit 1af7ba6

Browse files
Re-generate changelog v1.4.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent effa21c commit 1af7ba6

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

CHANGELOG/CHANGELOG-v1.4.0.yml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
api:
2+
fixes:
3+
- summary: Add validation of empty field values in the CRD.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1813
5+
ci:
6+
fixes:
7+
- summary: fix change URLs in CI
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1849
9+
core:
10+
features:
11+
- summary: Exclude hoplug pod from qouta calculations.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1866
13+
- summary: Exclude from qouta system resources for CVI/VI/VD.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1848
15+
images:
16+
features:
17+
- summary: Added monitoring of DVCR image presence for VirtualImage and ClusterVirtualImage
18+
pull_request: https://github.com/deckhouse/virtualization/pull/1622
19+
module:
20+
features:
21+
- summary: add collect-debug-info
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1791
23+
fixes:
24+
- summary: Correct KubeVirt virtualization metric unit from milliseconds to seconds.
25+
pull_request: https://github.com/deckhouse/virtualization/pull/1752
26+
vd:
27+
features:
28+
- summary: enable storage class migration for hotplugged disks
29+
pull_request: https://github.com/deckhouse/virtualization/pull/1785
30+
vm:
31+
features:
32+
- summary: Support network configuration without a 'Main' network type in spec.networks
33+
pull_request: https://github.com/deckhouse/virtualization/pull/1818
34+
fixes:
35+
- summary: Prevent false RestartRequired during upgrade when firmware.uuid is not set on KVVM
36+
pull_request: https://github.com/deckhouse/virtualization/pull/1875
37+
- summary: Skip validation for VMs in the terminating status.
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1842
39+
- summary: React to creating and modifying provisioning secrets.
40+
pull_request: https://github.com/deckhouse/virtualization/pull/1825
41+
- summary: use hostNetwork for hotplug pods to avoid IP consumption
42+
pull_request: https://github.com/deckhouse/virtualization/pull/1823
43+
- summary: React to creating and modifying provisioning secrets.
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1820
45+
vmbda:
46+
fixes:
47+
- summary: Do not change phase to pending if vm is migrating.
48+
pull_request: https://github.com/deckhouse/virtualization/pull/1852
49+
vmclass:
50+
fixes:
51+
- summary: add discovery handler unit tests
52+
pull_request: https://github.com/deckhouse/virtualization/pull/1870
53+
vmip:
54+
fixes:
55+
- summary: >-
56+
Fixed attaching the VirtualMachineIPAddress resource to a virtual machine when the address
57+
was created in advance.
58+
pull_request: https://github.com/deckhouse/virtualization/pull/1879
59+
vmop:
60+
features:
61+
- summary: Add ability to create VMOP Clone with VM in Running state.
62+
pull_request: https://github.com/deckhouse/virtualization/pull/1816
63+
- summary: enable migration for VMs with hotplugged local disks
64+
pull_request: https://github.com/deckhouse/virtualization/pull/1779
65+
fixes:
66+
- summary: Correctly set annotations on resources being deleted while restoring.
67+
pull_request: https://github.com/deckhouse/virtualization/pull/1878
68+

CHANGELOG/CHANGELOG-v1.4.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog v1.4
2+
3+
## Features
4+
5+
6+
- **[core]** Exclude hoplug pod from qouta calculations. [#1866](https://github.com/deckhouse/virtualization/pull/1866)
7+
- **[core]** Exclude from qouta system resources for CVI/VI/VD. [#1848](https://github.com/deckhouse/virtualization/pull/1848)
8+
- **[images]** Added monitoring of DVCR image presence for VirtualImage and ClusterVirtualImage [#1622](https://github.com/deckhouse/virtualization/pull/1622)
9+
- **[vd]** enable storage class migration for hotplugged disks [#1785](https://github.com/deckhouse/virtualization/pull/1785)
10+
- **[vm]** Support network configuration without a 'Main' network type in spec.networks [#1818](https://github.com/deckhouse/virtualization/pull/1818)
11+
- **[vmop]** Add ability to create VMOP Clone with VM in Running state. [#1816](https://github.com/deckhouse/virtualization/pull/1816)
12+
- **[vmop]** enable migration for VMs with hotplugged local disks [#1779](https://github.com/deckhouse/virtualization/pull/1779)
13+
14+
## Fixes
15+
16+
17+
- **[module]** Correct KubeVirt virtualization metric unit from milliseconds to seconds. [#1752](https://github.com/deckhouse/virtualization/pull/1752)
18+
- **[vm]** Prevent false RestartRequired during upgrade when firmware.uuid is not set on KVVM [#1875](https://github.com/deckhouse/virtualization/pull/1875)
19+
- **[vm]** use hostNetwork for hotplug pods to avoid IP consumption [#1823](https://github.com/deckhouse/virtualization/pull/1823)
20+
- **[vmbda]** Do not change phase to pending if vm is migrating. [#1852](https://github.com/deckhouse/virtualization/pull/1852)
21+
- **[vmclass]** add discovery handler unit tests [#1870](https://github.com/deckhouse/virtualization/pull/1870)
22+
- **[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)
23+
- **[vmop]** Correctly set annotations on resources being deleted while restoring. [#1878](https://github.com/deckhouse/virtualization/pull/1878)
24+
25+
## Chore
26+
27+
28+
- **[core]** Add rewrite rule for "machine-type.node.kubevirt.io" labels on Nodes. [#1854](https://github.com/deckhouse/virtualization/pull/1854)
29+

0 commit comments

Comments
 (0)