2014.1.2.rst 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ===========================
  2. Salt 2014.1.2 Release Notes
  3. ===========================
  4. :release: 2014-04-15
  5. Version 2014.1.2 is another bugfix release for :ref:`2014.1.0
  6. <release-2014-1-0>`. The changes include:
  7. - Fix username detection when su'ed to root on FreeBSD (:issue:`11628`)
  8. - Fix minionfs backend for file.recurse states
  9. - Fix 32-bit packages of different arches than the CPU arch, on 32-bit
  10. RHEL/CentOS (:issue:`11822`)
  11. - Fix bug with specifying alternate home dir on user creation (FreeBSD)
  12. (:issue:`11790`)
  13. - Don’t reload ``site`` module on module refresh for MacOS
  14. - Fix regression with running execution functions in Pillar SLS
  15. (:issue:`11453`)
  16. - Fix some modules missing from Windows installer
  17. - Don’t log an error for yum commands that return nonzero exit status on
  18. non-failure (:issue:`11645`)
  19. - Fix bug in rabbitmq state (:issue:`8703`)
  20. - Fix missing ssh config options (:issue:`10604`)
  21. - Fix top.sls ordering (:issue:`10810` and :issue:`11691`)
  22. - Fix ``salt-key --list all`` (:issue:`10982`)
  23. - Fix win_servermanager install/remove function (:issue:`11038`)
  24. - Fix interaction with tokens when running commands as root (:issue:`11223`)
  25. - Fix overstate bug with ``find_job`` and ``**kwargs`` (:issue:`10503`)
  26. - Fix ``saltenv`` for ``aptpkg.mod_repo`` from ``pkgrepo`` state
  27. - Fix environment issue causing file caching problems (:issue:`11189`)
  28. - Fix bug in ``__parse_key`` in registry state (:issue:`11408`)
  29. - Add minion auth retry on rejection (:issue:`10763`)
  30. - Fix publish_session updating the encryption key (:issue:`11493`)
  31. - Fix for bad ``AssertionError`` raised by GitPython (:issue:`11473`)
  32. - Fix ``debian_ip`` to allow disabling and enabling networking on Ubuntu (:issue:`11164`)
  33. - Fix potential memory leak caused by saved (and unused) events (:issue:`11582`)
  34. - Fix exception handling in the MySQL module (:issue:`11616`)
  35. - Fix environment-related error (:issue:`11534`)
  36. - Include ``psutil`` on Windows
  37. - Add ``file.replace`` and ``file.search`` to Windows (:issue:`11471`)
  38. - Add additional ``file`` module helpers to Windows (:issue:`11235`)
  39. - Add ``pid`` to netstat output on Windows (:issue:`10782`)
  40. - Fix Windows not caching new versions of installers in winrepo (:issue:`10597`)
  41. - Fix hardcoded md5 hashing
  42. - Fix kwargs in salt-ssh (:issue:`11609`)
  43. - Fix file backup timestamps (:issue:`11745`)
  44. - Fix stacktrace on ``sys.doc`` with invalid eauth (:issue:`11293`)
  45. - Fix ``git.latest`` with ``test=True`` (:issue:`11595`)
  46. - Fix ``file.check_perms`` hardcoded ``follow_symlinks`` (:issue:`11387`)
  47. - Fix certain ``pkg`` states for RHEL5/Cent5 machines (:issue:`11719`)