salt/doc/topics/releases/2014.7.2.rst
Justin Findlay a44368001b fix pip venv regression, deprecate activate param
Fixes #20191.  If `bin_env` points to a virtualenv, there is no need to
activate that virtualenv for pip to install into the virtualenv.  Also
update associated unit test.
2015-02-05 12:36:42 -07:00

22 lines
1021 B
ReStructuredText

===========================
Salt 2014.7.1 Release Notes
===========================
:release: TBA
Version 2014.7.2 is a bugfix release for :doc:`2014.7.0
</topics/releases/2014.7.0>`. The changes include:
- Fix erroneous warnings for systemd service enabled check (:issue:`19606`)
- Fix FreeBSD kernel module loading, listing, and persistence
:mod:`kmod <salt.modules.freebsdkmod>` (:issue:`197151`, :issue:`19682`)
- 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`)
- Deprecate the `activate` parameter for pip.install for both the
:py:mod:`module <salt.modules.pip>` and the :py:mod:`state <salt.state.pip>`.
If `bin_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.