salt/doc/topics/releases/0.16.3.rst
Pedro Algarvio 6c819439b5 Add a few more nice to have hooks
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-07 07:10:13 +00:00

1.2 KiB

Salt 0.16.3 Release Notes

release
2013-08-09

Version 0.16.3 is another bugfix release for 0.16.0 <release-0-16-0>. The changes include:

  • Various documentation fixes
  • Fix proc directory regression (6502)
  • Properly detect Linaro Linux (6496)
  • Fix regressions in mount.mounted <salt.states.mount.mounted> (6522, 6545)
  • Skip malformed state requisites (6521)
  • Fix regression in gitfs from bad import
  • Fix for watching prereq states (including recursive requisite error) (6057)
  • Fix mod_watch not overriding prereq (6520)
  • Don't allow functions which compile states to be called within states (5623)
  • Return error for malformed top.sls (6544)
  • Fix traceback in mysql.query <salt.modules.mysql.query>
  • Fix regression in binary package installation for 64-bit packages on Debian-based Linux distros (6563)
  • Fix traceback caused by running cp.push <salt.modules.cp.push> without having set file_recv in the master config file
  • Fix scheduler configuration in pillar (6201)