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