2016-05-20 16:01:32 +00:00
|
|
|
============================
|
|
|
|
Salt 2015.8.10 Release Notes
|
|
|
|
============================
|
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
Version 2015.8.10 is a bugfix release for :ref:`2015.8.0 <release-2015-8-0>`.
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
This release includes fixes for two issues discovered in :ref:`2015.8.9
|
|
|
|
<release-2015-8-9>`:
|
|
|
|
|
|
|
|
- Pip state broken in 2015.8.9 with pip <6.0 (:issue:`33376`)
|
|
|
|
- Fix traceback in logging for config validation (:pull:`33386`)
|
|
|
|
|
|
|
|
Final Release of Debian 7 Packages
|
|
|
|
==================================
|
2016-08-02 20:21:52 +00:00
|
|
|
|
|
|
|
Regular security support for Debian 7 ended on April 25th 2016. As a result,
|
|
|
|
2016.3.1 and 2015.8.10 will be the last Salt releases for which Debian
|
|
|
|
7 packages are created.
|
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
Important Post-Upgrade Instructions for Linux Mint
|
|
|
|
==================================================
|
|
|
|
|
|
|
|
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``:
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
.. code-block:: bash
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
salt -G 'os:LinuxMint' grains.setvals "{'os': 'Mint', 'os_family': 'Debian'}"
|
2016-05-20 16:01:32 +00:00
|
|
|
|
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
Changelog for v2015.8.9..v2015.8.10
|
|
|
|
===================================
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
*Generated at: 2018-05-28 00:51:57 UTC*
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
* c3d2c4eaae Fix traceback in logging for config validation (`#33386`_)
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
* 2a060ea1e8 restore whitespace
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
* aa1f45d664 blast, put the try/except int he right place
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
* be1a7659a3 maintain the fallabck because I am totally sick of this crap
|
2016-05-20 16:01:32 +00:00
|
|
|
|
2018-05-28 21:13:12 +00:00
|
|
|
.. _`#33386`: https://github.com/saltstack/salt/pull/33386
|