From b588e5c226ff0f84ca9e52d6ef275742ee672f20 Mon Sep 17 00:00:00 2001 From: danilrwx Date: Fri, 6 Mar 2026 20:16:36 +0000 Subject: [PATCH] Re-generate changelog v1.7.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.7.0.yml | 29 +++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.7.md | 17 +++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.7.0.yml create mode 100644 CHANGELOG/CHANGELOG-v1.7.md diff --git a/CHANGELOG/CHANGELOG-v1.7.0.yml b/CHANGELOG/CHANGELOG-v1.7.0.yml new file mode 100644 index 0000000000..a826fb3bd9 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.7.0.yml @@ -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 + diff --git a/CHANGELOG/CHANGELOG-v1.7.md b/CHANGELOG/CHANGELOG-v1.7.md new file mode 100644 index 0000000000..7649a6bcb7 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.7.md @@ -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) +