From c9815cabfd91c987f51c0e56e929d6a03ad3ef3a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Apr 2019 16:02:48 +0000 Subject: [PATCH] chore(release): 0.56.0 [skip ci] # [0.56.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0) (2019-04-26) ### Features * **`pillar.example`:** add stock `log_format` ([95ff308](https://github.com/saltstack-formulas/nginx-formula/commit/95ff308)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 12 ++++++------ docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 6eab81a..4619d4a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -15,9 +15,9 @@ Avatar|Contributor|Contributions @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|8 @cheuschober|[@cheuschober](https://github.com/cheuschober)|8 @dseira|[@dseira](https://github.com/dseira)|8 +@daks|[@daks](https://github.com/daks)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 @puneetk|[@puneetk](https://github.com/puneetk)|7 -@daks|[@daks](https://github.com/daks)|6 @TaiSHiNet|[@TaiSHiNet](https://github.com/TaiSHiNet)|6 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|6 @cackovic|[@cackovic](https://github.com/cackovic)|5 @@ -43,6 +43,7 @@ Avatar|Contributor|Contributions @kmshultz|[@kmshultz](https://github.com/kmshultz)|2 @malept|[@malept](https://github.com/malept)|2 @meganlkm|[@meganlkm](https://github.com/meganlkm)|2 +@garrettw|[@garrettw](https://github.com/garrettw)|2 @myoung34|[@myoung34](https://github.com/myoung34)|2 @bebosudo|[@bebosudo](https://github.com/bebosudo)|1 @aanriot|[@aanriot](https://github.com/aanriot)|1 @@ -56,7 +57,6 @@ Avatar|Contributor|Contributions @czarneckid|[@czarneckid](https://github.com/czarneckid)|1 @statik|[@statik](https://github.com/statik)|1 @ekristen|[@ekristen](https://github.com/ekristen)|1 -@garrettw|[@garrettw](https://github.com/garrettw)|1 @jeduardo|[@jeduardo](https://github.com/jeduardo)|1 @stromnet|[@stromnet](https://github.com/stromnet)|1 @bsdlp|[@bsdlp](https://github.com/bsdlp)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b3f3f..22369c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.56.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0) (2019-04-26) + + +### Features + +* **`pillar.example`:** add stock `log_format` ([95ff308](https://github.com/saltstack-formulas/nginx-formula/commit/95ff308)) + ## [0.55.1](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.0...v0.55.1) (2019-04-26) diff --git a/FORMULA b/FORMULA index 5d49ef3..047147e 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: 0.55.1 +version: 0.56.0 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index badf475..8e0d26d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -46,15 +46,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dseira` - `@dseira `_ - 8 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 8 * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 7 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 7 - * - :raw-html-m2r:`@daks` - - `@daks `_ - - 6 * - :raw-html-m2r:`@TaiSHiNet` - `@TaiSHiNet `_ - 6 @@ -130,6 +130,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@meganlkm` - `@meganlkm `_ - 2 + * - :raw-html-m2r:`@garrettw` + - `@garrettw `_ + - 2 * - :raw-html-m2r:`@myoung34` - `@myoung34 `_ - 2 @@ -169,9 +172,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ekristen` - `@ekristen `_ - 1 - * - :raw-html-m2r:`@garrettw` - - `@garrettw `_ - - 1 * - :raw-html-m2r:`@jeduardo` - `@jeduardo `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 25d36e4..297a34b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.56.0 `_ (2019-04-26) +---------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **\ ``pillar.example``\ :** add stock ``log_format`` (\ `95ff308 `_\ ) + `0.55.1 `_ (2019-04-26) ----------------------------------------------------------------------------------------------------------