@@ -13,6 +13,35 @@ farms! Special thanks to the many of you that have sent us feedback on GitHub!
1313
1414.. warning :: Support for Python 2.5 and below has been dropped in this version.
1515
16+ Version 1.8.1
17+ ^^^^^^^^^^^^^
18+
19+ This update contains a few bug fixes and some performance improvements of the
20+ :class: `.NodeSet ` class.
21+
22+ The :ref: `tree mode <clush-tree >` has been fixed to properly support offline
23+ gateways.
24+
25+ We added the following command line options:
26+
27+ * ``--conf `` to specify alternative clush.conf (clush only)
28+
29+ * ``--groupsconf `` to specify alternative groups.conf (all CLIs)
30+
31+ In :class: `.EventHandler `, we reinstated :meth: `.EventHandler.ev_error `: and
32+ :meth: `.EventHandler.ev_error `: (as deprecated) for compatibility purposes.
33+ Please see below for more details about important :class: `.EventHandler `
34+ changes in 1.8.
35+
36+ Finally, :ref: `cluset <cluset-tool >`/:ref: `nodeset <nodeset-tool >` have been
37+ improved by adding support for:
38+
39+ * litteral new line in ``-S ``
40+
41+ * multiline shell variables in options
42+
43+ For more details, please have a look at `GitHub Issues for 1.8.1 milestone `_.
44+
1645Main changes in 1.8
1746^^^^^^^^^^^^^^^^^^^
1847
@@ -469,6 +498,7 @@ Please see :ref:`install-pip-user`.
469498.. _GitHub Issues for 1.7.2 milestone : https://github.com/cea-hpc/clustershell/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.7.2
470499.. _GitHub Issues for 1.7.3 milestone : https://github.com/cea-hpc/clustershell/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.7.3
471500.. _GitHub Issues for 1.8 milestone : https://github.com/cea-hpc/clustershell/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.8
501+ .. _GitHub Issues for 1.8.1 milestone : https://github.com/cea-hpc/clustershell/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.8.1
472502.. _LGPL v2.1+ : https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
473503.. _CeCILL-C V1 : http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
474504.. _xCAT : https://xcat.org/
0 commit comments