Skip to content

Commit c660915

Browse files
authored
Re-generate changelog v1.1.0
Signed-off-by: deckhouse-BOaTswain <[email protected]>
1 parent f3eacae commit c660915

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

CHANGELOG/CHANGELOG-v1.1.0.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
ci:
2+
fixes:
3+
- summary: E2E tests no longer fail due to kubectl logs exit codes during teardown.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1466
5+
- summary: fix variable name for delve debug
6+
pull_request: https://github.com/deckhouse/virtualization/pull/1442
7+
core:
8+
features:
9+
- summary: add e2e framework
10+
pull_request: https://github.com/deckhouse/virtualization/pull/1366
11+
docs:
12+
fixes:
13+
- summary: english documentation remove cyrillic characters cdi_kubevirt_patching
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1481
15+
module:
16+
features:
17+
- summary: >-
18+
Adds the `D8VirtualizationDVCRInsufficientCapacityRisk` alert to monitor DVCR storage.
19+
Triggers when free space drops below 5GB or 20% of capacity.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1461
21+
- summary: add alert KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1268
23+
fixes:
24+
- summary: fix install packages via dnf and yum
25+
pull_request: https://github.com/deckhouse/virtualization/pull/1464
26+
observability:
27+
features:
28+
- summary: Repeat "Network details" graphs for all networks specified in the VM spec.
29+
pull_request: https://github.com/deckhouse/virtualization/pull/1475
30+
fixes:
31+
- summary: >-
32+
Combine legends and unify line colors for different migrations on live migration memory
33+
graph.
34+
pull_request: https://github.com/deckhouse/virtualization/pull/1474
35+
vd:
36+
fixes:
37+
- summary: allow delete pending resource
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1448
39+
vm:
40+
fixes:
41+
- summary: fix creating snapshot from vm with awaiting restart changes
42+
pull_request: https://github.com/deckhouse/virtualization/pull/1477
43+
vmop:
44+
features:
45+
- summary: add VM clone operation feature.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/1418
47+
fixes:
48+
- summary: fix deleting vmops when controller restarted
49+
pull_request: https://github.com/deckhouse/virtualization/pull/1471
50+

CHANGELOG/CHANGELOG-v1.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog v1.1
2+
3+
## Features
4+
5+
6+
- **[module]** Adds the `D8VirtualizationDVCRInsufficientCapacityRisk` alert to monitor DVCR storage. Triggers when free space drops below 5GB or 20% of capacity. [#1461](https://github.com/deckhouse/virtualization/pull/1461)
7+
- **[module]** add alert KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown [#1268](https://github.com/deckhouse/virtualization/pull/1268)
8+
- **[observability]** Repeat "Network details" graphs for all networks specified in the VM spec. [#1475](https://github.com/deckhouse/virtualization/pull/1475)
9+
- **[vmop]** add VM clone operation feature. [#1418](https://github.com/deckhouse/virtualization/pull/1418)
10+
11+
## Fixes
12+
13+
14+
- **[module]** fix install packages via dnf and yum [#1464](https://github.com/deckhouse/virtualization/pull/1464)
15+
- **[observability]** Combine legends and unify line colors for different migrations on live migration memory graph. [#1474](https://github.com/deckhouse/virtualization/pull/1474)
16+
- **[vd]** allow delete pending resource [#1448](https://github.com/deckhouse/virtualization/pull/1448)
17+
- **[vm]** fix creating snapshot from vm with awaiting restart changes [#1477](https://github.com/deckhouse/virtualization/pull/1477)
18+
- **[vmop]** fix deleting vmops when controller restarted [#1471](https://github.com/deckhouse/virtualization/pull/1471)
19+
20+
## Chore
21+
22+
23+
- **[core]** Enable build glib2 in closed environment. [#1478](https://github.com/deckhouse/virtualization/pull/1478)
24+
- **[module]** Support containerd integrity checks for containers with system images running in non-system namespaces. [#1432](https://github.com/deckhouse/virtualization/pull/1432)
25+

0 commit comments

Comments
 (0)