Skip to content

Commit 30d65bc

Browse files
committed
M #–: Bump 6.10.6
1 parent f713ba8 commit 30d65bc

File tree

5 files changed

+65
-4
lines changed

5 files changed

+65
-4
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = '6.10'
9090
# The full version, including alpha/beta/rc tags.
91-
release = '6.10.5'
91+
release = '6.10.6'
9292
# The context packages released version
9393
context_release = '6.10.0'
9494

source/intro_release_notes/release_notes/arm64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARM64 packages
55
================================================================================
66

7-
6.10.5-EE and 6.10.0.1-CE release includes ARM64 packages for all supported operating systems.
7+
6.10.6-EE and 6.10.0.1-CE release includes ARM64 packages for all supported operating systems.
88

99
These ARM packages are being released in beta mode, allowing the community to test them and provide feedback. This initiative aims to extend OpenNebula’s flexibility by enabling deployment on ARM-based servers (both hypervisors and front-end nodes), opening new possibilities for lightweight, distributed cloud environments.
1010

source/intro_release_notes/release_notes_enterprise/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Release Notes |version| Enterprise Edition
1212
Resolved Issues 6.10.2 <resolved_issues_6102>
1313
Resolved Issues 6.10.3 <resolved_issues_6103>
1414
Resolved Issues 6.10.4 <resolved_issues_6104>
15-
Resolved Issues 6.10.5 <resolved_issues_6105>
15+
Resolved Issues 6.10.6 <resolved_issues_6105>
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.. _resolved_issues_6105:
2+
3+
Resolved Issues in 6.10.6
4+
--------------------------------------------------------------------------------
5+
6+
A complete list of solved issues for 6.10.6 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/85?closed=1>`__.
7+
8+
The following new features have been backported to 6.10.6:
9+
10+
- `Change ETH* context parameters on live VMs <https://github.com/OpenNebula/one/issues/6606>`__.
11+
12+
The following issues has been solved in 6.10.6:
13+
14+
- `Fix an issue with fs_lvm_ssh not honoring BRIDGE_LIST in the image datastore <https://github.com/OpenNebula/one/issues/7070>`__.
15+
- `Fix validation issue during Group + Group Admin creation at the same time <https://github.com/OpenNebula/one/issues/6873>`__.
16+
- `Fix scheduler allocation for VMs with NUMA pinning enabled <https://github.com/OpenNebula/one/issues/7071>`__.
17+
- `Fix user_inputs order not considered when instantiating a template through the CLI <https://github.com/OpenNebula/one/issues/7040>`__.
18+
- `Fix the KVMRC Ruby parser regexp that was preventing more than one parameter <https://github.com/OpenNebula/one/issues/7069>`__.
19+
- `Fix Sunstone should prioritize user views <https://github.com/OpenNebula/one/issues/7082>`__.
20+
- `Fix Sunstone Update VM Configuration wizard doesn't scale correctly <https://github.com/OpenNebula/one/issues/7062>`__.
21+
- `Fix Sunstone VM search leads to blank page <https://github.com/OpenNebula/one/issues/7060>`__.
22+
- `Fix wrong QCOW2_STANDALONE option in NFS System Datastore <https://github.com/OpenNebula/one/issues/7212>`__.
23+
- `Fix Sunstone does not cast placement constraints into update/instantiate dialog <https://github.com/OpenNebula/one/issues/7158>`__.
24+
- `Fix Don't let add the ssh key more than one time <https://github.com/OpenNebula/one/issues/7140>`__.
25+
- `Fix VIRTIO_QUEUES not applying to hot plugged virtio NICs <https://github.com/OpenNebula/one/issues/7195>`__.
26+
- `Fix translation text when creating VMs <https://github.com/OpenNebula/one/issues/7222>`__.
27+
- `Fix ownership issue when instanciate Vm as a different user <https://github.com/OpenNebula/one/issues/7013>`__.
28+
- `Fix Ethernet text on Address Ranges when create VMs <https://github.com/OpenNebula/one/issues/6955>`__.
29+
- `Fix re-arrange time orders when adding a scheduled action in Creating VMs <https://github.com/OpenNebula/one/issues/7031>`__.
30+
- `Fix fsck to update history ETIME using EETIME or RETIME <https://github.com/OpenNebula/one/issues/7250>`__.
31+
- `Fix VM placement expression parsing in Sunstone <https://github.com/OpenNebula/one/issues/7158>`__.
32+
- `Fix physical CPU tooltip in Sunstone <https://github.com/OpenNebula/one/issues/6867>`__.
33+
- `Fix errors when canceling a backup operation <https://github.com/OpenNebula/one/issues/6981>`__.
34+
- `Fix add edit/delete buttons for VM attributes <https://github.com/OpenNebula/one/issues/7201>`__.
35+
- `Fix rule addition for security group creation. <https://github.com/OpenNebula/one/issues/7206>`__.
36+
- `Fix Security Group Role Description for IPs <https://github.com/OpenNebula/one/issues/7186>`__.
37+
- `Fix history ETIME after resize, disk-resize and pci-(de)attach for VMs in undeployed state <https://github.com/OpenNebula/one/issues/7249>`__.
38+
- `Fix cluster assignment when creating Virtual Network <https://github.com/OpenNebula/one/issues/7063>`__.
39+
- `Fix UI issue on VM Instantiation when Memory or CPU modification is set to 'range' within a VM template <https://github.com/OpenNebula/one/issues/6872>`__.
40+
- `Fix VM configuration for Single VM Backup configuration <https://github.com/OpenNebula/one/issues/7164>`__.
41+
- `Fix UI overlay issue on Fireedge VNC on 1280*760 resolution <https://github.com/OpenNebula/one/issues/7175>`__.
42+
- `Fix 2FA reset in FireEdge after UI changes are made <https://github.com/OpenNebula/one/issues/7105>`__.
43+
- `Fix LDAP authentication by removeing password encoding <https://github.com/OpenNebula/one/issues/7344>`__.
44+
- `Fix Change password button wrong displayed on FireEdge <https://github.com/OpenNebula/one/issues/7033>`__.
45+
46+
Changes in Configuration Files
47+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48+
49+
Since version 6.10.6 the following changes apply to OpenNebula services configuration files:
50+
51+
52+
.. warning:: The following attributes are not included in the configuration files distributed with 6.10.6. If you wish to use these attributes, add them manually to the corresponding file.
53+
54+
OpenNebula Service
55+
^^^^^^^^^^^^^^^^^^
56+
57+
+----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+
58+
| Config file | Description | Action | Values |
59+
+======================+==============================================================+=======================================================+=============+
60+
| oned.conf | New attribute: CONTEXT_ALLOW_ETH_UPDATES | Allow manual updates of CONTEXT->ETH* values. | NO, YES |
61+
+----------------------+--------------------------------------------------------------+-------------------------------------------------------+-------------+

source/open_cluster_deployment/kvm_node/kvm_driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Requirements
99

1010
The Hosts will need a CPU with `Intel VT <http://www.intel.com/content/www/us/en/virtualization/virtualization-technology/intel-virtualization-technology.html>`__ or `AMD's AMD-V <http://www.amd.com/en-us/solutions/servers/virtualization>`__ features in order to support virtualization. KVM's `Preparing to use KVM <http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM>`__ guide will clarify any doubts you may have regarding whether your hardware supports KVM.
1111

12-
Also, since OpenNebula 6.10.5-EE and 6.10.0.1-CE ARM64 architecture is supported (in beta mode).
12+
Also, since OpenNebula 6.10.6-EE and 6.10.0.1-CE ARM64 architecture is supported (in beta mode).
1313

1414
KVM will be installed and configured after following the :ref:`KVM Host Installation <kvm_node>` section.
1515

0 commit comments

Comments
 (0)