Skip to content

Commit 398470e

Browse files
authored
Re-generate changelog v1.2.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent 18e41f2 commit 398470e

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

CHANGELOG/CHANGELOG-v1.2.0.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
ci:
2+
fixes:
3+
- summary: add intvirtvm describe to e2e test dumps, change restart approval mode
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1554
5+
module:
6+
fixes:
7+
- summary: Improving audit events names. Also add ignoring system service acconts.
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1611
9+
- summary: >-
10+
Improve module control audit event name field. Also process event only for supported methods
11+
and skip service accounts events.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1604
13+
- summary: Fix virtualization-audit image check.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1589
15+
observability:
16+
features:
17+
- summary: >-
18+
Added three new Prometheus metrics for VirtualDisk monitoring (capacity_bytes, info, and
19+
status_inuse).
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1592
21+
vdsnapshot:
22+
fixes:
23+
- summary: >-
24+
A virtual disk snapshot will be in the Failed phase if `spec.requiredConsistency` is `true`,
25+
but a virtual machine has not been stopped or filesystem has not been frozen during the
26+
snapshotting process.
27+
pull_request: https://github.com/deckhouse/virtualization/pull/1605
28+
vm:
29+
fixes:
30+
- summary: >-
31+
Fixed an issue where the Virtualization Controller could panic on unexpected block device
32+
deletion.
33+
pull_request: https://github.com/deckhouse/virtualization/pull/1585
34+
vmbda:
35+
fixes:
36+
- summary: Fix missing Serial for Attached images and disks in intvirtvm.
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1580
38+
- summary: VMBDA now reports a clear error if the device is not available on the VM's node.
39+
pull_request: https://github.com/deckhouse/virtualization/pull/1561
40+

CHANGELOG/CHANGELOG-v1.2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog v1.2
2+
3+
## [MALFORMED]
4+
5+
6+
- #1588 invalid type "refactor"
7+
8+
## Features
9+
10+
11+
- **[observability]** Added three new Prometheus metrics for VirtualDisk monitoring (capacity_bytes, info, and status_inuse). [#1592](https://github.com/deckhouse/virtualization/pull/1592)
12+
13+
## Fixes
14+
15+
16+
- **[module]** Improving audit events names. Also add ignoring system service acconts. [#1611](https://github.com/deckhouse/virtualization/pull/1611)
17+
- **[module]** Improve module control audit event name field. Also process event only for supported methods and skip service accounts events. [#1604](https://github.com/deckhouse/virtualization/pull/1604)
18+
- **[vdsnapshot]** A virtual disk snapshot will be in the Failed phase if `spec.requiredConsistency` is `true`, but a virtual machine has not been stopped or filesystem has not been frozen during the snapshotting process. [#1605](https://github.com/deckhouse/virtualization/pull/1605)
19+
- **[vm]** Fixed an issue where the Virtualization Controller could panic on unexpected block device deletion. [#1585](https://github.com/deckhouse/virtualization/pull/1585)
20+
- **[vmbda]** Fix missing Serial for Attached images and disks in intvirtvm. [#1580](https://github.com/deckhouse/virtualization/pull/1580)
21+
- **[vmbda]** VMBDA now reports a clear error if the device is not available on the VM's node. [#1561](https://github.com/deckhouse/virtualization/pull/1561)
22+
23+
## Chore
24+
25+
26+
- **[core]** More renames for containers to work with containerd v2. [#1579](https://github.com/deckhouse/virtualization/pull/1579)
27+
- **[module]** Fix build for p11-kit, fix mount of /var/log/libvirt in virt-launcher image. [#1576](https://github.com/deckhouse/virtualization/pull/1576)
28+
- **[module]** Use at least golang 1.24 for all components. [#1575](https://github.com/deckhouse/virtualization/pull/1575)
29+

0 commit comments

Comments
 (0)