2015.5.9.rst 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. ===========================
  2. Salt 2015.5.9 Release Notes
  3. ===========================
  4. :release: 2016-01-11
  5. Version 2015.5.9 is a bugfix release for :ref:`2015.5.0 <release-2015-5-0>`.
  6. Statistics
  7. ==========
  8. - Total Merges: **45**
  9. - Total Issue References: **21**
  10. - Total PR References: **48**
  11. - Contributors: **21** (`abednarik`_, `aletourneau`_, `attiasr`_, `basepi`_, `cachedout`_, `clan`_, `clarkperkins`_, `cro`_, `dmyerscough`_, `jacobhammons`_, `jfindlay`_, `jsutton`_, `justinta`_, `lorengordon`_, `markckimball`_, `mpreziuso`_, `rallytime`_, `terminalmage`_, `titilambert`_, `twangboy`_, `zmalone`_)
  12. Changelog for v2015.5.8..v2015.5.9
  13. ==================================
  14. *Generated at: 2018-05-27 22:31:06 UTC*
  15. * **PR** `#30248`_: (`jfindlay`_) add 2015.5.9 release notes
  16. @ *2016-01-08 23:13:10 UTC*
  17. * 92889db638 Merge pull request `#30248`_ from jfindlay/2015.5
  18. * 741f7aba31 add 2015.5.9 release notes
  19. * **PR** `#30237`_: (`jacobhammons`_) Updated man pages and doc version for 2015.5.9
  20. @ *2016-01-08 18:10:05 UTC*
  21. * 7a329d89d7 Merge pull request `#30237`_ from jacobhammons/man-pages-prev
  22. * 2431c4c5c3 Updated man page and doc conf.py copyright year to 2016
  23. * fe3da1c174 Updated man pages and doc version for 2015.5.9
  24. * **PR** `#30207`_: (`rallytime`_) Use correct spacing in rabbitmq state examples
  25. @ *2016-01-07 18:37:35 UTC*
  26. * 2c0b725924 Merge pull request `#30207`_ from rallytime/rabbitmq_states_doc_fix
  27. * 8d48c24182 Use correct spacing in rabbitmq state examples
  28. * **PR** `#30191`_: (`jacobhammons`_) Updated doc site banners
  29. @ *2016-01-06 22:37:40 UTC*
  30. * b49cf910f4 Merge pull request `#30191`_ from jacobhammons/banner-prev
  31. * c3390955b0 Updated doc site banners
  32. * **ISSUE** `#29633`_: (`twellspring`_) user.present does not modify home directory (refs: `#30125`_)
  33. * **PR** `#30125`_: (`abednarik`_) Update user home event when createhome is set to False
  34. @ *2016-01-05 18:15:38 UTC*
  35. * 9363d6f5b6 Merge pull request `#30125`_ from abednarik/update_user_home
  36. * 56544a77f6 Update user home event when createhome is set to False
  37. * **ISSUE** `#10155`_: (`jhenry82`_) Option to select a random master in multi-master mode (refs: `#30127`_)
  38. * **PR** `#30127`_: (`jsutton`_) Updating documentation and example minion config for random_master/master_shuffle.
  39. @ *2016-01-04 19:30:50 UTC*
  40. * 1a5d585d91 Merge pull request `#30127`_ from jsutton/clarify-documenation-for-random_master
  41. * 01dbf385ef Adding random_master to reference and updating master_shuffle. Adding master_shuffle to the minion example config file as it is needed for multi-master PKI.
  42. * **PR** `#30110`_: (`markckimball`_) Fixed flag sent to salt.utils.http in order for verify_ssl to work correctly
  43. @ *2015-12-31 21:17:53 UTC*
  44. * 28b1bbbe77 Merge pull request `#30110`_ from markckimball/fix-verify_ssl-in-joyent-cloud
  45. * e1c08cb269 Fixed flag sent to salt.utils.http in order for verify_ssl to work appropriately.
  46. * **PR** `#30093`_: (`zmalone`_) Noting that file_roots and "state tree" should both be avoided
  47. @ *2015-12-30 22:40:05 UTC*
  48. * 040412b0b1 Merge pull request `#30093`_ from zmalone/pillar-notes
  49. * cfbfd58afe Noting that file_roots and "state tree" should both be avoided, because in some environments, the actual states show up another level down. Adding notes about why this is undesirable.
  50. * **ISSUE** `#28120`_: (`jtylers`_) Clear text passwords (refs: `#30097`_)
  51. * **PR** `#30097`_: (`cachedout`_) Note concern about cleartext password in docs for shadow.gen_password
  52. @ *2015-12-30 22:37:33 UTC*
  53. * 25edefc93a Merge pull request `#30097`_ from cachedout/note_on_password_process_list
  54. * 58aec884ef Note concern about cleartext password in docs for shadow.gen_password
  55. * **PR** `#30089`_: (`mpreziuso`_) Fixes terminology and adds more accurate details about the algorithms
  56. @ *2015-12-30 20:02:18 UTC*
  57. * 6b1c3a6bf2 Merge pull request `#30089`_ from mpreziuso/patch-1
  58. * 50533add40 Fixes terminology and adds more accurate details about the algorithms
  59. * **ISSUE** `#29921`_: (`anlutro`_) pygit 0.21 not fully supported? (refs: `#30086`_)
  60. * **PR** `#30086`_: (`cachedout`_) Document that gitfs needs recent libs
  61. @ *2015-12-30 19:26:05 UTC*
  62. * 200d09385d Merge pull request `#30086`_ from cachedout/issue_29921
  63. * 8c29e2dd6a Document that gitfs needs recent libs
  64. * **ISSUE** `#27835`_: (`bertjwregeer`_) [FreeBSD] salt-ssh hangs forever (refs: `#30070`_)
  65. * **PR** `#30070`_: (`cachedout`_) Add documentation on debugging salt-ssh
  66. @ *2015-12-29 23:00:06 UTC*
  67. * 404414bf57 Merge pull request `#30070`_ from cachedout/issue_27835
  68. * 60431e342a Add documentation on debugging salt-ssh
  69. * **PR** `#30059`_: (`mpreziuso`_) Fixes wrong function scope
  70. @ *2015-12-29 16:12:06 UTC*
  71. * 84db12212d Merge pull request `#30059`_ from mpreziuso/patch-1
  72. * 1cb1c2da07 Fixes wrong function scope
  73. * **PR** `#30025`_: (`justinta`_) Skipping some Boto tests until resolved moto issue
  74. @ *2015-12-28 15:21:45 UTC*
  75. * **PR** `#29725`_: (`cachedout`_) Disable some boto tests per resolution of moto issue (refs: `#30025`_)
  76. * 1c6c9b1a06 Merge pull request `#30025`_ from jtand/boto_tests
  77. * e706642152 Skipping some Boto tests until resolved moto issue
  78. * **ISSUE** `#28956`_: (`racooper`_) Netscaler module doc enhancements (refs: `#29949`_)
  79. * **PR** `#29949`_: (`aletourneau`_) Enhanced netscaler docstring
  80. @ *2015-12-22 20:26:52 UTC*
  81. * 0f91021c59 Merge pull request `#29949`_ from aletourneau/2015.5
  82. * cf855fe262 Fixed trailing white spaces
  83. * 864801e002 fixed version
  84. * 041d9346c4 Enhanced netscaler docstring
  85. * **PR** `#29941`_: (`cachedout`_) Fix spelling error in boto_vpc
  86. @ *2015-12-22 15:49:54 UTC*
  87. * 229d3eb60b Merge pull request `#29941`_ from cachedout/boto_spelling
  88. * b11bfd07b8 Fix spelling error in boto_vpc
  89. * **ISSUE** `#29880`_: (`githubcdr`_) Salt pkg.uptodate fails on Arch linux (refs: `#29908`_)
  90. * **PR** `#29908`_: (`cachedout`_) Allow kwargs to be passed to pacman provide for update func
  91. @ *2015-12-22 15:04:18 UTC*
  92. * 69c5ada636 Merge pull request `#29908`_ from cachedout/issue_29880
  93. * 4cd77b4118 Allow kwargs to be passed to pacman provide for update func
  94. * **ISSUE** `#27056`_: (`oogali`_) pkgng provider on FreeBSD does not do BATCH=yes (refs: `#29909`_)
  95. * **PR** `#29909`_: (`abednarik`_) FreeBSD pkgng fix for non-interactive install.
  96. @ *2015-12-22 15:03:50 UTC*
  97. * ad0de4d563 Merge pull request `#29909`_ from abednarik/freebsd_pkgng_non_interactive_fix
  98. * 8ac213001a FreeBSD pkgng fix for non-interactive install.
  99. * **ISSUE** `#24698`_: (`cmhe`_) docker.installed not working (salt 2015.5.0, docker 1.6.2, dockerpy 0.5.3) (refs: `#29730`_)
  100. * **PR** `#29730`_: (`rallytime`_) Update docker-py version requirement to 0.6.0 for dockerio.py files
  101. @ *2015-12-16 14:44:40 UTC*
  102. * f43f3d166c Merge pull request `#29730`_ from rallytime/fix-24698
  103. * 120fd5fdf0 Update docker-py version requirement to 0.6.0 for dockerio.py files
  104. * **ISSUE** `#23343`_: (`micaelbergeron`_) npm state ignore the requested version (refs: `#29715`_)
  105. * **ISSUE** `#18647`_: (`hundt`_) Version number in npm state name does not result in correct version being installed (refs: `#29715`_)
  106. * **PR** `#29715`_: (`rallytime`_) Install correct package version, if provided, for npm state.
  107. @ *2015-12-15 23:19:45 UTC*
  108. * c393a4175a Merge pull request `#29715`_ from rallytime/fix-23343
  109. * a0ed857c37 Install correct package version, if provided, for npm state.
  110. * **PR** `#29721`_: (`terminalmage`_) Fix display of multiline strings when iterating over a list
  111. @ *2015-12-15 22:16:10 UTC*
  112. * 1310afbbc2 Merge pull request `#29721`_ from terminalmage/nested-output-multiline-fix
  113. * 761be9cb93 Fix display of multiline strings when iterating over a list
  114. * **ISSUE** `#29488`_: (`Shad0w1nk`_) salt.cloud.clouds.vmware.revert_to_snapshot crash when using the default value (refs: `#29646`_)
  115. * **PR** `#29646`_: (`rallytime`_) Don't stacktrace on kwargs.get if kwargs=None
  116. @ *2015-12-15 19:02:58 UTC*
  117. * 52cc07cec9 Merge pull request `#29646`_ from rallytime/fix-29488
  118. * c5fa9e9351 Don't stacktrace on kwargs.get if kwargs=None
  119. * **ISSUE** `#29661`_: (`mosuowhq`_) bug report when creating VM in /salt/cloud/clouds/nova.py (refs: `#29673`_)
  120. * **PR** `#29673`_: (`rallytime`_) Default value should be False and not 'False'
  121. @ *2015-12-14 18:08:44 UTC*
  122. * f606c23ea8 Merge pull request `#29673`_ from rallytime/fix-29661
  123. * e4af7a1157 Default value should be False and not 'False'
  124. * **PR** `#29527`_: (`jfindlay`_) 2015.5.7 notes: add note about not being released
  125. @ *2015-12-08 21:08:26 UTC*
  126. * f77c8e7baf Merge pull request `#29527`_ from jfindlay/2015.5
  127. * 1a8044f0c9 2015.5.7 notes: add note about not being released
  128. * **PR** `#29539`_: (`basepi`_) [2015.5] Merge forward from 2014.7 to 2015.5
  129. @ *2015-12-08 19:14:51 UTC*
  130. * 867d550271 Merge pull request `#29539`_ from basepi/merge-forward-2015.5
  131. * 2c9c4ba430 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
  132. * 85aa70a6cb Merge pull request `#29392`_ from jacobhammons/2014.7
  133. * d7f0db1dd8 updated version number to not reference a specific build from the latest branch
  134. * **ISSUE** `#12072`_: (`vk00226`_) Passing user-data when provisioning ec2 instances (refs: `#29504`_)
  135. * **PR** `#29504`_: (`rallytime`_) Document userdata_file option for EC2 driver
  136. @ *2015-12-08 16:54:33 UTC*
  137. * de7f3d5a59 Merge pull request `#29504`_ from rallytime/fix-12072
  138. * 8357c95dc2 Document userdata_file option for EC2 driver
  139. * **ISSUE** `#29101`_: (`jessbreckenridge`_) Salt-cloud 2015.8.0 - del_*_vols_on_destroy does not work according to docs (refs: `#29507`_)
  140. * **PR** `#29507`_: (`rallytime`_) Switch volumes and del_*_on_destroy example ordering
  141. @ *2015-12-08 16:50:11 UTC*
  142. * 65deba8bb5 Merge pull request `#29507`_ from rallytime/ec2-doc-fix
  143. * 90b4823bc2 Switch volumes and del_*_on_destroy example ordering
  144. * **ISSUE** `#28862`_: (`trevor-h`_) salt-cloud uppercase timeout options no longer recognized (refs: `#29469`_)
  145. * **PR** `#29469`_: (`abednarik`_) Added Documentation note in salt cloud.
  146. @ *2015-12-07 18:27:46 UTC*
  147. * 0918c9294f Merge pull request `#29469`_ from abednarik/doc_note_for_saltcloud_connection_timeout
  148. * 8e5c3e366a Added Documentation note in salt cloud.
  149. * **PR** `#29461`_: (`dmyerscough`_) Fix resource limits, systemd sets the default too small
  150. @ *2015-12-05 16:26:34 UTC*
  151. * e43c7c05a6 Merge pull request `#29461`_ from dmyerscough/fix-resource-limits
  152. * 85a8a3b033 Fix resource limits, systemd sets the default number of open files to 4096 causing te master to complain about limits when you have a large number of keys
  153. * **ISSUE** `#28526`_: (`clarkperkins`_) yumpkg.installed broken in salt v2015.8.1 on CentOS 6 minions (refs: `#28656`_)
  154. * **PR** `#29439`_: (`rallytime`_) Back-port `#28656`_ to 2015.5
  155. @ *2015-12-04 22:56:17 UTC*
  156. * **PR** `#28656`_: (`clarkperkins`_) `#28526`_ fixed yumpkg module issue with pkg.installed (refs: `#29439`_)
  157. * 730f02fbdf Merge pull request `#29439`_ from rallytime/bp-28656
  158. * 2f11bb021f `#28526`_ fixed yumpkg module
  159. * **PR** `#29418`_: (`jacobhammons`_) Added CVE 2015-8034 to 2015.5.8 release notes
  160. @ *2015-12-04 03:02:53 UTC*
  161. * 197210d52e Merge pull request `#29418`_ from jacobhammons/dot8
  162. * 4f51a737f9 Added CVE 2015-8034 to 2015.5.8 release notes
  163. * **PR** `#29389`_: (`jacobhammons`_) updated version numbers in documentation
  164. @ *2015-12-03 16:27:23 UTC*
  165. * b3452f2a1a Merge pull request `#29389`_ from jacobhammons/2015.5
  166. * 824721ff36 updated version numbers
  167. * **ISSUE** `#26898`_: (`twangboy`_) Symlinks in Windows (2015.8) (refs: `#28191`_)
  168. * **PR** `#28501`_: (`twangboy`_) Requested fixes for 26898
  169. @ *2015-12-03 01:12:12 UTC*
  170. * **PR** `#28420`_: (`jfindlay`_) fix removal of symbolic links on windows in the file state (refs: `#28501`_)
  171. * **PR** `#28191`_: (`twangboy`_) Fix 26898 (refs: `#28420`_, `#28501`_)
  172. * 6a7a95f28a Merge pull request `#28501`_ from twangboy/jmoney_26898
  173. * c0cf33332c Fixed some Lint...
  174. * df17fc59d3 Merge pull request `#6`_ from jfindlay/twang_test
  175. * bc7e0cfe64 add file.symlink unit tests
  176. * 9381dc7215 orthogonalize file.symlink unit tests
  177. * 8f462ba044 Merge pull request `#5`_ from cachedout/fix_twangboy_test
  178. * 5293150d25 Fix tests
  179. * 7d39091c91 Fixed some more lint
  180. * 3dbd62af2c Fixed some tests... hopefully
  181. * f187db3288 Removed unnecessary logic
  182. * 89ebd268e6 Added file attributes restore on fail
  183. * 9ec72ca724 fix file state unit tests for win symlink feature
  184. * 69c32a663e Fixed some lint
  185. * 638dec5027 Fixed some tests... let's see if they're really are
  186. * 5ed7a99792 Replaced instances of shutil.rmtree in file state
  187. * 2651ce509f Fix file.remove for windows
  188. * **ISSUE** `#29344`_: (`justinta`_) file.search broken on python 2.6 with empty files (refs: `#29348`_)
  189. * **PR** `#29348`_: (`justinta`_) Fixes an file.search on python2.6
  190. @ *2015-12-02 23:26:36 UTC*
  191. * 760a521603 Merge pull request `#29348`_ from jtand/file_search_fix
  192. * 04f82bd4fd Fixes an file.search on python2.6
  193. * **ISSUE** `#29206`_: (`mschiff`_) ssh_known_hosts.present creates wrong known_hosts lines (refs: `#29276`_)
  194. * **PR** `#29336`_: (`rallytime`_) Back-port `#29276`_ to 2015.5
  195. @ *2015-12-02 19:37:42 UTC*
  196. * **PR** `#29276`_: (`abednarik`_) Prevent adding port twice when adding entry in known hosts (refs: `#29336`_)
  197. * 51ea88d489 Merge pull request `#29336`_ from rallytime/bp-29276
  198. * 3a0e19debb Prevent adding port twice when adding entry in known hosts
  199. * **PR** `#29333`_: (`rallytime`_) Back-port `#29280`_ to 2015.5
  200. @ *2015-12-02 19:37:05 UTC*
  201. * **PR** `#29280`_: (`cachedout`_) [Doc] Add note for SVN state (refs: `#29333`_)
  202. * **PR** `#29165`_: (`titilambert`_) [Doc] Add note for SVN state (refs: `#29280`_, `#29333`_)
  203. * 28255af52a Merge pull request `#29333`_ from rallytime/bp-29280
  204. * 722d02ff4a Lint
  205. * 4a0040c1b4 [Doc] Add note for SVN state
  206. * **PR** `#29316`_: (`basepi`_) [2015.5] Merge forward from 2014.7 to 2015.5
  207. @ *2015-12-01 20:20:23 UTC*
  208. * 14e94b3593 Merge pull request `#29316`_ from basepi/merge-forward-2015.5
  209. * 33f40b3c47 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
  210. * d2fb2109a3 Merge pull request `#29296`_ from douardda/patch-3
  211. * d2885390f4 Use process KillMode on Debian systems also
  212. * **PR** `#29216`_: (`clan`_) size is 0 doesn't mean no data, e.g, /proc/version
  213. @ *2015-11-30 20:01:43 UTC*
  214. * 6a2ffbfb7c Merge pull request `#29216`_ from clan/file_search_on_proc_file
  215. * 91a20c07a1 try mmap first
  216. * 8aa4f2053e remove extra space to fix lint failure
  217. * d34e6b1a9a use read only if has read() method
  218. * 3209c1cdb5 size is 0 doesn't mean no data, e.g, /proc/version
  219. * **PR** `#29261`_: (`attiasr`_) fix incorrect reinstallation of windows pkg
  220. @ *2015-11-30 18:28:42 UTC*
  221. * d6aaae8d7b Merge pull request `#29261`_ from attiasr/patch-1
  222. * 7a99b90596 add log and return if pkg already installed
  223. * 1843c7ab8e fix incorrect reinstallation of windows pkg
  224. * **PR** `#29214`_: (`cro`_) Doc for salt.utils.http should say verify_ssl not ssl_verify.
  225. @ *2015-11-25 23:55:38 UTC*
  226. * 9236188867 Merge pull request `#29214`_ from cro/ssl_verify_ssl
  227. * e9c13c561b Doc bug--salt.utils.http takes verify_ssl not ssl_verify.
  228. * **ISSUE** `#29202`_: (`lorengordon`_) Broken ca bundle lookup in `salt.utils.http.get_ca_bundle` (refs: `#29204`_)
  229. * **PR** `#29204`_: (`lorengordon`_) Use os.path.join to return full path to ca bundle
  230. @ *2015-11-25 20:00:42 UTC*
  231. * df7b35a86b Merge pull request `#29204`_ from lorengordon/fix-29202
  232. * b1dae5e6fe Use os.path.join to return full path to ca bundle
  233. .. _`#10155`: https://github.com/saltstack/salt/issues/10155
  234. .. _`#12072`: https://github.com/saltstack/salt/issues/12072
  235. .. _`#18647`: https://github.com/saltstack/salt/issues/18647
  236. .. _`#23343`: https://github.com/saltstack/salt/issues/23343
  237. .. _`#24698`: https://github.com/saltstack/salt/issues/24698
  238. .. _`#26898`: https://github.com/saltstack/salt/issues/26898
  239. .. _`#27056`: https://github.com/saltstack/salt/issues/27056
  240. .. _`#27835`: https://github.com/saltstack/salt/issues/27835
  241. .. _`#28120`: https://github.com/saltstack/salt/issues/28120
  242. .. _`#28191`: https://github.com/saltstack/salt/pull/28191
  243. .. _`#28420`: https://github.com/saltstack/salt/pull/28420
  244. .. _`#28501`: https://github.com/saltstack/salt/pull/28501
  245. .. _`#28526`: https://github.com/saltstack/salt/issues/28526
  246. .. _`#28656`: https://github.com/saltstack/salt/pull/28656
  247. .. _`#28862`: https://github.com/saltstack/salt/issues/28862
  248. .. _`#28956`: https://github.com/saltstack/salt/issues/28956
  249. .. _`#29101`: https://github.com/saltstack/salt/issues/29101
  250. .. _`#29165`: https://github.com/saltstack/salt/pull/29165
  251. .. _`#29202`: https://github.com/saltstack/salt/issues/29202
  252. .. _`#29204`: https://github.com/saltstack/salt/pull/29204
  253. .. _`#29206`: https://github.com/saltstack/salt/issues/29206
  254. .. _`#29214`: https://github.com/saltstack/salt/pull/29214
  255. .. _`#29216`: https://github.com/saltstack/salt/pull/29216
  256. .. _`#29261`: https://github.com/saltstack/salt/pull/29261
  257. .. _`#29276`: https://github.com/saltstack/salt/pull/29276
  258. .. _`#29280`: https://github.com/saltstack/salt/pull/29280
  259. .. _`#29296`: https://github.com/saltstack/salt/pull/29296
  260. .. _`#29316`: https://github.com/saltstack/salt/pull/29316
  261. .. _`#29333`: https://github.com/saltstack/salt/pull/29333
  262. .. _`#29336`: https://github.com/saltstack/salt/pull/29336
  263. .. _`#29344`: https://github.com/saltstack/salt/issues/29344
  264. .. _`#29348`: https://github.com/saltstack/salt/pull/29348
  265. .. _`#29389`: https://github.com/saltstack/salt/pull/29389
  266. .. _`#29392`: https://github.com/saltstack/salt/pull/29392
  267. .. _`#29418`: https://github.com/saltstack/salt/pull/29418
  268. .. _`#29439`: https://github.com/saltstack/salt/pull/29439
  269. .. _`#29461`: https://github.com/saltstack/salt/pull/29461
  270. .. _`#29469`: https://github.com/saltstack/salt/pull/29469
  271. .. _`#29488`: https://github.com/saltstack/salt/issues/29488
  272. .. _`#29504`: https://github.com/saltstack/salt/pull/29504
  273. .. _`#29507`: https://github.com/saltstack/salt/pull/29507
  274. .. _`#29527`: https://github.com/saltstack/salt/pull/29527
  275. .. _`#29539`: https://github.com/saltstack/salt/pull/29539
  276. .. _`#29633`: https://github.com/saltstack/salt/issues/29633
  277. .. _`#29646`: https://github.com/saltstack/salt/pull/29646
  278. .. _`#29661`: https://github.com/saltstack/salt/issues/29661
  279. .. _`#29673`: https://github.com/saltstack/salt/pull/29673
  280. .. _`#29715`: https://github.com/saltstack/salt/pull/29715
  281. .. _`#29721`: https://github.com/saltstack/salt/pull/29721
  282. .. _`#29725`: https://github.com/saltstack/salt/pull/29725
  283. .. _`#29730`: https://github.com/saltstack/salt/pull/29730
  284. .. _`#29880`: https://github.com/saltstack/salt/issues/29880
  285. .. _`#29908`: https://github.com/saltstack/salt/pull/29908
  286. .. _`#29909`: https://github.com/saltstack/salt/pull/29909
  287. .. _`#29921`: https://github.com/saltstack/salt/issues/29921
  288. .. _`#29941`: https://github.com/saltstack/salt/pull/29941
  289. .. _`#29949`: https://github.com/saltstack/salt/pull/29949
  290. .. _`#30025`: https://github.com/saltstack/salt/pull/30025
  291. .. _`#30059`: https://github.com/saltstack/salt/pull/30059
  292. .. _`#30070`: https://github.com/saltstack/salt/pull/30070
  293. .. _`#30086`: https://github.com/saltstack/salt/pull/30086
  294. .. _`#30089`: https://github.com/saltstack/salt/pull/30089
  295. .. _`#30093`: https://github.com/saltstack/salt/pull/30093
  296. .. _`#30097`: https://github.com/saltstack/salt/pull/30097
  297. .. _`#30110`: https://github.com/saltstack/salt/pull/30110
  298. .. _`#30125`: https://github.com/saltstack/salt/pull/30125
  299. .. _`#30127`: https://github.com/saltstack/salt/pull/30127
  300. .. _`#30191`: https://github.com/saltstack/salt/pull/30191
  301. .. _`#30207`: https://github.com/saltstack/salt/pull/30207
  302. .. _`#30237`: https://github.com/saltstack/salt/pull/30237
  303. .. _`#30248`: https://github.com/saltstack/salt/pull/30248
  304. .. _`#5`: https://github.com/saltstack/salt/issues/5
  305. .. _`#6`: https://github.com/saltstack/salt/issues/6
  306. .. _`Shad0w1nk`: https://github.com/Shad0w1nk
  307. .. _`abednarik`: https://github.com/abednarik
  308. .. _`aletourneau`: https://github.com/aletourneau
  309. .. _`anlutro`: https://github.com/anlutro
  310. .. _`attiasr`: https://github.com/attiasr
  311. .. _`basepi`: https://github.com/basepi
  312. .. _`bertjwregeer`: https://github.com/bertjwregeer
  313. .. _`cachedout`: https://github.com/cachedout
  314. .. _`clan`: https://github.com/clan
  315. .. _`clarkperkins`: https://github.com/clarkperkins
  316. .. _`cmhe`: https://github.com/cmhe
  317. .. _`cro`: https://github.com/cro
  318. .. _`dmyerscough`: https://github.com/dmyerscough
  319. .. _`githubcdr`: https://github.com/githubcdr
  320. .. _`hundt`: https://github.com/hundt
  321. .. _`jacobhammons`: https://github.com/jacobhammons
  322. .. _`jessbreckenridge`: https://github.com/jessbreckenridge
  323. .. _`jfindlay`: https://github.com/jfindlay
  324. .. _`jhenry82`: https://github.com/jhenry82
  325. .. _`jsutton`: https://github.com/jsutton
  326. .. _`jtylers`: https://github.com/jtylers
  327. .. _`justinta`: https://github.com/justinta
  328. .. _`lorengordon`: https://github.com/lorengordon
  329. .. _`markckimball`: https://github.com/markckimball
  330. .. _`micaelbergeron`: https://github.com/micaelbergeron
  331. .. _`mosuowhq`: https://github.com/mosuowhq
  332. .. _`mpreziuso`: https://github.com/mpreziuso
  333. .. _`mschiff`: https://github.com/mschiff
  334. .. _`oogali`: https://github.com/oogali
  335. .. _`racooper`: https://github.com/racooper
  336. .. _`rallytime`: https://github.com/rallytime
  337. .. _`terminalmage`: https://github.com/terminalmage
  338. .. _`titilambert`: https://github.com/titilambert
  339. .. _`trevor-h`: https://github.com/trevor-h
  340. .. _`twangboy`: https://github.com/twangboy
  341. .. _`twellspring`: https://github.com/twellspring
  342. .. _`vk00226`: https://github.com/vk00226
  343. .. _`zmalone`: https://github.com/zmalone