Skip to content

Commit 7e41d94

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

2 files changed

Lines changed: 122 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.17.0.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
core:
2+
fixes:
3+
- summary: add blockdev binary to cdi-importer and cdi-controller
4+
pull_request: https://github.com/deckhouse/virtualization/pull/820
5+
- summary: add swtpm configs and gnutls-utils to virt-launcher image
6+
pull_request: https://github.com/deckhouse/virtualization/pull/819
7+
- summary: fix symlinks and add missing binaries virt-launcher
8+
pull_request: https://github.com/deckhouse/virtualization/pull/815
9+
- summary: fix dvcr images imports, cdi components to distroless images
10+
pull_request: https://github.com/deckhouse/virtualization/pull/806
11+
- summary: Add new emptydirs mounted to `/tmp` and `/var/lib/swtpm-localca` for virt-launcher
12+
pull_request: https://github.com/deckhouse/virtualization/pull/802
13+
- summary: directories in root such as bin,sbin,etc linked to their respective counterparts in /usr
14+
pull_request: https://github.com/deckhouse/virtualization/pull/789
15+
kubevirt:
16+
fixes:
17+
- summary: add limits for init container `etc-libvirt-init`
18+
pull_request: https://github.com/deckhouse/virtualization/pull/793
19+
- summary: >-
20+
fix hotplug container disk mounter blocking the queue when virt-handler attempts to
21+
reconcile ghost records
22+
pull_request: https://github.com/deckhouse/virtualization/pull/717
23+
vd:
24+
fixes:
25+
- summary: watch pvc creation events
26+
pull_request: https://github.com/deckhouse/virtualization/pull/808
27+
- summary: Optimized the creation time for empty disks
28+
pull_request: https://github.com/deckhouse/virtualization/pull/786
29+
- summary: fix resizing handler and cover it with unit tests
30+
pull_request: https://github.com/deckhouse/virtualization/pull/685
31+
vi:
32+
fixes:
33+
- summary: bug fixes related to VirtualImage and VDSnapshot ObjectRef
34+
pull_request: https://github.com/deckhouse/virtualization/pull/781
35+
vm:
36+
features:
37+
- summary: >-
38+
We have implemented an automatic CPU topology configuration mechanism for VMs. The number of
39+
cores/sockets depends on the number of cores in .spec.cpu.cores. For more details, refer to
40+
the documentation.
41+
pull_request: https://github.com/deckhouse/virtualization/pull/747
42+
- summary: VirtualMachine.Status.BlockDeviceRefs contains hotplugged images
43+
pull_request: https://github.com/deckhouse/virtualization/pull/681
44+
fixes:
45+
- summary: correct CPU core validation logic for range checks
46+
pull_request: https://github.com/deckhouse/virtualization/pull/824
47+
- summary: fix description in generated code
48+
pull_request: https://github.com/deckhouse/virtualization/pull/818
49+
- summary: fix filesystem frozen condition blinks
50+
pull_request: https://github.com/deckhouse/virtualization/pull/795
51+
- summary: rename filesystemReady condition to filesystemFrozen
52+
pull_request: https://github.com/deckhouse/virtualization/pull/714
53+
vmbda:
54+
fixes:
55+
- summary: check unplug ability for prefixed block device name
56+
pull_request: https://github.com/deckhouse/virtualization/pull/814
57+
- summary: >-
58+
fixed a bug that prevented the deletion of the vmbda device when its block device was
59+
already specified in the virtual machine's specification.
60+
pull_request: https://github.com/deckhouse/virtualization/pull/760
61+

CHANGELOG/CHANGELOG-v0.17.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
- #809 invalid type "feat"
22+
- #811 invalid type "refactor"
23+
- #816 invalid type "test"
24+
25+
## Features
26+
27+
28+
- **[vm]** We have implemented an automatic CPU topology configuration mechanism for VMs. The number of cores/sockets depends on the number of cores in .spec.cpu.cores. For more details, refer to the documentation. [#747](https://github.com/deckhouse/virtualization/pull/747)
29+
- **[vm]** VirtualMachine.Status.BlockDeviceRefs contains hotplugged images [#681](https://github.com/deckhouse/virtualization/pull/681)
30+
31+
## Fixes
32+
33+
34+
- **[core]** add blockdev binary to cdi-importer and cdi-controller [#820](https://github.com/deckhouse/virtualization/pull/820)
35+
- **[core]** add swtpm configs and gnutls-utils to virt-launcher image [#819](https://github.com/deckhouse/virtualization/pull/819)
36+
- **[core]** fix symlinks and add missing binaries virt-launcher [#815](https://github.com/deckhouse/virtualization/pull/815)
37+
- **[core]** fix dvcr images imports, cdi components to distroless images [#806](https://github.com/deckhouse/virtualization/pull/806)
38+
- **[vd]** Optimized the creation time for empty disks [#786](https://github.com/deckhouse/virtualization/pull/786)
39+
- **[vd]** fix resizing handler and cover it with unit tests [#685](https://github.com/deckhouse/virtualization/pull/685)
40+
- **[vi]** bug fixes related to VirtualImage and VDSnapshot ObjectRef [#781](https://github.com/deckhouse/virtualization/pull/781)
41+
- **[vm]** correct CPU core validation logic for range checks [#824](https://github.com/deckhouse/virtualization/pull/824)
42+
- **[vm]** fix description in generated code [#818](https://github.com/deckhouse/virtualization/pull/818)
43+
- **[vm]** rename filesystemReady condition to filesystemFrozen [#714](https://github.com/deckhouse/virtualization/pull/714)
44+
- **[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)
45+
46+
## Chore
47+
48+
49+
- **[core]** remove libguestfs image [#807](https://github.com/deckhouse/virtualization/pull/807)
50+
- **[core]** change vm-router-forge image to distroless [#790](https://github.com/deckhouse/virtualization/pull/790)
51+
- **[core]** change virt-launcher image to distroless [#773](https://github.com/deckhouse/virtualization/pull/773)
52+
- **[core]** change distroless user to deckhouse [#757](https://github.com/deckhouse/virtualization/pull/757)
53+
- **[core]** virt-handler image to distroless [#748](https://github.com/deckhouse/virtualization/pull/748)
54+
- **[core]** virtualization api,controller to distroless [#745](https://github.com/deckhouse/virtualization/pull/745)
55+
- **[core]** virt operator,exportproxy,exportserver to distroless [#744](https://github.com/deckhouse/virtualization/pull/744)
56+
- **[core]** apply new cilium network priority api [#733](https://github.com/deckhouse/virtualization/pull/733)
57+
- **[core]** change dvcr images to distroless [#715](https://github.com/deckhouse/virtualization/pull/715)
58+
- **[docs]** add more cloud images sources [#813](https://github.com/deckhouse/virtualization/pull/813)
59+
- **[docs]** add ansible provisioning guide to FAQ [#803](https://github.com/deckhouse/virtualization/pull/803)
60+
- **[module]** moving tls certificates generations to go hooks sdk. [#701](https://github.com/deckhouse/virtualization/pull/701)
61+

0 commit comments

Comments
 (0)