Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions CHANGELOG/CHANGELOG-v1.7.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
api:
features:
- summary: >-
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.
pull_request: https://github.com/deckhouse/virtualization/pull/2032
ci:
fixes:
- summary: e2e bootstrap cluster
pull_request: https://github.com/deckhouse/virtualization/pull/2064
core:
fixes:
- summary: Exit maintenance mode after restore operation failure.
pull_request: https://github.com/deckhouse/virtualization/pull/2094
- summary: >-
Fix VirtualDisk AttachedToVirtualMachines references during clone and customized restore
operations.
pull_request: https://github.com/deckhouse/virtualization/pull/2080
- summary: >-
Reject VM USB device attachments when USB feature gate is disabled and validate only newly
added USB devices on update.
pull_request: https://github.com/deckhouse/virtualization/pull/2077
dvcr:
fixes:
- summary: >-
When DVCR is out of space, a resource will contain a clearer message about it in the
condition.
pull_request: https://github.com/deckhouse/virtualization/pull/2016
module:
fixes:
- summary: >-
Limited the maximum debug verbosity level to 9 in the Virtualization controller to prevent
full trace-level logs from appearing when debug logging is enabled.
pull_request: https://github.com/deckhouse/virtualization/pull/2101
vd:
fixes:
- summary: Do not check datasourceReady for the exporting phase.
pull_request: https://github.com/deckhouse/virtualization/pull/2060
vm:
features:
- summary: add conntrack synchronization for live migration
pull_request: https://github.com/deckhouse/virtualization/pull/1939
fixes:
- summary: show CSI and volume errors in VM status
pull_request: https://github.com/deckhouse/virtualization/pull/1766
vmop:
features:
- summary: add validation for local storage migration in CE edition
pull_request: https://github.com/deckhouse/virtualization/pull/1950

20 changes: 20 additions & 0 deletions CHANGELOG/CHANGELOG-v1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog v1.7

## Features


- **[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)
- **[vm]** add conntrack synchronization for live migration [#1939](https://github.com/deckhouse/virtualization/pull/1939)
- **[vmop]** add validation for local storage migration in CE edition [#1950](https://github.com/deckhouse/virtualization/pull/1950)

## Fixes


- **[core]** Exit maintenance mode after restore operation failure. [#2094](https://github.com/deckhouse/virtualization/pull/2094)
- **[vm]** show CSI and volume errors in VM status [#1766](https://github.com/deckhouse/virtualization/pull/1766)

## Chore


- **[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)

Loading