Skip to content

Commit 6d2084d

Browse files
Backport: Changelog v0.19.0 (#1106)
Changelog v0.19.0 (#1026) Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: Isteb4k <Isteb4k@users.noreply.github.com>
1 parent 5472ca6 commit 6d2084d

2 files changed

Lines changed: 83 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.19.0.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
- summary: >-
36+
Optimize the display of conditions. Now only relevant conditions are shown in the virtual
37+
machine status.
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1023
39+
vmclass:
40+
fixes:
41+
- summary: >-
42+
Fix an issue when creating a VirtualMachineClass resource that could remain in a Pending
43+
state during cluster creation or when adding nodes
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1075
45+
vmip:
46+
fixes:
47+
- summary: Fix the flickering of the Bound phase
48+
pull_request: https://github.com/deckhouse/virtualization/pull/1093
49+
- summary: Fix vmip listing in the watcher.
50+
pull_request: https://github.com/deckhouse/virtualization/pull/1084
51+
- summary: >-
52+
Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a
53+
single virtual machine.
54+
pull_request: https://github.com/deckhouse/virtualization/pull/1081
55+
- summary: Fix creating many vmipleases from one vmip.
56+
pull_request: https://github.com/deckhouse/virtualization/pull/1012
57+
vmsnapshot:
58+
fixes:
59+
- summary: >-
60+
Fix an issue where the VirtualMachineSnapshot resource could remain in a Pending state
61+
because it was unable to determine the status of the virtual machine agent.
62+
pull_request: https://github.com/deckhouse/virtualization/pull/1065
63+

CHANGELOG/CHANGELOG-v0.19.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog v0.19
2+
3+
## Fixes
4+
5+
6+
- **[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)
7+
- **[vm]** Set the maximum size of the embedded cloud-init block to 2048 bytes. [#1083](https://github.com/deckhouse/virtualization/pull/1083)
8+
- **[vm]** Add a mechanism to clean up zombie processes from the virtual machine container. [#1058](https://github.com/deckhouse/virtualization/pull/1058)
9+
- **[vm]** Optimize the display of conditions. Now only relevant conditions are shown in the virtual machine status. [#1023](https://github.com/deckhouse/virtualization/pull/1023)
10+
- **[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)
11+
- **[vmip]** Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a single virtual machine. [#1081](https://github.com/deckhouse/virtualization/pull/1081)
12+
- **[vmip]** Fix creating many vmipleases from one vmip. [#1012](https://github.com/deckhouse/virtualization/pull/1012)
13+
- **[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)
14+
15+
## Chore
16+
17+
18+
- **[core]** Remove unused binary files from containers as part of the certification preparation. [#1042](https://github.com/deckhouse/virtualization/pull/1042)
19+
- **[module]** Update module dependencies to address existing vulnerabilities CVE-2024-45337,CVE-2025-22869, CVE-2025-22870, CVE-2025-22872, CVE-2025-27144, CVE-2024-45336, CVE-2024-45341, CVE-2025-22866, CVE-2025-22871. [#1039](https://github.com/deckhouse/virtualization/pull/1039)
20+

0 commit comments

Comments
 (0)