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.17.5 Release Notes
- release
- 2014-01-27
Version 0.17.5 is another bugfix release for 0.17.0
<release-0-17-0>
. The changes include:
- Fix
user.present
states with non-string fullname (9085
) - Fix
virt.init
return value on failure (6870
) - Fix reporting of
file.blockreplace
state whentest=True
- Fix
network.interfaces
when used in cron (7990
) - Fix bug in pkgrepo when switching to/from mirrorlist-based repo def
(
9121
) - Fix infinite recursion when cache file is corrupted
- Add checking for rev and mirror/bare args in
git.latest
(9107
) - Add
cmd.watch
alias (points tocmd.wait
) (8612
) - Fix stacktrace when prereq is not formed as a list (
8235
) - Fix stdin issue with lvdisplay command (
9128
) - Add pre-check function for range matcher (
9236
) - Add exception handling for psutil for processes that go missing
(
9274
) - Allow
_in
requisites to match both on ID and name (9061
) - Fix multiple client timeout issues (
7157
and9302
, probably others) - Fix
ZMQError: Operation cannot be accomplished in current state
errors (6306
) - Multiple optimization in minion auth routines
- Clarify logs for minion ID caching