2014.7.2.rst 1.2 KB

12345678910111213141516171819202122232425
  1. ===========================
  2. Salt 2014.7.2 Release Notes
  3. ===========================
  4. :release: 2015-02-09
  5. Version 2014.7.2 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
  6. The changes include:
  7. - Fix erroneous warnings for systemd service enabled check (:issue:`19606`)
  8. - Fix FreeBSD kernel module loading, listing, and persistence
  9. :mod:`kmod <salt.modules.freebsdkmod>` (:issue:`197151`, :issue:`19682`)
  10. - Allow case-sensitive npm package names in the :py:mod:`npm state
  11. <salt.states.npm>`. This may break behavior for people expecting the state
  12. to lowercase their npm package names for them. The :py:mod:`npm module
  13. <salt.modules.npm>` was never affected by mandatory lowercasing.
  14. (:issue:`20329`)
  15. - Deprecate the ``activate`` parameter for pip.install for both the
  16. :py:mod:`module <salt.modules.pip>` and the :py:mod:`state <salt.state.pip>`.
  17. If ``bin_env`` is given and points to a virtualenv, there is no need to
  18. activate that virtualenv in a shell for pip to install to the virtualenv.
  19. - Fix a file-locking bug in gitfs (:issue:`18839`)
  20. - Deprecated ``archive_user`` in favor of standardized ``user`` parameter in
  21. :py:mod:`state <salt.state.archive>` and added ``group`` parameter.