0.7.0.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ========================
  2. Salt 0.7.0 release notes
  3. ========================
  4. I am pleased to announce the release of Salt 0.7.0!
  5. This release marks what is the first stable release of salt, 0.7.0 should be
  6. suitable for general use.
  7. 0.7.0 Brings the following new features to Salt:
  8. - Integration with Facter data from puppet labs
  9. - Allow for matching minions from the salt client via Facter information
  10. - Minion job threading, many jobs can be executed from the master at once
  11. - Preview of master clustering support - Still experimental
  12. - Introduce new minion modules for stats, virtualization, service management and more
  13. - Add extensive logging to the master and minion daemons
  14. - Add sys.reload_functions for dynamic function reloading
  15. - Greatly improve authentication
  16. - Introduce the saltkey command for managing public keys
  17. - Begin backend development preparatory to introducing butter
  18. - Addition of man pages for the core commands
  19. - Extended and cleaned configuration
  20. 0.7.0 Fixes the following major bugs:
  21. - Fix crash in minions when matching failed
  22. - Fix configuration file lookups for the local client
  23. - Repair communication bugs in encryption
  24. - Numerous fixes in the minion modules
  25. The next release of Salt should see the following features:
  26. - Stabilize the cluster support
  27. - Introduce a remote client for salt command tiers
  28. - salt-ftp system for distributed file copies
  29. - Initial support for "butter"
  30. Coming up next is a higher level management framework for salt called
  31. Butter. I want salt to stay as a simple and effective communication
  32. framework, and allow for more complicated executions to be managed via
  33. Butter.
  34. Right now Butter is being developed to act as a cloud controller using salt
  35. as the communication layer, but features like system monitoring and advanced
  36. configuration control (a puppet manager) are also in the pipe.
  37. Special thanks to Joseph Hall for the status and network modules, and thanks
  38. to Matthias Teege for tracking down some configuration bugs!
  39. Salt can be downloaded from the following locations;
  40. Arch Linux Package:
  41. https://aur.archlinux.org/packages/salt-git/
  42. Please enjoy the latest Salt release!