Skip to content

Commit b8a14e7

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

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

CHANGELOG/CHANGELOG-v1.7.0.yml

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

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)