Skip to content
Closed
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
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-v1.0.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module:
fixes:
- summary: fix CVE-2025-58058 and CVE-2025-54410
pull_request: https://github.com/deckhouse/virtualization/pull/1556

2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
Loading