Skip to content

Commit b5f90bc

Browse files
authored
Re-generate changelog v1.2.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent ff78565 commit b5f90bc

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed

CHANGELOG/CHANGELOG-v1.2.0.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
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+
images:
18+
fixes:
19+
- summary: Fix deleting images connected to Stopped VMs.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1669
21+
module:
22+
features:
23+
- summary: Validate dvcr section in ModuleConfig.
24+
pull_request: https://github.com/deckhouse/virtualization/pull/1628
25+
- summary: add project/namespace virtual machines overview dashboard and fix virtualmachine dashboard
26+
pull_request: https://github.com/deckhouse/virtualization/pull/1603
27+
fixes:
28+
- summary: fix file prefix for grafana dashboards
29+
pull_request: https://github.com/deckhouse/virtualization/pull/1673
30+
- summary: Improving audit events names. Also add ignoring system service acconts.
31+
pull_request: https://github.com/deckhouse/virtualization/pull/1611
32+
- summary: >-
33+
Improve module control audit event name field. Also process event only for supported methods
34+
and skip service accounts events.
35+
pull_request: https://github.com/deckhouse/virtualization/pull/1604
36+
- summary: Fix virtualization-audit image check.
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1589
38+
observability:
39+
features:
40+
- summary: >-
41+
Added three new Prometheus metrics for VirtualDisk monitoring (capacity_bytes, info, and
42+
status_inuse).
43+
pull_request: https://github.com/deckhouse/virtualization/pull/1592
44+
test:
45+
features:
46+
- summary: Mark test case resources with label.
47+
pull_request: https://github.com/deckhouse/virtualization/pull/1645
48+
fixes:
49+
- summary: Fix migration helper usage.
50+
pull_request: https://github.com/deckhouse/virtualization/pull/1644
51+
- summary: Exclude `http2.GoAwayError` from error checker.
52+
pull_request: https://github.com/deckhouse/virtualization/pull/1640
53+
- summary: Set MiddleTimeout for framework Delete method.
54+
pull_request: https://github.com/deckhouse/virtualization/pull/1639
55+
vd:
56+
fixes:
57+
- summary: Do not block volume migrations if failed snapshot exists.
58+
pull_request: https://github.com/deckhouse/virtualization/pull/1647
59+
vdsnapshot:
60+
fixes:
61+
- summary: >-
62+
A virtual disk snapshot will be in the Failed phase if `spec.requiredConsistency` is `true`,
63+
but a virtual machine has not been stopped or filesystem has not been frozen during the
64+
snapshotting process.
65+
pull_request: https://github.com/deckhouse/virtualization/pull/1605
66+
vm:
67+
features:
68+
- summary: sync tolerations immediately for auto migration when node placement changed
69+
pull_request: https://github.com/deckhouse/virtualization/pull/1621
70+
fixes:
71+
- summary: >-
72+
Fixed an issue where the Virtualization Controller could panic on unexpected block device
73+
deletion.
74+
pull_request: https://github.com/deckhouse/virtualization/pull/1585
75+
vmbda:
76+
fixes:
77+
- summary: Fix missing Serial for Attached images and disks in intvirtvm.
78+
pull_request: https://github.com/deckhouse/virtualization/pull/1580
79+
- summary: VMBDA now reports a clear error if the device is not available on the VM's node.
80+
pull_request: https://github.com/deckhouse/virtualization/pull/1561
81+
vmrestore:
82+
features:
83+
- summary: >-
84+
VirtualMachineRestore is deprecated and replaced by VirtualMachineOperation with type
85+
'Restore'.
86+
pull_request: https://github.com/deckhouse/virtualization/pull/1631
87+
fixes:
88+
- summary: >-
89+
Remove spurious error logs when snapshot secret name is not yet populated during
90+
initialization.
91+
pull_request: https://github.com/deckhouse/virtualization/pull/1624
92+

CHANGELOG/CHANGELOG-v1.2.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
- **[vm]** sync tolerations immediately for auto migration when node placement changed [#1621](https://github.com/deckhouse/virtualization/pull/1621)
15+
- **[vmrestore]** VirtualMachineRestore is deprecated and replaced by VirtualMachineOperation with type 'Restore'. [#1631](https://github.com/deckhouse/virtualization/pull/1631)
16+
17+
## Fixes
18+
19+
20+
- **[core]** More frequent polling for applied checksum to get audit events about changed checksum. [#1637](https://github.com/deckhouse/virtualization/pull/1637)
21+
- **[core]** fix map iterate concurrency panic in vm-route-forge [#1602](https://github.com/deckhouse/virtualization/pull/1602)
22+
- **[docs]** Update manual about VM traffic redirect [#1646](https://github.com/deckhouse/virtualization/pull/1646)
23+
- **[images]** Fix deleting images connected to Stopped VMs. [#1669](https://github.com/deckhouse/virtualization/pull/1669)
24+
- **[module]** fix file prefix for grafana dashboards [#1673](https://github.com/deckhouse/virtualization/pull/1673)
25+
- **[module]** Improving audit events names. Also add ignoring system service acconts. [#1611](https://github.com/deckhouse/virtualization/pull/1611)
26+
- **[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)
27+
- **[vd]** Do not block volume migrations if failed snapshot exists. [#1647](https://github.com/deckhouse/virtualization/pull/1647)
28+
- **[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)
29+
- **[vm]** Fixed an issue where the Virtualization Controller could panic on unexpected block device deletion. [#1585](https://github.com/deckhouse/virtualization/pull/1585)
30+
- **[vmbda]** Fix missing Serial for Attached images and disks in intvirtvm. [#1580](https://github.com/deckhouse/virtualization/pull/1580)
31+
- **[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)
32+
- **[vmrestore]** Remove spurious error logs when snapshot secret name is not yet populated during initialization. [#1624](https://github.com/deckhouse/virtualization/pull/1624)
33+
34+
## Chore
35+
36+
37+
- **[core]** Refactor cron source to be more universal. [#1663](https://github.com/deckhouse/virtualization/pull/1663)
38+
- **[core]** More renames for containers to work with containerd v2. [#1579](https://github.com/deckhouse/virtualization/pull/1579)
39+
- **[module]** revert added prefix for dashboards [#1685](https://github.com/deckhouse/virtualization/pull/1685)
40+
- **[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)
41+
- **[module]** Fix build for p11-kit, fix mount of /var/log/libvirt in virt-launcher image. [#1576](https://github.com/deckhouse/virtualization/pull/1576)
42+
- **[module]** Use at least golang 1.24 for all components. [#1575](https://github.com/deckhouse/virtualization/pull/1575)
43+
- **[vi]** Remove skip for VirtualImageCreation test. [#1598](https://github.com/deckhouse/virtualization/pull/1598)
44+

0 commit comments

Comments
 (0)