Skip to content

Commit 7a9c746

Browse files
authored
Re-generate changelog v0.17.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent 3a0ee1b commit 7a9c746

2 files changed

Lines changed: 90 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.17.0.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
core:
2+
fixes:
3+
- summary: Add new emptydirs mounted to `/tmp` and `/var/lib/swtpm-localca` for virt-launcher
4+
pull_request: https://github.com/deckhouse/virtualization/pull/802
5+
- summary: directories in root such as bin,sbin,etc linked to their respective counterparts in /usr
6+
pull_request: https://github.com/deckhouse/virtualization/pull/789
7+
kubevirt:
8+
fixes:
9+
- summary: add limits for init container `etc-libvirt-init`
10+
pull_request: https://github.com/deckhouse/virtualization/pull/793
11+
- summary: >-
12+
fix hotplug container disk mounter blocking the queue when virt-handler attempts to
13+
reconcile ghost records
14+
pull_request: https://github.com/deckhouse/virtualization/pull/717
15+
vd:
16+
fixes:
17+
- summary: watch pvc creation events
18+
pull_request: https://github.com/deckhouse/virtualization/pull/808
19+
- summary: Optimized the creation time for empty disks
20+
pull_request: https://github.com/deckhouse/virtualization/pull/786
21+
- summary: fix resizing handler and cover it with unit tests
22+
pull_request: https://github.com/deckhouse/virtualization/pull/685
23+
vi:
24+
fixes:
25+
- summary: bug fixes related to VirtualImage and VDSnapshot ObjectRef
26+
pull_request: https://github.com/deckhouse/virtualization/pull/781
27+
vm:
28+
features:
29+
- summary: VirtualMachine.Status.BlockDeviceRefs contains hotplugged images
30+
pull_request: https://github.com/deckhouse/virtualization/pull/681
31+
fixes:
32+
- summary: fix filesystem frozen condition blinks
33+
pull_request: https://github.com/deckhouse/virtualization/pull/795
34+
- summary: rename filesystemReady condition to filesystemFrozen
35+
pull_request: https://github.com/deckhouse/virtualization/pull/714
36+
vmbda:
37+
fixes:
38+
- summary: >-
39+
fixed a bug that prevented the deletion of the vmbda device when its block device was
40+
already specified in the virtual machine's specification.
41+
pull_request: https://github.com/deckhouse/virtualization/pull/760
42+

CHANGELOG/CHANGELOG-v0.17.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog v0.17
2+
3+
## [MALFORMED]
4+
5+
6+
- #709 invalid type "feat", unknown section "e2e"
7+
- #713 invalid type "feat"
8+
- #743 missing section, missing summary, missing type, unknown section ""
9+
- #750 invalid type "test"
10+
- #752 invalid type "test"
11+
- #754 invalid type "test"
12+
- #770 invalid type "refactor"
13+
- #774 invalid type "feat"
14+
- #784 unknown section "doc"
15+
- #787 invalid type "test"
16+
- #791 invalid type "feat"
17+
- #792 invalid type "refactor"
18+
- #794 unknown section "test"
19+
- #797 unknown section "test"
20+
- #805 invalid type "feat"
21+
22+
## Features
23+
24+
25+
- **[vm]** VirtualMachine.Status.BlockDeviceRefs contains hotplugged images [#681](https://github.com/deckhouse/virtualization/pull/681)
26+
27+
## Fixes
28+
29+
30+
- **[vd]** Optimized the creation time for empty disks [#786](https://github.com/deckhouse/virtualization/pull/786)
31+
- **[vd]** fix resizing handler and cover it with unit tests [#685](https://github.com/deckhouse/virtualization/pull/685)
32+
- **[vi]** bug fixes related to VirtualImage and VDSnapshot ObjectRef [#781](https://github.com/deckhouse/virtualization/pull/781)
33+
- **[vm]** rename filesystemReady condition to filesystemFrozen [#714](https://github.com/deckhouse/virtualization/pull/714)
34+
- **[vmbda]** fixed a bug that prevented the deletion of the vmbda device when its block device was already specified in the virtual machine's specification. [#760](https://github.com/deckhouse/virtualization/pull/760)
35+
36+
## Chore
37+
38+
39+
- **[core]** remove libguestfs image [#807](https://github.com/deckhouse/virtualization/pull/807)
40+
- **[core]** change vm-router-forge image to distroless [#790](https://github.com/deckhouse/virtualization/pull/790)
41+
- **[core]** change distroless user to deckhouse [#757](https://github.com/deckhouse/virtualization/pull/757)
42+
- **[core]** virt-handler image to distroless [#748](https://github.com/deckhouse/virtualization/pull/748)
43+
- **[core]** virtualization api,controller to distroless [#745](https://github.com/deckhouse/virtualization/pull/745)
44+
- **[core]** virt operator,exportproxy,exportserver to distroless [#744](https://github.com/deckhouse/virtualization/pull/744)
45+
- **[core]** apply new cilium network priority api [#733](https://github.com/deckhouse/virtualization/pull/733)
46+
- **[core]** change dvcr images to distroless [#715](https://github.com/deckhouse/virtualization/pull/715)
47+
- **[module]** moving tls certificates generations to go hooks sdk. [#701](https://github.com/deckhouse/virtualization/pull/701)
48+

0 commit comments

Comments
 (0)