diff --git a/AUTHORS.md b/AUTHORS.md index 25aff2f..ff4b0a2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,19 +4,19 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|97 +@aboe76|[@aboe76](https://github.com/aboe76)|98 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 +@myii|[@myii](https://github.com/myii)|23 @iggy|[@iggy](https://github.com/iggy)|22 -@myii|[@myii](https://github.com/myii)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @xenophonf|[@xenophonf](https://github.com/xenophonf)|18 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|11 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|11 @pcdummy|[@pcdummy](https://github.com/pcdummy)|11 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|9 @babilen5|[@babilen5](https://github.com/babilen5)|8 @UtahDave|[@UtahDave](https://github.com/UtahDave)|8 @colin-stubbs|[@colin-stubbs](https://github.com/colin-stubbs)|7 @@ -91,6 +91,7 @@ Avatar|Contributor|Contributions @vermut|[@vermut](https://github.com/vermut)|1 @ralucasg|[@ralucasg](https://github.com/ralucasg)|1 @robruma|[@robruma](https://github.com/robruma)|1 +@ryanwalder|[@ryanwalder](https://github.com/ryanwalder)|1 @spoage|[@spoage](https://github.com/spoage)|1 @mogman1|[@mogman1](https://github.com/mogman1)|1 @Thor77|[@Thor77](https://github.com/Thor77)|1 @@ -105,4 +106,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc0ca6..182dadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.58.4](https://github.com/saltstack-formulas/salt-formula/compare/v0.58.3...v0.58.4) (2019-08-25) + + +### Bug Fixes + +* **minion:** fix version compare in minion.sls ([49bf81b](https://github.com/saltstack-formulas/salt-formula/commit/49bf81b)) + ## [0.58.3](https://github.com/saltstack-formulas/salt-formula/compare/v0.58.2...v0.58.3) (2019-08-02) diff --git a/FORMULA b/FORMULA index e6cf522..7d6681c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 0.58.3 +version: 0.58.4 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 9343c78..5fea30d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,18 +15,18 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 97 + - 98 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 54 - * - :raw-html-m2r:`@iggy` - - `@iggy `_ - - 22 * - :raw-html-m2r:`@myii` - `@myii `_ + - 23 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ - 22 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ @@ -46,12 +46,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@rhertzog` - `@rhertzog `_ - 11 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 11 * - :raw-html-m2r:`@pcdummy` - `@pcdummy `_ - 11 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 9 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 8 @@ -274,6 +274,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@robruma` - `@robruma `_ - 1 + * - :raw-html-m2r:`@ryanwalder` + - `@ryanwalder `_ + - 1 * - :raw-html-m2r:`@spoage` - `@spoage `_ - 1 @@ -311,4 +314,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 65ec3be..aa604bc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.58.4 `_ (2019-08-25) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **minion:** fix version compare in minion.sls (\ `49bf81b `_\ ) + `0.58.3 `_ (2019-08-02) ---------------------------------------------------------------------------------------------------------