diff --git a/AUTHORS.md b/AUTHORS.md index b96cbf21..2f466eba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|101 +@myii|[@myii](https://github.com/myii)|103 @aboe76|[@aboe76](https://github.com/aboe76)|46 @gravyboat|[@gravyboat](https://github.com/gravyboat)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|24 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|18 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|17 @whiteinge|[@whiteinge](https://github.com/whiteinge)|17 @ross-p|[@ross-p](https://github.com/ross-p)|13 @daks|[@daks](https://github.com/daks)|11 @@ -81,4 +81,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64050148..dcedd76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.1](https://github.com/saltstack-formulas/nginx-formula/compare/v2.7.0...v2.7.1) (2021-05-12) + + +### Bug Fixes + +* **servers:** wrong conditional specification ([494b2fb](https://github.com/saltstack-formulas/nginx-formula/commit/494b2fbea490fded02cecd4d3e3e0372476548fb)) + + +### Continuous Integration + +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([4697152](https://github.com/saltstack-formulas/nginx-formula/commit/46971528d7a7e23241564da146ee8d28b7d2eecc)) + # [2.7.0](https://github.com/saltstack-formulas/nginx-formula/compare/v2.6.3...v2.7.0) (2021-04-28) diff --git a/FORMULA b/FORMULA index c1001d9f..8456a9bc 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.7.0 +version: 2.7.1 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8ffa7473..a06ee28f 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 `_ - - 101 + - 103 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 46 @@ -25,12 +25,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 24 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 18 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 18 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 17 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 17 @@ -239,4 +239,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 2021-04-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-05-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a64f2de3..5108799c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`2.7.1 `_ (2021-05-12) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **servers:** wrong conditional specification (\ `494b2fb `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `4697152 `_\ ) + `2.7.0 `_ (2021-04-28) -------------------------------------------------------------------------------------------------------