diff --git a/CHANGELOG/CHANGELOG-v0.18.2.yml b/CHANGELOG/CHANGELOG-v0.18.2.yml index 97e00fc5b4..f6698b2097 100644 --- a/CHANGELOG/CHANGELOG-v0.18.2.yml +++ b/CHANGELOG/CHANGELOG-v0.18.2.yml @@ -1,5 +1,19 @@ +api: + fixes: + - summary: fix snapshotting process + pull_request: https://github.com/deckhouse/virtualization/pull/1118 module: fixes: - summary: Fix the polk alerts annotations of the virtual machine state. pull_request: https://github.com/deckhouse/virtualization/pull/1094 +vd: + fixes: + - summary: >- + Fix the display of the StorageClass column, which could remain empty when running the + `kubectl get` command. + pull_request: https://github.com/deckhouse/virtualization/pull/1126 +vm: + fixes: + - summary: fix BlockDevicesReady VM's condition was set to 'not ready for use' when VD ready. + pull_request: https://github.com/deckhouse/virtualization/pull/1120 diff --git a/CHANGELOG/CHANGELOG-v0.18.md b/CHANGELOG/CHANGELOG-v0.18.md index a3f92f19a9..5b5e66f8b1 100644 --- a/CHANGELOG/CHANGELOG-v0.18.md +++ b/CHANGELOG/CHANGELOG-v0.18.md @@ -12,8 +12,11 @@ ## Fixes + - **[api]** fix snapshotting process [#1118](https://github.com/deckhouse/virtualization/pull/1118) - **[module]** Fix the polk alerts annotations of the virtual machine state. [#1094](https://github.com/deckhouse/virtualization/pull/1094) + - **[vd]** Fix the display of the StorageClass column, which could remain empty when running the `kubectl get` command. [#1126](https://github.com/deckhouse/virtualization/pull/1126) - **[vd]** Fix cleanup for CVI and VI when creating from object reference with the type VirtualDisk. [#996](https://github.com/deckhouse/virtualization/pull/996) + - **[vm]** fix BlockDevicesReady VM's condition was set to 'not ready for use' when VD ready. [#1120](https://github.com/deckhouse/virtualization/pull/1120) - **[vm]** The collection of metrics based on conditions has been fixed. `AwaitingRestartToApplyConfiguration`, `ConfigurationApplied`, `AgentReady` and `FirmwareUpToDate` conditions of the virtual machine are no longer displayed to the user unless they contain an issue or an important message. However, this change was not initially reflected in the metrics. It has now been corrected. [#1069](https://github.com/deckhouse/virtualization/pull/1069) - **[vm]** The InUse condition is now correctly removed when the virtual machine class is no longer used by any VM. [#1009](https://github.com/deckhouse/virtualization/pull/1009) - **[vm]** Resolved an issue where it was impossible to stop a VM if there were unapplied changes in its configuration. [#991](https://github.com/deckhouse/virtualization/pull/991)