Skip to content

Commit 6fce450

Browse files
authored
Re-generate changelog v1.7.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent 5f6bc13 commit 6fce450

2 files changed

Lines changed: 89 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.7.0.yml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
api:
2+
features:
3+
- summary: >-
4+
VirtualDisk owner reference is now saved at snapshot time and restored when restoring from
5+
snapshot, so restored disks are again owned by the restored VirtualMachine.
6+
pull_request: https://github.com/deckhouse/virtualization/pull/2032
7+
ci:
8+
fixes:
9+
- summary: e2e bootstrap cluster
10+
pull_request: https://github.com/deckhouse/virtualization/pull/2064
11+
core:
12+
fixes:
13+
- summary: >-
14+
PreferForced live migration policy now uses autoConverge=true by default, but respects
15+
force=false.
16+
pull_request: https://github.com/deckhouse/virtualization/pull/2111
17+
- summary: >-
18+
Fix DRA feature gates discovery by removing check for DRAResourceClaimDeviceStatus which is
19+
enabled by default.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/2108
21+
- summary: Exit maintenance mode after restore operation failure.
22+
pull_request: https://github.com/deckhouse/virtualization/pull/2094
23+
- summary: >-
24+
Fix VirtualDisk AttachedToVirtualMachines references during clone and customized restore
25+
operations.
26+
pull_request: https://github.com/deckhouse/virtualization/pull/2080
27+
- summary: >-
28+
Reject VM USB device attachments when USB feature gate is disabled and validate only newly
29+
added USB devices on update.
30+
pull_request: https://github.com/deckhouse/virtualization/pull/2077
31+
dvcr:
32+
fixes:
33+
- summary: >-
34+
Fixed VMDK disk image import failures by implementing support for streamOptimized VMDK
35+
format commonly exported from VMware vSphere, Workstation, and Fusion.
36+
pull_request: https://github.com/deckhouse/virtualization/pull/2065
37+
- summary: >-
38+
When DVCR is out of space, a resource will contain a clearer message about it in the
39+
condition.
40+
pull_request: https://github.com/deckhouse/virtualization/pull/2016
41+
module:
42+
fixes:
43+
- summary: >-
44+
Limited the maximum debug verbosity level to 9 in the Virtualization controller to prevent
45+
full trace-level logs from appearing when debug logging is enabled.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/2101
47+
vd:
48+
fixes:
49+
- summary: Do not check datasourceReady for the exporting phase.
50+
pull_request: https://github.com/deckhouse/virtualization/pull/2060
51+
vm:
52+
features:
53+
- summary: Add garbage collection for completed/failed VM pods
54+
pull_request: https://github.com/deckhouse/virtualization/pull/2091
55+
- summary: separate scheduling for USB 2.0 (High-Speed) and USB 3.0 (SuperSpeed) over USBIP
56+
pull_request: https://github.com/deckhouse/virtualization/pull/2045
57+
- summary: add conntrack synchronization for live migration
58+
pull_request: https://github.com/deckhouse/virtualization/pull/1939
59+
fixes:
60+
- summary: show CSI and volume errors in VM status
61+
pull_request: https://github.com/deckhouse/virtualization/pull/1766
62+
vmop:
63+
features:
64+
- summary: add validation for local storage migration in CE edition
65+
pull_request: https://github.com/deckhouse/virtualization/pull/1950
66+

CHANGELOG/CHANGELOG-v1.7.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog v1.7
2+
3+
## Features
4+
5+
6+
- **[api]** VirtualDisk owner reference is now saved at snapshot time and restored when restoring from snapshot, so restored disks are again owned by the restored VirtualMachine. [#2032](https://github.com/deckhouse/virtualization/pull/2032)
7+
- **[vm]** Add garbage collection for completed/failed VM pods [#2091](https://github.com/deckhouse/virtualization/pull/2091)
8+
- **[vm]** separate scheduling for USB 2.0 (High-Speed) and USB 3.0 (SuperSpeed) over USBIP [#2045](https://github.com/deckhouse/virtualization/pull/2045)
9+
- **[vm]** add conntrack synchronization for live migration [#1939](https://github.com/deckhouse/virtualization/pull/1939)
10+
- **[vmop]** add validation for local storage migration in CE edition [#1950](https://github.com/deckhouse/virtualization/pull/1950)
11+
12+
## Fixes
13+
14+
15+
- **[core]** PreferForced live migration policy now uses autoConverge=true by default, but respects force=false. [#2111](https://github.com/deckhouse/virtualization/pull/2111)
16+
- **[core]** Exit maintenance mode after restore operation failure. [#2094](https://github.com/deckhouse/virtualization/pull/2094)
17+
- **[vm]** show CSI and volume errors in VM status [#1766](https://github.com/deckhouse/virtualization/pull/1766)
18+
19+
## Chore
20+
21+
22+
- **[module]** Add SecurityPolicyExceptions for module Pods with extended permissions (ds/virt-handler, ds/virtualization-dra, ds/vm-route-forge). [#2026](https://github.com/deckhouse/virtualization/pull/2026)
23+

0 commit comments

Comments
 (0)