diff --git a/AUTHORS.md b/AUTHORS.md index 6f6dc94..0d370d0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -44,6 +44,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 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 @garrettw|[@garrettw](https://github.com/garrettw)|2 @myoung34|[@myoung34](https://github.com/myoung34)|2 @bebosudo|[@bebosudo](https://github.com/bebosudo)|1 @@ -62,7 +63,6 @@ Avatar|Contributor|Contributions @stromnet|[@stromnet](https://github.com/stromnet)|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 @renich|[@renich](https://github.com/renich)|1 @outime|[@outime](https://github.com/outime)|1 @scub|[@scub](https://github.com/scub)|1 @@ -71,10 +71,9 @@ Avatar|Contributor|Contributions @babilen5|[@babilen5](https://github.com/babilen5)|1 @abednarik|[@abednarik](https://github.com/abednarik)|1 @francesco-a|[@francesco-a](https://github.com/francesco-a)|1 -@jamesp9|[@jamesp9](https://github.com/jamesp9)|1 @oboyle|[@oboyle](https://github.com/oboyle)|1 @bersace|[@bersace](https://github.com/bersace)|1 --- -Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-03. diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f04ca..a3a73db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.5...v1.1.0) (2019-06-03) + + +### Features + +* **tofs:** first implemetation + tplroot ([d5262ea](https://github.com/saltstack-formulas/nginx-formula/commit/d5262ea)) + ## [1.0.5](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.4...v1.0.5) (2019-05-13) diff --git a/FORMULA b/FORMULA index 02074a9..fef5b57 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.5 +version: 1.1.0 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bf4e901..a3d0dcc 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -133,6 +133,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@meganlkm` - `@meganlkm `_ - 2 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 2 * - :raw-html-m2r:`@garrettw` - `@garrettw `_ - 2 @@ -187,9 +190,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@MEschenbacher` - `@MEschenbacher `_ - 1 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ - - 1 * - :raw-html-m2r:`@renich` - `@renich `_ - 1 @@ -214,9 +214,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@francesco-a` - `@francesco-a `_ - 1 - * - :raw-html-m2r:`@jamesp9` - - `@jamesp9 `_ - - 1 * - :raw-html-m2r:`@oboyle` - `@oboyle `_ - 1 @@ -227,4 +224,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-05-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-03. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7a0ff50..4941285 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.0 `_ (2019-06-03) +------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **tofs:** first implemetation + tplroot (\ `d5262ea `_\ ) + `1.0.5 `_ (2019-05-13) -------------------------------------------------------------------------------------------------------