You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/intro_release_notes/release_notes_enterprise/resolved_issues_6104.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ The following new features have been backported to 6.10.4:
11
11
- Console logging for :ref:`LXC Driver <lxc_logs>`.
12
12
- Add architecture and hypervisor scheduling requirements to public marketplaces :ref:`public marketplaces <public_marketplaces>`
13
13
14
+
The following new features have been backported in the Sunstone Web UI to 6.10.4:
15
+
16
+
- `Update backup configuration on a virtual machine <https://github.com/OpenNebula/one/issues/6880/>`__.
17
+
14
18
The following issues has been solved in 6.10.4:
15
19
16
20
- `Fix a bug when Restic passwords include quotes <https://github.com/OpenNebula/one/issues/6666/>`__.
@@ -19,7 +23,6 @@ The following issues has been solved in 6.10.4:
19
23
- `Fix VM migration not executed on vCenter when src host ID is 0 <https://github.com/OpenNebula/one/issues/6997/>`__.
20
24
- `Fix VNet instance doesn't update BRIDGE_TYPE, when VN_MAD is updated <https://github.com/OpenNebula/one/issues/6858/>`__.
21
25
- `Fix oneacl rules not being cleaned-up after removing a group admin <https://github.com/OpenNebula/one/issues/6993/>`__.
22
-
- `Fix ability to add and remove existing users to existing groups and change main group from an user <https://github.com/OpenNebula/one/issues/6980/>`__. In order to add, remove or change main group from and user, please see **Changes in Configuration Files** section below.
23
26
- `Fix vGPU profile monitoring for legacy mode <https://github.com/OpenNebula/one/issues/7012/>`__.
24
27
- `Fix README.md links to old paths <https://github.com/OpenNebula/one/issues/7032>`__.
25
28
- `Fix a silent LXC container start fail <https://github.com/OpenNebula/one/issues/7028>`__.
@@ -30,6 +33,10 @@ The following issues has been solved in 6.10.4:
30
33
31
34
The following issues have been solved in the Sunstone Web UI:
32
35
36
+
- `Fix ability to add and remove existing users to existing groups and change main group from an user <https://github.com/OpenNebula/one/issues/6980/>`__. In order to add, remove or change main group from and user, please see **Changes in Configuration Files** section below.
37
+
- `Fix image upload not working <https://github.com/OpenNebula/one/issues/6426/>`__.
38
+
- `Fix Sunstone has issues with Disk IDs when updating boot order <https://github.com/OpenNebula/one/issues/7014/>`__.
39
+
33
40
Security Advisory: VLAN Trunking Exposure via VLAN_TAGGED_ID
A security issue has been identified when using OpenvSwitch with VLAN Trunking enabled. The ``VLAN_TAGGED_ID`` attribute allows users to specify a range of VLANs accessible from their virtual ``NIC``. If not properly restricted, non-privileged users can exploit this attribute (e.g., by setting ``VLAN_TAGGED_ID = 1-4096``) to gain access to all VLANs available on the OpenvSwitch bridge, potentially exposing critical network segments. To mitigate this risk, it is strongly recommended to restrict this attribute by adding the following line to the ``oned.conf`` configuration file:
0 commit comments