Skip to content

Commit 1c48d9c

Browse files
Re-generate changelog v0.24.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent e6752b4 commit 1c48d9c

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

CHANGELOG/CHANGELOG-v0.24.0.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
api:
2+
features:
3+
- summary: Remove setting of VolumeSnapshotClass. Set field deprecated in CRDS's.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1274
5+
ci:
6+
fixes:
7+
- summary: update werf cleanup rules
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1302
9+
cli:
10+
fixes:
11+
- summary: Rewrite VNC and Console for consistent behavior and code structure.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1290
13+
core:
14+
features:
15+
- summary: >-
16+
bump kubevirt to tag v1.3.1-v12n.8. Set mac address for non default pod network and improve
17+
reason when live-migration failed
18+
pull_request: https://github.com/deckhouse/virtualization/pull/1287
19+
fixes:
20+
- summary: fix CVE-2025-22868
21+
pull_request: https://github.com/deckhouse/virtualization/pull/1322
22+
module:
23+
fixes:
24+
- summary: Fix helm template to be compatible with CustomCertificate https mode.
25+
pull_request: https://github.com/deckhouse/virtualization/pull/1297
26+
observability:
27+
fixes:
28+
- summary: >-
29+
fix alerts D8InternalVirtualizationVirtHandlerTargetAbsent and
30+
D8InternalVirtualizationVirtHandlerTargetDown, by removing them and adding virtualization
31+
virt metrics state
32+
pull_request: https://github.com/deckhouse/virtualization/pull/1291
33+
vd:
34+
fixes:
35+
- summary: Fail with error on insufficient PVC size
36+
pull_request: https://github.com/deckhouse/virtualization/pull/1295
37+
- summary: Set ImageNotReady/ClusterImageNotReady condition when VI/CVI is missing.
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1286
39+
- summary: Improve virtual disk protection logic during deletion
40+
pull_request: https://github.com/deckhouse/virtualization/pull/1285
41+
vm:
42+
features:
43+
- summary: Add additional network interfaces for VirtualMachines.
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1253
45+
fixes:
46+
- summary: >-
47+
Fix an issue where multiple networks of type "Main" could be specified in a virtual
48+
machine's spec.
49+
pull_request: https://github.com/deckhouse/virtualization/pull/1299
50+
- summary: Add react on create virtual machine event for WorkloadUpdater controller
51+
pull_request: https://github.com/deckhouse/virtualization/pull/1293
52+
- summary: >-
53+
Add validation to ensure that names in spec.blockDeviceRefs do not exceed the maximum
54+
allowed lengths.
55+
pull_request: https://github.com/deckhouse/virtualization/pull/1276
56+

CHANGELOG/CHANGELOG-v0.24.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog v0.24
2+
3+
## [MALFORMED]
4+
5+
6+
- #1263 invalid type "feat"
7+
- #1288 invalid type "feat"
8+
9+
## Features
10+
11+
12+
- **[api]** Remove setting of VolumeSnapshotClass. Set field deprecated in CRDS's. [#1274](https://github.com/deckhouse/virtualization/pull/1274)
13+
- **[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)
14+
- **[vm]** Add additional network interfaces for VirtualMachines. [#1253](https://github.com/deckhouse/virtualization/pull/1253)
15+
16+
## Fixes
17+
18+
19+
- **[core]** fix CVE-2025-22868 [#1322](https://github.com/deckhouse/virtualization/pull/1322)
20+
- **[module]** Fix helm template to be compatible with CustomCertificate https mode. [#1297](https://github.com/deckhouse/virtualization/pull/1297)
21+
- **[observability]** fix alerts D8InternalVirtualizationVirtHandlerTargetAbsent and D8InternalVirtualizationVirtHandlerTargetDown, by removing them and adding virtualization virt metrics state [#1291](https://github.com/deckhouse/virtualization/pull/1291)
22+
- **[vd]** Fail with error on insufficient PVC size [#1295](https://github.com/deckhouse/virtualization/pull/1295)
23+
- **[vd]** Set ImageNotReady/ClusterImageNotReady condition when VI/CVI is missing. [#1286](https://github.com/deckhouse/virtualization/pull/1286)
24+
- **[vd]** Improve virtual disk protection logic during deletion [#1285](https://github.com/deckhouse/virtualization/pull/1285)
25+
- **[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)
26+
- **[vm]** Add react on create virtual machine event for WorkloadUpdater controller [#1293](https://github.com/deckhouse/virtualization/pull/1293)
27+
- **[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)
28+
29+
## Chore
30+
31+
32+
- **[api]** Update the IsStorageClassDeprecated method to accept a StorageClass pointer instead of a string. [#1264](https://github.com/deckhouse/virtualization/pull/1264)
33+
- **[docs]** Examples of using the user interface have been added to the documentation [#1270](https://github.com/deckhouse/virtualization/pull/1270)
34+

0 commit comments

Comments
 (0)