|
| 1 | +core: |
| 2 | + features: |
| 3 | + - summary: support vpc and read-only containers, bump kubevirt version to v1.3.1-v12n.7 |
| 4 | + pull_request: https://github.com/deckhouse/virtualization/pull/1259 |
| 5 | + - summary: >- |
| 6 | + All containers have been switched to read-only mode, which is part of efforts to enhance |
| 7 | + security and ensure integrity control of the virtualization components. |
| 8 | + pull_request: https://github.com/deckhouse/virtualization/pull/1244 |
| 9 | + fixes: |
| 10 | + - summary: >- |
| 11 | + Fix nil pointer error that occurs when one of the moduleconfigs with a missing enabled field |
| 12 | + is updated. |
| 13 | + pull_request: https://github.com/deckhouse/virtualization/pull/1272 |
| 14 | + - summary: >- |
| 15 | + Fixed the placement of the virtualization management component on system nodes when they are |
| 16 | + present in the cluster. If there are no system nodes in the cluster, it will be placed on |
| 17 | + master nodes. |
| 18 | + pull_request: https://github.com/deckhouse/virtualization/pull/1260 |
| 19 | + - summary: Fixed jqfilter to get correct JSON and in subsequent processing (PR |
| 20 | + pull_request: https://github.com/deckhouse/virtualization/pull/1245 |
| 21 | +module: |
| 22 | + features: |
| 23 | + - summary: add logVerbosity for kubevirt |
| 24 | + pull_request: https://github.com/deckhouse/virtualization/pull/1251 |
| 25 | + - summary: Add hook for drop openshift labels from module namespace (d8-virtualization) |
| 26 | + pull_request: https://github.com/deckhouse/virtualization/pull/1246 |
| 27 | +vd: |
| 28 | + fixes: |
| 29 | + - summary: >- |
| 30 | + For a virtual disk in `Filesystem` mode, fixed the ability to dynamically attach (hotplug) |
| 31 | + to a virtual machine. |
| 32 | + pull_request: https://github.com/deckhouse/virtualization/pull/1241 |
| 33 | + - summary: Fixed the creation of virtual disks using NFS storage with the `no_root_squash` option. |
| 34 | + pull_request: https://github.com/deckhouse/virtualization/pull/1210 |
| 35 | +vm: |
| 36 | + fixes: |
| 37 | + - summary: fix metric awaitingRestartToApplyConfiguration |
| 38 | + pull_request: https://github.com/deckhouse/virtualization/pull/1265 |
| 39 | +vmrestore: |
| 40 | + features: |
| 41 | + - summary: >- |
| 42 | + Added the ability to forcefully restore a virtual machine from a snapshot using the |
| 43 | + restoreMode parameter. This parameter has two possible values: |
| 44 | +
|
| 45 | + - Safe - a safe recovery option when there are no conflicts with the virtual machine's |
| 46 | + resources; |
| 47 | +
|
| 48 | + - Forced - a forced recovery option that can be applied to a running virtual machine but may |
| 49 | + lead to destructive consequences if conflicts arise during the recovery process. |
| 50 | +
|
| 51 | +
|
| 52 | + If the forcibly restored virtual disks are used by another virtual machine or the restored |
| 53 | + IP address is reserved by another virtual machine, the recovery process will fail, and this |
| 54 | + will be reported in the VirtualMachineRestore resource status. |
| 55 | + pull_request: https://github.com/deckhouse/virtualization/pull/1115 |
| 56 | +
|
0 commit comments