Add release notes for 2014.1.10

This commit is contained in:
Colton Myers 2014-08-01 12:35:13 -06:00
parent 114d9a3489
commit 051e371fe8
3 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,24 @@
===========================
Salt 2014.1.10 Release Notes
===========================
:release: 2014-08-01
.. note::
Verion 2014.1.9 contained a regression which caused inaccurate Salt version
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:
- Ensure salt-ssh will not continue if permissions on a temporary directory are
not correct.
- Use the bootstrap script distributed with Salt instead of relying on an
external resource
- Remove unused testing code
- Ensure salt states are placed into the ``.salt`` directory in salt-ssh
- Use a randomized path for temporary files in a salt-cloud deployment
- Clean any stale directories to ensure a fresh copy of salt-ssh during a
deployment

View File

@ -8,7 +8,7 @@ Salt 2014.1.8 Release Notes
This release contained a regression which caused inaccurate Salt version
detection, and thus was never packaged for general release. Please use
version 2014.1.9 instead.
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:

View File

@ -4,6 +4,12 @@ Salt 2014.1.9 Release Notes
:release: 2014-07-31
.. note::
This release contained a regression which caused inaccurate Salt version
detection, and thus was never packaged for general release. Please use
version 2014.1.10 instead.
.. note::
Verion 2014.1.8 contained a regression which caused inaccurate Salt version