2014.1.5.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ===========================
  2. Salt 2014.1.5 Release Notes
  3. ===========================
  4. :release: 2014-06-11
  5. Version 2014.1.5 is another bugfix release for :ref:`2014.1.0
  6. <release-2014-1-0>`. Changes include:
  7. - Add function for finding cached job on the minion
  8. - Fix iptables save file location for Debian (:issue:`11730`)
  9. - Fix for minion caching jobs when master is down
  10. - Bump default ``syndic_wait`` to 5 to fix syndic-related problems
  11. (:issue:`12262`)
  12. - Add OpenBSD, FreeBSD, and NetBSD support for ``network.netstat``
  13. (:issue:`12121`)
  14. - Fix false positive error in logs for ``makeconf`` state (:issue:`9762`)
  15. - Fix for yum ``fromrepo`` package installs when repo is disabled by default
  16. (:issue:`12466`)
  17. - Fix for extra blank lines in ``file.blockreplace`` (:issue:`12422`)
  18. - Fix grain detection for OpenVZ guests (:issue:`11877`)
  19. - Fix ``get_dns_servers`` function for Windows ``win_dns_client``
  20. - Use system locale for ports package installations
  21. - Use correct stop/restart procedure for Debian networking in ``debian_ip``
  22. (:issue:`12614`)
  23. - Fix for ``cmd_iter``/``cmd_iter_no_block`` blocking issues (:issue:`12617`)
  24. - Fix traceback when syncing custom types (:issue:`12883`)
  25. - Fix cleaning directory symlinks in ``file.directory``
  26. - Add performance optimizations for ``saltutil.sync_all`` and
  27. ``state.highstate``
  28. - Fix possible error in ``saltutil.running``
  29. - Fix for kmod modules with dashes (:issue:`13239`)
  30. - Fix possible race condition for Windows minions in state module reloading
  31. (:issue:`12370`)
  32. - Fix bug with roster for ``passwd`` option that is loaded as a non-string object
  33. (:issue:`13249`)
  34. - Keep duplicate version numbers from showing up in ``pkg.list_pkgs`` output
  35. - Fixes for Jinja renderer, timezone :mod:`module
  36. <salt.modules.timezone>`/:mod:`state <salt.states.timezone>` (:issue:`12724`)
  37. - Fix timedatectl parsing for systemd>=210 (:issue:`12728`)
  38. - Fix ``saltenv`` being written to YUM repo config files (:issue:`12887`)
  39. - Removed the deprecated external nodes classifier (originally accessible by
  40. setting a value for external_nodes in the master configuration file). Note
  41. that this functionality has been marked deprecated for some time and was
  42. replaced by the more general :ref:`master tops <master-tops-system>`
  43. system.
  44. - More robust escaping of ldap filter strings.
  45. - Fix trailing slash in :conf_master:`gitfs_root` causing files not to be
  46. available (:issue:`13185`)