Skip to content

Commit 5faacc3

Browse files
authored
Re-generate changelog v0.19.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent d89a845 commit 5faacc3

2 files changed

Lines changed: 83 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.19.0.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
api:
2+
fixes:
3+
- summary: Fixed the requeue loss bug during VD/VI/CVI provisioning.
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1046
5+
docs:
6+
fixes:
7+
- summary: Deleted the repetitive paragraphs in IP address section
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1059
9+
images:
10+
fixes:
11+
- summary: Disable false positive error logs about not ready datasource.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1050
13+
module:
14+
fixes:
15+
- summary: >-
16+
Fix the update parameters for control-plane components in HA mode, which caused the update
17+
to hang.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/1092
19+
- summary: fix vm, vmop alerts
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1079
21+
vd:
22+
features:
23+
- summary: >-
24+
Now the stopped virtual machine does not protect the virtual disk, and the virtual disk
25+
becomes available for deletion
26+
pull_request: https://github.com/deckhouse/virtualization/pull/1014
27+
vm:
28+
fixes:
29+
- summary: Set the maximum size of the embedded cloud-init block to 2048 bytes.
30+
pull_request: https://github.com/deckhouse/virtualization/pull/1083
31+
- summary: Add a mechanism to clean up zombie processes from the virtual machine container.
32+
pull_request: https://github.com/deckhouse/virtualization/pull/1058
33+
- summary: trim quotes in discovered ClusterIP
34+
pull_request: https://github.com/deckhouse/virtualization/pull/1052
35+
vmclass:
36+
fixes:
37+
- summary: >-
38+
Fix an issue when creating a VirtualMachineClass resource that could remain in a Pending
39+
state during cluster creation or when adding nodes
40+
pull_request: https://github.com/deckhouse/virtualization/pull/1075
41+
vmip:
42+
fixes:
43+
- summary: Fix the flickering of the Bound phase
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1093
45+
- summary: Fix vmip listing in the watcher.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/1084
47+
- summary: >-
48+
Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a
49+
single virtual machine.
50+
pull_request: https://github.com/deckhouse/virtualization/pull/1081
51+
- summary: Fix creating many vmipleases from one vmip.
52+
pull_request: https://github.com/deckhouse/virtualization/pull/1012
53+
vmsnapshot:
54+
fixes:
55+
- summary: >-
56+
Fix an issue where the VirtualMachineSnapshot resource could remain in a Pending state
57+
because it was unable to determine the status of the virtual machine agent.
58+
pull_request: https://github.com/deckhouse/virtualization/pull/1065
59+

CHANGELOG/CHANGELOG-v0.19.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog v0.19
2+
3+
## [MALFORMED]
4+
5+
6+
- #1023 missing section, missing summary, missing type, unknown section ""
7+
- #1039 missing section, missing summary, missing type, unknown section ""
8+
9+
## Fixes
10+
11+
12+
- **[module]** Fix the update parameters for control-plane components in HA mode, which caused the update to hang. [#1092](https://github.com/deckhouse/virtualization/pull/1092)
13+
- **[vm]** Set the maximum size of the embedded cloud-init block to 2048 bytes. [#1083](https://github.com/deckhouse/virtualization/pull/1083)
14+
- **[vm]** Add a mechanism to clean up zombie processes from the virtual machine container. [#1058](https://github.com/deckhouse/virtualization/pull/1058)
15+
- **[vmclass]** Fix an issue when creating a VirtualMachineClass resource that could remain in a Pending state during cluster creation or when adding nodes [#1075](https://github.com/deckhouse/virtualization/pull/1075)
16+
- **[vmip]** Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a single virtual machine. [#1081](https://github.com/deckhouse/virtualization/pull/1081)
17+
- **[vmip]** Fix creating many vmipleases from one vmip. [#1012](https://github.com/deckhouse/virtualization/pull/1012)
18+
- **[vmsnapshot]** Fix an issue where the VirtualMachineSnapshot resource could remain in a Pending state because it was unable to determine the status of the virtual machine agent. [#1065](https://github.com/deckhouse/virtualization/pull/1065)
19+
20+
## Chore
21+
22+
23+
- **[core]** Remove unused binary files from containers as part of the certification preparation. [#1042](https://github.com/deckhouse/virtualization/pull/1042)
24+

0 commit comments

Comments
 (0)