1
0

2017.7.7.rst 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ===========================
  2. Salt 2017.7.7 Release Notes
  3. ===========================
  4. Version 2017.7.7 is a bugfix release for :ref:`2017.7.0 <release-2017-7-0>`.
  5. The ``2017.7.7`` release contains only a small number of fixes, which are detailed
  6. below.
  7. This release fixes two critical issues.
  8. The first is Issue `#48038`_, which is a critical bug that occurs in a multi-syndic
  9. setup where the same job is run multiple times on a minion.
  10. The second issue is `#48130`_. This bug appears in certain setups where the Master
  11. reports a Minion time-out, even though the job is still running on the Minion.
  12. Both of these issues have been fixed with this release.
  13. Statistics
  14. ==========
  15. - Total Merges: **5**
  16. - Total Issue References: **2**
  17. - Total PR References: **6**
  18. - Contributors: **3** (`garethgreenaway`_, `gtmanfred`_, `rallytime`_)
  19. Changelog for v2017.7.6..v2017.7.7
  20. ==================================
  21. *Generated at: 2018-06-17 19:26:52 UTC*
  22. * **ISSUE** `#48130`_: (`rmarchei`_) Minion timeouts with 2018.3.1 (refs: `#48157`_)
  23. * **PR** `#48157`_: (`gtmanfred`_) always listen when gathering job info
  24. @ *2018-06-17 19:04:09 UTC*
  25. * 8af4452134 Merge pull request `#48157`_ from gtmanfred/2017.7.7
  26. * d8209e8a40 always listen when gathering job info
  27. * **PR** `#48140`_: (`rallytime`_) Update man pages for 2017.7.7
  28. @ *2018-06-14 21:22:43 UTC*
  29. * b98c52ee51 Merge pull request `#48140`_ from rallytime/man-pages-2017.7.7
  30. * 8893bf0d4c Update man pages for 2017.7.7
  31. * **PR** `#48136`_: (`gtmanfred`_) [2017.7.7] bootstrap kitchen branch tests with 2017.7.6
  32. @ *2018-06-14 21:20:16 UTC*
  33. * baa0363336 Merge pull request `#48136`_ from gtmanfred/2017.7.7
  34. * fce1c31146 bootstrap kitchen branch tests with 2017.7.6
  35. * **PR** `#48134`_: (`rallytime`_) Add release notes file for 2017.7.7
  36. @ *2018-06-14 16:31:34 UTC*
  37. * b0ba08f4d9 Merge pull request `#48134`_ from rallytime/release-notes-2017.7.7
  38. * 217005b8f1 Add missing `v` for tag reference
  39. * d53569d1e3 Add release notes file for 2017.7.7
  40. * **ISSUE** `#48038`_: (`austinpapp`_) jobs are not dedup'ing minion side (refs: `#48075`_)
  41. * **PR** `#48098`_: (`rallytime`_) Back-port `#48075`_ to 2017.7.7
  42. @ *2018-06-14 12:53:42 UTC*
  43. * **PR** `#48075`_: (`garethgreenaway`_) [2017.7] Ensure that the shared list of jids is passed (refs: `#48098`_)
  44. * 084de927fe Merge pull request `#48098`_ from rallytime/bp-48075-2017.7.7
  45. * e4e62e8b3a Ensure that the shared list of jids is passed when creating the Minion. Fixes an issue when minions are pointed at multiple syndics.
  46. .. _`#48038`: https://github.com/saltstack/salt/issues/48038
  47. .. _`#48075`: https://github.com/saltstack/salt/pull/48075
  48. .. _`#48098`: https://github.com/saltstack/salt/pull/48098
  49. .. _`#48130`: https://github.com/saltstack/salt/issues/48130
  50. .. _`#48134`: https://github.com/saltstack/salt/pull/48134
  51. .. _`#48136`: https://github.com/saltstack/salt/pull/48136
  52. .. _`#48140`: https://github.com/saltstack/salt/pull/48140
  53. .. _`#48157`: https://github.com/saltstack/salt/pull/48157
  54. .. _`austinpapp`: https://github.com/austinpapp
  55. .. _`garethgreenaway`: https://github.com/garethgreenaway
  56. .. _`gtmanfred`: https://github.com/gtmanfred
  57. .. _`rallytime`: https://github.com/rallytime
  58. .. _`rmarchei`: https://github.com/rmarchei