Skip to content

Commit c2794eb

Browse files
authored
Re-generate changelog v1.1.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent d346247 commit c2794eb

File tree

2 files changed

+108
-0
lines changed

2 files changed

+108
-0
lines changed

CHANGELOG/CHANGELOG-v1.1.0.yml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
ci:
2+
features:
3+
- summary: add alias linter for golangci-lint
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1387
5+
fixes:
6+
- summary: E2E tests no longer fail due to kubectl logs exit codes during teardown.
7+
pull_request: https://github.com/deckhouse/virtualization/pull/1466
8+
- summary: fix variable name for delve debug
9+
pull_request: https://github.com/deckhouse/virtualization/pull/1442
10+
core:
11+
features:
12+
- summary: add e2e framework
13+
pull_request: https://github.com/deckhouse/virtualization/pull/1366
14+
docs:
15+
fixes:
16+
- summary: english documentation remove cyrillic characters cdi_kubevirt_patching
17+
pull_request: https://github.com/deckhouse/virtualization/pull/1481
18+
module:
19+
features:
20+
- summary: >-
21+
Added the `D8VirtualizationDVCRInsufficientCapacityRisk` alert, which warns of the risk of
22+
insufficient free space in the virtual machine image storage (DVCR).
23+
pull_request: https://github.com/deckhouse/virtualization/pull/1461
24+
- summary: >-
25+
Added the `KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown` alert, which is triggered
26+
when the node hosting the virtual machines is about to shut down but VM evacuation is not
27+
yet complete.
28+
pull_request: https://github.com/deckhouse/virtualization/pull/1268
29+
observability:
30+
features:
31+
- summary: Repeat "Network details" graphs for all networks specified in the VM spec.
32+
pull_request: https://github.com/deckhouse/virtualization/pull/1475
33+
fixes:
34+
- summary: >-
35+
Fixed the graph on the virtual machine dashboard that displays memory copy statistics during
36+
VM migration.
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1474
38+
vm:
39+
features:
40+
- summary: >-
41+
Added the ability to migrate VMs using disks on local storage. Restrictions:
42+
43+
- The feature is not available in the CE edition.
44+
45+
- Migration is only possible for running VMs (`phase: Running`).
46+
47+
- Migration of VMs with local disks connected via `VirtualMachineBlockDeviceAttachment`
48+
(hotplug) is not supported yet.
49+
50+
51+
Added the ability to migrate storage for VM disks (change `StorageClass`). Restrictions:
52+
53+
- The feature is not available in the CE edition.
54+
55+
- Migration is only possible for running VMs (`phase: Running`).
56+
57+
- Storage migration for disks connected via `VirtualMachineBlockDeviceAttachment` (hotplug)
58+
is not supported yet.
59+
pull_request: https://github.com/deckhouse/virtualization/pull/1360
60+
vmclass:
61+
fixes:
62+
- summary: >-
63+
Use qemu64 CPU model for Discovery and Features types to fix nested virtualization on AMD
64+
hosts
65+
pull_request: https://github.com/deckhouse/virtualization/pull/1446
66+
vmop:
67+
features:
68+
- summary: >-
69+
Added an operation with the `Clone` type to create a clone of a VM from an existing VM
70+
(`VirtualMachineOperation` `.spec.type: Clone`).
71+
pull_request: https://github.com/deckhouse/virtualization/pull/1418
72+
fixes:
73+
- summary: >-
74+
Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's
75+
volumes during a restore operation in Strict mode.
76+
pull_request: https://github.com/deckhouse/virtualization/pull/1493
77+
- summary: >-
78+
Fixed garbage collector behavior: previously, all VMOP objects were deleted after restarting
79+
the virtualization controller, ignoring cleanup rules.
80+
pull_request: https://github.com/deckhouse/virtualization/pull/1471
81+

CHANGELOG/CHANGELOG-v1.1.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog v1.1
2+
3+
## Features
4+
5+
6+
- **[module]** Added the `D8VirtualizationDVCRInsufficientCapacityRisk` alert, which warns of the risk of insufficient free space in the virtual machine image storage (DVCR). [#1461](https://github.com/deckhouse/virtualization/pull/1461)
7+
- **[module]** Added the `KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown` alert, which is triggered when the node hosting the virtual machines is about to shut down but VM evacuation is not yet complete. [#1268](https://github.com/deckhouse/virtualization/pull/1268)
8+
- **[observability]** Repeat "Network details" graphs for all networks specified in the VM spec. [#1475](https://github.com/deckhouse/virtualization/pull/1475)
9+
- **[vm]** Added the ability to migrate VMs using disks on local storage. Restrictions:
10+
- The feature is not available in the CE edition.
11+
- Migration is only possible for running VMs (`phase: Running`).
12+
- Migration of VMs with local disks connected via `VirtualMachineBlockDeviceAttachment` (hotplug) is not supported yet.
13+
14+
Added the ability to migrate storage for VM disks (change `StorageClass`). Restrictions:
15+
- The feature is not available in the CE edition.
16+
- Migration is only possible for running VMs (`phase: Running`).
17+
- Storage migration for disks connected via `VirtualMachineBlockDeviceAttachment` (hotplug) is not supported yet. [#1360](https://github.com/deckhouse/virtualization/pull/1360)
18+
- **[vmop]** Added an operation with the `Clone` type to create a clone of a VM from an existing VM (`VirtualMachineOperation` `.spec.type: Clone`). [#1418](https://github.com/deckhouse/virtualization/pull/1418)
19+
20+
## Fixes
21+
22+
23+
- **[observability]** Fixed the graph on the virtual machine dashboard that displays memory copy statistics during VM migration. [#1474](https://github.com/deckhouse/virtualization/pull/1474)
24+
- **[vmclass]** Use qemu64 CPU model for Discovery and Features types to fix nested virtualization on AMD hosts [#1446](https://github.com/deckhouse/virtualization/pull/1446)
25+
- **[vmop]** Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493)
26+
- **[vmop]** Fixed garbage collector behavior: previously, all VMOP objects were deleted after restarting the virtualization controller, ignoring cleanup rules. [#1471](https://github.com/deckhouse/virtualization/pull/1471)
27+

0 commit comments

Comments
 (0)