From 7d0941a94276a1e6def8c5412d7725d687d45aab Mon Sep 17 00:00:00 2001 From: danilrwx Date: Fri, 27 Mar 2026 15:39:17 +0000 Subject: [PATCH] Re-generate changelog v1.8.0 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.8.0.yml | 43 ++++++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v1.8.md | 8 +++++++ 2 files changed, 51 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.8.0.yml create mode 100644 CHANGELOG/CHANGELOG-v1.8.md diff --git a/CHANGELOG/CHANGELOG-v1.8.0.yml b/CHANGELOG/CHANGELOG-v1.8.0.yml new file mode 100644 index 0000000000..e49bef640b --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.0.yml @@ -0,0 +1,43 @@ +ci: + fixes: + - summary: Replace deprecated nolint:stylecheck with nolint:staticcheck in Go files. + pull_request: https://github.com/deckhouse/virtualization/pull/2140 +core: + fixes: + - summary: >- + Add unschedulable toleration for high-performance pods to allow live migration during node + evacuation. + pull_request: https://github.com/deckhouse/virtualization/pull/2163 + - summary: >- + Use StorageLiveMigratable condition for VM evacuation to correctly include VMs requiring + block migration. + pull_request: https://github.com/deckhouse/virtualization/pull/2163 + - summary: >- + Set firmware outdated condition only for running VM instances and align firmware + workload-updater checks with current condition-driven flow. + pull_request: https://github.com/deckhouse/virtualization/pull/2162 + - summary: >- + Make VirtualDisk storage class migration validation deterministic by injecting feature gate + and explicitly enabling VolumeMigration in unit tests. + pull_request: https://github.com/deckhouse/virtualization/pull/2138 +module: + fixes: + - summary: >- + fixes semver parsing for module version requirements, fix deckhouse requirements to '>= + 1.74.2' + pull_request: https://github.com/deckhouse/virtualization/pull/2131 +test: + fixes: + - summary: Stabilize VirtualDiskSnapshots e2e by skipping on labeled CSI VolumeSnapshot readiness lag. + pull_request: https://github.com/deckhouse/virtualization/pull/2136 + - summary: >- + Add e2e regression test for preserving VM additional interface naming after middle + ClusterNetwork removal and reboot. + pull_request: https://github.com/deckhouse/virtualization/pull/2124 +vd: + fixes: + - summary: >- + Prevent arbitrary storage class changes during active VirtualDisk migration, allowing + rollback only. + pull_request: https://github.com/deckhouse/virtualization/pull/2116 + diff --git a/CHANGELOG/CHANGELOG-v1.8.md b/CHANGELOG/CHANGELOG-v1.8.md new file mode 100644 index 0000000000..350da25310 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.md @@ -0,0 +1,8 @@ +# Changelog v1.8 + +## Fixes + + + - **[module]** fixes semver parsing for module version requirements, fix deckhouse requirements to '>= 1.74.2' [#2131](https://github.com/deckhouse/virtualization/pull/2131) + - **[vd]** Prevent arbitrary storage class changes during active VirtualDisk migration, allowing rollback only. [#2116](https://github.com/deckhouse/virtualization/pull/2116) +