salt/doc/topics/releases/2014.1.10.rst

28 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2014-08-11 16:33:55 +00:00
============================
2014-08-01 18:35:13 +00:00
Salt 2014.1.10 Release Notes
2014-08-11 16:33:55 +00:00
============================
2014-08-01 18:35:13 +00:00
:release: 2014-08-01
.. note::
2014-08-02 09:04:30 +00:00
Version 2014.1.9 contained a regression which caused inaccurate Salt version
2014-08-01 18:35:13 +00:00
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 :ref:`2014.1.0
<release-2014-1-0>`. Changes include:
2014-08-01 18:35:13 +00:00
- 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
Salt 2014.1.10 fixes security issues documented by CVE-2014-3563: "Insecure
tmp-file creation in seed.py, salt-ssh, and salt-cloud." Upgrading is
2014-12-11 03:34:32 +00:00
recommended.