From 33f32ed2493aef2bc08fe90c9bc6ef99ba6f403f Mon Sep 17 00:00:00 2001 From: Isteb4k Date: Tue, 14 Oct 2025 12:44:22 +0000 Subject: [PATCH] Re-generate changelog v1.0.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v1.0.1.yml | 5 +++++ CHANGELOG/CHANGELOG-v1.0.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v1.0.1.yml diff --git a/CHANGELOG/CHANGELOG-v1.0.1.yml b/CHANGELOG/CHANGELOG-v1.0.1.yml new file mode 100644 index 0000000000..63ce8ca0f8 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.0.1.yml @@ -0,0 +1,5 @@ +module: + fixes: + - summary: fix CVE-2025-58058 and CVE-2025-54410 + pull_request: https://github.com/deckhouse/virtualization/pull/1556 + diff --git a/CHANGELOG/CHANGELOG-v1.0.md b/CHANGELOG/CHANGELOG-v1.0.md index a5b935599a..6022c48a85 100644 --- a/CHANGELOG/CHANGELOG-v1.0.md +++ b/CHANGELOG/CHANGELOG-v1.0.md @@ -11,6 +11,7 @@ - **[api]** Fixed kubebuilder annotations to generate CRDs with correct categories and short names. [#1421](https://github.com/deckhouse/virtualization/pull/1421) - **[core]** fix CVE-2025-47907 [#1413](https://github.com/deckhouse/virtualization/pull/1413) + - **[module]** fix CVE-2025-58058 and CVE-2025-54410 [#1556](https://github.com/deckhouse/virtualization/pull/1556) - **[vd]** Set disk to failed when image pull fails from registry [#1400](https://github.com/deckhouse/virtualization/pull/1400) - **[vm]** fix `cores` and `coreFraction` validation in sizing policy [#1420](https://github.com/deckhouse/virtualization/pull/1420) - **[vm]** fix incorrect data encoding during snapshot creation and restoration by removing redundant base64 encoding when storing JSON in Kubernetes Secrets. [#1419](https://github.com/deckhouse/virtualization/pull/1419) @@ -22,6 +23,7 @@ - **[api]** Updated CRD short names to remove plural forms and reorganized resource categories. [#1407](https://github.com/deckhouse/virtualization/pull/1407) + - **[core]** Pre-create mount points in all final images. [#1488](https://github.com/deckhouse/virtualization/pull/1488) - **[core]** Reduce kubevirt components restarts. [#1449](https://github.com/deckhouse/virtualization/pull/1449) - **[module]** Reduce module restarts during installation. [#1445](https://github.com/deckhouse/virtualization/pull/1445) - **[module]** Support "in-cluster" upload when publicDomainTemplate is empty. [#1440](https://github.com/deckhouse/virtualization/pull/1440)