Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG/CHANGELOG-v0.18.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
vm:
fixes:
- summary: >-
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.
pull_request: https://github.com/deckhouse/virtualization/pull/1069

1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-v0.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


- **[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]** 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)
- **[vm]** Improved the logic for handling VM conditions and enhanced the status output for more accurate monitoring. [#931](https://github.com/deckhouse/virtualization/pull/931)
Expand Down
Loading