mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
2015.8.10 release notes
This commit is contained in:
parent
946d27e82a
commit
e850c298a9
@ -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', ''),
|
||||
}
|
||||
|
||||
|
33
doc/topics/releases/2015.8.10.rst
Normal file
33
doc/topics/releases/2015.8.10.rst
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user