Merge branch '2015.5' of https://github.com/saltstack/salt into 2015.5

This commit is contained in:
Jacob Hammons 2015-05-18 17:11:29 -06:00
commit a56697bd6e
3 changed files with 20 additions and 3 deletions

View file

@ -144,6 +144,14 @@ For bleeding edge python Factory run the following as root:
Suse Linux Enterprise
---------------------
For SLE 12 run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/SLE_12/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
For SLE 11 SP3 run the following as root:
.. code-block:: bash

View file

@ -2,7 +2,7 @@
Salt 2014.7.6 Release Notes
===========================
:release: TBA
:release: 2015-05-18
Version 2014.7.6 is a bugfix release for :doc:`2014.7.0
</topics/releases/2014.7.0>`.
@ -11,3 +11,11 @@ Changes:
- salt.runners.cloud.action() has changed the `fun` keyword argument to `func`.
Please update any calls to this function in the cloud runner.
This release is a security release. A minor issue was found, as cited below:
- CVE-2015-4017 -- Certificates are not verified when connecting to server in
the Aliyun and Proxmox modules
Only users of the Aliyun or Proxmox cloud modules are at risk. The
vulnerability does not exist in the latest 2015.5.0 release of Salt.

View file

@ -11,7 +11,7 @@ Latest Stable Release
.. releasestree::
:maxdepth: 1
2014.7.0
2015.5.0
Previous Releases
=================
@ -20,7 +20,8 @@ Previous Releases
:maxdepth: 1
:glob:
2014.7.0
2015.5.*
2014.7.*
2014.1.*
0.*