mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
3.2 KiB
3.2 KiB
Salt 2014.1.1 Release Notes
- release
- 2014-03-18
Version 2014.1.1 is a bugfix release for 2014.1.0
<release-2014-1-0>
. The changes include:
- Various doc fixes, including up-to-date Salt Cloud installation documentation.
- Renamed state.sls runner to state.orchestrate, to reduce confusion
with the
state.sls <salt.modules.state.sls>
execution function - Fix various bugs in the
dig
module (10367
) - Add retry for query on certain EC2 status codes (
10154
) - Fix various bugs in mongodb_user state module (
10430
) - Fix permissions on
~/.salt_token
(10422
) - Add PyObjects support
- Fix launchctl module crash with missing files
- Fix
saltutil.find_job <salt.modules.saltutil.find_job>
for Windows (10581
) - Fix OS detection for OpenSolaris (
10601
) - Fix broken salt-ssh key_deploy
- Add support for multiline cron comments (
10721
) - Fix timezone module for Arch (
10789
) - Fix symlink support for
file.recurse
(10809
) - Fix multi-master bugs (
10732
and10969
) - Fix file.patch to error when source file is unavailable (
10380
) - Fix pkg to handle packages set as
purge
inpkg.installed
(10719
) - Add
zmqversion
grain - Fix highstate summary for masterless minions (
10945
) - Fix
saltutil.find_job <salt.modules.saltutil.find_job>
for 2014.1 masters talking to 0.17 minions (11020
) - Fix
file.recurse <salt.states.file.recurse>
states with trailing slashes in source (11002
) - Fix
pkg states <salt.states.pkg>
to allowpkgname.x86_64
(7306
) - Make
iptables states <salt.states.iptables>
set a default table for flush (11037
) - Added iptables
--reject-with
after final iptables call iniptables states <salt.states.iptables>
(issue:`10757`) - Fix improper passing of “family” in
iptables states <salt.states.iptables>
(10774
) - Fix traceback in
iptables.insert <salt.states.iptables.insert>
states (10988
) - Fix zombie processes (
10867
and others) - Fix batch mode to obey
--return
settings (9146
) - Fix localclient issue that was causing batch mode breakage (
11094
,10470
, and others) - Multiple salt-ssh fixes
- FreeBSD: look in /usr/local/etc/salt for configuration by default,
if installed using
pip --editable
. - Add a
skip_suggestions
parameter to pkg.installed states which allows pre-flight check to be skipped (11106
) - Fixed tag-based gitfs fileserver environments regression (
10956
) - Yum: fix cache of available pkgs not cleared when repos are changed
(
11001
) - Yum: fix for plugin-provided repositories (i.e. RHN/Spacewalk)
(
11145
) - Fix regression in
chocolatey.bootstrap <salt.modules.chocolatey.bootstrap>
(10541
) - Fix fail on unknown target in
jobs runner <salt.runners.jobs>
(11151
) - Don’t log errors for commands which are expected to sometimes exit
with non-zero exit status (
11154
,11090
) - Fix
test=True
CLI override of config option (10877
) - Log sysctl key listing at loglevel TRACE (
10931
)