Skip to content

Commit ec524d0

Browse files
committed
M #-: Bump 6.4.8
1 parent 5bbfaf2 commit ec524d0

File tree

8 files changed

+22
-9
lines changed

8 files changed

+22
-9
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# General information about the project.
5858
project = 'OpenNebula'
59-
copyright = '2023, OpenNebula Team <contact@opennebula.io>'
59+
copyright = '2024, OpenNebula Team <contact@opennebula.io>'
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = '6.4'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '6.4.7'
68+
release = '6.4.8'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

source/integration_and_development/system_interfaces/python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ element and it will be translated to XML:
8989
}
9090
}, 1)
9191
92-
When, there are multiple entries with the same key like DISK or NIC, you can use array (from the version 6.4.7+ and 6.8+).
92+
When, there are multiple entries with the same key like DISK or NIC, you can use array (from the version 6.4.8+ and 6.8+).
9393

9494
.. code:: python
9595

source/intro_release_notes/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The Release Notes provide information on new features, improvements, and fixes i
1212

1313
Release Notes 6.4 <release_notes/index>
1414
Release Notes 6.4.0.1 Community <release_notes_community/index>
15-
Release Notes 6.4.7 Enterprise <release_notes_enterprise/index>
15+
Release Notes 6.4.8 Enterprise <release_notes_enterprise/index>
1616
Upgrades <upgrades/index>

source/intro_release_notes/release_notes_community/platform_notes_ce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ vCenter Nodes
5050
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
5151
| NSX-T | 2.4.1+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>`. |
5252
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
53-
| NSX-V | 6.4.7+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>` |
53+
| NSX-V | 6.4.8+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>` |
5454
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
5555

5656
.. note:: Debian front-ends are not certified to manage VMware infrastructures with OpenNebula.

source/intro_release_notes/release_notes_enterprise/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _rn_enterprise:
22

33
================================================================================
4-
Release Notes 6.4.7 Enterprise Edition
4+
Release Notes 6.4.8 Enterprise Edition
55
================================================================================
66

77
.. toctree::
@@ -18,3 +18,4 @@ Release Notes 6.4.7 Enterprise Edition
1818
Resolved Issues in 6.4.5 <resolved_issues_645>
1919
Resolved Issues in 6.4.6 <resolved_issues_646>
2020
Resolved Issues in 6.4.7 <resolved_issues_647>
21+
Resolved Issues in 6.4.8 <resolved_issues_648>

source/intro_release_notes/release_notes_enterprise/known_issues_ee.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Depending on the number of snapshots and their IDs, the driver might fail redefi
8383
NUMA Free Hugepages
8484
================================================================================
8585

86-
After upgrading to 6.4.7, the host xml may contain ``HOST_SHARE/NUMA_NODES/NODE/HUGEPAGE/FREE`` attributes always set to ``0``. This attribute shouldn't be there. Xml-linter will show unexpected attribute. The real value of free hugepages is stored in ``MONITORING/NUMA_NODE/HUGEPAGE/FREE``, this value is presented by ``onehost show`` command and sunstone.
86+
After upgrading to 6.4.8, the host xml may contain ``HOST_SHARE/NUMA_NODES/NODE/HUGEPAGE/FREE`` attributes always set to ``0``. This attribute shouldn't be there. Xml-linter will show unexpected attribute. The real value of free hugepages is stored in ``MONITORING/NUMA_NODE/HUGEPAGE/FREE``, this value is presented by ``onehost show`` command and sunstone.
8787

8888
Datastore Drivers - ``Argument list too long``
8989
================================================================================

source/intro_release_notes/release_notes_enterprise/platform_notes_ee.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _uspng:
22

33
================================================================================
4-
Platform Notes 6.4.7
4+
Platform Notes 6.4.8
55
================================================================================
66

77
This page will show you the specific considerations when using an OpenNebula cloud, according to the different supported platforms.
@@ -48,7 +48,7 @@ vCenter Nodes
4848
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
4949
| NSX-T | 2.4.1+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>`. |
5050
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
51-
| NSX-V | 6.4.7+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>` |
51+
| NSX-V | 6.4.8+ | `VMware compatiblity <https://www.vmware.com/resources/compatibility/sim/interop_matrix.php>`__. :ref:`NSX Documentation <nsx_setup>` |
5252
+-----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
5353

5454
.. note:: Debian front-ends are not certified to manage VMware infrastructures with OpenNebula.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _resolved_issues_648:
2+
3+
Resolved Issues in 6.4.8
4+
--------------------------------------------------------------------------------
5+
6+
7+
A complete list of solved issues for 6.4.8 can be found in the `project development portal <https://github.com/OpenNebula/one/milestone/78?closed=1>`__.
8+
9+
The following new features has been backported to 6.4.8:
10+
11+
12+
The following issues has been solved in 6.4.8:

0 commit comments

Comments
 (0)