2014.7.7.rst 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. ===========================
  2. Salt 2014.7.7 Release Notes
  3. ===========================
  4. :release: 2015-10-13
  5. Version 2014.7.7 is a bugfix release for :ref:`2014.7.0 <release-2014-7-0>`.
  6. Statistics
  7. ==========
  8. - Total Merges: **54**
  9. - Total Issue References: **20**
  10. - Total PR References: **60**
  11. - Contributors: **28** (`AkhterAli`_, `BretFisher`_, `MrCitron`_, `alekti`_, `basepi`_, `bersace`_, `cachedout`_, `corux`_, `cro`_, `davidjb`_, `dumol`_, `efficks`_, `garethgreenaway`_, `hvnsweeting`_, `jacksontj`_, `jacobhammons`_, `jaybocc2`_, `jfindlay`_, `jquast`_, `justinta`_, `msteed`_, `nmadhok`_, `notpeter`_, `puneetk`_, `rallytime`_, `techhat`_, `trevor-h`_, `twangboy`_)
  12. Changelog for v2014.7.6..v2014.7.7
  13. ==================================
  14. *Generated at: 2018-05-27 20:45:04 UTC*
  15. * **PR** `#27335`_: (`rallytime`_) [2014.7] Fixup salt-cloud logging
  16. @ *2015-09-24 20:33:53 UTC*
  17. * 5262f01325 Merge pull request `#27335`_ from rallytime/cloud-logging-7
  18. * adeb1dcad4 Pylint Fix
  19. * 588c13783c Salt-cloud logging clean up for windows functions
  20. * 9b6000135c [2014.7] Fixup salt-cloud logging
  21. * **PR** `#27252`_: (`jfindlay`_) 2014.7 -> 2014.7.0
  22. @ *2015-09-18 23:44:39 UTC*
  23. * e90412d3b8 Merge pull request `#27252`_ from jfindlay/version.2014.7
  24. * 3d28307a00 2014.7 -> 2014.7.0
  25. * **PR** `#27117`_: (`jacobhammons`_) made 2014.7 an archived release
  26. @ *2015-09-15 07:35:12 UTC*
  27. * c186e51764 Merge pull request `#27117`_ from jacobhammons/release-docs-2014.7
  28. * b69e11e0a4 made 2014.7 an archived release minor doc site updates
  29. * **PR** `#27114`_: (`cachedout`_) Issue warning that some log levels may contain sensitive data
  30. @ *2015-09-15 07:30:43 UTC*
  31. * 69d758ee2b Merge pull request `#27114`_ from cachedout/warn_on_insecure_log
  32. * 507fb04683 Issue warning that some log levels may contain sensitive data
  33. * **PR** `#27075`_: (`twangboy`_) Replaced password with redacted when displayed
  34. @ *2015-09-14 18:36:10 UTC*
  35. * aa71bae8aa Merge pull request `#27075`_ from twangboy/fix_password_2014.7
  36. * c0689e3215 Replaced password with redacted when displayed
  37. * **ISSUE** `#26656`_: (`ari`_) [documentation] error in example for salt.runner.pillar (refs: `#26667`_)
  38. * **PR** `#26667`_: (`nmadhok`_) [doc-fix] Removing special character from salt.runners.pillar and other changes
  39. @ *2015-08-26 18:24:37 UTC*
  40. * c2c7fe06c8 Merge pull request `#26667`_ from nmadhok/doc-fix-2014.7
  41. * 26be189689 Doc fix. Fixes `#26656`_
  42. * **PR** `#26663`_: (`jacobhammons`_) version change for latest branch
  43. @ *2015-08-26 14:03:35 UTC*
  44. * 6bd3dccae8 Merge pull request `#26663`_ from jacobhammons/2014.7-version
  45. * b6af538070 version change for latest branch
  46. * **PR** `#26636`_: (`rallytime`_) Refactor cloud provider tests to be more accurate
  47. @ *2015-08-25 21:28:34 UTC*
  48. * 071a6112e5 Merge pull request `#26636`_ from rallytime/cloud-test-fixes
  49. * c0d83d558d Don't use id as variable
  50. * 2b4bc1679d Keep ec2 instance creation test the same - it works better for the ec2 output
  51. * b5b58eb31f Skip digital ocean tests since we can't use API v1 with v2 tests
  52. * 9ae1539c62 Update cloud tests to be more efficient and accurate
  53. * **ISSUE** `#26630`_: (`efficks`_) win_service: Function has_powershell does not works on Windows XP (refs: `#26640`_)
  54. * **PR** `#26640`_: (`efficks`_) Fix function spacing
  55. @ *2015-08-25 20:01:39 UTC*
  56. * 304542b4c6 Merge pull request `#26640`_ from efficks/fixws2014
  57. * ebe5d9d85c Fix function spacing
  58. * **PR** `#26515`_: (`bersace`_) Defaults to current saltenv in state.sls
  59. @ *2015-08-25 16:35:50 UTC*
  60. * 4532f98a76 Merge pull request `#26515`_ from bersace/salt-env-local-sls
  61. * 0727af9e3d Defaults to current saltenv in state.sls
  62. * **PR** `#26242`_: (`cro`_) Remove dead code
  63. @ *2015-08-12 15:14:20 UTC*
  64. * da8bca09aa Merge pull request `#26242`_ from cro/anonldap4
  65. * a0d2ab1eed Remove dead code
  66. * **PR** `#26216`_: (`cro`_) Fix LDAP configuration issue.
  67. @ *2015-08-11 18:33:43 UTC*
  68. * 1ecf23773e Merge pull request `#26216`_ from cro/anonldap3
  69. * af132d7b89 Documentation update for anonymous bind issue.
  70. * 2ef54b6b13 Documentation update for anonymous bind issue.
  71. * 5b1836bb00 Fix issue with LDAP anonymous binds.
  72. * **PR** `#26116`_: (`corux`_) file.replace fails if repl string is an invalid regex and append/prepend is used
  73. @ *2015-08-10 16:44:12 UTC*
  74. * abdf2935c4 Merge pull request `#26116`_ from corux/fix-escape-content
  75. * fd913ddc36 Append/prepend: search for full line with escaped content
  76. * **ISSUE** `#25751`_: (`basepi`_) Document `master_finger` more prominently (refs: `#26088`_)
  77. * **PR** `#26088`_: (`jacobhammons`_) Master finger
  78. @ *2015-08-07 14:31:33 UTC*
  79. * 106356d98d Merge pull request `#26088`_ from jacobhammons/master-finger
  80. * 133d5f7885 some small changes
  81. * d220c83f77 master_finger configuration docs switch a script to use https:// instead of http:// Refs `#25751`_
  82. * **ISSUE** `#25961`_: (`getabc`_) [2015.5.3-2] salt-winrepo.git/salt-minion.sls fails certificate '\*.wpengine.com' or 'wpengine.com' (refs: `#26047`_)
  83. * **PR** `#26047`_: (`jacobhammons`_) Updated windows download links in the docs to https://repo.saltstack.com
  84. @ *2015-08-05 22:59:44 UTC*
  85. * 4bd4bc41f2 Merge pull request `#26047`_ from jacobhammons/win-downloads
  86. * 7c162d181c Updated windows download links in the docs to https://repo.saltstack.com Refs `#25961`_
  87. * **ISSUE** `#25701`_: (`alekti`_) Issue `#23764`_ regression (refs: `#25750`_)
  88. * **ISSUE** `#23764`_: (`es1o`_) source_hash from local file is not supported. (refs: `#25750`_)
  89. * **PR** `#25750`_: (`alekti`_) Add file as supported protocol for file source_hash. Fixes `#25701`_.
  90. @ *2015-07-29 02:31:27 UTC*
  91. * d93eb87c16 Merge pull request `#25750`_ from alekti/2014.7
  92. * 9ec3ae96d4 Add file as supported protocol for file source_hash. Fixes `#23764`_.
  93. * **PR** `#25704`_: (`cachedout`_) Ensure prior alignment with master_type in 2014.7
  94. @ *2015-07-27 16:06:35 UTC*
  95. * 3a15df22ac Merge pull request `#25704`_ from cachedout/master_type_2014_7
  96. * c95886c9a7 Ensure prior alignment with master_type in 2014.7
  97. * **PR** `#25657`_: (`MrCitron`_) Add the ability to specify a base pattern for carbon returner
  98. @ *2015-07-24 16:32:58 UTC*
  99. * d1b9362a73 Merge pull request `#25657`_ from MrCitron/pattern-carbon-returner-2014.7
  100. * f8b2f8079f Add the ability to specify a base pattern for metrics path used by the carbon returner
  101. * **PR** `#25633`_: (`AkhterAli`_) Update loader.py
  102. @ *2015-07-22 20:02:41 UTC*
  103. * 9634351fc2 Merge pull request `#25633`_ from AkhterAli/2014.7
  104. * 29be4bbe11 Update loader.py
  105. * **PR** `#25416`_: (`cachedout`_) Fix broken keyword
  106. @ *2015-07-14 19:47:10 UTC*
  107. * 09ebaceca8 Merge pull request `#25416`_ from cachedout/str_2014_7
  108. * cc514938a8 Fix broken keyword
  109. * **PR** `#25375`_: (`cachedout`_) Fix error in config.py for master_type
  110. @ *2015-07-13 16:49:27 UTC*
  111. * 2a1dd1113f Merge pull request `#25375`_ from cachedout/config_fix_2014_7
  112. * c041f2905f Fix error in config.py for master_type
  113. * **PR** `#25324`_: (`jacobhammons`_) Latest help theme updates
  114. @ *2015-07-10 16:11:31 UTC*
  115. * 2590e23d48 Merge pull request `#25324`_ from jacobhammons/doc-theme-updates
  116. * 88f5fcf58d Latest help theme updates
  117. * **ISSUE** `#18447`_: (`ryan-lane`_) Can't install salt with raet using pip -e git (refs: `#25093`_)
  118. * **PR** `#25093`_: (`jaybocc2`_) quick fix for issue `#18447`_
  119. @ *2015-07-01 15:56:53 UTC*
  120. * 36d53ef59e Merge pull request `#25093`_ from jaybocc2/2014.7
  121. * c6a501ebda quick fix for issue `#18447`_
  122. * **PR** `#25069`_: (`puneetk`_) Add a helper module function called list_enabled
  123. @ *2015-06-30 20:53:51 UTC*
  124. * 38903a94a1 Merge pull request `#25069`_ from puneetk/patch-1
  125. * f0b4e600e6 Update Documentation to clarify version added
  126. * f8dc6030e7 Pylint updates , removing whitespace
  127. * 532d315dd1 [Code Review update] renamed function to is_enaled from list_enabled
  128. * 20b0462289 Update schedule.py
  129. * 4f1471d7fb Add a helper module function called list_enabled
  130. * **ISSUE** `#15209`_: (`hubez`_) file.manage: source_hash not working with s3:// (2014.7.0rc1) (refs: `#25011`_)
  131. * **PR** `#25011`_: (`notpeter`_) Add s3 to protocols for remote source_hash (2014.7 backport)
  132. @ *2015-06-27 22:35:44 UTC*
  133. * a7154e7471 Merge pull request `#25011`_ from notpeter/s3_2014.7_backport
  134. * 8b8af640f6 Add s3 to protocols for remote source_hash
  135. * **ISSUE** `#24915`_: (`justinta`_) Salt-cloud not working in 2014.7.6 (refs: `#24944`_)
  136. * **PR** `#24944`_: (`techhat`_) Double-check main_cloud_config
  137. @ *2015-06-25 12:29:55 UTC*
  138. * a11e4c6eea Merge pull request `#24944`_ from techhat/issue24915
  139. * 59c3081e49 Double-check main_cloud_config
  140. * **PR** `#24936`_: (`justinta`_) Fixed ps module to not use depreciated psutil commands
  141. @ *2015-06-24 22:38:19 UTC*
  142. * d26a5447ba Merge pull request `#24936`_ from jtand/psutil
  143. * bdb7a19c36 Fixed ps module to not use depreciated psutil commands
  144. * **ISSUE** `saltstack/salt-bootstrap#473`_: (`s1kbr0`_) salt-bootstrap.sh [...] git v2014.1.11 on SmartOS base64 is broken (refs: `#24918`_)
  145. * **PR** `#24918`_: (`BretFisher`_) SmartOS SMF minion startup fix
  146. @ *2015-06-24 15:44:26 UTC*
  147. * eeb05a1b10 Merge pull request `#24918`_ from BretFisher/minion-start-smartos-smf-fix
  148. * d7bfb0c7fd Smartos smf minion fix
  149. * **ISSUE** `#24776`_: (`nmadhok`_) --static option in salt raises ValueError and has been broken for a very long time (refs: `#24777`_)
  150. * **PR** `#24780`_: (`nmadhok`_) Backporting PR `#24777`_ to 2014.7 branch
  151. @ *2015-06-18 14:52:56 UTC*
  152. * **PR** `#24779`_: (`nmadhok`_) Backporting Changes to 2014.7 branch (refs: `#24777`_)
  153. * **PR** `#24778`_: (`nmadhok`_) Backporting PR `#24777`_ to 2015.2 branch (refs: `#24777`_)
  154. * **PR** `#24777`_: (`nmadhok`_) Fixing issue where --static option fails with ValueError Fixes `#24776`_ (refs: `#24778`_, `#24780`_)
  155. * 4281dfff0b Merge pull request `#24780`_ from nmadhok/backport-2014.7-24777
  156. * c53b0d9a22 Backporting PR `#24777`_ to 2014.7 branch
  157. * **ISSUE** `#21318`_: (`thanatos`_) get_full_returns raises KeyError (refs: `#24769`_)
  158. * **ISSUE** `#18994`_: (`njhartwell`_) salt.client.get_cli_returns errors when called immediately after run_job (refs: `#24769`_)
  159. * **PR** `#24769`_: (`msteed`_) Fix stacktrace in get_cli_returns()
  160. @ *2015-06-18 14:31:46 UTC*
  161. * f3c5cb2d41 Merge pull request `#24769`_ from msteed/issue-21318
  162. * f40a9d5cc0 Fix stacktrace in get_cli_returns()
  163. * **ISSUE** `#17041`_: (`xenophonf`_) Confusing Salt error messages due to limited/incomplete PowerShell command error handling (refs: `#24690`_)
  164. * **PR** `#24690`_: (`twangboy`_) Report powershell output instead of error
  165. @ *2015-06-17 16:33:49 UTC*
  166. * 59db24602f Merge pull request `#24690`_ from twangboy/fix_17041
  167. * 7a015389af Added additional reporting
  168. * d84ad5d519 Fixed capitalization... Failed and Already
  169. * e9552455c4 Merge branch '2014.7' of https://github.com/saltstack/salt into fix_17041
  170. * **ISSUE** `#24196`_: (`johnccfm`_) Exception when using user.present with Windows (refs: `#24646`_)
  171. * **PR** `#24646`_: (`twangboy`_) Fixed user.present on existing user
  172. @ *2015-06-15 15:04:43 UTC*
  173. * a18dadad71 Merge pull request `#24646`_ from twangboy/fix_24196
  174. * a208e1d60f Fixed user.present on existing user
  175. * 144bff2f67 Report powershell output instead of error
  176. * **PR** `#24643`_: (`cro`_) Add reference to salt-announce mailing list
  177. @ *2015-06-12 20:21:15 UTC*
  178. * b99484fde2 Merge pull request `#24643`_ from cro/saltannounce
  179. * ecb0623d7f Add salt-announce mailing list.
  180. * **PR** `#24620`_: (`twangboy`_) Fixed comment and uncomment functions in file.py
  181. @ *2015-06-12 19:36:26 UTC*
  182. * 635121e85d Merge pull request `#24620`_ from twangboy/fix_24215
  183. * d7a9999be1 Fixed comment and uncomment functions in file.py
  184. * **PR** `#24589`_: (`BretFisher`_) Fixed Mine example for jinja code block
  185. @ *2015-06-11 15:48:02 UTC*
  186. * d83928a7f9 Merge pull request `#24589`_ from BretFisher/patch-1
  187. * 65a11336dc Fixed Mine example for jinja code block
  188. * **ISSUE** `#24427`_: (`fayetted`_) 2015.5.1-3 Windows 64Bit Minion fails to start after install (refs: `#24530`_)
  189. * **PR** `#24530`_: (`twangboy`_) Start Minion Service on Silent Install
  190. @ *2015-06-09 21:30:08 UTC*
  191. * d376390f76 Merge pull request `#24530`_ from twangboy/fix_24427
  192. * 673e1d809e Added missing panel.bmp for installer
  193. * cc50218b01 Start Minion Service on Silent Install
  194. * **PR** `#24513`_: (`jquast`_) bugfix use of 'iteritem' in 2014.7 branch
  195. @ *2015-06-09 04:06:36 UTC*
  196. * **PR** `#24511`_: (`jquast`_) bugfix: trailing "...done" in rabbitmq output (refs: `#24513`_)
  197. * 6ebc476bb3 Merge pull request `#24513`_ from jquast/2014.7-bugfix-iteritem
  198. * 2be0180e5e bugfix use of 'iteritem' in 2014.7 branch
  199. * **ISSUE** `#24276`_: (`markuskramerIgitt`_) Live salt-master Profiling with SIGUSR2 fails (refs: `#24405`_)
  200. * **PR** `#24405`_: (`jacksontj`_) Fix for `#24276`_
  201. @ *2015-06-04 20:50:42 UTC*
  202. * 83f853b6ea Merge pull request `#24405`_ from jacksontj/2014.7
  203. * 2c7afaeebf Fix for `#24276`_
  204. * **PR** `#24395`_: (`hvnsweeting`_) handle exceptions when received data is not in good shape
  205. @ *2015-06-04 20:08:22 UTC*
  206. * cef919c602 Merge pull request `#24395`_ from hvnsweeting/handle-exception-get-file
  207. * bb798a0224 handle exceptions when received data is not in good shape
  208. * **PR** `#24305`_: (`twangboy`_) Added documentation, fixed formatting
  209. @ *2015-06-04 19:40:54 UTC*
  210. * efba1a94b4 Merge pull request `#24305`_ from twangboy/win_path_docs
  211. * 36804253e6 Fixed pylint error caused by \P... added r
  212. * bc42a4bb11 triple double quotes to triple single quotes
  213. * 77cd930bba Added documentation, fixed formatting
  214. * **PR** `#24178`_: (`rallytime`_) Backport `#24118`_ to 2014.7, too.
  215. @ *2015-05-27 17:49:45 UTC*
  216. * **PR** `#24118`_: (`trevor-h`_) removed deprecated pymongo usage (refs: `#24178`_)
  217. * 9d7331c87d Merge pull request `#24178`_ from rallytime/bp-24118
  218. * e2217a09e8 removed deprecated pymongo usage as no longer functional with pymongo > 3.x
  219. * **PR** `#24159`_: (`rallytime`_) Fill out modules/keystone.py CLI Examples
  220. @ *2015-05-27 15:07:11 UTC*
  221. * 4e8c5031b0 Merge pull request `#24159`_ from rallytime/keystone_doc_examples
  222. * dadac8d076 Fill out modules/keystone.py CLI Examples
  223. * **PR** `#24158`_: (`rallytime`_) Fix test_valid_docs test for tls module
  224. @ *2015-05-27 15:06:05 UTC*
  225. * fc10ee8ed5 Merge pull request `#24158`_ from rallytime/fix_doc_error
  226. * 49a517e2ca Fix test_valid_docs test for tls module
  227. * **PR** `#24125`_: (`hvnsweeting`_) Fix rabbitmq test mode
  228. @ *2015-05-26 15:40:18 UTC*
  229. * c0d32e0b5e Merge pull request `#24125`_ from hvnsweeting/fix-rabbitmq-test-mode
  230. * 71862c69b9 enhance log
  231. * 28e2594162 change according to new output of rabbitmq module functions
  232. * cd0212e8ed processes and returns better output for rabbitmq module
  233. * **ISSUE** `#23464`_: (`tibold`_) cmd_iter_no_block() blocks (refs: `#24093`_)
  234. * **PR** `#24093`_: (`msteed`_) Make LocalClient.cmd_iter_no_block() not block
  235. @ *2015-05-25 15:56:42 UTC*
  236. * 39a8f30f06 Merge pull request `#24093`_ from msteed/issue-23464
  237. * fd35903d75 Fix failing test
  238. * 41b344c7d3 Make LocalClient.cmd_iter_no_block() not block
  239. * **PR** `#24008`_: (`davidjb`_) Correct reST formatting for states.cmd documentation
  240. @ *2015-05-21 04:19:01 UTC*
  241. * 5bffd3045e Merge pull request `#24008`_ from davidjb/2014.7
  242. * 8b8d0293d4 Correct reST formatting for documentation
  243. * **PR** `#23933`_: (`jacobhammons`_) sphinx saltstack2 doc theme
  244. @ *2015-05-20 18:19:19 UTC*
  245. * 1aa0420040 Merge pull request `#23933`_ from jacobhammons/2014.7
  246. * a3613e68e4 removed numbering from doc TOC
  247. * 78b737c5e6 removed 2015.* release from release notes, updated index page to remove PDF/epub links
  248. * e867f7df77 Changed build settings to use saltstack2 theme and update release versions.
  249. * 81ed9c9f59 sphinx saltstack2 doc theme
  250. * **PR** `#23965`_: (`hvnsweeting`_) handle all exceptions gitpython can raise
  251. @ *2015-05-20 15:08:03 UTC*
  252. * 314e4db512 Merge pull request `#23965`_ from hvnsweeting/20147-fix-gitfs-gitpython-exception
  253. * 2576301631 handle all exception gitpython can raise
  254. * **PR** `#23939`_: (`basepi`_) Add extended changelog to 2014.7.6 release notes
  255. @ *2015-05-19 21:21:00 UTC*
  256. * 913391207a Merge pull request `#23939`_ from basepi/v2014.7.6release
  257. * 32b65dc2a9 Add extended changelog to 2014.7.6 release notes
  258. * **ISSUE** `#23820`_: (`UtahDave`_) 2014.7.5 schedule error (refs: `#23881`_)
  259. * **PR** `#23881`_: (`garethgreenaway`_) Fixes to schedule module in 2014.7
  260. @ *2015-05-19 15:46:30 UTC*
  261. * 0031ca2631 Merge pull request `#23881`_ from garethgreenaway/23820_2014_7_schedule_list_issue
  262. * b207f2a433 Missing continue in the list function when deleting unused attributes.
  263. * **ISSUE** `#22131`_: (`quixoten`_) "unexpected keyword argument 'merge'" on 2014.7.2 (salt-ssh) (refs: `#23887`_)
  264. * **PR** `#23887`_: (`basepi`_) [2014.7] Bring salt-ssh pillar.get in line with mainline pillar.get
  265. @ *2015-05-18 23:11:34 UTC*
  266. * 63bd21ecd2 Merge pull request `#23887`_ from basepi/salt-ssh.pillar.get.22131
  267. * bc84502f46 Bring salt-ssh pillar.get in line with mainline pillar.get
  268. * **PR** `#23891`_: (`basepi`_) Update the release notes index page
  269. @ *2015-05-18 23:06:52 UTC*
  270. * 17c5810c04 Merge pull request `#23891`_ from basepi/releasenotes
  271. * dec153bcea Update the release notes index page
  272. * **PR** `#23888`_: (`basepi`_) Update the 2014.7.6 release notes with CVE details
  273. @ *2015-05-18 22:35:51 UTC*
  274. * a93e58f80f Merge pull request `#23888`_ from basepi/v2014.7.6release
  275. * 49921b6cb2 Update the 2014.7.6 release notes with CVE details
  276. * **PR** `#23871`_: (`rallytime`_) Backport `#23848`_ to 2014.7
  277. @ *2015-05-18 20:34:04 UTC*
  278. * **PR** `#23848`_: (`dumol`_) Updated installation docs for SLES 12. (refs: `#23871`_)
  279. * 50730287bb Merge pull request `#23871`_ from rallytime/bp-23848
  280. * 379c09c3a5 Updated for SLES 12.
  281. .. _`#15209`: https://github.com/saltstack/salt/issues/15209
  282. .. _`#17041`: https://github.com/saltstack/salt/issues/17041
  283. .. _`#18447`: https://github.com/saltstack/salt/issues/18447
  284. .. _`#18994`: https://github.com/saltstack/salt/issues/18994
  285. .. _`#21318`: https://github.com/saltstack/salt/issues/21318
  286. .. _`#22131`: https://github.com/saltstack/salt/issues/22131
  287. .. _`#23464`: https://github.com/saltstack/salt/issues/23464
  288. .. _`#23764`: https://github.com/saltstack/salt/issues/23764
  289. .. _`#23820`: https://github.com/saltstack/salt/issues/23820
  290. .. _`#23848`: https://github.com/saltstack/salt/pull/23848
  291. .. _`#23871`: https://github.com/saltstack/salt/pull/23871
  292. .. _`#23881`: https://github.com/saltstack/salt/pull/23881
  293. .. _`#23887`: https://github.com/saltstack/salt/pull/23887
  294. .. _`#23888`: https://github.com/saltstack/salt/pull/23888
  295. .. _`#23891`: https://github.com/saltstack/salt/pull/23891
  296. .. _`#23933`: https://github.com/saltstack/salt/pull/23933
  297. .. _`#23939`: https://github.com/saltstack/salt/pull/23939
  298. .. _`#23965`: https://github.com/saltstack/salt/pull/23965
  299. .. _`#24008`: https://github.com/saltstack/salt/pull/24008
  300. .. _`#24093`: https://github.com/saltstack/salt/pull/24093
  301. .. _`#24118`: https://github.com/saltstack/salt/pull/24118
  302. .. _`#24125`: https://github.com/saltstack/salt/pull/24125
  303. .. _`#24158`: https://github.com/saltstack/salt/pull/24158
  304. .. _`#24159`: https://github.com/saltstack/salt/pull/24159
  305. .. _`#24178`: https://github.com/saltstack/salt/pull/24178
  306. .. _`#24196`: https://github.com/saltstack/salt/issues/24196
  307. .. _`#24276`: https://github.com/saltstack/salt/issues/24276
  308. .. _`#24305`: https://github.com/saltstack/salt/pull/24305
  309. .. _`#24395`: https://github.com/saltstack/salt/pull/24395
  310. .. _`#24405`: https://github.com/saltstack/salt/pull/24405
  311. .. _`#24427`: https://github.com/saltstack/salt/issues/24427
  312. .. _`#24511`: https://github.com/saltstack/salt/pull/24511
  313. .. _`#24513`: https://github.com/saltstack/salt/pull/24513
  314. .. _`#24530`: https://github.com/saltstack/salt/pull/24530
  315. .. _`#24589`: https://github.com/saltstack/salt/pull/24589
  316. .. _`#24620`: https://github.com/saltstack/salt/pull/24620
  317. .. _`#24643`: https://github.com/saltstack/salt/pull/24643
  318. .. _`#24646`: https://github.com/saltstack/salt/pull/24646
  319. .. _`#24690`: https://github.com/saltstack/salt/pull/24690
  320. .. _`#24769`: https://github.com/saltstack/salt/pull/24769
  321. .. _`#24776`: https://github.com/saltstack/salt/issues/24776
  322. .. _`#24777`: https://github.com/saltstack/salt/pull/24777
  323. .. _`#24778`: https://github.com/saltstack/salt/pull/24778
  324. .. _`#24779`: https://github.com/saltstack/salt/pull/24779
  325. .. _`#24780`: https://github.com/saltstack/salt/pull/24780
  326. .. _`#24915`: https://github.com/saltstack/salt/issues/24915
  327. .. _`#24918`: https://github.com/saltstack/salt/pull/24918
  328. .. _`#24936`: https://github.com/saltstack/salt/pull/24936
  329. .. _`#24944`: https://github.com/saltstack/salt/pull/24944
  330. .. _`#25011`: https://github.com/saltstack/salt/pull/25011
  331. .. _`#25069`: https://github.com/saltstack/salt/pull/25069
  332. .. _`#25093`: https://github.com/saltstack/salt/pull/25093
  333. .. _`#25324`: https://github.com/saltstack/salt/pull/25324
  334. .. _`#25375`: https://github.com/saltstack/salt/pull/25375
  335. .. _`#25416`: https://github.com/saltstack/salt/pull/25416
  336. .. _`#25633`: https://github.com/saltstack/salt/pull/25633
  337. .. _`#25657`: https://github.com/saltstack/salt/pull/25657
  338. .. _`#25701`: https://github.com/saltstack/salt/issues/25701
  339. .. _`#25704`: https://github.com/saltstack/salt/pull/25704
  340. .. _`#25750`: https://github.com/saltstack/salt/pull/25750
  341. .. _`#25751`: https://github.com/saltstack/salt/issues/25751
  342. .. _`#25961`: https://github.com/saltstack/salt/issues/25961
  343. .. _`#26047`: https://github.com/saltstack/salt/pull/26047
  344. .. _`#26088`: https://github.com/saltstack/salt/pull/26088
  345. .. _`#26116`: https://github.com/saltstack/salt/pull/26116
  346. .. _`#26216`: https://github.com/saltstack/salt/pull/26216
  347. .. _`#26242`: https://github.com/saltstack/salt/pull/26242
  348. .. _`#26515`: https://github.com/saltstack/salt/pull/26515
  349. .. _`#26630`: https://github.com/saltstack/salt/issues/26630
  350. .. _`#26636`: https://github.com/saltstack/salt/pull/26636
  351. .. _`#26640`: https://github.com/saltstack/salt/pull/26640
  352. .. _`#26656`: https://github.com/saltstack/salt/issues/26656
  353. .. _`#26663`: https://github.com/saltstack/salt/pull/26663
  354. .. _`#26667`: https://github.com/saltstack/salt/pull/26667
  355. .. _`#27075`: https://github.com/saltstack/salt/pull/27075
  356. .. _`#27114`: https://github.com/saltstack/salt/pull/27114
  357. .. _`#27117`: https://github.com/saltstack/salt/pull/27117
  358. .. _`#27252`: https://github.com/saltstack/salt/pull/27252
  359. .. _`#27335`: https://github.com/saltstack/salt/pull/27335
  360. .. _`AkhterAli`: https://github.com/AkhterAli
  361. .. _`BretFisher`: https://github.com/BretFisher
  362. .. _`MrCitron`: https://github.com/MrCitron
  363. .. _`UtahDave`: https://github.com/UtahDave
  364. .. _`alekti`: https://github.com/alekti
  365. .. _`ari`: https://github.com/ari
  366. .. _`basepi`: https://github.com/basepi
  367. .. _`bersace`: https://github.com/bersace
  368. .. _`cachedout`: https://github.com/cachedout
  369. .. _`corux`: https://github.com/corux
  370. .. _`cro`: https://github.com/cro
  371. .. _`davidjb`: https://github.com/davidjb
  372. .. _`dumol`: https://github.com/dumol
  373. .. _`efficks`: https://github.com/efficks
  374. .. _`es1o`: https://github.com/es1o
  375. .. _`fayetted`: https://github.com/fayetted
  376. .. _`garethgreenaway`: https://github.com/garethgreenaway
  377. .. _`getabc`: https://github.com/getabc
  378. .. _`hubez`: https://github.com/hubez
  379. .. _`hvnsweeting`: https://github.com/hvnsweeting
  380. .. _`jacksontj`: https://github.com/jacksontj
  381. .. _`jacobhammons`: https://github.com/jacobhammons
  382. .. _`jaybocc2`: https://github.com/jaybocc2
  383. .. _`jfindlay`: https://github.com/jfindlay
  384. .. _`johnccfm`: https://github.com/johnccfm
  385. .. _`jquast`: https://github.com/jquast
  386. .. _`justinta`: https://github.com/justinta
  387. .. _`markuskramerIgitt`: https://github.com/markuskramerIgitt
  388. .. _`msteed`: https://github.com/msteed
  389. .. _`njhartwell`: https://github.com/njhartwell
  390. .. _`nmadhok`: https://github.com/nmadhok
  391. .. _`notpeter`: https://github.com/notpeter
  392. .. _`puneetk`: https://github.com/puneetk
  393. .. _`quixoten`: https://github.com/quixoten
  394. .. _`rallytime`: https://github.com/rallytime
  395. .. _`ryan-lane`: https://github.com/ryan-lane
  396. .. _`s1kbr0`: https://github.com/s1kbr0
  397. .. _`saltstack/salt-bootstrap#473`: https://github.com/saltstack/salt-bootstrap/issues/473
  398. .. _`techhat`: https://github.com/techhat
  399. .. _`thanatos`: https://github.com/thanatos
  400. .. _`tibold`: https://github.com/tibold
  401. .. _`trevor-h`: https://github.com/trevor-h
  402. .. _`twangboy`: https://github.com/twangboy
  403. .. _`xenophonf`: https://github.com/xenophonf