Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioned to 2015.8.5, added known issue #30300 to release notes #30920

Merged
merged 1 commit into from
Feb 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __getattr__(cls, name):
copyright = '2016 SaltStack, Inc.'

version = salt.version.__version__
latest_release = '2015.8.4' # latest release
latest_release = '2015.8.5' # latest release
previous_release = '2015.5.9' # latest release from previous branch
previous_release_dir = '2015.5' # path on web server for previous branch
build_type = 'latest' # latest, previous, develop, inactive
Expand Down
18 changes: 10 additions & 8 deletions doc/topics/releases/2015.8.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ Salt 2015.8.4 Release Notes
Known Issues
============

.. important:: :issue:`30820`
``in_`` requisites (:issue:`30820`)

This issue affects all users targeting an explicit ``- name: <name>`` with a ``_in``
requisite (such as ``watch_in`` or ``require_in``). If you are not using explicit ``-
name: <name>`` arguments, are targeting with the state ID instead of the name,
or are not using ``_in`` requisites, then you should be safe to upgrade to
2015.8.4.

We are working on a 2015.8.5 release to resolve this issue. It will be available as
soon as possible.

This issue affects all users targeting an explicit ``- name: <name>`` with a ``_in``
requisite (such as ``watch_in`` or ``require_in``). If you are not using explicit ``-
name: <name>`` arguments, are targeting with the state ID instead of the name,
or are not using ``_in`` requisites, then you should be safe to upgrade to
2015.8.4.

We are working on a 2015.8.5 release to resolve this issue. It will be available as
soon as possible.

Security Fix
============
Expand Down
29 changes: 29 additions & 0 deletions doc/topics/releases/2015.8.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,33 @@ Salt 2015.8.5 Release Notes

.. _`#30833`: https://github.com/saltstack/salt/pull/30833

Known Issue in ``boto_*`` execution modules
===========================================

This release contains an issue that causes the ``boto_*`` execution modules to
display a ``__salt__ not defined`` error (:issue:`30300`). This issue will be
fixed in an upcoming release, but can be manually resolved by completing the
following:

1. Download the ``boto_*`` execution modules that you would like to update from
the 2015.8 branch of Salt. A complete list of affected modules with the
specific changes is available in **PR** `#30867`_.

A simple way to get the updated modules is to `download
<https://github.com/saltstack/salt/archive/2015.8.zip>`_ a zip file of the
2015.8 branch from GitHub. The updated modules are in the ``salt\modules``
directory.

2. Copy the ``boto_*`` modules to the ``\srv\salt\_modules`` directory on your
Salt master.

3. Run the following command to sync these modules to all Salt minions:

.. code-block:: bash

salt '*' saltutil.sync_modules


.. _`#30867`: https://github.com/saltstack/salt/pull/30867/files

.. include:: 2015.8.4.rst