diff --git a/AUTHORS.md b/AUTHORS.md index e259d88..73d086c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,14 +4,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|123 +@myii|[@myii](https://github.com/myii)|125 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|34 @iggy|[@iggy](https://github.com/iggy)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|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 @@ -109,4 +109,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b7a40..10f8747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [1.5.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.6...v1.5.0) (2020-07-15) + + +### Bug Fixes + +* **macos:** use macos service names ([c72b183](https://github.com/saltstack-formulas/salt-formula/commit/c72b183f5ff885b30f0ac0fff8c9a847333a9304)) +* **minion:** fix requisites from recent prs ([a466456](https://github.com/saltstack-formulas/salt-formula/commit/a46645607b3e20cf2f69a51e976457c201830c4c)) + + +### Features + +* **macos:** basic launchctl service support ([94027f7](https://github.com/saltstack-formulas/salt-formula/commit/94027f7332093764553162d9e80074029647f7ef)) + + +### Tests + +* **versions:** bump pkg versions ([37eb3b3](https://github.com/saltstack-formulas/salt-formula/commit/37eb3b35141885fe16ddc59d0ba45b29dbd5babe)) + ## [1.4.6](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.5...v1.4.6) (2020-07-01) diff --git a/FORMULA b/FORMULA index cadb5c1..f506aa4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.4.6 +version: 1.5.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 219adf2..eeb5d2a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 123 + - 125 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 54 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 34 * - :raw-html-m2r:`@iggy` - `@iggy `_ - 22 @@ -34,9 +37,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 20 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 20 * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 18 @@ -323,4 +323,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 2020-07-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index bf3fa8b..750023e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`1.5.0 `_ (2020-07-15) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **macos:** use macos service names (\ `c72b183 `_\ ) +* **minion:** fix requisites from recent prs (\ `a466456 `_\ ) + +Features +^^^^^^^^ + + +* **macos:** basic launchctl service support (\ `94027f7 `_\ ) + +Tests +^^^^^ + + +* **versions:** bump pkg versions (\ `37eb3b3 `_\ ) + `1.4.6 `_ (2020-07-01) ------------------------------------------------------------------------------------------------------