From fa99f05a39859aa2f10c64adbc1a2169faee942b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 May 2019 16:27:17 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0) (2019-05-12) ### Build System * remove obsolete Makefile ([4961b04](https://github.com/saltstack-formulas/nginx-formula/commit/4961b04)) ### Code Refactoring * replace old `nginx` with `nginx.ng` ([0fc5070](https://github.com/saltstack-formulas/nginx-formula/commit/0fc5070)) ### BREAKING CHANGES * all previous `nginx` based configurations must be reviewed; `nginx.ng` usage must be promoted to `nginx` and any uses of the original `nginx` will have to be converted. --- AUTHORS.md | 6 +++--- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 51 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4fafb8a..d572356 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|36 +@aboe76|[@aboe76](https://github.com/aboe76)|37 @gravyboat|[@gravyboat](https://github.com/gravyboat)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|24 @whiteinge|[@whiteinge](https://github.com/whiteinge)|17 @@ -20,10 +20,10 @@ Avatar|Contributor|Contributions @puneetk|[@puneetk](https://github.com/puneetk)|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 -@myii|[@myii](https://github.com/myii)|5 @ahmadsherif|[@ahmadsherif](https://github.com/ahmadsherif)|4 @teepark|[@teepark](https://github.com/teepark)|4 @alinefr|[@alinefr](https://github.com/alinefr)|3 @@ -75,4 +75,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-04-27. +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9db36..f5251e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0) (2019-05-12) + + +### Build System + +* remove obsolete Makefile ([4961b04](https://github.com/saltstack-formulas/nginx-formula/commit/4961b04)) + + +### Code Refactoring + +* replace old `nginx` with `nginx.ng` ([0fc5070](https://github.com/saltstack-formulas/nginx-formula/commit/0fc5070)) + + +### BREAKING CHANGES + +* all previous `nginx` based configurations must be reviewed; +`nginx.ng` usage must be promoted to `nginx` and any uses of the original +`nginx` will have to be converted. + ## [0.56.1](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.0...v0.56.1) (2019-04-27) diff --git a/FORMULA b/FORMULA index 1f35bf3..714d23f 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.56.1 +version: 1.0.0 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c2fd6af..8595728 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:`@aboe76` - `@aboe76 `_ - - 36 + - 37 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 27 @@ -61,6 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 6 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 6 * - :raw-html-m2r:`@cackovic` - `@cackovic `_ - 5 @@ -70,9 +73,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@stp-ip` - `@stp-ip `_ - 5 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 5 * - :raw-html-m2r:`@ahmadsherif` - `@ahmadsherif `_ - 4 @@ -221,4 +221,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-04-27. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2e925ad..9d8cb2c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`1.0.0 `_ (2019-05-12) +-------------------------------------------------------------------------------------------------------- + +Build System +^^^^^^^^^^^^ + + +* remove obsolete Makefile (\ `4961b04 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* replace old ``nginx`` with ``nginx.ng`` (\ `0fc5070 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* all previous ``nginx`` based configurations must be reviewed; + ``nginx.ng`` usage must be promoted to ``nginx`` and any uses of the original + ``nginx`` will have to be converted. + `0.56.1 `_ (2019-04-27) ----------------------------------------------------------------------------------------------------------