Skip to content

Commit fef362d

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

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

CHANGELOG/CHANGELOG-v0.25.0.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
core:
2+
fixes:
3+
- summary: Add SELinux type spc_t to InternalVirtualizationKubeVirt
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1321
5+
module:
6+
features:
7+
- summary: fix helm templates after PR#1324
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1346
9+
vm:
10+
fixes:
11+
- summary: A VMBDA should be correctly deleted when a VM is in the stopped phase.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1351
13+
- summary: Prevent "Starting" hang when quota is exceeded.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1314
15+
vmbda:
16+
fixes:
17+
- summary: Fix "failed to unplug" error while deletion unplug.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/1355
19+
vmop:
20+
features:
21+
- summary: Surface "quota exceeded" error during migration.
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1310
23+
vmsnapshot:
24+
fixes:
25+
- summary: The Virtual Machine Snapshot controller correctly watches for the phase of virtual disks.
26+
pull_request: https://github.com/deckhouse/virtualization/pull/1331
27+

CHANGELOG/CHANGELOG-v0.25.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
- **[vmop]** Surface "quota exceeded" error during migration. [#1310](https://github.com/deckhouse/virtualization/pull/1310)
8+
9+
## Fixes
10+
11+
12+
- **[core]** Add SELinux type spc_t to InternalVirtualizationKubeVirt [#1321](https://github.com/deckhouse/virtualization/pull/1321)
13+
- **[vm]** A VMBDA should be correctly deleted when a VM is in the stopped phase. [#1351](https://github.com/deckhouse/virtualization/pull/1351)
14+
- **[vm]** Prevent "Starting" hang when quota is exceeded. [#1314](https://github.com/deckhouse/virtualization/pull/1314)
15+
- **[vmsnapshot]** The Virtual Machine Snapshot controller correctly watches for the phase of virtual disks. [#1331](https://github.com/deckhouse/virtualization/pull/1331)
16+
17+
## Chore
18+
19+
20+
- **[module]** Rewrite module_config_validator.py hook in Go, remove python dependencies from the build. [#1324](https://github.com/deckhouse/virtualization/pull/1324)
21+

0 commit comments

Comments
 (0)