diff --git a/AUTHORS.md b/AUTHORS.md index fbef2f1..43bf7ba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,15 +6,15 @@ Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 -@myii|[@myii](https://github.com/myii)|66 +@myii|[@myii](https://github.com/myii)|68 @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 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|11 @pcdummy|[@pcdummy](https://github.com/pcdummy)|11 @babilen5|[@babilen5](https://github.com/babilen5)|8 @@ -107,4 +107,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-12-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bb4c2..0d774fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.0...v1.1.1) (2020-01-24) + + +### Continuous Integration + +* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([9d30df2](https://github.com/saltstack-formulas/salt-formula/commit/9d30df2f5f7405b9e354203f22a524b79a44ac15)) + + +### Tests + +* **pkgs_spec:** update `centos-8` for `2019.2.3` release ([7121d1d](https://github.com/saltstack-formulas/salt-formula/commit/7121d1d8cd67230a9f9dabecd1a6e11a14cfa109)) +* **versions:** bump salt pkg versions ([c42125c](https://github.com/saltstack-formulas/salt-formula/commit/c42125c2ab1563b64e4768cf80955401a40a86ea)) + # [1.1.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.0.0...v1.1.0) (2019-12-19) diff --git a/FORMULA b/FORMULA index 03e9aef..70a5b56 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.1.0 +version: 1.1.1 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b313b0e..2d3887d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -21,7 +21,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 71 * - :raw-html-m2r:`@myii` - `@myii `_ - - 66 + - 68 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 54 @@ -40,11 +40,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@andrew-vant` - `@andrew-vant `_ - 13 - * - :raw-html-m2r:`@whiteinge` - - `@whiteinge `_ - - 12 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ + - 13 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ - 12 * - :raw-html-m2r:`@rhertzog` - `@rhertzog `_ @@ -317,4 +317,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-12-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 61afcd5..eaa9a6e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.1.1 `_ (2020-01-24) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `9d30df2 `_\ ) + +Tests +^^^^^ + + +* **pkgs_spec:** update ``centos-8`` for ``2019.2.3`` release (\ `7121d1d `_\ ) +* **versions:** bump salt pkg versions (\ `c42125c `_\ ) + `1.1.0 `_ (2019-12-19) ------------------------------------------------------------------------------------------------------