|
| 1 | +api: |
| 2 | + features: |
| 3 | + - summary: >- |
| 4 | + Added support for attaching USB devices to virtual machines using the `.spec.usbDevices` |
| 5 | + field. Introduced the `NodeUSBDevice` and `USBDevice` resources for managing USB devices |
| 6 | + within the cluster: |
| 7 | +
|
| 8 | + - `NodeUSBDevice` (cluster-scoped): represents a USB device discovered on a specific node. |
| 9 | + Allows assigning a USB device for use in a specific namespace. |
| 10 | +
|
| 11 | + - `USBDevice` (namespace-scoped): represents a USB device available for attachment to |
| 12 | + virtual machines in a given namespace. |
| 13 | + pull_request: https://github.com/deckhouse/virtualization/pull/1913 |
| 14 | +ci: |
| 15 | + fixes: |
| 16 | + - summary: resources cleanup before run e2e test |
| 17 | + pull_request: https://github.com/deckhouse/virtualization/pull/2018 |
| 18 | + - summary: add retry for checking registry |
| 19 | + pull_request: https://github.com/deckhouse/virtualization/pull/2005 |
| 20 | +dvcr: |
| 21 | + fixes: |
| 22 | + - summary: Set Cap to limit delays to around 1m for each retry step. |
| 23 | + pull_request: https://github.com/deckhouse/virtualization/pull/1992 |
| 24 | +module: |
| 25 | + features: |
| 26 | + - summary: >- |
| 27 | + Enabled DVCR cleanup in clusters by default: daily at 02:00. You can override the schedule |
| 28 | + via `dvcr.gc.schedule` in the `virtualization` module ModuleConfig. |
| 29 | + pull_request: https://github.com/deckhouse/virtualization/pull/2019 |
| 30 | + - summary: Added information about virtual machine pods to the virtual machine dashboard. |
| 31 | + pull_request: https://github.com/deckhouse/virtualization/pull/2002 |
| 32 | + - summary: >- |
| 33 | + Added the `Virtualization / Overview` dashboard with an overview of the virtualization |
| 34 | + platform status. |
| 35 | + pull_request: https://github.com/deckhouse/virtualization/pull/1956 |
| 36 | +vd: |
| 37 | + fixes: |
| 38 | + - summary: >- |
| 39 | + Fixed virtual disks hanging during creation in `WaitForFirstConsumer` mode on nodes with |
| 40 | + taints. |
| 41 | + pull_request: https://github.com/deckhouse/virtualization/pull/1999 |
| 42 | +vm: |
| 43 | + fixes: |
| 44 | + - summary: >- |
| 45 | + If only the `Main` network is specified in `.spec.networks`, the `sdn` module is no longer |
| 46 | + required. |
| 47 | + pull_request: https://github.com/deckhouse/virtualization/pull/2027 |
| 48 | + - summary: Retain kvvm.spec.template special system metadata during vm.metadata sync. |
| 49 | + pull_request: https://github.com/deckhouse/virtualization/pull/1994 |
| 50 | + - summary: Labels and annotations now work properly on virtual machines. |
| 51 | + pull_request: https://github.com/deckhouse/virtualization/pull/1971 |
| 52 | + - summary: >- |
| 53 | + Fixed virtual machine migration with disks attached via |
| 54 | + `VirtualMachineBlockDeviceAttachment` (hotplug): the target pod could exceed memory limits |
| 55 | + (`OOMKilled`). |
| 56 | + pull_request: https://github.com/deckhouse/virtualization/pull/1947 |
| 57 | +vmbda: |
| 58 | + fixes: |
| 59 | + - summary: >- |
| 60 | + Fixed an incorrect `Pending` phase for the `VirtualMachineBlockDeviceAttachment` resource |
| 61 | + during virtual machine migration. |
| 62 | + pull_request: https://github.com/deckhouse/virtualization/pull/2011 |
| 63 | + - summary: >- |
| 64 | + To remove disks and images attached to a virtual machine via |
| 65 | + `VirtualMachineBlockDeviceAttachment` (hotplug), you must first detach them from the virtual |
| 66 | + machine by deleting the corresponding `vmbda`. This information has been added to the |
| 67 | + `vmbda` status. |
| 68 | + pull_request: https://github.com/deckhouse/virtualization/pull/2000 |
| 69 | +
|
0 commit comments