Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG/CHANGELOG-v0.18.2.yml
Original file line number Diff line number Diff line change
@@ -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

3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-v0.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading