Skip to content

Commit 38ce722

Browse files
authored
Re-generate changelog v0.25.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent 1cb86a3 commit 38ce722

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

CHANGELOG/CHANGELOG-v0.25.0.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
api:
2+
fixes:
3+
- summary: Enqueue stucked by quota entities when resource quota updated.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1323
5+
ci:
6+
fixes:
7+
- summary: Add liveness and readiness probes
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1301
9+
core:
10+
fixes:
11+
- summary: Add SELinux type spc_t to InternalVirtualizationKubeVirt
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1321
13+
module:
14+
features:
15+
- summary: fix helm templates after PR#1324
16+
pull_request: https://github.com/deckhouse/virtualization/pull/1346
17+
observability:
18+
features:
19+
- summary: >-
20+
Add phase metrics for VirtualMachineSnapshot, VirtualDiskSnapshot, VirtualImage and
21+
ClusterVirtualImage resources.
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1356
23+
vdsnapshot:
24+
fixes:
25+
- summary: >-
26+
The VirtualDiskSnapshot retains its Ready status even if the VirtualDisk is simultaneously
27+
attached to another VirtualMachine after a successful snapshotting process.
28+
pull_request: https://github.com/deckhouse/virtualization/pull/1370
29+
vm:
30+
features:
31+
- summary: >-
32+
auto recreate pod with virtual machine if resource requirements updated. Watch project quota
33+
update and delete to enqueue VMI
34+
pull_request: https://github.com/deckhouse/virtualization/pull/1296
35+
fixes:
36+
- summary: Fixed TPM device cleanup when changing osType from Windows to Generic
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1358
38+
- summary: A VMBDA should be correctly deleted when a VM is in the stopped phase.
39+
pull_request: https://github.com/deckhouse/virtualization/pull/1351
40+
- summary: Prevent "Starting" hang when quota is exceeded.
41+
pull_request: https://github.com/deckhouse/virtualization/pull/1314
42+
vmbda:
43+
fixes:
44+
- summary: Fix "failed to unplug" error while deletion unplug.
45+
pull_request: https://github.com/deckhouse/virtualization/pull/1355
46+
vmop:
47+
features:
48+
- summary: Surface "quota exceeded" error during migration.
49+
pull_request: https://github.com/deckhouse/virtualization/pull/1310
50+
vmsnapshot:
51+
fixes:
52+
- summary: The Virtual Machine Snapshot controller correctly watches for the phase of virtual disks.
53+
pull_request: https://github.com/deckhouse/virtualization/pull/1331
54+

CHANGELOG/CHANGELOG-v0.25.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog v0.25
2+
3+
## Features
4+
5+
6+
- **[module]** fix helm templates after PR#1324 [#1346](https://github.com/deckhouse/virtualization/pull/1346)
7+
- **[observability]** Add phase metrics for VirtualMachineSnapshot, VirtualDiskSnapshot, VirtualImage and ClusterVirtualImage resources. [#1356](https://github.com/deckhouse/virtualization/pull/1356)
8+
- **[vm]** auto recreate pod with virtual machine if resource requirements updated. Watch project quota update and delete to enqueue VMI [#1296](https://github.com/deckhouse/virtualization/pull/1296)
9+
- **[vmop]** Surface "quota exceeded" error during migration. [#1310](https://github.com/deckhouse/virtualization/pull/1310)
10+
11+
## Fixes
12+
13+
14+
- **[api]** Enqueue stucked by quota entities when resource quota updated. [#1323](https://github.com/deckhouse/virtualization/pull/1323)
15+
- **[core]** Add SELinux type spc_t to InternalVirtualizationKubeVirt [#1321](https://github.com/deckhouse/virtualization/pull/1321)
16+
- **[vdsnapshot]** The VirtualDiskSnapshot retains its Ready status even if the VirtualDisk is simultaneously attached to another VirtualMachine after a successful snapshotting process. [#1370](https://github.com/deckhouse/virtualization/pull/1370)
17+
- **[vm]** Fixed TPM device cleanup when changing osType from Windows to Generic [#1358](https://github.com/deckhouse/virtualization/pull/1358)
18+
- **[vm]** A VMBDA should be correctly deleted when a VM is in the stopped phase. [#1351](https://github.com/deckhouse/virtualization/pull/1351)
19+
- **[vm]** Prevent "Starting" hang when quota is exceeded. [#1314](https://github.com/deckhouse/virtualization/pull/1314)
20+
- **[vmsnapshot]** The Virtual Machine Snapshot controller correctly watches for the phase of virtual disks. [#1331](https://github.com/deckhouse/virtualization/pull/1331)
21+
22+
## Chore
23+
24+
25+
- **[module]** fix control plane alerts [#1330](https://github.com/deckhouse/virtualization/pull/1330)
26+
- **[module]** Rewrite module_config_validator.py hook in Go, remove python dependencies from the build. [#1324](https://github.com/deckhouse/virtualization/pull/1324)
27+

0 commit comments

Comments
 (0)