salt/doc/topics/releases/beryllium.rst
2015-03-26 22:23:11 -06:00

29 lines
1017 B
ReStructuredText

=======================================
Salt Release Notes - Codename Beryllium
=======================================
Core Changes
=============
- Add system version info to ``versions_report``, which appears in both ``salt
--versions-report`` and ``salt '*' test.versions_report``. Also added is an
alias ``test.versions`` to ``test.versions_report``. (:issue:`21906`)
JBoss 7 State
=============
Remove unused argument ``timeout`` in jboss7.status.
Archive Module
==============
In the ``archive.tar`` and ``archive.cmd_unzip`` module functions, remove the
arbitrary prefixing of the options string with ``-``. An options string
beginning with a ``--long-option``, would have uncharacteristically needed its
first ``-`` removed under the former scheme.
Also, tar will parse its options differently if short options are used with or
without a preceding ``-``, so it is better to not confuse the user into
thinking they're using the non- ``-`` format, when really they are using the
with- ``-`` format.