mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove ":doc:" references from all doc/topics/releases/* files
This commit is contained in:
parent
4aafa41d22
commit
23bce1c929
60 changed files with 140 additions and 143 deletions
|
@ -1,3 +1,5 @@
|
|||
.. _mod-aggregate-state:
|
||||
|
||||
=========================================
|
||||
Mod Aggregate State Runtime Modifications
|
||||
=========================================
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _states-include:
|
||||
|
||||
===================
|
||||
Include and Exclude
|
||||
===================
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _cloud-getting-started-gce:
|
||||
|
||||
==========================================
|
||||
Getting Started With Google Compute Engine
|
||||
==========================================
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
:orphan:
|
||||
|
||||
.. _legacy-salt-cloud-release-notes:
|
||||
|
||||
===============================
|
||||
Legacy salt-cloud Release Notes
|
||||
===============================
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _release-0-16-0:
|
||||
|
||||
=========================
|
||||
Salt 0.16.0 Release Notes
|
||||
=========================
|
||||
|
@ -18,7 +20,7 @@ salt masters at the same time. This allows for multiple masters to send out comm
|
|||
to minions and for minions to automatically reconnect to masters that have gone
|
||||
down. A tutorial is available to help get started here:
|
||||
|
||||
:doc:`Multi Master Tutorial </topics/tutorials/multimaster>`
|
||||
:ref:`Multi Master Tutorial <tutorial-multi-master>`
|
||||
|
||||
Prereq, the New Requisite
|
||||
-------------------------
|
||||
|
@ -46,7 +48,7 @@ Relative Includes
|
|||
The ability to include an sls relative to the defined sls has been added, the
|
||||
new syntax id documented here:
|
||||
|
||||
:doc:`Includes </ref/states/include>`
|
||||
:ref:`Includes <states-include>`
|
||||
|
||||
More State Output Options
|
||||
-------------------------
|
||||
|
@ -61,7 +63,7 @@ Improved Windows Support
|
|||
Support for Salt on Windows continues to improve. Software management on
|
||||
Windows has become more seamless with Linux/UNIX/BSD software management.
|
||||
Installed software is now recognized by the short names defined in the
|
||||
:doc:`repository SLS </topics/windows/windows-package-manager>`. This makes it
|
||||
:ref:`repository SLS <windows-package-manager>`. This makes it
|
||||
possible to run ``salt '*' pkg.version firefox`` and get back results from
|
||||
Windows and non-Windows minions alike.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Salt 0.16.2 Release Notes
|
|||
|
||||
:release: 2013-08-01
|
||||
|
||||
Version 0.16.2 is a bugfix release for :doc:`0.16.0 </topics/releases/0.16.0>`,
|
||||
Version 0.16.2 is a bugfix release for :ref:`0.16.0 <release-0-16-0>`,
|
||||
and contains a number of fixes.
|
||||
|
||||
Windows
|
||||
|
@ -26,7 +26,7 @@ Grains
|
|||
|
||||
Pillar
|
||||
------
|
||||
- Don't try to load :doc:`git_pillar </ref/pillar/all/salt.pillar.git_pillar>`
|
||||
- Don't try to load :mod:`git_pillar <salt.pillar.git_pillar>`
|
||||
if not enabled in master config (:issue:`6052`)
|
||||
- Functions :mod:`pillar.item <salt.modules.pillar.item>` and
|
||||
:mod:`pillar.items <salt.modules.pillar.items>` added for parity with
|
||||
|
@ -143,7 +143,7 @@ pip
|
|||
|
||||
MySQL
|
||||
-----
|
||||
- Allow specification of :doc:`MySQL </ref/modules/all/salt.modules.mysql>`
|
||||
- Allow specification of :mod:`MySQL <salt.modules.mysql>`
|
||||
connection arguments via the CLI, overriding/bypassing minion config params
|
||||
- Allow :mod:`mysql_user.present <salt.states.mysql_user.present>` states to
|
||||
set a passwordless login (:issue:`5550`)
|
||||
|
@ -159,16 +159,16 @@ PostgreSQL
|
|||
|
||||
Miscellaneous
|
||||
-------------
|
||||
- Don't allow :doc:`npm states </ref/states/all/salt.states.npm>` to be used if
|
||||
:doc:`npm module </ref/modules/all/salt.modules.npm>` is not available
|
||||
- Don't allow :mod:`npm states <salt.states.npm>` to be used if
|
||||
:mod:`npm module <salt.modules.npm>` is not available
|
||||
- Fixed :mod:`alternatives.install <salt.states.alternatives.install>` states
|
||||
for which the target is a symlink (:issue:`6162`)
|
||||
- Fixed traceback in :doc:`sysbench module
|
||||
</ref/modules/all/salt.modules.sysbench>` (:issue:`6175`)
|
||||
- Fixed traceback in :mod:`sysbench module
|
||||
<salt.modules.sysbench>` (:issue:`6175`)
|
||||
- Fixed traceback in job cache
|
||||
- Fixed tempfile cleanup for windows
|
||||
- Fixed issue where SLS files using the :doc:`pydsl renderer
|
||||
</ref/renderers/all/salt.renderers.pydsl>` were not being run
|
||||
- Fixed issue where SLS files using the :mod:`pydsl renderer
|
||||
<salt.renderers.pydsl>` were not being run
|
||||
- Fixed issue where returners were being passed incorrect information
|
||||
(:issue:`5518`)
|
||||
- Fixed traceback when numeric args are passed to :mod:`cmd.script
|
||||
|
@ -179,7 +179,7 @@ Miscellaneous
|
|||
<salt.states.supervisord.running>` states are run with ``test=True``
|
||||
(:issue:`6053`)
|
||||
- Fixed tracebacks when Salt encounters problems running rbenv (:issue:`5888`)
|
||||
- Only make the :doc:`monit module </ref/modules/all/salt.modules.monit>`
|
||||
- Only make the :mod:`monit module <salt.modules.monit>`
|
||||
available if monit binary is present (:issue:`5871`)
|
||||
- Fixed incorrect behavior of :mod:`img.mount_image
|
||||
<salt.modules.img.mount_image>`
|
||||
|
@ -189,7 +189,7 @@ Miscellaneous
|
|||
- Fixed tracebacks when Salt encounters problems running gem (:issue:`5886`)
|
||||
- Fixed incorrect behavior of :mod:`selinux.boolean
|
||||
<salt.states.selinux.boolean>` states (:issue:`5912`)
|
||||
- :doc:`RabbitMQ </ref/modules/all/salt.modules.rabbitmq>`: Quote passwords to
|
||||
- :mod:`RabbitMQ <salt.modules.rabbitmq>`: Quote passwords to
|
||||
avoid symbols being interpolated by the shell (:issue:`6338`)
|
||||
- Fixed tracebacks in :mod:`extfs.mkfs <salt.modules.extfs.mkfs>` and
|
||||
:mod:`extfs.tune <salt.modules.extfs.tune>` (:issue:`6462`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 0.16.3 Release Notes
|
|||
|
||||
:release: 2013-08-09
|
||||
|
||||
Version 0.16.3 is another bugfix release for :doc:`0.16.0
|
||||
</topics/releases/0.16.0>`. The changes include:
|
||||
Version 0.16.3 is another bugfix release for :ref:`0.16.0
|
||||
<release-0-16-0>`. The changes include:
|
||||
|
||||
- Various documentation fixes
|
||||
- Fix proc directory regression (:issue:`6502`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 0.16.4 Release Notes
|
|||
|
||||
:release: 2013-09-07
|
||||
|
||||
Version 0.16.4 is another bugfix release for :doc:`0.16.0
|
||||
</topics/releases/0.16.0>`, likely to be the last before 0.17.0 is released.
|
||||
Version 0.16.4 is another bugfix release for :ref:`0.16.0
|
||||
<release-0-16-0>`, likely to be the last before 0.17.0 is released.
|
||||
The changes include:
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _release-0-17-0:
|
||||
|
||||
=========================
|
||||
Salt 0.17.0 Release Notes
|
||||
=========================
|
||||
|
|
|
@ -212,8 +212,8 @@ David Anderson
|
|||
Fix Reference
|
||||
=============
|
||||
|
||||
Version 0.17.1 is the first bugfix release for :doc:`0.17.0
|
||||
</topics/releases/0.17.0>`. The changes include:
|
||||
Version 0.17.1 is the first bugfix release for :ref:`0.17.0
|
||||
<release-0-17-0>`. The changes include:
|
||||
|
||||
- Fix symbolic links in thin.tgz (:issue:`7482`)
|
||||
- Pass env through to file.patch state (:issue:`7452`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 0.17.2 Release Notes
|
|||
|
||||
:release: 2013-11-14
|
||||
|
||||
Version 0.17.2 is another bugfix release for :doc:`0.17.0
|
||||
</topics/releases/0.17.0>`. The changes include:
|
||||
Version 0.17.2 is another bugfix release for :ref:`0.17.0
|
||||
<release-0-17-0>`. The changes include:
|
||||
|
||||
- Add ability to delete key with grains.delval (:issue:`7872`)
|
||||
- Fix possible state compiler stack trace (:issue:`5767`)
|
||||
|
|
|
@ -9,8 +9,8 @@ Salt 0.17.3 Release Notes
|
|||
0.17.3 had some regressions which were promptly fixed in the 0.17.4
|
||||
release. Please use 0.17.4 instead.
|
||||
|
||||
Version 0.17.3 is another bugfix release for :doc:`0.17.0
|
||||
</topics/releases/0.17.0>`. The changes include:
|
||||
Version 0.17.3 is another bugfix release for :ref:`0.17.0
|
||||
<release-0-17-0>`. The changes include:
|
||||
|
||||
- Fix some jinja render errors (:issue:`8418`)
|
||||
- Fix ``file.replace`` state changing file ownership (:issue:`8399`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 0.17.4 Release Notes
|
|||
|
||||
:release: 2013-12-10
|
||||
|
||||
Version 0.17.4 is another bugfix release for :doc:`0.17.0
|
||||
</topics/releases/0.17.0>`. The changes include:
|
||||
Version 0.17.4 is another bugfix release for :ref:`0.17.0
|
||||
<release-0-17-0>`. The changes include:
|
||||
|
||||
- Fix file.replace bug when replacement str is numeric (:issue:`9101`)
|
||||
- Fix regression in file.managed (:issue:`9131`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 0.17.5 Release Notes
|
|||
|
||||
:release: 2014-01-27
|
||||
|
||||
Version 0.17.5 is another bugfix release for :doc:`0.17.0
|
||||
</topics/releases/0.17.0>`. The changes include:
|
||||
Version 0.17.5 is another bugfix release for :ref:`0.17.0
|
||||
<release-0-17-0>`. The changes include:
|
||||
|
||||
- Fix ``user.present`` states with non-string fullname (:issue:`9085`)
|
||||
- Fix ``virt.init`` return value on failure (:issue:`6870`)
|
||||
|
|
|
@ -84,7 +84,7 @@ configuration file can be accessed inside of the minion modules via the __opt__
|
|||
dict.
|
||||
|
||||
Information on how to use this simple addition has been added to the wiki:
|
||||
:doc:`Writing modules </ref/states/writing>`
|
||||
:ref:`Writing modules <state-modules>`
|
||||
|
||||
The test module has an example of using the __opts__ dict, and how to set
|
||||
default options:
|
||||
|
|
|
@ -42,7 +42,7 @@ A big feature is the addition of Salt run, the ``salt-run`` command allows for
|
|||
master side execution modules to be made that gather specific information or
|
||||
execute custom routines from the master.
|
||||
|
||||
Documentation for salt-run can be found :doc:`here </ref/runners/index>`
|
||||
Documentation for salt-run can be found :ref:`here <runners>`
|
||||
|
||||
Refined Outputters
|
||||
``````````````````
|
||||
|
@ -59,7 +59,7 @@ Cross Calling Salt Modules
|
|||
|
||||
Salt modules can now call each other, the ``__salt__`` dict has been added to
|
||||
the predefined references in minion modules. This new feature is documented in
|
||||
the :doc:`modules documentation </ref/modules/index>`.
|
||||
the :ref:`modules documentation <writing-execution-modules>`.
|
||||
|
||||
Watch Option Added to Salt State System
|
||||
````````````````````````````````````````
|
||||
|
|
|
@ -49,8 +49,8 @@ to act as a communication channel between minions and as a general
|
|||
infrastructure message bus.
|
||||
|
||||
Peer communication is turned off by default but can be enabled via the ``peer``
|
||||
option in the master configuration file. Documentation on the new :doc:`Peer
|
||||
interface </ref/peer>`.
|
||||
option in the master configuration file. Documentation on the new :ref:`Peer
|
||||
interface <peer>`.
|
||||
|
||||
Easily Extensible API
|
||||
`````````````````````
|
||||
|
|
|
@ -92,7 +92,7 @@ Major Features
|
|||
Pillar
|
||||
------
|
||||
|
||||
:doc:`Pillar </topics/pillar/index>` offers an interface to declare variable data on the master that is then
|
||||
:ref:`Pillar <pillar>` offers an interface to declare variable data on the master that is then
|
||||
assigned to the minions. The pillar data is made available to all modules,
|
||||
states, sls files etc. It is compiled on the master and is declared using the
|
||||
existing renderer system. This means that learning pillar should be fairly
|
||||
|
@ -314,51 +314,51 @@ server restarts behind a load balancer or doing maintenance on BSD firewalls
|
|||
using carp much easier with salt.
|
||||
|
||||
Module Updates
|
||||
---------------
|
||||
--------------
|
||||
|
||||
This is a list of notable, but non-exhaustive updates with new and existing
|
||||
modules.
|
||||
|
||||
Windows support has seen a flurry of support this release cycle. We've gained
|
||||
all new :doc:`file </ref/modules/all/salt.modules.win_file>`,
|
||||
:doc:`network </ref/modules/all/salt.modules.win_network>`, and
|
||||
:doc:`shadow </ref/modules/all/salt.modules.win_shadow>` modules. Please note
|
||||
all new :mod:`file <alt.modules.win_file>`,
|
||||
:mod:`network <salt.modules.win_network>`, and
|
||||
:mod:`shadow <salt.modules.win_shadow>` modules. Please note
|
||||
that these are still a work in progress.
|
||||
|
||||
For our ruby users, new :doc:`rvm </ref/modules/all/salt.modules.rvm>` and
|
||||
:doc:`gem </ref/modules/all/salt.modules.gem>` modules have been added along
|
||||
with the :doc:`associated </ref/states/all/salt.states.rvm>`
|
||||
:doc:`states </ref/states/all/salt.states.gem>`
|
||||
For our ruby users, new :mod:`rvm <salt.modules.rvm>` and
|
||||
:mod:`gem <salt.modules.gem>` modules have been added along
|
||||
with the :mod:`associated <salt.states.rvm>`
|
||||
:mod:`states <salt.states.gem>`
|
||||
|
||||
The :doc:`virt </ref/modules/all/salt.modules.virt>` module gained basic Xen support.
|
||||
The :mod:`virt <salt.modules.virt>` module gained basic Xen support.
|
||||
|
||||
The :doc:`yum </ref/modules/all/salt.modules.yumpkg>` module gained
|
||||
The :mod:`yum <salt.modules.yumpkg>` module gained
|
||||
Scientific Linux support.
|
||||
|
||||
The :doc:`pkg </ref/modules/all/salt.modules.aptpkg>` module on Debian, Ubuntu,
|
||||
The :mod:`pkg <salt.modules.aptpkg>` module on Debian, Ubuntu,
|
||||
and derivatives force apt to run in a non-interactive mode. This prevents
|
||||
issues when package installation waits for confirmation.
|
||||
|
||||
A :doc:`pkg </ref/modules/all/salt.modules.zypper>` module for OpenSUSE's
|
||||
A :mod:`pkg <salt.modules.zypper>` module for OpenSUSE's
|
||||
zypper was added.
|
||||
|
||||
The :doc:`service </ref/modules/all/salt.modules.upstart>` module on Ubuntu
|
||||
The :mod:`service <salt.modules.upstart>` module on Ubuntu
|
||||
natively supports upstart.
|
||||
|
||||
A new :doc:`debconf </ref/modules/all/salt.modules.debconfmod>` module was
|
||||
A new :mod:`debconf <salt.modules.debconfmod>` module was
|
||||
contributed by our community for more advanced control over deb package
|
||||
deployments on Debian based distributions.
|
||||
|
||||
The :doc:`mysql.user </ref/states/all/salt.states.mysql_user>` state and
|
||||
:doc:`mysql </ref/modules/all/salt.modules.mysql>` module gained a
|
||||
The :mod:`mysql.user <salt.states.mysql_user>` state and
|
||||
:mod:`mysql <salt.modules.mysql>` module gained a
|
||||
*password_hash* argument.
|
||||
|
||||
The :doc:`cmd </ref/modules/all/salt.modules.cmdmod>` module and state gained
|
||||
The :mod:`cmd <salt.modules.cmdmod>` module and state gained
|
||||
a *shell* keyword argument for specifying a shell other than ``/bin/sh`` on
|
||||
Linux / Unix systems.
|
||||
|
||||
New :doc:`git </ref/modules/all/salt.modules.git>` and
|
||||
:doc:`mercurial </ref/modules/all/salt.modules.hg>` modules have been added
|
||||
New :mod:`git <salt.modules.git>` and
|
||||
:mod:`mercurial <salt.modules.hg>` modules have been added
|
||||
for fans of distributed version control.
|
||||
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ Salt 2014.1.0 Release Notes - Codename Hydrogen
|
|||
|
||||
Due to a change in master to minion communication, 2014.1.0 minions are not
|
||||
compatible with older-version masters. Please upgrade masters first.
|
||||
More info on backwards-compatibility policy :doc:`here
|
||||
</topics/installation/index>`, under the "Upgrading Salt" subheading.
|
||||
More info on backwards-compatibility policy :ref:`here
|
||||
<installation`, under the "Upgrading Salt" subheading.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -37,7 +37,7 @@ testing making roughly double the coverage in the Salt tests, and comes with
|
|||
many new features.
|
||||
|
||||
2014.1.0 is the first release to follow the new date-based release naming
|
||||
system. See the :doc:`version numbers</topics/releases/version_numbers>`
|
||||
system. See the :ref:`version numbers<version-numbers>`
|
||||
page for more details.
|
||||
|
||||
Major Features
|
||||
|
@ -49,8 +49,7 @@ Salt Cloud Merged into Salt
|
|||
Salt Cloud is a tool for provisioning salted minions across various cloud
|
||||
providers. Prior to this release, Salt Cloud was a separate project but this
|
||||
marks its full integration with the Salt distribution. A Getting Started guide
|
||||
and additional documentation for Salt Cloud can be found :doc:`here
|
||||
</topics/cloud/index>`:
|
||||
and additional documentation for Salt Cloud can be found :ref:`here <salt-cloud>`:
|
||||
|
||||
|
||||
Google Compute Engine
|
||||
|
@ -62,7 +61,7 @@ they run.
|
|||
|
||||
For more information on Salt Stack and GCE, please see `this blog post`_.
|
||||
|
||||
Documentation for Salt and GCE can be found :doc:`here </topics/cloud/gce>`.
|
||||
Documentation for Salt and GCE can be found :ref:`here <cloud-getting-started-gce>`.
|
||||
|
||||
.. _this blog post: http://googlecloudplatform.blogspot.com/2013/12/saltstack-for-google-compute-engine.html
|
||||
|
||||
|
@ -162,7 +161,7 @@ from the salt fileserver. The path for these files takes the following format::
|
|||
``minion-id`` is the id of the "source" minion, the one from which the files
|
||||
were pushed to the master. ``/path/to/file`` is the full path of the file.
|
||||
|
||||
The :doc:`MinionFS Walkthrough </topics/tutorials/minionfs>` contains a more
|
||||
The :ref:`MinionFS Walkthrough <tutorial-minionfs>` contains a more
|
||||
thorough example of how to use this backend.
|
||||
|
||||
|
||||
|
@ -249,7 +248,7 @@ Proxy Minions
|
|||
-------------
|
||||
|
||||
Initial basic support for Proxy Minions is in this release. Documentation can
|
||||
be found :doc:`here </topics/topology/proxyminion/index>`.
|
||||
be found :ref:`here <proxy>`.
|
||||
|
||||
Proxy minions are a developing feature in Salt that enables control of devices
|
||||
that cannot run a minion. Examples include network gear like switches and
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.1 Release Notes
|
|||
|
||||
:release: 2014-03-18
|
||||
|
||||
Version 2014.1.1 is a bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. The changes include:
|
||||
Version 2014.1.1 is a bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. The changes include:
|
||||
|
||||
- Various doc fixes, including up-to-date Salt Cloud installation documentation.
|
||||
- Renamed state.sls runner to state.orchestrate, to reduce confusion with the :mod:`state.sls <salt.modules.state.sls>` execution function
|
||||
|
|
|
@ -10,8 +10,8 @@ Salt 2014.1.10 Release Notes
|
|||
detection, and thus was never packaged for general release. This version
|
||||
contains the version detection fix, but is otherwise identical to 2014.1.9.
|
||||
|
||||
Version 2014.1.10 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.10 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Ensure salt-ssh will not continue if permissions on a temporary directory are
|
||||
not correct.
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.11 Release Notes
|
|||
|
||||
:release: 2014-08-29
|
||||
|
||||
Version 2014.1.11 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.11 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix for minion_id with byte-order mark (BOM) (:issue:`12296`)
|
||||
- Fix ``runas`` deprecation in ``at`` module
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.12 Release Notes
|
|||
|
||||
:release: 2014-10-08
|
||||
|
||||
Version 2014.1.12 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.12 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix ``scp_file`` always failing (which broke salt-cloud) (:issue:`16437`)
|
||||
- Fix regression in pillar in masterless (:issue:`16210`, :issue:`16416`,
|
||||
|
|
|
@ -4,7 +4,7 @@ Salt 2014.1.13 Release Notes
|
|||
|
||||
:release: 2014-10-14
|
||||
|
||||
Version 2014.1.13 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.13 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix ``sftp_file`` by checking the exit status code of scp (which broke salt-cloud) (:issue:`16599`)
|
|
@ -4,8 +4,8 @@ Salt 2014.1.2 Release Notes
|
|||
|
||||
:release: 2014-04-15
|
||||
|
||||
Version 2014.1.2 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. The changes include:
|
||||
Version 2014.1.2 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. The changes include:
|
||||
|
||||
- Fix username detection when su'ed to root on FreeBSD (:issue:`11628`)
|
||||
- Fix minionfs backend for file.recurse states
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.3 Release Notes
|
|||
|
||||
:release: 2014-04-15
|
||||
|
||||
Version 2014.1.3 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. It was created as a hotfix for a regression
|
||||
Version 2014.1.3 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. It was created as a hotfix for a regression
|
||||
found in 2014.1.2, which was not distributed. The only change made was as
|
||||
follows:
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.4 Release Notes
|
|||
|
||||
:release: 2014-05-05
|
||||
|
||||
Version 2014.1.4 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.4 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix setup.py dependency issue (:issue:`12031`)
|
||||
- Fix handling for IOErrors under certain circumstances (:issue:`11783` and
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.5 Release Notes
|
|||
|
||||
:release: 2014-06-11
|
||||
|
||||
Version 2014.1.5 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.5 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Add function for finding cached job on the minion
|
||||
- Fix iptables save file location for Debian (:issue:`11730`)
|
||||
|
@ -42,7 +42,7 @@ Version 2014.1.5 is another bugfix release for :doc:`2014.1.0
|
|||
- Removed the deprecated external nodes classifier (originally accessible by
|
||||
setting a value for external_nodes in the master configuration file). Note
|
||||
that this functionality has been marked deprecated for some time and was
|
||||
replaced by the more general :doc:`master tops </topics/master_tops/index>`
|
||||
replaced by the more general :ref:`master tops <master-tops-system>`
|
||||
system.
|
||||
- More robust escaping of ldap filter strings.
|
||||
- Fix trailing slash in :conf_master:`gitfs_root` causing files not to be
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.6 Release Notes
|
|||
|
||||
:release: 2014-07-08
|
||||
|
||||
Version 2014.1.6 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.6 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix extra ``iptables --help`` output (Sorry!) (:issue:`13648`,
|
||||
:issue:`13507`, :issue:`13527`, :issue:`13607`)
|
||||
|
|
|
@ -4,8 +4,8 @@ Salt 2014.1.7 Release Notes
|
|||
|
||||
:release: 2014-07-09
|
||||
|
||||
Version 2014.1.7 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.7 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Fix batch mode regression (:issue:`14046`)
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ Salt 2014.1.8 Release Notes
|
|||
detection, and thus was never packaged for general release. Please use
|
||||
version 2014.1.10 instead.
|
||||
|
||||
Version 2014.1.8 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.8 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Ensure salt-ssh will not continue if permissions on a temporary directory are
|
||||
not correct.
|
||||
|
|
|
@ -16,8 +16,8 @@ Salt 2014.1.9 Release Notes
|
|||
detection, and thus was never packaged for general release. This version
|
||||
contains the version detection fix, but is otherwise identical to 2014.1.8.
|
||||
|
||||
Version 2014.1.9 is another bugfix release for :doc:`2014.1.0
|
||||
</topics/releases/2014.1.0>`. Changes include:
|
||||
Version 2014.1.9 is another bugfix release for :ref:`2014.1.0
|
||||
<release-2014-1-0>`. Changes include:
|
||||
|
||||
- Ensure salt-ssh will not continue if permissions on a temporary directory are
|
||||
not correct.
|
||||
|
|
|
@ -55,7 +55,7 @@ Simply stated, users running Salt with RAET should expect some hiccups as we
|
|||
hammer out the update. This is a BETA release of Salt RAET.
|
||||
|
||||
For information about how to use Salt with RAET please see the
|
||||
:doc:`tutorial </topics/transports/raet/index>`.
|
||||
:ref:`tutorial <raet>`.
|
||||
|
||||
Salt SSH Enhancements
|
||||
=====================
|
||||
|
@ -172,8 +172,8 @@ These runtime modifications make it easy to run groups of states together. In
|
|||
future versions, we hope to fill out the ``mod_aggregate`` system to build in
|
||||
more and more optimizations.
|
||||
|
||||
For more documentation on ``mod_aggregate``, see :doc:`the documentation
|
||||
</ref/states/aggregate>`.
|
||||
For more documentation on ``mod_aggregate``, see :ref:`the documentation
|
||||
<mod-aggregate-state>`.
|
||||
|
||||
New Requisites: onchanges and onfail
|
||||
------------------------------------
|
||||
|
@ -186,7 +186,7 @@ The other new requisites, ``onfail``, and ``onfail_in``, allow for a state to ru
|
|||
in reaction to the failure of another state.
|
||||
|
||||
For more information about these new requisites, see the
|
||||
:doc:`requisites documentation </ref/states/requisites>`.
|
||||
:ref:`requisites documentation <requisites>`.
|
||||
|
||||
|
||||
Global onlyif and unless
|
||||
|
|
|
@ -4,8 +4,9 @@ Salt 2014.7.1 Release Notes
|
|||
|
||||
:release: 2015-01-12
|
||||
|
||||
Version 2014.7.1 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`. The changes include:
|
||||
Version 2014.7.1 is a bugfix release for :ref:`2014.7.0<release-2014-7-0>`.
|
||||
|
||||
The changes include:
|
||||
|
||||
- Fixed gitfs serving symlinks in :mod:`file.recurse
|
||||
<salt.states.file.recurse>` states (:issue:`17700`)
|
||||
|
|
|
@ -4,8 +4,9 @@ Salt 2014.7.2 Release Notes
|
|||
|
||||
:release: 2015-02-09
|
||||
|
||||
Version 2014.7.2 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`. The changes include:
|
||||
Version 2014.7.2 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
|
||||
|
||||
The changes include:
|
||||
|
||||
- Fix erroneous warnings for systemd service enabled check (:issue:`19606`)
|
||||
- Fix FreeBSD kernel module loading, listing, and persistence
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2014.7.3 Release Notes
|
|||
|
||||
:release: TBA
|
||||
|
||||
Version 2014.7.3 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`.
|
||||
Version 2014.7.3 is a bugfix release for :ref:`2014.7.0<release-2014-7-0>`.
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2014.7.4 Release Notes
|
|||
|
||||
:release: 2015-03-30
|
||||
|
||||
Version 2014.7.4 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`.
|
||||
Version 2014.7.4 is a bugfix release for :ref:`2014.7.0<release-2014-7-0>`.
|
||||
|
||||
This is a security release. The security issues fixed have only been present
|
||||
since 2014.7.0, and only users of the two listed modules are vulnerable. The
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2014.7.5 Release Notes
|
|||
|
||||
:release: 2015-04-16
|
||||
|
||||
Version 2014.7.5 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`.
|
||||
Version 2014.7.5 is a bugfix release for :ref:`2014.7.0<release-2014-7-0>`.
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2014.7.6 Release Notes
|
|||
|
||||
:release: 2015-05-18
|
||||
|
||||
Version 2014.7.6 is a bugfix release for :doc:`2014.7.0
|
||||
</topics/releases/2014.7.0>`.
|
||||
Version 2014.7.6 is a bugfix release for :ref:`2014.7.0<release-2014-7-0>`.
|
||||
|
||||
This release is a security release. A minor issue was found, as cited below:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _release-2015-5-0:
|
||||
|
||||
==============================================
|
||||
Salt 2015.5.0 Release Notes - Codename Lithium
|
||||
==============================================
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2015.5.1 Release Notes
|
|||
|
||||
:release: 2015-05-20
|
||||
|
||||
Version 2015.5.1 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.1 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.5.11 Release Notes
|
||||
============================
|
||||
|
||||
Version 2015.5.11 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.11 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Changes for v2015.5.10..v2015.5.11
|
||||
----------------------------------
|
||||
|
|
|
@ -4,8 +4,7 @@ Salt 2015.5.2 Release Notes
|
|||
|
||||
:release: 2015-06-10
|
||||
|
||||
Version 2015.5.2 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.2 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Extended Changelog Courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs):
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.5.4 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2015.5.4 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.4 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.5.5 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2015.5.5 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.5 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.5.6 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2015.5.6 is a bugfix release for :doc:`2015.5.0
|
||||
</topics/releases/2015.5.0>`.
|
||||
Version 2015.5.6 is a bugfix release for :ref:`2015.5.0<release-2015-5-0>`.
|
||||
|
||||
Security Fixes
|
||||
--------------
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.8.1 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2015.8.1 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
Version 2015.8.1 is a bugfix release for :ref:`2015.8.0<release-2015-8-0>`.
|
||||
|
||||
Security Fixes
|
||||
--------------
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.8.10 Release Notes
|
||||
============================
|
||||
|
||||
Version 2015.8.10 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
Version 2015.8.10 is a bugfix release for :ref:`2015.8.0<release-2015-8-0>`.
|
||||
|
||||
**Final Release of Debian 7 Packages**
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.8.11 Release Notes
|
||||
============================
|
||||
|
||||
Version 2015.8.11 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
Version 2015.8.11 is a bugfix release for :ref:`2015.8.0<release-2015-8-0>`.
|
||||
|
||||
Returner Changes
|
||||
================
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.8.12 Release Notes
|
||||
============================
|
||||
|
||||
Version 2015.8.12 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
Version 2015.8.12 is a bugfix release for :ref:`2015.8.0<release-2015-8-0>`.
|
||||
|
||||
|
||||
Changes for v2015.8.11..v2015.8.12
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2015.8.9 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2015.8.9 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
Version 2015.8.9 is a bugfix release for :ref:`2015.8.0<release-2015-8-0>`.
|
||||
|
||||
.. admonition:: Mint Linux: Important Post-Upgrade Instructions
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:orphan:
|
||||
.. _release-2016-3-0:
|
||||
|
||||
============================================
|
||||
Salt 2016.3.0 Release Notes - Codename Boron
|
||||
|
@ -88,7 +88,7 @@ External Module Packaging
|
|||
=========================
|
||||
|
||||
Modules may now be packaged via entry-points in setuptools. See
|
||||
:doc:`external module packaging </topics/tutorials/packaging_modules>` tutorial
|
||||
:ref:`external module packaging <tutorial-packaging-modules>` tutorial
|
||||
for more information.
|
||||
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2016.3.1 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.1 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
Version 2016.3.1 is a bugfix release for :ref:`2016.3.0 <release-2016-3-0>`.
|
||||
|
||||
**Final Release of Debian 7 Packages**
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2016.3.2 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.2 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
Version 2016.3.2 is a bugfix release for :ref:`2016.3.0 <release-2016-3-0>`.
|
||||
|
||||
Returner Changes
|
||||
================
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2016.3.3 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.3 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
Version 2016.3.3 is a bugfix release for :ref:`2016.3.0 <release-2016-3-0>`.
|
||||
|
||||
Known Issues
|
||||
------------
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2016.3.4 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.4 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
Version 2016.3.4 is a bugfix release for :ref:`2016.3.0 <release-2016-3-0>`.
|
||||
|
||||
Known Issues
|
||||
------------
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Salt 2016.3.5 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.5 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
Version 2016.3.5 is a bugfix release for :ref:`2016.3.0 <release-2016-3-0>`.
|
||||
|
||||
|
||||
Improved Checksum Handling in :py:func:`file.managed <salt.states.file.managed>`, :py:func:`archive.extracted <salt.states.archive.extracted>` States
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Release Notes
|
||||
=============
|
||||
|
||||
See the :doc:`version numbers</topics/releases/version_numbers>` page for more
|
||||
See the :ref:`version numbers<version-numbers>` page for more
|
||||
information about the version numbering scheme.
|
||||
|
||||
Latest Branch Release
|
||||
|
@ -24,6 +24,6 @@ Previous Releases
|
|||
2014.1.*
|
||||
0.*
|
||||
|
||||
.. seealso:: :doc:`Legacy salt-cloud release docs <../cloud/releases/index>`
|
||||
.. seealso:: :ref:`Legacy salt-cloud release docs <legacy-salt-cloud-release-notes>`
|
||||
|
||||
.. seealso:: :doc:`Legacy salt-api release docs <saltapi/index>`
|
||||
.. seealso:: :ref:`Legacy salt-api release docs <legacy-salt-api-release-notes>`
|
||||
|
|
|
@ -5,8 +5,8 @@ Installing/Testing a Salt Release Candidate
|
|||
===========================================
|
||||
|
||||
It's time for a new feature release of Salt! Follow the instructions below to
|
||||
install the latest release candidate of Salt, and try :doc:`all the shiny new
|
||||
features </topics/releases/2016.3.0>`! Be sure to report any bugs you find on `Github
|
||||
install the latest release candidate of Salt, and try :ref:`all the shiny new
|
||||
features <release-2016-3-0>`! Be sure to report any bugs you find on `Github
|
||||
<https://github.com/saltstack/salt/issues/new/>`_.
|
||||
|
||||
Installing Using Packages
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
:orphan:
|
||||
|
||||
.. _legacy-salt-api-release-notes:
|
||||
|
||||
=============
|
||||
Release notes
|
||||
=============
|
||||
|
|
Loading…
Add table
Reference in a new issue