2014.7.5.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ===========================
  2. Salt 2014.7.5 Release Notes
  3. ===========================
  4. :release: 2015-04-16
  5. Version 2014.7.5 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
  6. Changes:
  7. - Fixed a key error bug in salt-cloud
  8. - Updated man pages to better match documentation
  9. - Fixed bug concerning high CPU usage with salt-ssh
  10. - Fixed bugs with remounting cvfs and fuse filesystems
  11. - Fixed bug with alowing requisite tracking of entire sls files
  12. - Fixed bug with aptpkg.mod_repo returning OK even if apt-add-repository fails
  13. - Increased frequency of ssh terminal output checking
  14. - Fixed malformed locale string in localmod module
  15. - Fixed checking of available version of package when accept_keywords were changed
  16. - Fixed bug to make git.latest work with empty repositories
  17. - Added \*\*kwargs to service.mod_watch which removes warnings about `enable` and `__reqs__` not being supported by the function
  18. - Improved state comments to not grow so quickly on failed requisites
  19. - Added force argument to service to trigger force_reload
  20. - Fixed bug to andle pkgrepo keyids that have been converted to int
  21. - Fixed module.portage_config bug with appending accept_keywords
  22. - Fixed bug to correctly report disk usage on windows minion
  23. - Added the ability to specify key prefix for S3 ext_pillar
  24. - Fixed issues with batch mode operating on the incorrect number of minions
  25. - Fixed a bug with the proxmox cloud provider stacktracing on disk definition
  26. - Fixed a bug with the changes dictionary in the file state
  27. - Fixed the TCP keep alive settings to work better with SREQ caching
  28. - Fixed many bugs within the iptables state and module
  29. - Fixed bug with states by adding `fun`, `state`, and `unless` to the state runtime internal keywords listing
  30. - Added ability to eAuth against Active Directory
  31. - Fixed some salt-ssh issues when running on Fedora 21
  32. - Fixed grains.get_or_set_hash to work with multiple entries under same key
  33. - Added better explanations and more examples of how the Reactor calls functions to docs
  34. - Fixed bug to not pass `ex_config_drive` to libcloud unless it's explicitly enabled
  35. - Fixed bug with pip.install on windows
  36. - Fixed bug where puppet.run always returns a 0 retcode
  37. - Fixed race condition bug with minion scheduling via pillar
  38. - Made efficiency improvements and bug fixes to the windows installer
  39. - Updated environment variables to fix bug with pygit2 when running salt as non-root user
  40. - Fixed cas behavior on data module -- data.cas was not saving changes
  41. - Fixed GPG rendering error
  42. - Fixed strace error in virt.query
  43. - Fixed stacktrace when running chef-solo command
  44. - Fixed possible bug wherein uncaught exceptions seem to make zmq3 tip over when threading is involved
  45. - Fixed argument passing to the reactor
  46. - Fixed glibc caching to prevent bug where salt-minion getaddrinfo in dns_check() never got updated nameservers
  47. Known issues:
  48. - In multimaster mode, a minion may become temporarily unresponsive
  49. if modules or pillars are refreshed at the same time that one
  50. or more masters are down. This can be worked around by setting
  51. 'auth_timeout' and 'auth_tries' down to shorter periods.