mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
941 B
941 B
Salt 2014.7.1 Release Notes
- release
- 2015-01-12
Version 2014.7.1 is a bugfix release for 2014.7.0 <release-2014-7-0>
.
The changes include:
- Fixed gitfs serving symlinks in
file.recurse <salt.states.file.recurse>
states (17700
) - Fixed holding of multiple packages (YUM) when combined with version
pinning (
18468
) - Fixed use of Jinja templates in masterless mode with non-roots
fileserver backend (
17963
) - Re-enabled pillar and compound matching for mine and publish calls.
Note that pillar globbing is still disabled for those modes, for
security reasons. (
17194
) - Fix for
tty: True
in salt-ssh (16847
) - Fix for supervisord states when supervisor not installed to system
python (
18044
) - Fix for logging when
log_level='quiet'
forcmd.run <salt.states.cmd.run>
(19479
)