From 8f89d6eec51e73dafd56727d05a893650d481694 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2019 12:20:31 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.3...v1.0.4) (2019-05-13) ### Bug Fixes * prevent running of states deprecated in `v1.0.0` ([46dff15](https://github.com/saltstack-formulas/nginx-formula/commit/46dff15)) --- 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 5b0ebe6..6c99522 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -18,9 +18,9 @@ Avatar|Contributor|Contributions @dseira|[@dseira](https://github.com/dseira)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 @puneetk|[@puneetk](https://github.com/puneetk)|7 +@myii|[@myii](https://github.com/myii)|7 @TaiSHiNet|[@TaiSHiNet](https://github.com/TaiSHiNet)|6 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|6 -@myii|[@myii](https://github.com/myii)|6 @cackovic|[@cackovic](https://github.com/cackovic)|5 @auser|[@auser](https://github.com/auser)|5 @stp-ip|[@stp-ip](https://github.com/stp-ip)|5 @@ -40,6 +40,7 @@ Avatar|Contributor|Contributions @ghtyrant|[@ghtyrant](https://github.com/ghtyrant)|2 @pprkut|[@pprkut](https://github.com/pprkut)|2 @jstrunk|[@jstrunk](https://github.com/jstrunk)|2 +@johnkeates|[@johnkeates](https://github.com/johnkeates)|2 @kmshultz|[@kmshultz](https://github.com/kmshultz)|2 @malept|[@malept](https://github.com/malept)|2 @meganlkm|[@meganlkm](https://github.com/meganlkm)|2 @@ -59,7 +60,6 @@ Avatar|Contributor|Contributions @ekristen|[@ekristen](https://github.com/ekristen)|1 @jeduardo|[@jeduardo](https://github.com/jeduardo)|1 @stromnet|[@stromnet](https://github.com/stromnet)|1 -@johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @bsdlp|[@bsdlp](https://github.com/bsdlp)|1 @MEschenbacher|[@MEschenbacher](https://github.com/MEschenbacher)|1 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3436d..0f98721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.3...v1.0.4) (2019-05-13) + + +### Bug Fixes + +* prevent running of states deprecated in `v1.0.0` ([46dff15](https://github.com/saltstack-formulas/nginx-formula/commit/46dff15)) + ## [1.0.3](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.2...v1.0.3) (2019-05-13) diff --git a/FORMULA b/FORMULA index d31f825..816fbe3 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: 1.0.3 +version: 1.0.4 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c761028..40f4932 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -55,15 +55,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 7 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 7 * - :raw-html-m2r:`@TaiSHiNet` - `@TaiSHiNet `_ - 6 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 6 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 6 * - :raw-html-m2r:`@cackovic` - `@cackovic `_ - 5 @@ -121,6 +121,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 2 + * - :raw-html-m2r:`@johnkeates` + - `@johnkeates `_ + - 2 * - :raw-html-m2r:`@kmshultz` - `@kmshultz `_ - 2 @@ -178,9 +181,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@stromnet` - `@stromnet `_ - 1 - * - :raw-html-m2r:`@johnkeates` - - `@johnkeates `_ - - 1 * - :raw-html-m2r:`@bsdlp` - `@bsdlp `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7b1119f..d092f2c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.4 `_ (2019-05-13) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* prevent running of states deprecated in ``v1.0.0`` (\ `46dff15 `_\ ) + `1.0.3 `_ (2019-05-13) -------------------------------------------------------------------------------------------------------