mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
1.2 KiB
1.2 KiB
Salt 2014.7.2 Release Notes
- release
- 2015-02-09
Version 2014.7.2 is a bugfix release for 2014.7.0 <release-2014-7-0>
.
The changes include:
- Fix erroneous warnings for systemd service enabled check (
19606
) - Fix FreeBSD kernel module loading, listing, and persistence
kmod <salt.modules.freebsdkmod>
(197151
,19682
) - Allow case-sensitive npm package names in the
npm state <salt.states.npm>
. This may break behavior for people expecting the state to lowercase their npm package names for them. Thenpm module <salt.modules.npm>
was never affected by mandatory lowercasing. (20329
) - Deprecate the
activate
parameter for pip.install for both themodule <salt.modules.pip>
and thestate <salt.state.pip>
. Ifbin_env
is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. - Fix a file-locking bug in gitfs (
18839
) - Deprecated
archive_user
in favor of standardizeduser
parameter instate <salt.state.archive>
and addedgroup
parameter.