2015.8.8.2.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _release-2015-8-8-2:
  2. =============================
  3. Salt 2015.8.8.2 Release Notes
  4. =============================
  5. Version 2015.8.8.2 is a bugfix release for :ref:`2015.8.0 <release-2015-8-0>`.
  6. Fixes to 2015.8.8
  7. =================
  8. Salt 2015.8.8.2 includes fixes for the following known issues in 2015.8.8:
  9. - Key master with value [...] has an invalid type of list Error (:issue:`32044`)
  10. - Failed to import module win_dacl Error (:issue:`32004`)
  11. - Wrong validation type for file_ignore_glob key (:issue:`32114`)
  12. - Fix file.managed for windows (:issue:`31969`)
  13. .. important::
  14. :issue:`32183` prevents Salt Cloud from installing the Salt minion on new
  15. systems. To workaround this issue, call ``salt-cloud -u`` to update the
  16. bootstrap script to the latest version.
  17. Changelog for v2015.8.8..v2015.8.8.2
  18. ====================================
  19. *Generated at: 2018-05-28 00:29:12 UTC*
  20. * 403563e441 Change type check errors to debug loglevel
  21. * 8323005b3d Support multiple valid option types when performing type checks
  22. * 2f95082a96 Fixed validation type for file_ignore_glob Fixes `#32114`_
  23. * 2685e61d9e Move constant declaration into member variable to avoid issues when modules can't be loaded.
  24. * bc10d7dede Add apply_template_on_contents for windows
  25. .. _`#32114`: https://github.com/saltstack/salt/issues/32114