Update release notes for 2018.3.2

This commit is contained in:
rallytime 2018-06-17 15:24:25 -04:00
parent 6072d1ef9c
commit 19c104b6cd
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -5,25 +5,63 @@ In Progress: Salt 2018.3.2 Release Notes
Version 2018.3.2 is an **unreleased** bugfix release for :ref:`2018.3.0 <release-2018-3-0>`.
This release is still in progress and has not been released yet.
The ``2018.3.2`` release contains only a small number of fixes, detailed below.
The ``2018.3.2`` release contains only a small number of fixes, which are detailed
below.
Mainly, this release fixes Issue `#48038`_, which is a critical bug that occurs
in a multi-syndic setup where the same job is run multiple times on a minion.
This release fixes two critical issues.
The first is Issue `#48038`_, which is a critical bug that occurs in a multi-syndic
setup where the same job is run multiple times on a minion.
The second issue is `#48130`_. This bug appears in certain setups where the Master
reports a Minion time-out, even though the job is still running on the Minion.
Both of these issues have been fixed with this release.
Statistics
==========
- Total Merges: **3**
- Total Issue References: **1**
- Total PR References: **6**
- Total Merges: **7**
- Total Issue References: **2**
- Total PR References: **10**
- Contributors: **3** (`cro`_, `garethgreenaway`_, `rallytime`_)
- Contributors: **4** (`cro`_, `garethgreenaway`_, `gtmanfred`_, `rallytime`_)
Changelog for v2018.3.1..v2018.3.2
==================================
*Generated at: 2018-06-14 13:24:42 UTC*
*Generated at: 2018-06-17 19:17:16 UTC*
* **ISSUE** `#48130`_: (`rmarchei`_) Minion timeouts with 2018.3.1 (refs: `#48158`_)
* **PR** `#48158`_: (`gtmanfred`_) always listen when gathering job info
@ *2018-06-17 19:04:03 UTC*
* 521e926458 Merge pull request `#48158`_ from gtmanfred/2018.3.2
* cecf564433 always listen when gathering job info
* **PR** `#48138`_: (`rallytime`_) Update man pages for 2018.3.2
@ *2018-06-14 21:22:34 UTC*
* f154545aff Merge pull request `#48138`_ from rallytime/man-pages-2018.3.2
* 8c340134f5 Update man pages for 2018.3.2
* **PR** `#48137`_: (`gtmanfred`_) [2018.3.2] bootstrap kitchen branch tests with 2017.7.6
@ *2018-06-14 21:20:28 UTC*
* b49271b76d Merge pull request `#48137`_ from gtmanfred/2018.3.2
* 6128519e8b bootstrap kitchen branch tests with 2017.7.6
* **PR** `#48129`_: (`rallytime`_) Add release notes for 2018.3.2
@ *2018-06-14 15:48:36 UTC*
* 21aaf1cbc4 Merge pull request `#48129`_ from rallytime/release-notes-2018.3.2
* 0b13be0111 Add release notes for 2018.3.2
* **PR** `#48100`_: (`rallytime`_) Back-port `#48014`_ to 2018.3.2
@ *2018-06-14 12:54:52 UTC*
@ -67,7 +105,14 @@ Changelog for v2018.3.1..v2018.3.2
.. _`#48097`: https://github.com/saltstack/salt/pull/48097
.. _`#48099`: https://github.com/saltstack/salt/pull/48099
.. _`#48100`: https://github.com/saltstack/salt/pull/48100
.. _`#48129`: https://github.com/saltstack/salt/pull/48129
.. _`#48130`: https://github.com/saltstack/salt/issues/48130
.. _`#48137`: https://github.com/saltstack/salt/pull/48137
.. _`#48138`: https://github.com/saltstack/salt/pull/48138
.. _`#48158`: https://github.com/saltstack/salt/pull/48158
.. _`austinpapp`: https://github.com/austinpapp
.. _`cro`: https://github.com/cro
.. _`garethgreenaway`: https://github.com/garethgreenaway
.. _`gtmanfred`: https://github.com/gtmanfred
.. _`rallytime`: https://github.com/rallytime
.. _`rmarchei`: https://github.com/rmarchei