salt/doc/topics/releases/2015.8.8.2.rst
Erik Johnson 93ee5ee2b0
Fix all Sphinx warnings
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00

1.3 KiB

Salt 2015.8.8.2 Release Notes

Version 2015.8.8.2 is a bugfix release for 2015.8.0 <release-2015-8-0>.

Fixes to 2015.8.8

Salt 2015.8.8.2 includes fixes for the following known issues in 2015.8.8:

  • Key master with value [...] has an invalid type of list Error (32044)
  • Failed to import module win_dacl Error (32004)
  • Wrong validation type for file_ignore_glob key (32114)
  • Fix file.managed for windows (31969)

Important

32183 prevents Salt Cloud from installing the Salt minion on new systems. To workaround this issue, call salt-cloud -u to update the bootstrap script to the latest version.

Changelog for v2015.8.8..v2015.8.8.2

Generated at: 2018-05-28 00:29:12 UTC

  • 403563e441 Change type check errors to debug loglevel
  • 8323005b3d Support multiple valid option types when performing type checks
  • 2f95082a96 Fixed validation type for file_ignore_glob Fixes #32114
  • 2685e61d9e Move constant declaration into member variable to avoid issues when modules can't be loaded.
  • bc10d7dede Add apply_template_on_contents for windows