Skip to content

Commit 0431965

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

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

CHANGELOG/CHANGELOG-v1.1.0.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
fixes:
28+
- summary: >-
29+
Combine legends and unify line colors for different migrations on live migration memory
30+
graph.
31+
pull_request: https://github.com/deckhouse/virtualization/pull/1474
32+
vd:
33+
fixes:
34+
- summary: allow delete pending resource
35+
pull_request: https://github.com/deckhouse/virtualization/pull/1448
36+
vm:
37+
fixes:
38+
- summary: fix creating snapshot from vm with awaiting restart changes
39+
pull_request: https://github.com/deckhouse/virtualization/pull/1477
40+
vmop:
41+
features:
42+
- summary: add VM clone operation feature.
43+
pull_request: https://github.com/deckhouse/virtualization/pull/1418
44+
fixes:
45+
- summary: fix deleting vmops when controller restarted
46+
pull_request: https://github.com/deckhouse/virtualization/pull/1471
47+

CHANGELOG/CHANGELOG-v1.1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
- **[vmop]** add VM clone operation feature. [#1418](https://github.com/deckhouse/virtualization/pull/1418)
9+
10+
## Fixes
11+
12+
13+
- **[module]** fix install packages via dnf and yum [#1464](https://github.com/deckhouse/virtualization/pull/1464)
14+
- **[observability]** Combine legends and unify line colors for different migrations on live migration memory graph. [#1474](https://github.com/deckhouse/virtualization/pull/1474)
15+
- **[vd]** allow delete pending resource [#1448](https://github.com/deckhouse/virtualization/pull/1448)
16+
- **[vm]** fix creating snapshot from vm with awaiting restart changes [#1477](https://github.com/deckhouse/virtualization/pull/1477)
17+
- **[vmop]** fix deleting vmops when controller restarted [#1471](https://github.com/deckhouse/virtualization/pull/1471)
18+
19+
## Chore
20+
21+
22+
- **[core]** Enable build glib2 in closed environment. [#1478](https://github.com/deckhouse/virtualization/pull/1478)
23+
- **[module]** Support containerd integrity checks for containers with system images running in non-system namespaces. [#1432](https://github.com/deckhouse/virtualization/pull/1432)
24+

0 commit comments

Comments
 (0)