-
Notifications
You must be signed in to change notification settings - Fork 2
Backport: Changelog v1.1.0 #1531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport: Changelog v1.1.0 #1531
Conversation
Signed-off-by: deckhouse-BOaTswain <[email protected]> Co-authored-by: loktev-d <[email protected]>
Reviewer's GuideThis PR backports the v1.1.0 changelog by adding two new files: a structured YAML changelog with component-level entries and a human-readable Markdown release note summarizing the new features and fixes. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there - I've reviewed your changes and they look great!
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `CHANGELOG/CHANGELOG-v1.1.md:25` </location>
<code_context>
+ - **[observability]** Fixed the graph on the virtual machine dashboard that displays memory copy statistics during VM migration. [#1474](https://github.com/deckhouse/virtualization/pull/1474)
+ - **[vd]** respect user-specified storage class when restoring from snapshot [#1417](https://github.com/deckhouse/virtualization/pull/1417)
+ - **[vmclass]** Use qemu64 CPU model for Discovery and Features types to fix nested virtualization on AMD hosts [#1446](https://github.com/deckhouse/virtualization/pull/1446)
+ - **[vmop]** Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493)
+ - **[vmop]** Fixed garbage collector behavior: previously, all VMOP objects were deleted after restarting the virtualization controller, ignoring cleanup rules. [#1471](https://github.com/deckhouse/virtualization/pull/1471)
+
</code_context>
<issue_to_address>
**issue (typo):** Add 'is' to 'a disk that is in the "Terminating" phase' for grammatical correctness.
Update the phrase to 'a disk that is in the "Terminating" phase' for correct grammar.
```suggestion
- **[vmop]** Fix the problem where a disk that is in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493)
```
</issue_to_address>
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
- **[observability]** Fixed the graph on the virtual machine dashboard that displays memory copy statistics during VM migration. [#1474](https://github.com/deckhouse/virtualization/pull/1474) | ||
- **[vd]** respect user-specified storage class when restoring from snapshot [#1417](https://github.com/deckhouse/virtualization/pull/1417) | ||
- **[vmclass]** Use qemu64 CPU model for Discovery and Features types to fix nested virtualization on AMD hosts [#1446](https://github.com/deckhouse/virtualization/pull/1446) | ||
- **[vmop]** Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Add 'is' to 'a disk that is in the "Terminating" phase' for grammatical correctness.
Update the phrase to 'a disk that is in the "Terminating" phase' for correct grammar.
- **[vmop]** Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493) | |
- **[vmop]** Fix the problem where a disk that is in the "Terminating" phase was wrongly added to kvvm's volumes during a restore operation in Strict mode. [#1493](https://github.com/deckhouse/virtualization/pull/1493) |
Changelog v1.1.0
Features
[module] Added the
D8VirtualizationDVCRInsufficientCapacityRisk
alert, which warns of the risk of insufficient free space in the virtual machine image storage (DVCR). #1461[module] Added the
KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown
alert, which is triggered when the node hosting the virtual machines is about to shut down but VM evacuation is not yet complete. #1268[vm] Added the ability to migrate VMs using disks on local storage. Restrictions:
phase: Running
).VirtualMachineBlockDeviceAttachment
(hotplug) is not supported yet.Added the ability to migrate storage for VM disks (change
StorageClass
). Restrictions:phase: Running
).VirtualMachineBlockDeviceAttachment
(hotplug) is not supported yet. #1360[vmop] Added an operation with the
Clone
type to create a clone of a VM from an existing VM (VirtualMachineOperation
.spec.type: Clone
). #1418Fixes
For more information, see the changelog and minor version release changes.