Merge pull request #32878 from jacobhammons/salt-cloud

added note about updating the bootstrap script in salt-cloud using th…
This commit is contained in:
jacobhammons 2016-04-26 15:09:51 -06:00
commit a2921b9da0
2 changed files with 4 additions and 4 deletions

View file

@ -235,11 +235,7 @@
{% if on_saltstack %}
{% if [True, False]|random %}
<a href="http://saltconf.com/register" target="_blank"><img class="nolightbox sidebar-banner center" src="{{ pathto('_static/images/banner-saltconf.png', 1) }}"/></a>
{% else %}
<a href="http://saltstack.com/support" target="_blank"><img class="nolightbox sidebar-banner center" src="{{ pathto('_static/images/banner-support.png', 1) }}"/></a>
{% endif %}
<div class="releaselinks versions {{ build_type }}">

View file

@ -18,6 +18,10 @@ Salt 2015.8.8.2 includes fixes for the following known issues in 2015.8.8:
- :issue:`32114`: Wrong validation type for file_ignore_glob key
- :issue:`31969`: Fix file.managed for windows
.. important:: :issue:`32183` prevents Salt Cloud from installing the Salt minion
on new systems. To workaround this issue, call ``salt-cloud -u`` to update the
bootstrap script to the latest version.
Salt 2015.8.8
=============