2014.1.10.rst 1.0 KB

12345678910111213141516171819202122232425262728
  1. ============================
  2. Salt 2014.1.10 Release Notes
  3. ============================
  4. :release: 2014-08-01
  5. .. note::
  6. Version 2014.1.9 contained a regression which caused inaccurate Salt version
  7. detection, and thus was never packaged for general release. This version
  8. contains the version detection fix, but is otherwise identical to 2014.1.9.
  9. Version 2014.1.10 is another bugfix release for :ref:`2014.1.0
  10. <release-2014-1-0>`. Changes include:
  11. - Ensure salt-ssh will not continue if permissions on a temporary directory are
  12. not correct.
  13. - Use the bootstrap script distributed with Salt instead of relying on an
  14. external resource
  15. - Remove unused testing code
  16. - Ensure salt states are placed into the ``.salt`` directory in salt-ssh
  17. - Use a randomized path for temporary files in a salt-cloud deployment
  18. - Clean any stale directories to ensure a fresh copy of salt-ssh during a
  19. deployment
  20. Salt 2014.1.10 fixes security issues documented by CVE-2014-3563: "Insecure
  21. tmp-file creation in seed.py, salt-ssh, and salt-cloud." Upgrading is
  22. recommended.