2015-01-14 22:17:33 +00:00
|
|
|
===========================
|
2015-02-12 18:26:17 +00:00
|
|
|
Salt 2014.7.2 Release Notes
|
2015-01-14 22:17:33 +00:00
|
|
|
===========================
|
|
|
|
|
2015-03-04 00:14:06 +00:00
|
|
|
:release: 2015-02-09
|
2015-01-14 22:17:33 +00:00
|
|
|
|
2016-12-15 23:45:51 +00:00
|
|
|
Version 2014.7.2 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
|
|
|
|
|
|
|
|
The changes include:
|
2015-01-14 22:17:33 +00:00
|
|
|
|
|
|
|
- Fix erroneous warnings for systemd service enabled check (:issue:`19606`)
|
2015-01-20 09:09:32 +00:00
|
|
|
- Fix FreeBSD kernel module loading, listing, and persistence
|
|
|
|
:mod:`kmod <salt.modules.freebsdkmod>` (:issue:`197151`, :issue:`19682`)
|
2015-02-03 20:52:16 +00:00
|
|
|
- Allow case-sensitive npm package names in the :py:mod:`npm state
|
|
|
|
<salt.states.npm>`. This may break behavior for people expecting the state
|
|
|
|
to lowercase their npm package names for them. The :py:mod:`npm module
|
|
|
|
<salt.modules.npm>` was never affected by mandatory lowercasing.
|
|
|
|
(:issue:`20329`)
|
2015-02-09 17:32:20 +00:00
|
|
|
- Deprecate the ``activate`` parameter for pip.install for both the
|
2015-01-30 21:58:48 +00:00
|
|
|
:py:mod:`module <salt.modules.pip>` and the :py:mod:`state <salt.state.pip>`.
|
2015-02-09 17:32:20 +00:00
|
|
|
If ``bin_env`` is given and points to a virtualenv, there is no need to
|
2015-01-30 21:58:48 +00:00
|
|
|
activate that virtualenv in a shell for pip to install to the virtualenv.
|
2015-02-09 17:32:20 +00:00
|
|
|
- Fix a file-locking bug in gitfs (:issue:`18839`)
|
2015-02-16 17:35:15 +00:00
|
|
|
- Deprecated ``archive_user`` in favor of standardized ``user`` parameter in
|
|
|
|
:py:mod:`state <salt.state.archive>` and added ``group`` parameter.
|