Skip to content

Backport: Changelog v0.24.0 #1333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
61 changes: 61 additions & 0 deletions CHANGELOG/CHANGELOG-v0.24.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
api:
features:
- summary: Remove setting of VolumeSnapshotClass. Set field deprecated in CRDS's.
pull_request: https://github.com/deckhouse/virtualization/pull/1274
ci:
fixes:
- summary: update werf cleanup rules
pull_request: https://github.com/deckhouse/virtualization/pull/1302
cli:
fixes:
- summary: Rewrite VNC and Console for consistent behavior and code structure.
pull_request: https://github.com/deckhouse/virtualization/pull/1290
core:
features:
- summary: >-
bump kubevirt to tag v1.3.1-v12n.8. Set mac address for non default pod network and improve
reason when live-migration failed
pull_request: https://github.com/deckhouse/virtualization/pull/1287
fixes:
- summary: fix CVE-2025-22868
pull_request: https://github.com/deckhouse/virtualization/pull/1322
module:
fixes:
- summary: Improve VM Access audit messages. Add stage from audit message to eventLog name.
pull_request: https://github.com/deckhouse/virtualization/pull/1313
- summary: Fix helm template to be compatible with CustomCertificate https mode.
pull_request: https://github.com/deckhouse/virtualization/pull/1297
observability:
fixes:
- summary: >-
fix alerts D8InternalVirtualizationVirtHandlerTargetAbsent and
D8InternalVirtualizationVirtHandlerTargetDown, by removing them and adding virtualization
virt metrics state
pull_request: https://github.com/deckhouse/virtualization/pull/1291
vd:
features:
- summary: Add `Exporting` phase and new conditions to `VirtualDisk` status
pull_request: https://github.com/deckhouse/virtualization/pull/1256
fixes:
- summary: Fail with error on insufficient PVC size
pull_request: https://github.com/deckhouse/virtualization/pull/1295
- summary: Set ImageNotReady/ClusterImageNotReady condition when VI/CVI is missing.
pull_request: https://github.com/deckhouse/virtualization/pull/1286
- summary: Improve virtual disk protection logic during deletion
pull_request: https://github.com/deckhouse/virtualization/pull/1285
vm:
features:
- summary: Add additional network interfaces for VirtualMachines.
pull_request: https://github.com/deckhouse/virtualization/pull/1253
fixes:
- summary: >-
Fix an issue where multiple networks of type "Main" could be specified in a virtual
machine's spec.
pull_request: https://github.com/deckhouse/virtualization/pull/1299
- summary: Add react on create virtual machine event for WorkloadUpdater controller
pull_request: https://github.com/deckhouse/virtualization/pull/1293
- summary: >-
Add validation to ensure that names in spec.blockDeviceRefs do not exceed the maximum
allowed lengths.
pull_request: https://github.com/deckhouse/virtualization/pull/1276

35 changes: 35 additions & 0 deletions CHANGELOG/CHANGELOG-v0.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog v0.24

## [MALFORMED]


- #1263 invalid type "feat"
- #1288 invalid type "feat"

## Features


- **[api]** Remove setting of VolumeSnapshotClass. Set field deprecated in CRDS's. [#1274](https://github.com/deckhouse/virtualization/pull/1274)
- **[core]** bump kubevirt to tag v1.3.1-v12n.8. Set mac address for non default pod network and improve reason when live-migration failed [#1287](https://github.com/deckhouse/virtualization/pull/1287)
- **[vd]** Add `Exporting` phase and new conditions to `VirtualDisk` status [#1256](https://github.com/deckhouse/virtualization/pull/1256)
- **[vm]** Add additional network interfaces for VirtualMachines. [#1253](https://github.com/deckhouse/virtualization/pull/1253)

## Fixes


- **[core]** fix CVE-2025-22868 [#1322](https://github.com/deckhouse/virtualization/pull/1322)
- **[module]** Fix helm template to be compatible with CustomCertificate https mode. [#1297](https://github.com/deckhouse/virtualization/pull/1297)
- **[observability]** fix alerts D8InternalVirtualizationVirtHandlerTargetAbsent and D8InternalVirtualizationVirtHandlerTargetDown, by removing them and adding virtualization virt metrics state [#1291](https://github.com/deckhouse/virtualization/pull/1291)
- **[vd]** Fail with error on insufficient PVC size [#1295](https://github.com/deckhouse/virtualization/pull/1295)
- **[vd]** Set ImageNotReady/ClusterImageNotReady condition when VI/CVI is missing. [#1286](https://github.com/deckhouse/virtualization/pull/1286)
- **[vd]** Improve virtual disk protection logic during deletion [#1285](https://github.com/deckhouse/virtualization/pull/1285)
- **[vm]** Fix an issue where multiple networks of type "Main" could be specified in a virtual machine's spec. [#1299](https://github.com/deckhouse/virtualization/pull/1299)
- **[vm]** Add react on create virtual machine event for WorkloadUpdater controller [#1293](https://github.com/deckhouse/virtualization/pull/1293)
- **[vm]** Add validation to ensure that names in spec.blockDeviceRefs do not exceed the maximum allowed lengths. [#1276](https://github.com/deckhouse/virtualization/pull/1276)

## Chore


- **[api]** Update the IsStorageClassDeprecated method to accept a StorageClass pointer instead of a string. [#1264](https://github.com/deckhouse/virtualization/pull/1264)
- **[docs]** Examples of using the user interface have been added to the documentation [#1270](https://github.com/deckhouse/virtualization/pull/1270)

Loading