diff --git a/AUTHORS.md b/AUTHORS.md index 3a94d52..d2e1cb2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,16 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|37 +@aboe76|[@aboe76](https://github.com/aboe76)|39 @gravyboat|[@gravyboat](https://github.com/gravyboat)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|24 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|18 @whiteinge|[@whiteinge](https://github.com/whiteinge)|17 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|16 +@myii|[@myii](https://github.com/myii)|14 @ross-p|[@ross-p](https://github.com/ross-p)|13 @daks|[@daks](https://github.com/daks)|10 @techhat|[@techhat](https://github.com/techhat)|10 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|9 -@myii|[@myii](https://github.com/myii)|9 @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|8 @cheuschober|[@cheuschober](https://github.com/cheuschober)|8 @dseira|[@dseira](https://github.com/dseira)|8 @@ -59,6 +59,7 @@ Avatar|Contributor|Contributions @czarneckid|[@czarneckid](https://github.com/czarneckid)|1 @statik|[@statik](https://github.com/statik)|1 @ekristen|[@ekristen](https://github.com/ekristen)|1 +@ErisDS|[@ErisDS](https://github.com/ErisDS)|1 @jeduardo|[@jeduardo](https://github.com/jeduardo)|1 @stromnet|[@stromnet](https://github.com/stromnet)|1 @bsdlp|[@bsdlp](https://github.com/bsdlp)|1 @@ -76,4 +77,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-06-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b51a7..753783f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [2.1.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.0.0...v2.1.0) (2019-08-04) + + +### Continuous Integration + +* **kitchen+travis:** modify matrix to include `develop` platform ([f6b357d](https://github.com/saltstack-formulas/nginx-formula/commit/f6b357d)) + + +### Features + +* **linux:** archlinux support (no osfinger grain) ([ab6148c](https://github.com/saltstack-formulas/nginx-formula/commit/ab6148c)) + # [2.0.0](https://github.com/saltstack-formulas/nginx-formula/compare/v1.1.0...v2.0.0) (2019-06-19) diff --git a/FORMULA b/FORMULA index 249b14f..1632e28 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: nginx os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 2.0.0 +version: 2.1.0 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 306f87a..0a8e1c0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,19 +15,22 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 37 + - 39 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 27 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 24 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 18 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 17 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 16 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 14 * - :raw-html-m2r:`@ross-p` - `@ross-p `_ - 13 @@ -40,9 +43,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 9 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 9 * - :raw-html-m2r:`@arthurlogilab` - `@arthurlogilab `_ - 8 @@ -178,6 +178,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ekristen` - `@ekristen `_ - 1 + * - :raw-html-m2r:`@ErisDS` + - `@ErisDS `_ + - 1 * - :raw-html-m2r:`@jeduardo` - `@jeduardo `_ - 1 @@ -224,4 +227,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-06-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6b777fe..acfd258 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`2.1.0 `_ (2019-08-04) +------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `f6b357d `_\ ) + +Features +^^^^^^^^ + + +* **linux:** archlinux support (no osfinger grain) (\ `ab6148c `_\ ) + `2.0.0 `_ (2019-06-19) -------------------------------------------------------------------------------------------------------