Skip to content

Commit ef390d4

Browse files
Backport: Changelog v0.23.0 (#1281)
Changelog v0.23.0 (#1238) Signed-off-by: deckhouse-BOaTswain <[email protected]> Co-authored-by: Isteb4k <[email protected]>
1 parent 72d8847 commit ef390d4

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

CHANGELOG/CHANGELOG-v0.23.0.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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+

CHANGELOG/CHANGELOG-v0.23.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog v0.23
2+
3+
## Features
4+
5+
6+
- **[core]** 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. [#1244](https://github.com/deckhouse/virtualization/pull/1244)
7+
- **[vmrestore]** Added the ability to forcefully restore a virtual machine from a snapshot using the restoreMode parameter. This parameter has two possible values:
8+
- Safe - a safe recovery option when there are no conflicts with the virtual machine's resources;
9+
- 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.
10+
11+
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. [#1115](https://github.com/deckhouse/virtualization/pull/1115)
12+
13+
## Fixes
14+
15+
16+
- **[core]** 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. [#1260](https://github.com/deckhouse/virtualization/pull/1260)
17+
- **[vd]** For a virtual disk in `Filesystem` mode, fixed the ability to dynamically attach (hotplug) to a virtual machine. [#1241](https://github.com/deckhouse/virtualization/pull/1241)
18+
- **[vd]** Fixed the creation of virtual disks using NFS storage with the `no_root_squash` option. [#1210](https://github.com/deckhouse/virtualization/pull/1210)
19+

0 commit comments

Comments
 (0)