2016.11.1.rst 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073
  1. ============================
  2. Salt 2016.11.1 Release Notes
  3. ============================
  4. Version 2016.11.1 is a bugfix release for :ref:`2016.11.0 <release-2016-11-0>`.
  5. Statistics
  6. ==========
  7. - Total Merges: **89**
  8. - Total Issue References: **29**
  9. - Total PR References: **83**
  10. - Contributors: **30** (`Ch3LL`_, `Da-Juan`_, `DmitryKuzmenko`_, `MTecknology`_, `adelcast`_, `attiasr`_, `bbinet`_, `cachedout`_, `cro`_, `dmurphy18`_, `gtmanfred`_, `isbm`_, `jeanpralo`_, `kraney`_, `kstreee`_, `lorengordon`_, `mateiw`_, `mirceaulinic`_, `morsik`_, `mschneider82`_, `rallytime`_, `rbjorklin`_, `scott-w`_, `sjorge`_, `skizunov`_, `techhat`_, `terminalmage`_, `thatch45`_, `ticosax`_, `whiteinge`_)
  11. Changelog for v2016.11.0..v2016.11.1
  12. ====================================
  13. *Generated at: 2018-05-27 14:25:03 UTC*
  14. * **PR** `#38186`_: (`Ch3LL`_) add 2016.11.1 changelog to release notes
  15. * **PR** `#38182`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  16. @ *2016-12-09 21:25:47 UTC*
  17. * 23c039347e Merge pull request `#38182`_ from rallytime/merge-2016.11
  18. * 627242ab5d Merge branch '2016.3' into '2016.11'
  19. * 65b2ad7b14 Merge pull request `#38163`_ from Ch3LL/enabled_ec2_cloud
  20. * be74c45463 enabled ec2 cloud tests
  21. * b63f74e034 Merge pull request `#38177`_ from vutny/fix-cp-get-file-str
  22. * a449980672 Correct `cp.get_file_str` docstring and add integration tests
  23. * 7596313be0 Merge pull request `#38153`_ from vutny/master-includes-error-tolerance
  24. * cd0154ee93 Master config includes may contain errors and be safely skipped
  25. * **ISSUE** `#38094`_: (`bfilipek`_) TypeError: object of type 'float' has no len() in grains.filter_by (refs: `#38158`_)
  26. * **PR** `#38158`_: (`cachedout`_) Fix type problem in grains.filter_by
  27. @ *2016-12-09 21:24:40 UTC*
  28. * 8355adc535 Merge pull request `#38158`_ from cachedout/issue_38094
  29. * e8196e23c2 Lint, remove set literal
  30. * 9f4ebb3c18 Fix type problem in grains.filter_by
  31. * **ISSUE** `#38090`_: (`jf`_) pkg.installed does not seem to refresh the repo database, no matter what (refs: `#38113`_, `#38156`_)
  32. * **PR** `#38156`_: (`terminalmage`_) Remove rtag when windows minion refreshes early in state
  33. @ *2016-12-09 21:15:01 UTC*
  34. * 31a157d902 Merge pull request `#38156`_ from terminalmage/fix-windows-refresh
  35. * 258bd4c2aa Remove rtag when windows minion refreshes early in state
  36. * **ISSUE** `#37981`_: (`tazaki`_) Salt-cloud ec2 vpc securitygroupid always returning default (refs: `#38183`_)
  37. * **PR** `#38183`_: (`cro`_) Fix bad set operations when setting up securitygroups in AWS.
  38. @ *2016-12-09 21:12:10 UTC*
  39. * c638952684 Merge pull request `#38183`_ from cro/fix_37891
  40. * 0527d6f25e Fix bad set operations when setting up securitygroups in AWS. Fixes `#37891`_.
  41. * **PR** `#38181`_: (`rallytime`_) Reset socket default timeout to None (fixes daemons_tests failures)
  42. * **PR** `#38148`_: (`whiteinge`_) Remove ssh_async from NetapiClient clients; it is not implemented
  43. @ *2016-12-09 18:49:42 UTC*
  44. * 7ccbedd2cc Merge pull request `#38148`_ from whiteinge/no-ssh-async-client
  45. * cb58cd4795 Remove ssh_async from NetapiClient clients; it is not implemented
  46. * **PR** `#38160`_: (`terminalmage`_) Update information about xz-utils in archive state/module docs
  47. @ *2016-12-09 18:34:03 UTC*
  48. * 8d4e194400 Merge pull request `#38160`_ from terminalmage/update-archive-docs
  49. * 8e4ad3cff3 Update information about xz-utils in archive state/module docs
  50. * **ISSUE** `#38024`_: (`Ch3LL`_) 2016.11.0 release notes missing azure arm reference (refs: `#38164`_)
  51. * **PR** `#38164`_: (`techhat`_) Add Azure ARM docs for 2016.11.0
  52. @ *2016-12-09 18:00:22 UTC*
  53. * 05136f0d8c Merge pull request `#38164`_ from techhat/azuredocs
  54. * 71b787e250 Add Azure ARM docs for 2016.11.0
  55. * **PR** `#38173`_: (`rallytime`_) Bump some win* module deprecations from Nitrogen to Oxygen
  56. @ *2016-12-09 16:57:29 UTC*
  57. * e3c858cc28 Merge pull request `#38173`_ from rallytime/update-win-deprecation-versions
  58. * 09a50b25e7 Bump some win* module deprecations from Nitrogen to Oxygen
  59. * **PR** `#38036`_: (`terminalmage`_) archive.extracted: fix problems with overwrite arg
  60. @ *2016-12-08 19:08:41 UTC*
  61. * **PR** `#37889`_: (`isbm`_) Allow overwrite archives extraction (refs: `#38036`_)
  62. * 827bf59999 Merge pull request `#38036`_ from terminalmage/archive-extracted-override
  63. * a1c70c7b95 archive.extracted: fix problems with overwrite arg
  64. * **PR** `#38133`_: (`terminalmage`_) Fix edge case in creation of trans tar for salt-thin
  65. @ *2016-12-08 17:47:26 UTC*
  66. * 50773a5f96 Merge pull request `#38133`_ from terminalmage/zd1067
  67. * 71e0bd023f Fix edge case in creation of trans tar for salt-thin
  68. * **PR** `#38138`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  69. @ *2016-12-07 20:15:56 UTC*
  70. * 6026cb23b2 Merge pull request `#38138`_ from rallytime/merge-2016.11
  71. * 28b56ea3b4 Merge branch '2016.3' into '2016.11'
  72. * 86091db647 Skip daemon unit tests when running on Python 2.6 (`#38134`_)
  73. * **PR** `#38130`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  74. @ *2016-12-07 20:11:19 UTC*
  75. * 90478ef25e Merge pull request `#38130`_ from rallytime/merge-2016.11
  76. * 4d7d9abb41 Merge branch '2016.3' into '2016.11'
  77. * d3d98fd4eb Merge pull request `#38102`_ from rallytime/fix-38091
  78. * 4f79d5a0d1 Add False + msg tuple return if requests is missing for zenoss module
  79. * 8c8cbc2734 Merge pull request `#38104`_ from rallytime/bp-36794
  80. * c906c8a0d5 Pylint fixes
  81. * da3ebf83e6 FreeBSD sysctl module now handels config_file parameter in show method
  82. * **PR** `#38129`_: (`Ch3LL`_) Fix beacon index
  83. * **PR** `#38127`_: (`rallytime`_) Add versionadded tags for network module funcs
  84. * **ISSUE** `#38042`_: (`MTecknology`_) [2016.11.0] Invalid interfaces file produced by debian_ip module (refs: `#38043`_)
  85. * **PR** `#38043`_: (`MTecknology`_) Debian networking fix
  86. @ *2016-12-07 17:32:18 UTC*
  87. * fd06bab673 Merge pull request `#38043`_ from MTecknology/2016.11
  88. * 6d5e132e44 Removing trailing whitespace from previous commit
  89. * f882674acf Adding some options that are valid for inet6 blocks.
  90. * 81cb688d4c Better check for dual stack.
  91. * 525c746274 May Cthulhu take mercy on my soul for this commit.
  92. * 300ca6047e I guess this makes the previous commit a bit redundant, but I'm not sure if I want to remove it.
  93. * 6e7fc39c68 This now seems absurdly obvious, but I'm not ruling out that I'll break everything.
  94. * 82d2b89e0c Rolling back unit test.
  95. * b3edbcfd05 Adding larger and more complete debian_ip unit test.
  96. * 3afd7b6cf4 Adding the valid/documented 'slaves' option.
  97. * b6b1adc091 Typo: missing closing parenthesis
  98. * 756e41caf2 Fixing a typo; line should not be commented
  99. * 32a1374748 Corrects expected return value
  100. * 88f9d9f22c Mostly whitespace & comment changes
  101. * 41ffb8d805 Removing redundant line
  102. * 3a8168667b Ensure iface_dict not being populated will not produce a stacktrace
  103. * 4de2cb2805 Corrects regression in debian_ip/debian_eth.jinja
  104. * **PR** `#38107`_: (`cachedout`_) Status beacon should raise proper exception
  105. @ *2016-12-07 17:21:49 UTC*
  106. * **PR** `#38088`_: (`dmurphy18`_) Updated to match formulas and allow for missing functions (refs: `#38107`_)
  107. * 4b9a7f2295 Merge pull request `#38107`_ from cachedout/supercede_38088
  108. * 73d724845d Change to log.debug per Tom
  109. * da135b1b59 Fix docs
  110. * 792b422dc2 Pylint fix
  111. * 88e03bba6d Fix typo
  112. * a8ce153252 Status beacon should raise proper exception
  113. * **PR** `#38101`_: (`lorengordon`_) Clarifies file.replace behavior on symlinks
  114. @ *2016-12-07 13:27:11 UTC*
  115. * da8f5ac0c6 Merge pull request `#38101`_ from lorengordon/file-replace-note
  116. * 345990f2b0 Clarifies file.replace behavior on symlinks
  117. * **ISSUE** `#38090`_: (`jf`_) pkg.installed does not seem to refresh the repo database, no matter what (refs: `#38113`_, `#38156`_)
  118. * **PR** `#38113`_: (`terminalmage`_) Revert changes to refresh tag for pkg states
  119. @ *2016-12-07 13:11:14 UTC*
  120. * d47761f349 Merge pull request `#38113`_ from terminalmage/issue38090
  121. * 9f347df012 Revert changes to refresh tag for pkg states
  122. * **ISSUE** `#37976`_: (`t0nyhays`_) Error when status beacon fires (2016.11.0) (refs: `#38120`_)
  123. * **PR** `#38120`_: (`Da-Juan`_) Fix status beacon config default values
  124. @ *2016-12-07 13:08:33 UTC*
  125. * d4c34e0a58 Merge pull request `#38120`_ from Da-Juan/2016.11
  126. * 7e4a35e8ad Fix status beacon config default values
  127. * **PR** `#38114`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  128. @ *2016-12-07 12:45:04 UTC*
  129. * 6868089a87 Merge pull request `#38114`_ from rallytime/merge-2016.11
  130. * fec9dec23a Merge branch '2016.3' into '2016.11'
  131. * fbc87769b9 Merge pull request `#38083`_ from twangboy/fix_refresh_db
  132. * 978af6d83c Remove only .sls files from the cached winrepo-ng
  133. * 9dcfdeef6b Merge pull request `#38059`_ from rallytime/daemons-test-fix
  134. * eb372b27d8 Add missing "not" statement: The last syndic test should assertFalse()
  135. * 4e10f8e018 Call exec_test for the Syndic daemon in tests.unit.daemons_test.py
  136. * 9cd42b9b3f Merge pull request `#38039`_ from rallytime/fix-37939
  137. * 1da7aacfbe Update unit tests to account for additional file.search call
  138. * 8a685b1820 Check to see if a line is already commented before moving on
  139. * f2c045520d Write an integration test demonstrating the issue
  140. * a34a763984 Merge pull request `#38045`_ from terminalmage/issue38037
  141. * 65289503d9 Simplify logic for matching desired pkg arch with actual pkg arch
  142. * 3babbcda94 yumpkg.py: don't include non-upgrade versions found by "yum list available"
  143. * **PR** `#38109`_: (`gtmanfred`_) mode needs to be an integer
  144. @ *2016-12-07 11:58:24 UTC*
  145. * b9920e54ee Merge pull request `#38109`_ from gtmanfred/2016.11
  146. * 7546760eb3 mode needs to be an integer
  147. * **PR** `#38103`_: (`rallytime`_) Back-port `#37283`_ to 2016.11
  148. @ *2016-12-06 23:12:59 UTC*
  149. * **PR** `#37283`_: (`jeanpralo`_) Handle docker-compose up to version 1.9.0 (refs: `#38103`_)
  150. * **PR** `#37215`_: (`mschneider82`_) removed version check (refs: `#37283`_)
  151. * fd77dcbd0f Merge pull request `#38103`_ from rallytime/bp-37283
  152. * 11944df69b handle up to version 1.9.0
  153. * **PR** `#38057`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11 (refs: `#38059`_)
  154. @ *2016-12-06 23:11:41 UTC*
  155. * 5d9d6b9280 Merge pull request `#38057`_ from rallytime/merge-2016.11
  156. * 342884018b Fix SaltKeyOptionParserTestCase test failures
  157. * 186e2d0d03 Don't allow libcloud mock module injection in unit/states/libcloud_dns_test.py either
  158. * d513a60189 Do not allow libcloud to be injected as a mock value in the libcloud_dns_test
  159. * 74a417e527 Update the mocked cloud configs to also include master configs
  160. * f2c8cb13d0 Better merge conflict resolution from the initial merge
  161. * 8fd53a4808 Merge branch '2016.3' into '2016.11'
  162. * 6724fe4871 Modify daemons test to use multiprocessing (`#38034`_)
  163. * 6942d5d95b Merge pull request `#37995`_ from rallytime/merge-2016.3
  164. * b44e17921c Merge branch '2015.8' into '2016.3'
  165. * 7a7e36728f Merge pull request `#37978`_ from terminalmage/ext_pillar_first-docs
  166. * 61ed9a8657 Add clarifying language to ext_pillar_first docs
  167. * cd66c179cb fix broken yaml code block (`#38002`_)
  168. * 3dd45fbedf Merge pull request `#37912`_ from attiasr/fix_aws_response_encoding
  169. * ba4ec4e7f1 use Requests result encoding to encode the text
  170. * abe4eb3b98 fix encoding problem aws responses
  171. * 69a74a4d2d Merge pull request `#37950`_ from vutny/fix-starting-up-syndic
  172. * 7d9bc9abce syndic_master: correct default value, documentation and example config
  173. * 92a7c7ed1b Set default Salt Master address for a Syndic (like for a Minion)
  174. * 7f269bc7f9 Add clarification on expr_form usage and future deprecation (`#37964`_)
  175. * 1001987f64 Catch possible exception from lsb_release (`#37962`_)
  176. * 330021cd8b Handle empty tokens safely (`#37961`_)
  177. * ea46639ce7 Merge pull request `#37272`_ from vutny/fix-getting-default-logging-opts
  178. * e5ce52388a Fix description in the Salt Syndic usage info
  179. * 518a3dd7ee Add unit tests for Salt parsers processing logging options
  180. * 83d6a44254 Add `ssh_log_file` option to master config and documentation
  181. * c8a0915460 Fix configuration example and documentation for `syndic_log_file` option
  182. * e64dd3ed6b Correct default attributes for various parser classes
  183. * 82a2e216b3 Fix default usage string for Salt command line programs
  184. * 45dffa292f Fix readding and updating logfile and pidfile config options for Salt API
  185. * f47253c21b Fix reading and applying Salt Cloud default configuration
  186. * fad5bec936 Work with a copy of default opts dictionaries
  187. * b7c24811e5 Fix `log_level_logfile` config value type
  188. * 1bd76a1d96 Fix setting temporary log level if CLI option omitted
  189. * 121848cc77 Fix obtaining `log_granular_levels` config setting
  190. * 44cf07fec2 Make CLI options take precedence for setting up logfile_logger
  191. * 61afaf1792 Fix setting option attributes when processing `log_level` and `log_file`
  192. * 3c60e2388e Fix processing of `log_level_logfile` config setting
  193. * 55a0af5bbd Use attribute functions for getting/setting options and config values
  194. * c25f2d091e Fix getting Salt API default logfile option
  195. * f2422373c1 Remove processing of unused and undocumented `cli_*_log_*` config options
  196. * 2065e8311c Get default logging level and file from default opts dict
  197. * f2f957da6c Merge pull request `#37925`_ from kontrolld/add-ipv6-centos-network
  198. * ac2b477412 Adding IPv6 functionality for CentOS /etc/sysconfig/network
  199. * c07ad11279 Merge pull request `#37899`_ from DSRCorporation/bugs/37059_schedule_task_hang
  200. * 9497748546 Clear functions context in schedule tasks for ZeroMQ.
  201. * a55519db40 Merge pull request `#37928`_ from techhat/issue37737
  202. * a09a60e89b Don't modify self.opts directly
  203. * 9d17f1ce90 Merge pull request `#37929`_ from gtmanfred/2016.3
  204. * c7d2c73503 add list_nodes_min to nova driver
  205. * 3bb743b59f Merge pull request `#37926`_ from kontrolld/fix-ipv6-centos-network
  206. * 3ed42e5b44 updated
  207. * 3b3bc4f239 Fixes no IPv6 functionality in /etc/sysconfig/network
  208. * 271170a9f3 Merge pull request `#37921`_ from rallytime/merge-2016.3
  209. * 523a67c422 Merge branch '2015.8' into '2016.3'
  210. * 4cdc6cf5ec Update earlier release channels' docs with Carbon release notes (`#37914`_)
  211. * d31491a7fe [2015.8] Update version numbers in doc config for 2016.11.0 release (`#37918`_)
  212. * 6cd6429ac0 Merge pull request `#37924`_ from cachedout/fix_gem_states
  213. * 894cca3427 Update test for new gem ver
  214. * **PR** `#38112`_: (`rallytime`_) Account for case where vim install already exists and is at an older version
  215. * **ISSUE** `#19502`_: (`kt97679`_) salt-ssh fails to run state.highstate with custom master_tops (refs: `#38021`_)
  216. * **PR** `#38021`_: (`mateiw`_) Add master_tops support in salt-ssh
  217. @ *2016-12-06 14:26:22 UTC*
  218. * f8c67a9598 Merge pull request `#38021`_ from mateiw/salt-ssh_master_tops
  219. * 65a0f102fd Add/remove newlines
  220. * 7037fa116d Add master_tops support in salt-ssh
  221. * **PR** `#38084`_: (`rallytime`_) Start release notes file for 2016.11.1 release
  222. * **PR** `#37878`_: (`kstreee`_) Makes threads avoid blocking waiting while communicating using Zeromq.
  223. @ *2016-12-05 19:50:46 UTC*
  224. * 78295516e7 Merge pull request `#37878`_ from kstreee/2016.11
  225. * 9103878c4f Fixes blocking waiting through implementing a socket pool class.
  226. * **PR** `#37987`_: (`rbjorklin`_) consul_pillar support for limiting pillar exposure via minion targeting
  227. @ *2016-12-05 19:48:20 UTC*
  228. * **PR** `#37985`_: (`rbjorklin`_) consul_pillar support for limiting pillar exposure via minion targeting (refs: `#37987`_)
  229. * 0809ccd429 Merge pull request `#37987`_ from rbjorklin/consul-pillar-target
  230. * 5d0454a7ca Ignore W1401 (anomalous-backslash-in-string)
  231. * 2e929a5ecc Linting fixes
  232. * 171cab1726 Fixed possible incorrect behavior if target wasn't on start/end of str
  233. * 7440582ce8 consul_pillar support for limiting pillar exposure via minion targeting
  234. * **ISSUE** `#38062`_: (`UtahDave`_) archive execution module not loading on Windows in 2016.11.0 (refs: `#38067`_)
  235. * **PR** `#38067`_: (`terminalmage`_) Remove virtual funcs for archive state/module
  236. @ *2016-12-05 16:37:23 UTC*
  237. * 83dcfe81ea Merge pull request `#38067`_ from terminalmage/issue38062
  238. * 2e0f26a084 Remove virtual funcs for archive state/module
  239. * **ISSUE** `#38001`_: (`tomlaredo`_) Regression on postgres_group.present ('postgres_group' __virtual__ returned False) (refs: `#38023`_)
  240. * **ISSUE** `#37986`_: (`marek-obuchowicz`_) Module postgres - wrong docs, doesn't work with debian 8.5 (refs: `#38023`_)
  241. * **ISSUE** `#37935`_: (`ipmb`_) Postgres module regression on 2016.11 (refs: `#37946`_, `#37993`_, `#38023`_, `#38058`_)
  242. * **PR** `#38058`_: (`rallytime`_) Remove initdb dependency in postgres module
  243. @ *2016-12-04 04:19:02 UTC*
  244. * **PR** `#38023`_: (`gtmanfred`_) Expand error message for postgres states (refs: `#38058`_)
  245. * **PR** `#37993`_: (`ticosax`_) Remove initdb dependency to consume postgres module. (refs: `#38058`_)
  246. * c9933670f9 Merge pull request `#38058`_ from rallytime/remove-init-db-dep
  247. * c1ceeca3d3 Remove initdb dependency in postgres module
  248. * **ISSUE** `#37969`_: (`lordcirth`_) Archive.extracted fails if -user: root is specified (refs: `#38004`_)
  249. * **PR** `#38004`_: (`terminalmage`_) Fix regression in user/group mgmt for archive.extracted
  250. @ *2016-12-02 18:28:49 UTC*
  251. * 1ac53e5196 Merge pull request `#38004`_ from terminalmage/issue37969
  252. * 23bb90a7ce Add integration test for archive.extracted with user/group set to root
  253. * e5ee721696 Don't use simple boolean check on uid/gid
  254. * **ISSUE** `#37941`_: (`L4rS6`_) Outdated documentation for 2016.11.x (refs: `#38051`_)
  255. * **PR** `#38051`_: (`Ch3LL`_) add docs for hash_type change to sha256
  256. @ *2016-12-02 18:11:36 UTC*
  257. * e90cbbef08 Merge pull request `#38051`_ from Ch3LL/fix_hash_docs
  258. * e95f88fbe3 add docs for hash_type change to sha256
  259. * **ISSUE** `#38000`_: (`morganwillcock`_) 2016.11.0: saltutil.runner returns a different dict structure and breaks template rendering (refs: `#38028`_)
  260. * **PR** `#38028`_: (`terminalmage`_) Pass full_return to saltutil.runner
  261. @ *2016-12-02 09:49:31 UTC*
  262. * 1b52289508 Merge pull request `#38028`_ from terminalmage/issue38000
  263. * 9bf13d55b4 Pass full_return to saltutil.runner
  264. * **ISSUE** `#37980`_: (`tveastman`_) Having 'git' in fileserver_backends and no gitfs_remotes defined causes a crash (refs: `#38044`_)
  265. * **PR** `#38044`_: (`terminalmage`_) Remove debugging code
  266. @ *2016-12-02 09:43:44 UTC*
  267. * 41c44ff684 Merge pull request `#38044`_ from terminalmage/issue37980
  268. * f70a0409b3 Remove debugging code
  269. * **PR** `#38035`_: (`dmurphy18`_) Updated to return status from make_repo similar to rpmbuild.py
  270. @ *2016-12-01 22:30:53 UTC*
  271. * 9661258f22 Merge pull request `#38035`_ from dmurphy18/fix_debbuild
  272. * 3bca96e7f2 Updated to return status from make_repo similar to rpmbuild.py
  273. * **ISSUE** `#38001`_: (`tomlaredo`_) Regression on postgres_group.present ('postgres_group' __virtual__ returned False) (refs: `#38023`_)
  274. * **ISSUE** `#37986`_: (`marek-obuchowicz`_) Module postgres - wrong docs, doesn't work with debian 8.5 (refs: `#38023`_)
  275. * **ISSUE** `#37935`_: (`ipmb`_) Postgres module regression on 2016.11 (refs: `#37946`_, `#37993`_, `#38023`_, `#38058`_)
  276. * **PR** `#38023`_: (`gtmanfred`_) Expand error message for postgres states (refs: `#38058`_)
  277. @ *2016-12-01 22:05:06 UTC*
  278. * 141b5c5656 Merge pull request `#38023`_ from gtmanfred/2016.11
  279. * 1aa43eba80 Expand error message for postgres states
  280. * ac72ee600e Revert "Updated the bins_dir to default to pg_bin `#37935`_"
  281. * **PR** `#38026`_: (`rallytime`_) Back-port `#38015`_ to 2016.11
  282. @ *2016-12-01 19:16:15 UTC*
  283. * **PR** `#38015`_: (`morsik`_) Typo fix (refs: `#38026`_)
  284. * 79486421f5 Merge pull request `#38026`_ from rallytime/bp-38015
  285. * 11becf3e68 Typo fix
  286. * **PR** `#38022`_: (`DmitryKuzmenko`_) Added Carbon release notes. Fixed sphinx errors in the file.
  287. * **PR** `#38011`_: (`rallytime`_) Adjust code examples to use the actual bootstrap-salt.sh file name
  288. * **ISSUE** `#37940`_: (`alex-zel`_) dockerng.sls_build fails on some distributions (refs: `#37954`_)
  289. * **PR** `#37954`_: (`gtmanfred`_) use sleep from path for docker.sls_build
  290. @ *2016-11-30 18:08:45 UTC*
  291. * 0a041277ea Merge pull request `#37954`_ from gtmanfred/2016.11
  292. * 9caf0b406d use sleep from path for docker.sls_build
  293. * **ISSUE** `#37935`_: (`ipmb`_) Postgres module regression on 2016.11 (refs: `#37946`_, `#37993`_, `#38023`_, `#38058`_)
  294. * **PR** `#37993`_: (`ticosax`_) Remove initdb dependency to consume postgres module. (refs: `#38058`_)
  295. @ *2016-11-30 18:08:13 UTC*
  296. * 4ef5c98845 Merge pull request `#37993`_ from ticosax/remove-initdb-requirement
  297. * c5c7a53d72 Remove initdb dependency to consume postgres module.
  298. * **PR** `#37997`_: (`cachedout`_) Update gem test for 2016.11
  299. @ *2016-11-30 17:13:45 UTC*
  300. * 2e5565685c Merge pull request `#37997`_ from cachedout/gem_test_carbon
  301. * 1d221aa91c Update gem test for 2016.11
  302. * **ISSUE** `#36723`_: (`white-hat`_) ext_pillar_first option is broken in 2016.3 (refs: `#36807`_)
  303. * **ISSUE** `#24501`_: (`astehlik`_) Order in top.sls file is not respected for pillar data in local mode (refs: `#31316`_)
  304. * **ISSUE** `#19332`_: (`QuinnyPig`_) Nondeterminism in Pillar (refs: `#31316`_)
  305. * **PR** `#37979`_: (`terminalmage`_) Revert addition of pillar_roots_override_ext_pillar
  306. @ *2016-11-30 14:34:24 UTC*
  307. * **PR** `#36807`_: (`terminalmage`_) Fix pillar merging when ext_pillar_first is enabled (refs: `#37979`_)
  308. * **PR** `#31316`_: (`kraney`_) Let ext_pillar_first determine the override order (refs: `#37979`_)
  309. * ca3a9488f1 Merge pull request `#37979`_ from terminalmage/revert-pillar-change
  310. * 6135dfa4dd Revert addition of pillar_roots_override_ext_pillar
  311. * **PR** `#37970`_: (`rallytime`_) Back-port `#37958`_ to 2016.11
  312. * **PR** `#37958`_: (`mirceaulinic`_) Fix RST link format in Carbon release notes (refs: `#37970`_)
  313. * **PR** `#37971`_: (`rallytime`_) Lint 2016.11 sooner rather than later
  314. * **PR** `#37955`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11 (refs: `#37971`_)
  315. * **ISSUE** `#37935`_: (`ipmb`_) Postgres module regression on 2016.11 (refs: `#37946`_, `#37993`_, `#38023`_, `#38058`_)
  316. * **PR** `#37946`_: (`scott-w`_) Updated the bins_dir to default to pg_bin
  317. @ *2016-11-29 16:48:27 UTC*
  318. * 36f91408c5 Merge pull request `#37946`_ from scott-w/37935-fix-bin-dir
  319. * d33d403969 Restored missing initdb `#37935`_
  320. * a041b9f8e8 Use Salt deprecation warning `#37935`_
  321. * a96789353f Updated the bins_dir to default to pg_bin `#37935`_
  322. * **PR** `#37889`_: (`isbm`_) Allow overwrite archives extraction (refs: `#38036`_)
  323. @ *2016-11-29 16:18:57 UTC*
  324. * d8650c5474 Merge pull request `#37889`_ from isbm/isbm-states-archive-fix
  325. * e67706bd29 Document the behaviour.
  326. * 1970814111 Prevent crash during externally changed archive permissions
  327. * 91b42578b2 Add overwrite option so the extraction of the archive can be always performed.
  328. * e6958f7f15 Remove nonsense comment and react on generally absent path name
  329. * **PR** `#37869`_: (`isbm`_) Input sanitation (16.11)
  330. @ *2016-11-29 16:17:16 UTC*
  331. * e2b9e58d30 Merge pull request `#37869`_ from isbm/isbm-input-sanitation-16.11
  332. * f9ec5d68af Use six instead of builtins
  333. * 203dfcb238 Use American spelling instead
  334. * 91ed307af9 Sanitise input for the keys and IDs
  335. * 86623f913d Add a stub for ID sanitiser (at the moment same as hostname)
  336. * 637144c841 Rename "general.py" to "sanitisers.py"
  337. * f2571fc8bf Add hostname sanitiser
  338. * 3ae086aff4 Add filename sanitiser
  339. * 816b1d1977 Add general sanitisers
  340. * **PR** `#37884`_: (`isbm`_) Do not include "gpg-pubkey" packages, filtering by their name
  341. @ *2016-11-28 21:11:37 UTC*
  342. * e539a94a56 Merge pull request `#37884`_ from isbm/isbm-zypper-gpgkey-pkg-filter
  343. * 038374a586 Do not include "gpg-pubkey" packages, filtering by their name
  344. * **PR** `#37882`_: (`attiasr`_) multiple issues in boto_rds state and module
  345. @ *2016-11-28 21:09:11 UTC*
  346. * eb3d81a1de Merge pull request `#37882`_ from attiasr/fix_missing_tags
  347. * 73b3c5fa1a Add newline
  348. * 166c42bc51 fix boto_rds.describe
  349. * ddd88ba047 fix boto_rds.describe parameters and subnetgroup_present
  350. * bfe7f92cb4 fix missing tags in call to boto_rds.exists
  351. * **PR** `#37931`_: (`rallytime`_) Remove release candidate doc ref from 2016.11.0 release notes
  352. * **PR** `#37930`_: (`cachedout`_) Remove dictionary comprehension in netusers
  353. @ *2016-11-28 20:27:06 UTC*
  354. * 3d2dabc7b7 Merge pull request `#37930`_ from cachedout/fix_comp
  355. * 670e83200b Remove dictionary comprehension in netusers
  356. * **PR** `#37923`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  357. @ *2016-11-28 19:55:03 UTC*
  358. * 0f8b187d15 Merge pull request `#37923`_ from rallytime/merge-2016.11
  359. * da7f5518eb Don't let 2016.3 doc config changes overwrite the 2016.11 changes
  360. * dfedd1185a Merge branch '2016.3' into '2016.11'
  361. * c35ba1f390 Merge pull request `#37916`_ from rallytime/doc-update-2016.3
  362. * bd40592289 [2016.3] Update version numbers in doc config for 2016.11.0 release
  363. * e13a2488c8 Merge pull request `#37785`_ from Cloudtek/ddns-respect-trailing-dot
  364. * 262e3b3697 respect trailing dot in ddns name parameter
  365. * c03b389422 Merge pull request `#37895`_ from fj40crawler/fix-augeas-return-for-test
  366. * ddc238df36 Fixed augeas_test.py to match True v.s. None for test_change_in_test_mode
  367. * ef75c459c0 Merge branch '2016.3' of github.com:saltstack/salt into fix-augeas-return-for-test
  368. * b0fe0cd256 Change return value for salt/states/augeas.py to be True instead of None for cases where salt is run with test=True. Fixes `#37870`_
  369. * fdbc31e8d8 Merge pull request `#37907`_ from Talkless/patch-2
  370. * 072a319490 Fix server trust in test run of svn.latest
  371. * f39fdf443f Merge pull request `#37896`_ from toanju/2016.3
  372. * c95304188e rh networking: add missing values
  373. * ea935c5a91 Merge pull request `#37886`_ from bdrung/fix-typos
  374. * 9a51ba5c5b Fix various spelling mistakes
  375. * 371b0a86d9 Merge pull request `#37736`_ from dhaines/issue-37732
  376. * 7ef590a505 Update selinux.py
  377. * 516a67e6a3 fix indexing error
  378. * 4e49c1e991 fix typo
  379. * b16f2d8400 handle semodule version >=2.4 (`#37732`_) and fix typo
  380. * 87aeb66fbf Merge pull request `#37797`_ from clan/extfs
  381. * acf0f960ef check count of columns after split
  382. * f7c7109152 Merge pull request `#37762`_ from twangboy/fix_chocolatey_state
  383. * 9696b6dfa5 Use keyword args instead of relying on ordering
  384. * 398eaa074d Add pre_versions to the available arguments
  385. * 56baa92d55 Merge pull request `#37866`_ from meaksh/2016.3-bp-37149-36938-36784
  386. * 9d8d578109 Fix pkg.latest_version when latest already installed
  387. * ffca0d491c - acl.delfacl: fix position of -X option to setfacl
  388. * 3dfed6b841 Adjust linux_acl unit test argument ordering
  389. * f185ecdde1 core.py: quote style fixed
  390. * 8404d13424 Setting up OS grains for SLES Expanded Support (SUSE's Red Hat compatible platform)
  391. * d0cc7f0d56 Merge pull request `#37863`_ from rallytime/bp-36893
  392. * 4c70534991 Add versionadded to reauth option in dockerng module
  393. * 5ca2c388c2 added documentation for the new reuth option in docker registry configuration
  394. * 5b0c11ab47 add option to force a reauth for a docker registry
  395. * b17a118e72 add multiline encryption documentation to nacl (`#37847`_)
  396. * **PR** `#37927`_: (`thatch45`_) Add a release notes reference to the docker-sls tutorial
  397. * **PR** `#37917`_: (`rallytime`_) [2016.11] Update version numbers in doc config for 2016.11.0 release
  398. * **PR** `#37890`_: (`bbinet`_) Fix support for extra_mods='six' to add six module to a thin.tgz tarball
  399. @ *2016-11-28 13:53:06 UTC*
  400. * ee00592995 Merge pull request `#37890`_ from bbinet/fix-genthin-six
  401. * 7fceaa3476 Fix support for extra_mods='six' to add six module to a thin.tgz tarball
  402. * **ISSUE** `#37713`_: (`aboe76`_) masterless minion can't call pillar.item from pillar stack (development branch) (refs: `#37843`_)
  403. * **PR** `#37843`_: (`terminalmage`_) Don't skip pillar compilation when master_type=='disable'
  404. * **PR** `#32521`_: (`adelcast`_) Fix salt-call on standalone minion case (refs: `#37843`_)
  405. * **ISSUE** `#37449`_: (`thatch45`_) Allow TLS connections in the Tornado TCP transport (refs: `#37776`_, `#37859`_)
  406. * **PR** `#37849`_: (`skizunov`_) Eliminate warning when 'ssl' not set
  407. * **PR** `#37776`_: (`DmitryKuzmenko`_) Full TLS/SSL options support as provided by Tornado TCPServer. (refs: `#37849`_)
  408. * **ISSUE** `#37449`_: (`thatch45`_) Allow TLS connections in the Tornado TCP transport (refs: `#37776`_, `#37859`_)
  409. * **PR** `#37859`_: (`DmitryKuzmenko`_) TLS example config
  410. * **PR** `#37841`_: (`terminalmage`_) Clarify the master_type docs
  411. * **PR** `#37831`_: (`skizunov`_) PY3: Fix exception when handling connect exception in TCP transport
  412. * **PR** `#37829`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  413. @ *2016-11-22 15:26:00 UTC*
  414. * dd81d2fa67 Merge pull request `#37829`_ from rallytime/merge-2016.11
  415. * 3d6d32edc5 Merge branch '2016.3' into '2016.11'
  416. * aa3748744c add missing chloginclass (`#37827`_)
  417. * 0e74bad284 Update branch refs to more relevant branch (`#37826`_)
  418. * 6a9b49c782 Add "names" option to file state docs: point users to highstate doc examples (`#37823`_)
  419. * aaf587de63 Clarify keystone.user_present password state docs with default behavior (`#37821`_)
  420. * c300863159 Add some dependency documentation to libvirt docs (`#37820`_)
  421. * 485270f74e Merge pull request `#37772`_ from bdrung/openssl1.1
  422. * 819c9658ed Support initializing OpenSSL 1.1
  423. * 4910912ffa Update orchestrate runner file.copy doc example (`#37817`_)
  424. * c5d3d8b66a Merge pull request `#37816`_ from rallytime/bp-32157
  425. * d9c297119e Add quotes to cron doc
  426. * 97e6b6aabe Merge pull request `#37812`_ from rallytime/bp-37790
  427. * ca3b6e7874 Update proxmox.rst with more options and LXC
  428. * 27703c54bc Merge pull request `#37811`_ from rallytime/bp-37789
  429. * ba3fef48e1 fix comment
  430. * a021f76a9b issue: 37751 Add documentation for option privileged
  431. * adac9d7c0c Merge pull request `#37810`_ from rallytime/bp-37775
  432. * 2bed91437b Document `python` argument in `salt.states.virtualenv_mod`
  433. * **PR** `#37794`_: (`sjorge`_) network.routes should not raise exception if no interface
  434. * **PR** `#37815`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  435. @ *2016-11-21 20:22:49 UTC*
  436. * 628c4a3d27 Merge pull request `#37815`_ from rallytime/merge-2016.11
  437. * c6b5fd3715 Merge branch '2016.3' into '2016.11'
  438. * 7de784411d Add nodegroup check to ckminions (`#37763`_)
  439. * d674369efc Fix ip/port issue with salt-call (`#37766`_)
  440. * **ISSUE** `#37449`_: (`thatch45`_) Allow TLS connections in the Tornado TCP transport (refs: `#37776`_, `#37859`_)
  441. * **PR** `#37776`_: (`DmitryKuzmenko`_) Full TLS/SSL options support as provided by Tornado TCPServer. (refs: `#37849`_)
  442. @ *2016-11-21 20:11:52 UTC*
  443. * 0b30b93dbb Merge pull request `#37776`_ from DSRCorporation/features/37449_tls
  444. * 6857b9b8b1 Documented new TLS/SSL settings.
  445. * e42898f2e3 Full TLS/SSL options support as provided by Tornado TCPServer.
  446. * **PR** `#37773`_: (`rallytime`_) [2016.11] Merge forward from 2016.3 to 2016.11
  447. @ *2016-11-18 19:18:42 UTC*
  448. * 3835f91d99 Merge pull request `#37773`_ from rallytime/merge-2016.11
  449. * c859fc9ec1 Merge branch '2016.3' into '2016.11'
  450. * c62ff6b023 Add thorium path to syspaths (`#37767`_)
  451. * bff949f4e9 Merge pull request `#37760`_ from hu-dabao/fix_cb_returner
  452. * de372f277e 1. returner no need to check whether the jid exists for external job cache setup 2. add full_ret to return doc so that the document will be informative 3. make ttl as a config attribute because salt-minion does not have keep_jobs attribute 4. add password into config attribute 5. update the documents accordingly
  453. * 1f976ac212 Merge pull request `#37738`_ from terminalmage/issue36629
  454. * da46678c51 Allow pillar.get to retrieve fresh pillar data when saltenv passed
  455. * 7aee7fc63c Switch default filter tag for ONE resources from user only to all resources (`#37745`_)
  456. * **PR** `#37764`_: (`mirceaulinic`_) Doc fixes and `replace` feature
  457. @ *2016-11-18 03:15:31 UTC*
  458. * 6f0f70c9a3 Merge pull request `#37764`_ from cloudflare/NET-UPDATE
  459. * c3f0202fdd Replace feature and doc fixes
  460. .. _`#19332`: https://github.com/saltstack/salt/issues/19332
  461. .. _`#19502`: https://github.com/saltstack/salt/issues/19502
  462. .. _`#24501`: https://github.com/saltstack/salt/issues/24501
  463. .. _`#31316`: https://github.com/saltstack/salt/pull/31316
  464. .. _`#32521`: https://github.com/saltstack/salt/pull/32521
  465. .. _`#36723`: https://github.com/saltstack/salt/issues/36723
  466. .. _`#36807`: https://github.com/saltstack/salt/pull/36807
  467. .. _`#37215`: https://github.com/saltstack/salt/pull/37215
  468. .. _`#37272`: https://github.com/saltstack/salt/pull/37272
  469. .. _`#37283`: https://github.com/saltstack/salt/pull/37283
  470. .. _`#37449`: https://github.com/saltstack/salt/issues/37449
  471. .. _`#37713`: https://github.com/saltstack/salt/issues/37713
  472. .. _`#37732`: https://github.com/saltstack/salt/issues/37732
  473. .. _`#37736`: https://github.com/saltstack/salt/pull/37736
  474. .. _`#37738`: https://github.com/saltstack/salt/pull/37738
  475. .. _`#37745`: https://github.com/saltstack/salt/pull/37745
  476. .. _`#37760`: https://github.com/saltstack/salt/pull/37760
  477. .. _`#37762`: https://github.com/saltstack/salt/pull/37762
  478. .. _`#37763`: https://github.com/saltstack/salt/pull/37763
  479. .. _`#37764`: https://github.com/saltstack/salt/pull/37764
  480. .. _`#37766`: https://github.com/saltstack/salt/pull/37766
  481. .. _`#37767`: https://github.com/saltstack/salt/pull/37767
  482. .. _`#37772`: https://github.com/saltstack/salt/pull/37772
  483. .. _`#37773`: https://github.com/saltstack/salt/pull/37773
  484. .. _`#37776`: https://github.com/saltstack/salt/pull/37776
  485. .. _`#37785`: https://github.com/saltstack/salt/pull/37785
  486. .. _`#37794`: https://github.com/saltstack/salt/pull/37794
  487. .. _`#37797`: https://github.com/saltstack/salt/pull/37797
  488. .. _`#37810`: https://github.com/saltstack/salt/pull/37810
  489. .. _`#37811`: https://github.com/saltstack/salt/pull/37811
  490. .. _`#37812`: https://github.com/saltstack/salt/pull/37812
  491. .. _`#37815`: https://github.com/saltstack/salt/pull/37815
  492. .. _`#37816`: https://github.com/saltstack/salt/pull/37816
  493. .. _`#37817`: https://github.com/saltstack/salt/pull/37817
  494. .. _`#37820`: https://github.com/saltstack/salt/pull/37820
  495. .. _`#37821`: https://github.com/saltstack/salt/pull/37821
  496. .. _`#37823`: https://github.com/saltstack/salt/pull/37823
  497. .. _`#37826`: https://github.com/saltstack/salt/pull/37826
  498. .. _`#37827`: https://github.com/saltstack/salt/pull/37827
  499. .. _`#37829`: https://github.com/saltstack/salt/pull/37829
  500. .. _`#37831`: https://github.com/saltstack/salt/pull/37831
  501. .. _`#37841`: https://github.com/saltstack/salt/pull/37841
  502. .. _`#37843`: https://github.com/saltstack/salt/pull/37843
  503. .. _`#37847`: https://github.com/saltstack/salt/pull/37847
  504. .. _`#37849`: https://github.com/saltstack/salt/pull/37849
  505. .. _`#37859`: https://github.com/saltstack/salt/pull/37859
  506. .. _`#37863`: https://github.com/saltstack/salt/pull/37863
  507. .. _`#37866`: https://github.com/saltstack/salt/pull/37866
  508. .. _`#37869`: https://github.com/saltstack/salt/pull/37869
  509. .. _`#37870`: https://github.com/saltstack/salt/issues/37870
  510. .. _`#37878`: https://github.com/saltstack/salt/pull/37878
  511. .. _`#37882`: https://github.com/saltstack/salt/pull/37882
  512. .. _`#37884`: https://github.com/saltstack/salt/pull/37884
  513. .. _`#37886`: https://github.com/saltstack/salt/pull/37886
  514. .. _`#37889`: https://github.com/saltstack/salt/pull/37889
  515. .. _`#37890`: https://github.com/saltstack/salt/pull/37890
  516. .. _`#37891`: https://github.com/saltstack/salt/pull/37891
  517. .. _`#37895`: https://github.com/saltstack/salt/pull/37895
  518. .. _`#37896`: https://github.com/saltstack/salt/pull/37896
  519. .. _`#37899`: https://github.com/saltstack/salt/pull/37899
  520. .. _`#37907`: https://github.com/saltstack/salt/pull/37907
  521. .. _`#37912`: https://github.com/saltstack/salt/pull/37912
  522. .. _`#37914`: https://github.com/saltstack/salt/pull/37914
  523. .. _`#37916`: https://github.com/saltstack/salt/pull/37916
  524. .. _`#37917`: https://github.com/saltstack/salt/pull/37917
  525. .. _`#37918`: https://github.com/saltstack/salt/pull/37918
  526. .. _`#37921`: https://github.com/saltstack/salt/pull/37921
  527. .. _`#37923`: https://github.com/saltstack/salt/pull/37923
  528. .. _`#37924`: https://github.com/saltstack/salt/pull/37924
  529. .. _`#37925`: https://github.com/saltstack/salt/pull/37925
  530. .. _`#37926`: https://github.com/saltstack/salt/pull/37926
  531. .. _`#37927`: https://github.com/saltstack/salt/pull/37927
  532. .. _`#37928`: https://github.com/saltstack/salt/pull/37928
  533. .. _`#37929`: https://github.com/saltstack/salt/pull/37929
  534. .. _`#37930`: https://github.com/saltstack/salt/pull/37930
  535. .. _`#37931`: https://github.com/saltstack/salt/pull/37931
  536. .. _`#37935`: https://github.com/saltstack/salt/issues/37935
  537. .. _`#37940`: https://github.com/saltstack/salt/issues/37940
  538. .. _`#37941`: https://github.com/saltstack/salt/issues/37941
  539. .. _`#37946`: https://github.com/saltstack/salt/pull/37946
  540. .. _`#37950`: https://github.com/saltstack/salt/pull/37950
  541. .. _`#37954`: https://github.com/saltstack/salt/pull/37954
  542. .. _`#37955`: https://github.com/saltstack/salt/pull/37955
  543. .. _`#37958`: https://github.com/saltstack/salt/pull/37958
  544. .. _`#37961`: https://github.com/saltstack/salt/pull/37961
  545. .. _`#37962`: https://github.com/saltstack/salt/pull/37962
  546. .. _`#37964`: https://github.com/saltstack/salt/pull/37964
  547. .. _`#37969`: https://github.com/saltstack/salt/issues/37969
  548. .. _`#37970`: https://github.com/saltstack/salt/pull/37970
  549. .. _`#37971`: https://github.com/saltstack/salt/pull/37971
  550. .. _`#37976`: https://github.com/saltstack/salt/issues/37976
  551. .. _`#37978`: https://github.com/saltstack/salt/pull/37978
  552. .. _`#37979`: https://github.com/saltstack/salt/pull/37979
  553. .. _`#37980`: https://github.com/saltstack/salt/issues/37980
  554. .. _`#37981`: https://github.com/saltstack/salt/issues/37981
  555. .. _`#37985`: https://github.com/saltstack/salt/pull/37985
  556. .. _`#37986`: https://github.com/saltstack/salt/issues/37986
  557. .. _`#37987`: https://github.com/saltstack/salt/pull/37987
  558. .. _`#37993`: https://github.com/saltstack/salt/pull/37993
  559. .. _`#37995`: https://github.com/saltstack/salt/pull/37995
  560. .. _`#37997`: https://github.com/saltstack/salt/pull/37997
  561. .. _`#38000`: https://github.com/saltstack/salt/issues/38000
  562. .. _`#38001`: https://github.com/saltstack/salt/issues/38001
  563. .. _`#38002`: https://github.com/saltstack/salt/pull/38002
  564. .. _`#38004`: https://github.com/saltstack/salt/pull/38004
  565. .. _`#38011`: https://github.com/saltstack/salt/pull/38011
  566. .. _`#38015`: https://github.com/saltstack/salt/pull/38015
  567. .. _`#38021`: https://github.com/saltstack/salt/pull/38021
  568. .. _`#38022`: https://github.com/saltstack/salt/pull/38022
  569. .. _`#38023`: https://github.com/saltstack/salt/pull/38023
  570. .. _`#38024`: https://github.com/saltstack/salt/issues/38024
  571. .. _`#38026`: https://github.com/saltstack/salt/pull/38026
  572. .. _`#38028`: https://github.com/saltstack/salt/pull/38028
  573. .. _`#38034`: https://github.com/saltstack/salt/pull/38034
  574. .. _`#38035`: https://github.com/saltstack/salt/pull/38035
  575. .. _`#38036`: https://github.com/saltstack/salt/pull/38036
  576. .. _`#38039`: https://github.com/saltstack/salt/pull/38039
  577. .. _`#38042`: https://github.com/saltstack/salt/issues/38042
  578. .. _`#38043`: https://github.com/saltstack/salt/pull/38043
  579. .. _`#38044`: https://github.com/saltstack/salt/pull/38044
  580. .. _`#38045`: https://github.com/saltstack/salt/pull/38045
  581. .. _`#38051`: https://github.com/saltstack/salt/pull/38051
  582. .. _`#38057`: https://github.com/saltstack/salt/pull/38057
  583. .. _`#38058`: https://github.com/saltstack/salt/pull/38058
  584. .. _`#38059`: https://github.com/saltstack/salt/pull/38059
  585. .. _`#38062`: https://github.com/saltstack/salt/issues/38062
  586. .. _`#38067`: https://github.com/saltstack/salt/pull/38067
  587. .. _`#38083`: https://github.com/saltstack/salt/pull/38083
  588. .. _`#38084`: https://github.com/saltstack/salt/pull/38084
  589. .. _`#38088`: https://github.com/saltstack/salt/pull/38088
  590. .. _`#38090`: https://github.com/saltstack/salt/issues/38090
  591. .. _`#38094`: https://github.com/saltstack/salt/issues/38094
  592. .. _`#38101`: https://github.com/saltstack/salt/pull/38101
  593. .. _`#38102`: https://github.com/saltstack/salt/pull/38102
  594. .. _`#38103`: https://github.com/saltstack/salt/pull/38103
  595. .. _`#38104`: https://github.com/saltstack/salt/pull/38104
  596. .. _`#38107`: https://github.com/saltstack/salt/pull/38107
  597. .. _`#38109`: https://github.com/saltstack/salt/pull/38109
  598. .. _`#38112`: https://github.com/saltstack/salt/pull/38112
  599. .. _`#38113`: https://github.com/saltstack/salt/pull/38113
  600. .. _`#38114`: https://github.com/saltstack/salt/pull/38114
  601. .. _`#38120`: https://github.com/saltstack/salt/pull/38120
  602. .. _`#38127`: https://github.com/saltstack/salt/pull/38127
  603. .. _`#38129`: https://github.com/saltstack/salt/pull/38129
  604. .. _`#38130`: https://github.com/saltstack/salt/pull/38130
  605. .. _`#38133`: https://github.com/saltstack/salt/pull/38133
  606. .. _`#38134`: https://github.com/saltstack/salt/pull/38134
  607. .. _`#38138`: https://github.com/saltstack/salt/pull/38138
  608. .. _`#38148`: https://github.com/saltstack/salt/pull/38148
  609. .. _`#38153`: https://github.com/saltstack/salt/pull/38153
  610. .. _`#38156`: https://github.com/saltstack/salt/pull/38156
  611. .. _`#38158`: https://github.com/saltstack/salt/pull/38158
  612. .. _`#38160`: https://github.com/saltstack/salt/pull/38160
  613. .. _`#38163`: https://github.com/saltstack/salt/pull/38163
  614. .. _`#38164`: https://github.com/saltstack/salt/pull/38164
  615. .. _`#38173`: https://github.com/saltstack/salt/pull/38173
  616. .. _`#38177`: https://github.com/saltstack/salt/pull/38177
  617. .. _`#38181`: https://github.com/saltstack/salt/pull/38181
  618. .. _`#38182`: https://github.com/saltstack/salt/pull/38182
  619. .. _`#38183`: https://github.com/saltstack/salt/pull/38183
  620. .. _`#38186`: https://github.com/saltstack/salt/pull/38186
  621. .. _`Ch3LL`: https://github.com/Ch3LL
  622. .. _`Da-Juan`: https://github.com/Da-Juan
  623. .. _`DmitryKuzmenko`: https://github.com/DmitryKuzmenko
  624. .. _`L4rS6`: https://github.com/L4rS6
  625. .. _`MTecknology`: https://github.com/MTecknology
  626. .. _`QuinnyPig`: https://github.com/QuinnyPig
  627. .. _`UtahDave`: https://github.com/UtahDave
  628. .. _`aboe76`: https://github.com/aboe76
  629. .. _`adelcast`: https://github.com/adelcast
  630. .. _`alex-zel`: https://github.com/alex-zel
  631. .. _`astehlik`: https://github.com/astehlik
  632. .. _`attiasr`: https://github.com/attiasr
  633. .. _`bbinet`: https://github.com/bbinet
  634. .. _`bfilipek`: https://github.com/bfilipek
  635. .. _`cachedout`: https://github.com/cachedout
  636. .. _`cro`: https://github.com/cro
  637. .. _`dmurphy18`: https://github.com/dmurphy18
  638. .. _`gtmanfred`: https://github.com/gtmanfred
  639. .. _`ipmb`: https://github.com/ipmb
  640. .. _`isbm`: https://github.com/isbm
  641. .. _`jeanpralo`: https://github.com/jeanpralo
  642. .. _`jf`: https://github.com/jf
  643. .. _`kraney`: https://github.com/kraney
  644. .. _`kstreee`: https://github.com/kstreee
  645. .. _`kt97679`: https://github.com/kt97679
  646. .. _`lordcirth`: https://github.com/lordcirth
  647. .. _`lorengordon`: https://github.com/lorengordon
  648. .. _`marek-obuchowicz`: https://github.com/marek-obuchowicz
  649. .. _`mateiw`: https://github.com/mateiw
  650. .. _`mirceaulinic`: https://github.com/mirceaulinic
  651. .. _`morganwillcock`: https://github.com/morganwillcock
  652. .. _`morsik`: https://github.com/morsik
  653. .. _`mschneider82`: https://github.com/mschneider82
  654. .. _`rallytime`: https://github.com/rallytime
  655. .. _`rbjorklin`: https://github.com/rbjorklin
  656. .. _`scott-w`: https://github.com/scott-w
  657. .. _`sjorge`: https://github.com/sjorge
  658. .. _`skizunov`: https://github.com/skizunov
  659. .. _`t0nyhays`: https://github.com/t0nyhays
  660. .. _`tazaki`: https://github.com/tazaki
  661. .. _`techhat`: https://github.com/techhat
  662. .. _`terminalmage`: https://github.com/terminalmage
  663. .. _`thatch45`: https://github.com/thatch45
  664. .. _`ticosax`: https://github.com/ticosax
  665. .. _`tomlaredo`: https://github.com/tomlaredo
  666. .. _`tveastman`: https://github.com/tveastman
  667. .. _`white-hat`: https://github.com/white-hat
  668. .. _`whiteinge`: https://github.com/whiteinge