0.17.2.rst 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. =========================
  2. Salt 0.17.2 Release Notes
  3. =========================
  4. :release: 2013-11-14
  5. Version 0.17.2 is another bugfix release for :ref:`0.17.0
  6. <release-0-17-0>`. The changes include:
  7. - Add ability to delete key with grains.delval (:issue:`7872`)
  8. - Fix possible state compiler stack trace (:issue:`5767`)
  9. - Fix architecture regression in yumpkg (:issue:`7813`)
  10. - Use correct ``ps`` on Debian to prevent truncating (:issue:`5646`)
  11. - Fix grains targeting for new grains (:issue:`5737`)
  12. - Fix bug with merging in git_pillar (:issue:`6992`)
  13. - Fix print_jobs duplicate results
  14. - Fix apt version specification for pkg.install
  15. - Fix possible KeyError from ext_job_cache missing option
  16. - Fix auto_order for ``- names`` states (:issue:`7649`)
  17. - Fix regression in new gitfs installs (directory not found error)
  18. - Fix escape pipe issue on Windows for file.recurse (:issue:`7967`)
  19. - Fix fileclient in case of master restart (:issue:`7987`)
  20. - Try to output warning if CLI command malformed (:issue:`6538`)
  21. - Fix ``--out=quiet`` to actually be quiet (:issue:`8000`)
  22. - Fix for state.sls in salt-ssh (:issue:`7991`)
  23. - Fix for MySQL grants ordering issue (:issue:`5817`)
  24. - Fix traceback for certain missing CLI args (:issue:`8016`)
  25. - Add ability to disable lspci queries on master (:issue:`4906`)
  26. - Fail if sls defined in topfile does not exist (:issue:`5998`)
  27. - Add ability to downgrade MySQL grants (:issue:`6606`)
  28. - Fix ssh_auth.absent traceback (:issue:`8043`)
  29. - Add upstart detection for Debian/Raspbian (:issue:`8039`)
  30. - Fix ID-related issues (:issue:`8052`, :issue:`8050`, and others)
  31. - Fix for jinja rendering issues (:issue:`8066` and :issue:`8079`)
  32. - Fix argument parsing in salt-ssh (:issue:`7928`)
  33. - Fix some GPU detection instances (:issue:`6945`)
  34. - Fix bug preventing includes from other environments in SLS files
  35. - Fix for kwargs with dashes (:issue:`8102`)
  36. - Fix salt.utils.which for windows '.exe' (:issue:`7904`)
  37. - Fix apache.adduser without apachectl (:issue:`8123`)
  38. - Fix issue with evaluating ``test`` kwarg in states (:issue:`7788`)
  39. - Fix regression in ``salt.client.Caller()`` (:issue:`8078`)
  40. - Fix apt-key silent failure
  41. - Fix bug where cmd.script would try to run even if caching failed (:issue:`7601`)
  42. - Fix apt ``pkg.latest`` regression (:issue:`8067`)
  43. - Fix for mine data not being updated (:issue:`8144`)
  44. - Fix for noarch packages in yum
  45. - Fix a Xen detection edge case (:issue:`7839`)
  46. - Fix windows ``__opts__`` dictionary persistence (:issue:`7714`)
  47. - Fix version generation for when it's part of another git repo (:issue:`8090`)
  48. - Fix _handle_iorder stacktrace so that the real syntax error is shown (:issue:`8114` and :issue:`7905`)
  49. - Fix ``git.latest`` state when a commit SHA is used (:issue:`8163`)
  50. - Fix various small bugs in yumpkg.py (:issue:`8201`)
  51. - Fix for specifying identify file in git.latest (:issue:`8094`)
  52. - Fix for ``--output-file`` CLI arg (:issue:`8205`)
  53. - Add ability to specify shutdown time for system.shutdown (:issue:`7833`)
  54. - Fix for salt version using non-salt git repo info (:issue:`8266`)
  55. - Add additional hints at impact of ``pkgrepo`` states when ``test=True`` (:issue:`8247`)
  56. - Fix for salt-ssh files not being owned by root (:issue:`8216`)
  57. - Fix retry logic and error handling in fileserver (related to :issue:`7755`)
  58. - Fix file.replace with ``test=True`` (:issue:`8279`)
  59. - Add flag for limiting file traversal in fileserver (:issue:`6928`)
  60. - Fix for extra mine processes (:issue:`5729`)
  61. - Fix for unloading custom modules (:issue:`7691`)
  62. - Fix for salt-ssh opts (:issue:`8005` and :issue:`8271`)
  63. - Fix compound matcher for grains (:issue:`7944`)
  64. - Improve error reporting in ebuild module (related to :issue:`5393`)
  65. - Add ``dir_mode`` to ``file.managed`` (:issue:`7860`)
  66. - Improve traceroute support for FreeBSD and macOS (:issue:`4927`)
  67. - Fix for matching minions under syndics (:issue:`7671`)
  68. - Improve exception handling for missing ID (:issue:`8259`)
  69. - Fix grain mismatch for ScientificLinux (:issue:`8338`)
  70. - Add configuration option for minion_id_caching
  71. - Fix open mode auth errors (:issue:`8402`)