2014.7.1.rst 941 B

123456789101112131415161718192021222324
  1. ===========================
  2. Salt 2014.7.1 Release Notes
  3. ===========================
  4. :release: 2015-01-12
  5. Version 2014.7.1 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
  6. The changes include:
  7. - Fixed gitfs serving symlinks in :mod:`file.recurse
  8. <salt.states.file.recurse>` states (:issue:`17700`)
  9. - Fixed holding of multiple packages (YUM) when combined with version pinning
  10. (:issue:`18468`)
  11. - Fixed use of Jinja templates in masterless mode with non-roots fileserver
  12. backend (:issue:`17963`)
  13. - Re-enabled pillar and compound matching for mine and publish calls. Note that
  14. pillar globbing is still disabled for those modes, for security reasons.
  15. (:issue:`17194`)
  16. - Fix for ``tty: True`` in salt-ssh (:issue:`16847`)
  17. - Fix for supervisord states when supervisor not installed to system python
  18. (:issue:`18044`)
  19. - Fix for logging when ``log_level='quiet'`` for :mod:`cmd.run
  20. <salt.states.cmd.run>` (:issue:`19479`)