0.17.5.rst 1.3 KB

1234567891011121314151617181920212223242526
  1. =========================
  2. Salt 0.17.5 Release Notes
  3. =========================
  4. :release: 2014-01-27
  5. Version 0.17.5 is another bugfix release for :ref:`0.17.0
  6. <release-0-17-0>`. The changes include:
  7. - Fix ``user.present`` states with non-string fullname (:issue:`9085`)
  8. - Fix ``virt.init`` return value on failure (:issue:`6870`)
  9. - Fix reporting of ``file.blockreplace`` state when ``test=True``
  10. - Fix ``network.interfaces`` when used in cron (:issue:`7990`)
  11. - Fix bug in pkgrepo when switching to/from mirrorlist-based repo def (:issue:`9121`)
  12. - Fix infinite recursion when cache file is corrupted
  13. - Add checking for rev and mirror/bare args in ``git.latest`` (:issue:`9107`)
  14. - Add ``cmd.watch`` alias (points to ``cmd.wait``) (:issue:`8612`)
  15. - Fix stacktrace when prereq is not formed as a list (:issue:`8235`)
  16. - Fix stdin issue with lvdisplay command (:issue:`9128`)
  17. - Add pre-check function for range matcher (:issue:`9236`)
  18. - Add exception handling for psutil for processes that go missing (:issue:`9274`)
  19. - Allow ``_in`` requisites to match both on ID and name (:issue:`9061`)
  20. - Fix multiple client timeout issues (:issue:`7157` and :issue:`9302`, probably others)
  21. - Fix ``ZMQError: Operation cannot be accomplished in current state`` errors (:issue:`6306`)
  22. - Multiple optimization in minion auth routines
  23. - Clarify logs for minion ID caching