|
| 1 | +ci: |
| 2 | + features: |
| 3 | + - summary: add alias linter for golangci-lint |
| 4 | + pull_request: https://github.com/deckhouse/virtualization/pull/1387 |
| 5 | + fixes: |
| 6 | + - summary: E2E tests no longer fail due to kubectl logs exit codes during teardown. |
| 7 | + pull_request: https://github.com/deckhouse/virtualization/pull/1466 |
| 8 | + - summary: fix variable name for delve debug |
| 9 | + pull_request: https://github.com/deckhouse/virtualization/pull/1442 |
| 10 | +core: |
| 11 | + features: |
| 12 | + - summary: add e2e framework |
| 13 | + pull_request: https://github.com/deckhouse/virtualization/pull/1366 |
| 14 | +docs: |
| 15 | + fixes: |
| 16 | + - summary: english documentation remove cyrillic characters cdi_kubevirt_patching |
| 17 | + pull_request: https://github.com/deckhouse/virtualization/pull/1481 |
| 18 | +module: |
| 19 | + features: |
| 20 | + - summary: >- |
| 21 | + Added the `D8VirtualizationDVCRInsufficientCapacityRisk` alert, which warns of the risk of |
| 22 | + insufficient free space in the virtual machine image storage (DVCR). |
| 23 | + pull_request: https://github.com/deckhouse/virtualization/pull/1461 |
| 24 | + - summary: >- |
| 25 | + Added the `KubeNodeAwaitingVirtualMachinesEvictionBeforeShutdown` alert, which is triggered |
| 26 | + when the node hosting the virtual machines is about to shut down but VM evacuation is not |
| 27 | + yet complete. |
| 28 | + pull_request: https://github.com/deckhouse/virtualization/pull/1268 |
| 29 | +observability: |
| 30 | + fixes: |
| 31 | + - summary: >- |
| 32 | + Fixed the graph on the virtual machine dashboard that displays memory copy statistics during |
| 33 | + VM migration. |
| 34 | + pull_request: https://github.com/deckhouse/virtualization/pull/1474 |
| 35 | +vm: |
| 36 | + features: |
| 37 | + - summary: >- |
| 38 | + Added the ability to migrate VMs using disks on local storage. Restrictions: |
| 39 | +
|
| 40 | + - The feature is not available in the CE edition. |
| 41 | +
|
| 42 | + - Migration is only possible for running VMs (`phase: Running`). |
| 43 | +
|
| 44 | + - Migration of VMs with local disks connected via `VirtualMachineBlockDeviceAttachment` |
| 45 | + (hotplug) is not supported yet. |
| 46 | +
|
| 47 | +
|
| 48 | + Added the ability to migrate storage for VM disks (change `StorageClass`). Restrictions: |
| 49 | +
|
| 50 | + - The feature is not available in the CE edition. |
| 51 | +
|
| 52 | + - Migration is only possible for running VMs (`phase: Running`). |
| 53 | +
|
| 54 | + - Storage migration for disks connected via `VirtualMachineBlockDeviceAttachment` (hotplug) |
| 55 | + is not supported yet. |
| 56 | + pull_request: https://github.com/deckhouse/virtualization/pull/1360 |
| 57 | +vmclass: |
| 58 | + fixes: |
| 59 | + - summary: >- |
| 60 | + Use qemu64 CPU model for Discovery and Features types to fix nested virtualization on AMD |
| 61 | + hosts |
| 62 | + pull_request: https://github.com/deckhouse/virtualization/pull/1446 |
| 63 | +vmop: |
| 64 | + features: |
| 65 | + - summary: >- |
| 66 | + Added an operation with the `Clone` type to create a clone of a VM from an existing VM |
| 67 | + (`VirtualMachineOperation` `.spec.type: Clone`). |
| 68 | + pull_request: https://github.com/deckhouse/virtualization/pull/1418 |
| 69 | + fixes: |
| 70 | + - summary: >- |
| 71 | + Fix the problem where a disk that in the "Terminating" phase was wrongly added to kvvm's |
| 72 | + volumes during a restore operation in Strict mode. |
| 73 | + pull_request: https://github.com/deckhouse/virtualization/pull/1493 |
| 74 | + - summary: >- |
| 75 | + Fixed garbage collector behavior: previously, all VMOP objects were deleted after restarting |
| 76 | + the virtualization controller, ignoring cleanup rules. |
| 77 | + pull_request: https://github.com/deckhouse/virtualization/pull/1471 |
| 78 | +
|
0 commit comments