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
29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v1.7.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
ci:
fixes:
- summary: e2e bootstrap cluster
pull_request: https://github.com/deckhouse/virtualization/pull/2064
core:
fixes:
- 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
vd:
fixes:
- summary: Do not check datasourceReady for the exporting phase.
pull_request: https://github.com/deckhouse/virtualization/pull/2060
vm:
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

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

## Features


- **[vmop]** add validation for local storage migration in CE edition [#1950](https://github.com/deckhouse/virtualization/pull/1950)

## Fixes


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