mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prep release notes for 2016.11
This commit is contained in:
parent
d4364d284a
commit
6332da5c44
3 changed files with 10 additions and 11 deletions
|
@ -28,7 +28,7 @@
|
|||
# dictionary. Otherwise it is assumed that the module calls the grains
|
||||
# function in a custom way and returns the data elsewhere
|
||||
#
|
||||
# Default to False for 2016.3 and Carbon. Switch to True for Nitrogen.
|
||||
# Default to False for 2016.3 and 2016.11. Switch to True for Nitrogen.
|
||||
# proxy_merge_grains_in_module: False
|
||||
|
||||
# If multiple masters are specified in the 'master' setting, the default behavior
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
:orphan:
|
||||
|
||||
====================================
|
||||
Salt Release Notes - Codename Carbon
|
||||
====================================
|
||||
==============================================
|
||||
Salt 2016.11.0 Release Notes - Codename Carbon
|
||||
==============================================
|
||||
|
||||
Release Candidate
|
||||
=================
|
||||
|
||||
See :ref:`Installing/Testing a Salt Release Candidate <release-candidate>` for instructions to install the latest release candidate.
|
||||
See :ref:`Installing/Testing a Salt Release Candidate <release-candidate>` for instructions to install the
|
||||
latest release candidate.
|
||||
|
||||
Release Candidate Known Issues
|
||||
------------------------------
|
||||
|
@ -25,7 +26,7 @@ New Features
|
|||
Docker Introspection and Configuration
|
||||
--------------------------------------
|
||||
|
||||
Major additions have been made to the Docker support in Carbon. The new
|
||||
Major additions have been made to the Docker support in 2016.11.0. The new
|
||||
addition allows Salt to be executed within a Docker container without a
|
||||
minion running or installed in the container. This allows states to
|
||||
be run inside a container, but also all of Salt's remote execution
|
||||
|
@ -151,7 +152,7 @@ Grains Changes
|
|||
is the `official capitalization <https://www.vmware.com>`_. Additionally,
|
||||
all references to ``VMWare`` in the documentation have been changed to
|
||||
``VMware`` :issue:`30807`. Environments using versions of Salt before and
|
||||
after Salt Carbon should employ case-insensitive grain matching on these
|
||||
after Salt 2016.11.0 should employ case-insensitive grain matching on these
|
||||
grains.
|
||||
|
||||
.. code-block:: jinja
|
||||
|
@ -374,7 +375,7 @@ General Deprecations
|
|||
- ``env`` to ``saltenv``
|
||||
|
||||
All occurrences of ``env`` and some occurrences of ``__env__`` marked for
|
||||
deprecation in Salt Carbon have been removed. The new way to use the salt
|
||||
deprecation in Salt 2016.11.0 have been removed. The new way to use the salt
|
||||
environment setting is with a variable called ``saltenv``:
|
||||
|
||||
.. code-block:: python
|
|
@ -16,13 +16,11 @@ Latest Branch Release
|
|||
Previous Releases
|
||||
=================
|
||||
|
||||
.. after carbon releases, remove carbon from the list below:
|
||||
|
||||
.. releasestree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
carbon
|
||||
2016.11.*
|
||||
2016.3.*
|
||||
2015.8.*
|
||||
2015.5.*
|
||||
|
|
Loading…
Add table
Reference in a new issue