Skip to content

Commit cd4f477

Browse files
Backport: Changelog v0.18.0 (#1051)
Changelog v0.18.0 (#831) Re-generate changelog v0.18.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: yaroslavborbat <yaroslavborbat@users.noreply.github.com>
1 parent 13dac12 commit cd4f477

2 files changed

Lines changed: 96 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.18.0.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
core:
2+
fixes:
3+
- summary: add missing libisoburn to virt-launcher and fix acl build
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1019
5+
kubevirt:
6+
fixes:
7+
- summary: Fix VM migration with container disks (CVI, VI)
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1007
9+
module:
10+
features:
11+
- summary: >-
12+
A dashboard has been added showing memory synchronization statistics of the VM during
13+
migration.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1029
15+
- summary: >-
16+
An audit controller has been added to track security events related to the virtualization
17+
module's resources.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/801
19+
vd:
20+
fixes:
21+
- summary: Fix cleanup for CVI and VI when creating from object reference with the type VirtualDisk.
22+
pull_request: https://github.com/deckhouse/virtualization/pull/996
23+
vm:
24+
features:
25+
- summary: >-
26+
Report I/O errors to guest OS instead of stopping VM, allowing the guest system to deal with
27+
the problem (e.g., through retry mechanisms, failover).
28+
pull_request: https://github.com/deckhouse/virtualization/pull/983
29+
- summary: >-
30+
Ability to force migration with CPU throttling. Live migration policy can be set in VM and
31+
user can override its value with VMOP.
32+
pull_request: https://github.com/deckhouse/virtualization/pull/890
33+
fixes:
34+
- summary: fix live migration with image hotplug
35+
pull_request: https://github.com/deckhouse/virtualization/pull/1041
36+
- summary: replace mounted cvi, vi
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1016
38+
- summary: >-
39+
The InUse condition is now correctly removed when the virtual machine class is no longer
40+
used by any VM.
41+
pull_request: https://github.com/deckhouse/virtualization/pull/1009
42+
- summary: >-
43+
Resolved an issue where it was impossible to stop a VM if there were unapplied changes in
44+
its configuration.
45+
pull_request: https://github.com/deckhouse/virtualization/pull/991
46+
- summary: >-
47+
Improved the logic for handling VM conditions and enhanced the status output for more
48+
accurate monitoring.
49+
pull_request: https://github.com/deckhouse/virtualization/pull/931
50+
- summary: To enhance security, all images will be mounted as `read-only`.
51+
pull_request: https://github.com/deckhouse/virtualization/pull/796
52+
vmipl:
53+
fixes:
54+
- summary: >-
55+
Fixed an issue with the incorrect removal of the finalizer from the VirtualMachineIPLease
56+
resource.
57+
pull_request: https://github.com/deckhouse/virtualization/pull/1006
58+
vmop:
59+
fixes:
60+
- summary: handle conflict error in evacuation-controller
61+
pull_request: https://github.com/deckhouse/virtualization/pull/993
62+
- summary: fix migration cancel test
63+
pull_request: https://github.com/deckhouse/virtualization/pull/977
64+
vmsnapshot:
65+
features:
66+
- summary: >-
67+
The status of the VirtualMachineSnapshot resource now displays information about the
68+
resources included in the snapshot.
69+
pull_request: https://github.com/deckhouse/virtualization/pull/978
70+

CHANGELOG/CHANGELOG-v0.18.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog v0.18
2+
3+
## Features
4+
5+
6+
- **[module]** A dashboard has been added showing memory synchronization statistics of the VM during migration. [#1029](https://github.com/deckhouse/virtualization/pull/1029)
7+
- **[module]** An audit controller has been added to track security events related to the virtualization module's resources. [#801](https://github.com/deckhouse/virtualization/pull/801)
8+
- **[vm]** Report I/O errors to guest OS instead of stopping VM, allowing the guest system to deal with the problem (e.g., through retry mechanisms, failover). [#983](https://github.com/deckhouse/virtualization/pull/983)
9+
- **[vm]** Ability to force migration with CPU throttling. Live migration policy can be set in VM and user can override its value with VMOP. [#890](https://github.com/deckhouse/virtualization/pull/890)
10+
- **[vmsnapshot]** The status of the VirtualMachineSnapshot resource now displays information about the resources included in the snapshot. [#978](https://github.com/deckhouse/virtualization/pull/978)
11+
12+
## Fixes
13+
14+
15+
- **[vd]** Fix cleanup for CVI and VI when creating from object reference with the type VirtualDisk. [#996](https://github.com/deckhouse/virtualization/pull/996)
16+
- **[vm]** The InUse condition is now correctly removed when the virtual machine class is no longer used by any VM. [#1009](https://github.com/deckhouse/virtualization/pull/1009)
17+
- **[vm]** Resolved an issue where it was impossible to stop a VM if there were unapplied changes in its configuration. [#991](https://github.com/deckhouse/virtualization/pull/991)
18+
- **[vm]** Improved the logic for handling VM conditions and enhanced the status output for more accurate monitoring. [#931](https://github.com/deckhouse/virtualization/pull/931)
19+
- **[vm]** To enhance security, all images will be mounted as `read-only`. [#796](https://github.com/deckhouse/virtualization/pull/796)
20+
- **[vmipl]** Fixed an issue with the incorrect removal of the finalizer from the VirtualMachineIPLease resource. [#1006](https://github.com/deckhouse/virtualization/pull/1006)
21+
22+
## Chore
23+
24+
25+
- **[docs]** Updated the documentation to align with the virtualization updates in version 0.18.0. [#992](https://github.com/deckhouse/virtualization/pull/992)
26+

0 commit comments

Comments
 (0)