mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
1.3 KiB
1.3 KiB
Salt 0.16.4 Release Notes
- release
- 2013-09-07
Version 0.16.4 is another bugfix release for 0.16.0
<release-0-16-0>
, likely to be the last before 0.17.0 is
released. The changes include:
- Multiple documentation improvements/additions
- Added the
osfinger
andosarch
grains - Properly handle 32-bit packages for debian32 on x86_64 (
6607
) - Fix regression in yum package installation in CentOS 5 (
6677
) - Fix bug in
hg.latest <salt.states.hg.latest>
state that would erroneously delete directories (6661
) - Fix bug related to pid not existing for
ps.top <salt.modules.ps.top>
(6679
) - Fix regression in
MySQL returner <salt.returners.mysql>
(6695
) - Fix IP addresses grains (
ipv4
andipv6
) to include all addresses (6656
) - Fix regression preventing authenticated FTP (
6733
) - Fix setting password for windows users (
6824
) - Fix
file.contains <salt.modules.file.contains>
on values YAML parses as non-string (6817
) - Fix
file.get_gid <salt.modules.file.get_gid>
,file.get_uid <salt.modules.file.get_uid>
, andfile.chown <salt.modules.file.chown>
for broken symlinks (6826
) - Fix comment for service reloads in service state (
6851
)