Skip to content

Commit 1143c3a

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

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

CHANGELOG/CHANGELOG-v1.7.0.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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: Exit maintenance mode after restore operation failure.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/2094
15+
- summary: >-
16+
Reject VM USB device attachments when USB feature gate is disabled and validate only newly
17+
added USB devices on update.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/2077
19+
dvcr:
20+
fixes:
21+
- summary: >-
22+
When DVCR is out of space, a resource will contain a clearer message about it in the
23+
condition.
24+
pull_request: https://github.com/deckhouse/virtualization/pull/2016
25+
module:
26+
fixes:
27+
- summary: >-
28+
Limited the maximum debug verbosity level to 9 in the Virtualization controller to prevent
29+
full trace-level logs from appearing when debug logging is enabled.
30+
pull_request: https://github.com/deckhouse/virtualization/pull/2101
31+
vd:
32+
fixes:
33+
- summary: Do not check datasourceReady for the exporting phase.
34+
pull_request: https://github.com/deckhouse/virtualization/pull/2060
35+
vm:
36+
features:
37+
- summary: add conntrack synchronization for live migration
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1939
39+
fixes:
40+
- summary: show CSI and volume errors in VM status
41+
pull_request: https://github.com/deckhouse/virtualization/pull/1766
42+
vmop:
43+
features:
44+
- summary: add validation for local storage migration in CE edition
45+
pull_request: https://github.com/deckhouse/virtualization/pull/1950
46+

CHANGELOG/CHANGELOG-v1.7.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 conntrack synchronization for live migration [#1939](https://github.com/deckhouse/virtualization/pull/1939)
8+
- **[vmop]** add validation for local storage migration in CE edition [#1950](https://github.com/deckhouse/virtualization/pull/1950)
9+
10+
## Fixes
11+
12+
13+
- **[core]** Exit maintenance mode after restore operation failure. [#2094](https://github.com/deckhouse/virtualization/pull/2094)
14+
- **[vm]** show CSI and volume errors in VM status [#1766](https://github.com/deckhouse/virtualization/pull/1766)
15+
16+
## Chore
17+
18+
19+
- **[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)
20+

0 commit comments

Comments
 (0)