Skip to content

Commit 99bf9f3

Browse files
authored
Re-generate changelog v1.2.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent 03e058e commit 99bf9f3

File tree

2 files changed

+122
-0
lines changed

2 files changed

+122
-0
lines changed

CHANGELOG/CHANGELOG-v1.2.0.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
ci:
2+
fixes:
3+
- summary: Fix run script path.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1627
5+
- summary: add intvirtvm describe to e2e test dumps, change restart approval mode
6+
pull_request: https://github.com/deckhouse/virtualization/pull/1554
7+
core:
8+
fixes:
9+
- summary: More frequent polling for applied checksum to get audit events about changed checksum.
10+
pull_request: https://github.com/deckhouse/virtualization/pull/1637
11+
- summary: fix map iterate concurrency panic in vm-route-forge
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1602
13+
docs:
14+
fixes:
15+
- summary: Update manual about VM traffic redirect
16+
pull_request: https://github.com/deckhouse/virtualization/pull/1646
17+
module:
18+
features:
19+
- summary: Validate dvcr section in ModuleConfig.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1628
21+
- summary: add project/namespace virtual machines overview dashboard and fix virtualmachine dashboard
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1603
23+
fixes:
24+
- summary: Improving audit events names. Also add ignoring system service acconts.
25+
pull_request: https://github.com/deckhouse/virtualization/pull/1611
26+
- summary: >-
27+
Improve module control audit event name field. Also process event only for supported methods
28+
and skip service accounts events.
29+
pull_request: https://github.com/deckhouse/virtualization/pull/1604
30+
- summary: Fix virtualization-audit image check.
31+
pull_request: https://github.com/deckhouse/virtualization/pull/1589
32+
observability:
33+
features:
34+
- summary: >-
35+
Added three new Prometheus metrics for VirtualDisk monitoring (capacity_bytes, info, and
36+
status_inuse).
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1592
38+
test:
39+
features:
40+
- summary: Mark test case resources with label.
41+
pull_request: https://github.com/deckhouse/virtualization/pull/1645
42+
fixes:
43+
- summary: Fix migration helper usage.
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1644
45+
- summary: Exclude `http2.GoAwayError` from error checker.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/1640
47+
- summary: Set MiddleTimeout for framework Delete method.
48+
pull_request: https://github.com/deckhouse/virtualization/pull/1639
49+
vd:
50+
fixes:
51+
- summary: Do not block volume migrations if failed snapshot exists.
52+
pull_request: https://github.com/deckhouse/virtualization/pull/1647
53+
vdsnapshot:
54+
fixes:
55+
- summary: >-
56+
A virtual disk snapshot will be in the Failed phase if `spec.requiredConsistency` is `true`,
57+
but a virtual machine has not been stopped or filesystem has not been frozen during the
58+
snapshotting process.
59+
pull_request: https://github.com/deckhouse/virtualization/pull/1605
60+
vm:
61+
fixes:
62+
- summary: >-
63+
Fixed an issue where the Virtualization Controller could panic on unexpected block device
64+
deletion.
65+
pull_request: https://github.com/deckhouse/virtualization/pull/1585
66+
vmbda:
67+
fixes:
68+
- summary: Fix missing Serial for Attached images and disks in intvirtvm.
69+
pull_request: https://github.com/deckhouse/virtualization/pull/1580
70+
- summary: VMBDA now reports a clear error if the device is not available on the VM's node.
71+
pull_request: https://github.com/deckhouse/virtualization/pull/1561
72+
vmrestore:
73+
features:
74+
- summary: >-
75+
VirtualMachineRestore is deprecated and replaced by VirtualMachineOperation with type
76+
'Restore'.
77+
pull_request: https://github.com/deckhouse/virtualization/pull/1631
78+
fixes:
79+
- summary: >-
80+
Remove spurious error logs when snapshot secret name is not yet populated during
81+
initialization.
82+
pull_request: https://github.com/deckhouse/virtualization/pull/1624
83+

CHANGELOG/CHANGELOG-v1.2.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog v1.2
2+
3+
## [MALFORMED]
4+
5+
6+
- #1588 invalid type "refactor"
7+
8+
## Features
9+
10+
11+
- **[module]** Validate dvcr section in ModuleConfig. [#1628](https://github.com/deckhouse/virtualization/pull/1628)
12+
- **[module]** add project/namespace virtual machines overview dashboard and fix virtualmachine dashboard [#1603](https://github.com/deckhouse/virtualization/pull/1603)
13+
- **[observability]** Added three new Prometheus metrics for VirtualDisk monitoring (capacity_bytes, info, and status_inuse). [#1592](https://github.com/deckhouse/virtualization/pull/1592)
14+
- **[vmrestore]** VirtualMachineRestore is deprecated and replaced by VirtualMachineOperation with type 'Restore'. [#1631](https://github.com/deckhouse/virtualization/pull/1631)
15+
16+
## Fixes
17+
18+
19+
- **[core]** More frequent polling for applied checksum to get audit events about changed checksum. [#1637](https://github.com/deckhouse/virtualization/pull/1637)
20+
- **[core]** fix map iterate concurrency panic in vm-route-forge [#1602](https://github.com/deckhouse/virtualization/pull/1602)
21+
- **[docs]** Update manual about VM traffic redirect [#1646](https://github.com/deckhouse/virtualization/pull/1646)
22+
- **[module]** Improving audit events names. Also add ignoring system service acconts. [#1611](https://github.com/deckhouse/virtualization/pull/1611)
23+
- **[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)
24+
- **[vd]** Do not block volume migrations if failed snapshot exists. [#1647](https://github.com/deckhouse/virtualization/pull/1647)
25+
- **[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)
26+
- **[vm]** Fixed an issue where the Virtualization Controller could panic on unexpected block device deletion. [#1585](https://github.com/deckhouse/virtualization/pull/1585)
27+
- **[vmbda]** Fix missing Serial for Attached images and disks in intvirtvm. [#1580](https://github.com/deckhouse/virtualization/pull/1580)
28+
- **[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)
29+
- **[vmrestore]** Remove spurious error logs when snapshot secret name is not yet populated during initialization. [#1624](https://github.com/deckhouse/virtualization/pull/1624)
30+
31+
## Chore
32+
33+
34+
- **[core]** More renames for containers to work with containerd v2. [#1579](https://github.com/deckhouse/virtualization/pull/1579)
35+
- **[module]** dmt lint is now the only tool that is used to validate licenses in source files. [#1655](https://github.com/deckhouse/virtualization/pull/1655)
36+
- **[module]** Fix build for p11-kit, fix mount of /var/log/libvirt in virt-launcher image. [#1576](https://github.com/deckhouse/virtualization/pull/1576)
37+
- **[module]** Use at least golang 1.24 for all components. [#1575](https://github.com/deckhouse/virtualization/pull/1575)
38+
- **[vi]** Remove skip for VirtualImageCreation test. [#1598](https://github.com/deckhouse/virtualization/pull/1598)
39+

0 commit comments

Comments
 (0)