mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
1.2 KiB
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 setfile_recv
in the master config file - Fix scheduler configuration in pillar (
6201
)