2015.8.10 release notes

This commit is contained in:
Jacob Hammons 2016-05-20 10:01:32 -06:00
parent 946d27e82a
commit e850c298a9
2 changed files with 35 additions and 1 deletions

View File

@ -192,7 +192,7 @@ project = 'Salt'
copyright = '2016 SaltStack, Inc.'
version = salt.version.__version__
latest_release = '2015.8.9' # latest release
latest_release = '2015.8.10' # latest release
previous_release = '2015.5.10' # latest release from previous branch
previous_release_dir = '2015.5' # path on web server for previous branch
build_type = 'latest' # latest, previous, develop, inactive
@ -271,6 +271,7 @@ extlinks = {
'blob': ('https://github.com/saltstack/salt/blob/%s/%%s' % 'develop', None),
'download': ('https://cloud.github.com/downloads/saltstack/salt/%s', None),
'issue': ('https://github.com/saltstack/salt/issues/%s', 'issue '),
'pull': ('https://github.com/saltstack/salt/pull/%s', 'PR '),
'formula_url': ('https://github.com/saltstack-formulas/%s', ''),
}

View File

@ -0,0 +1,33 @@
============================
Salt 2015.8.10 Release Notes
============================
Version 2015.8.10 is a bugfix release for :doc:`2015.8.0
</topics/releases/2015.8.0>`.
.. admonition:: Mint Linux: Important Post-Upgrade Instructions
As a result of some upstream changes, the ``os`` grain on Mint Linux is now
being detected as ``LinuxMint`` (:issue:`33295`). Run the following command
**after you upgrade to 2015.8.10** to reset the ``os`` grain to ``Mint`` and
the ``os_family`` grain to ``Debian``:
.. code-block:: bash
salt -G 'os:LinuxMint' grains.setvals "{'os': 'Mint', 'os_family': 'Debian'}"
Changes for v2015.8.9..v2015.8.10
---------------------------------
Salt 2015.8.10 includes fixes for the following known issues in 2015.8.9:
* :issue:`33376`: pip state broken in 2015.8.9 with pip <6.0
* :pull:`33386`: Fix traceback in logging for config validation
Since 2015.8.10 includes only two fixes, the 2015.8.9 changes list is included
below for convenience:
.. include:: 2015.8.9.rst
:start-line: 19