diff --git a/CHANGELOG/CHANGELOG-v0.19.0.yml b/CHANGELOG/CHANGELOG-v0.19.0.yml new file mode 100644 index 0000000000..4ed6001f3b --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.19.0.yml @@ -0,0 +1,63 @@ +api: + fixes: + - summary: Fixed the requeue loss bug during VD/VI/CVI provisioning. + pull_request: https://github.com/deckhouse/virtualization/pull/1046 +docs: + fixes: + - summary: Deleted the repetitive paragraphs in IP address section + pull_request: https://github.com/deckhouse/virtualization/pull/1059 +images: + fixes: + - summary: Disable false positive error logs about not ready datasource. + pull_request: https://github.com/deckhouse/virtualization/pull/1050 +module: + fixes: + - summary: >- + Fix the update parameters for control-plane components in HA mode, which caused the update + to hang. + pull_request: https://github.com/deckhouse/virtualization/pull/1092 + - summary: fix vm, vmop alerts + pull_request: https://github.com/deckhouse/virtualization/pull/1079 +vd: + features: + - summary: >- + Now the stopped virtual machine does not protect the virtual disk, and the virtual disk + becomes available for deletion + pull_request: https://github.com/deckhouse/virtualization/pull/1014 +vm: + fixes: + - summary: Set the maximum size of the embedded cloud-init block to 2048 bytes. + pull_request: https://github.com/deckhouse/virtualization/pull/1083 + - summary: Add a mechanism to clean up zombie processes from the virtual machine container. + pull_request: https://github.com/deckhouse/virtualization/pull/1058 + - summary: trim quotes in discovered ClusterIP + pull_request: https://github.com/deckhouse/virtualization/pull/1052 + - summary: >- + Optimize the display of conditions. Now only relevant conditions are shown in the virtual + machine status. + pull_request: https://github.com/deckhouse/virtualization/pull/1023 +vmclass: + fixes: + - summary: >- + Fix an issue when creating a VirtualMachineClass resource that could remain in a Pending + state during cluster creation or when adding nodes + pull_request: https://github.com/deckhouse/virtualization/pull/1075 +vmip: + fixes: + - summary: Fix the flickering of the Bound phase + pull_request: https://github.com/deckhouse/virtualization/pull/1093 + - summary: Fix vmip listing in the watcher. + pull_request: https://github.com/deckhouse/virtualization/pull/1084 + - summary: >- + Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a + single virtual machine. + pull_request: https://github.com/deckhouse/virtualization/pull/1081 + - summary: Fix creating many vmipleases from one vmip. + pull_request: https://github.com/deckhouse/virtualization/pull/1012 +vmsnapshot: + fixes: + - summary: >- + 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. + pull_request: https://github.com/deckhouse/virtualization/pull/1065 + diff --git a/CHANGELOG/CHANGELOG-v0.19.md b/CHANGELOG/CHANGELOG-v0.19.md new file mode 100644 index 0000000000..2347f6229e --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.19.md @@ -0,0 +1,20 @@ +# Changelog v0.19 + +## Fixes + + + - **[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) + - **[vm]** Set the maximum size of the embedded cloud-init block to 2048 bytes. [#1083](https://github.com/deckhouse/virtualization/pull/1083) + - **[vm]** Add a mechanism to clean up zombie processes from the virtual machine container. [#1058](https://github.com/deckhouse/virtualization/pull/1058) + - **[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) + - **[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) + - **[vmip]** Fix an issue with the creation of duplicate VirtualMachineIPAddressLease resources for a single virtual machine. [#1081](https://github.com/deckhouse/virtualization/pull/1081) + - **[vmip]** Fix creating many vmipleases from one vmip. [#1012](https://github.com/deckhouse/virtualization/pull/1012) + - **[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) + +## Chore + + + - **[core]** Remove unused binary files from containers as part of the certification preparation. [#1042](https://github.com/deckhouse/virtualization/pull/1042) + - **[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) +