From e47acb487dba9cb6c17b4186899c4d35c6fe5756 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Mar 2020 07:56:30 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.2.0...v1.3.0) (2020-03-11) ### Features * **mapping:** better control of the service's state ([29ffd68](https://github.com/saltstack-formulas/salt-formula/commit/29ffd68d3419b61b938221130911844f48134817)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 9 ++++++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 75c32fc..4d3bfcc 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,14 +5,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|100 -@myii|[@myii](https://github.com/myii)|75 +@myii|[@myii](https://github.com/myii)|77 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @iggy|[@iggy](https://github.com/iggy)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @xenophonf|[@xenophonf](https://github.com/xenophonf)|18 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|16 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|17 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|11 @@ -98,6 +98,7 @@ Avatar|Contributor|Contributions @TiagoTT|[@TiagoTT](https://github.com/TiagoTT)|1 @westurner|[@westurner](https://github.com/westurner)|1 @abednarik|[@abednarik](https://github.com/abednarik)|1 +@cr1st1p|[@cr1st1p](https://github.com/cr1st1p)|1 @jpic|[@jpic](https://github.com/jpic)|1 @kabakaev|[@kabakaev](https://github.com/kabakaev)|1 @mechleg|[@mechleg](https://github.com/mechleg)|1 @@ -107,4 +108,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-02-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-11. diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f9f46..148d691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.3.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.2.0...v1.3.0) (2020-03-11) + + +### Features + +* **mapping:** better control of the service's state ([29ffd68](https://github.com/saltstack-formulas/salt-formula/commit/29ffd68d3419b61b938221130911844f48134817)) + # [1.2.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.3...v1.2.0) (2020-02-20) diff --git a/FORMULA b/FORMULA index 1a7ae93..833f0fa 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: 1.2.0 +version: 1.3.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 433a5c5..8d87008 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 100 * - :raw-html-m2r:`@myii` - `@myii `_ - - 75 + - 77 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 @@ -39,7 +39,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 18 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 16 + - 17 * - :raw-html-m2r:`@andrew-vant` - `@andrew-vant `_ - 13 @@ -295,6 +295,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@abednarik` - `@abednarik `_ - 1 + * - :raw-html-m2r:`@cr1st1p` + - `@cr1st1p `_ + - 1 * - :raw-html-m2r:`@jpic` - `@jpic `_ - 1 @@ -317,4 +320,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-02-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-11. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ecfc897..5fe7527 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.3.0 `_ (2020-03-11) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **mapping:** better control of the service's state (\ `29ffd68 `_\ ) + `1.2.0 `_ (2020-02-20) ------------------------------------------------------------------------------------------------------