From a5515bcea6f3d33ad355866609d0e64c46ce4fd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Sep 2019 16:12:28 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/saltstack-formulas/php-formula/compare/v1.0.1...v1.1.0) (2019-09-05) ### Bug Fixes * **fpm:** be sure to restart all Php instances in case of multi-versions ([d4772f9](https://github.com/saltstack-formulas/php-formula/commit/d4772f9)) * **tests:** don't test services on Suse and RedHat ([23214bf](https://github.com/saltstack-formulas/php-formula/commit/23214bf)) * **xdebug:** fix xdebug package name ([496ec28](https://github.com/saltstack-formulas/php-formula/commit/496ec28)) * **yamllint:** use separate suite for `ubuntu` ([6cba4af](https://github.com/saltstack-formulas/php-formula/commit/6cba4af)), closes [#174](https://github.com/saltstack-formulas/php-formula/issues/174) ### Code Refactoring * **macro:** extract file_requisites macro ([d26c4f8](https://github.com/saltstack-formulas/php-formula/commit/d26c4f8)) ### Continuous Integration * **kitchen:** add test pillars for Debian and call some states ([d4fc842](https://github.com/saltstack-formulas/php-formula/commit/d4fc842)) ### Features * **repo:** add repo pattern so we can set distro repo during tests ([3c9efc7](https://github.com/saltstack-formulas/php-formula/commit/3c9efc7)) ### Styles * **spec:** remove empty lines ([dc12a0b](https://github.com/saltstack-formulas/php-formula/commit/dc12a0b)) ### Tests * **config:** add tests on Php config ([6555cf0](https://github.com/saltstack-formulas/php-formula/commit/6555cf0)) * **package:** fix package spec in case of multi Php versions ([59f648c](https://github.com/saltstack-formulas/php-formula/commit/59f648c)) * **service:** add tests on Php services ([baeac04](https://github.com/saltstack-formulas/php-formula/commit/baeac04)) * **ubuntu:** fix tests on Ubuntu distro ([b13bed2](https://github.com/saltstack-formulas/php-formula/commit/b13bed2)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 000cbc0..d3cd6b5 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,7 +7,7 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|52 @aboe76|[@aboe76](https://github.com/aboe76)|46 @alxwr|[@alxwr](https://github.com/alxwr)|31 -@myii|[@myii](https://github.com/myii)|20 +@myii|[@myii](https://github.com/myii)|21 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @cheuschober|[@cheuschober](https://github.com/cheuschober)|12 @babilen5|[@babilen5](https://github.com/babilen5)|11 @@ -17,11 +17,11 @@ Avatar|Contributor|Contributions @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @techhat|[@techhat](https://github.com/techhat)|6 @puneetk|[@puneetk](https://github.com/puneetk)|6 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|5 @pawelrosada|[@pawelrosada](https://github.com/pawelrosada)|5 @ckng|[@ckng](https://github.com/ckng)|4 @danoe|[@danoe](https://github.com/danoe)|4 @Seldaek|[@Seldaek](https://github.com/Seldaek)|4 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @tsia|[@tsia](https://github.com/tsia)|4 @kpostrup|[@kpostrup](https://github.com/kpostrup)|4 @ross-p|[@ross-p](https://github.com/ross-p)|4 @@ -64,4 +64,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-08-26. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index 708d2ee..a2bd346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/php-formula/compare/v1.0.1...v1.1.0) (2019-09-05) + + +### Bug Fixes + +* **fpm:** be sure to restart all Php instances in case of multi-versions ([d4772f9](https://github.com/saltstack-formulas/php-formula/commit/d4772f9)) +* **tests:** don't test services on Suse and RedHat ([23214bf](https://github.com/saltstack-formulas/php-formula/commit/23214bf)) +* **xdebug:** fix xdebug package name ([496ec28](https://github.com/saltstack-formulas/php-formula/commit/496ec28)) +* **yamllint:** use separate suite for `ubuntu` ([6cba4af](https://github.com/saltstack-formulas/php-formula/commit/6cba4af)), closes [#174](https://github.com/saltstack-formulas/php-formula/issues/174) + + +### Code Refactoring + +* **macro:** extract file_requisites macro ([d26c4f8](https://github.com/saltstack-formulas/php-formula/commit/d26c4f8)) + + +### Continuous Integration + +* **kitchen:** add test pillars for Debian and call some states ([d4fc842](https://github.com/saltstack-formulas/php-formula/commit/d4fc842)) + + +### Features + +* **repo:** add repo pattern so we can set distro repo during tests ([3c9efc7](https://github.com/saltstack-formulas/php-formula/commit/3c9efc7)) + + +### Styles + +* **spec:** remove empty lines ([dc12a0b](https://github.com/saltstack-formulas/php-formula/commit/dc12a0b)) + + +### Tests + +* **config:** add tests on Php config ([6555cf0](https://github.com/saltstack-formulas/php-formula/commit/6555cf0)) +* **package:** fix package spec in case of multi Php versions ([59f648c](https://github.com/saltstack-formulas/php-formula/commit/59f648c)) +* **service:** add tests on Php services ([baeac04](https://github.com/saltstack-formulas/php-formula/commit/baeac04)) +* **ubuntu:** fix tests on Ubuntu distro ([b13bed2](https://github.com/saltstack-formulas/php-formula/commit/b13bed2)) + ## [1.0.1](https://github.com/saltstack-formulas/php-formula/compare/v1.0.0...v1.0.1) (2019-08-26) diff --git a/FORMULA b/FORMULA index f43f3af..4e3754a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: php os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.0.1 +version: 1.1.0 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index da14336..bfc4776 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 31 * - :raw-html-m2r:`@myii` - `@myii `_ - - 20 + - 21 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 @@ -52,6 +52,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 6 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 5 * - :raw-html-m2r:`@pawelrosada` - `@pawelrosada `_ - 5 @@ -64,9 +67,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Seldaek` - `@Seldaek `_ - 4 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ - - 4 * - :raw-html-m2r:`@tsia` - `@tsia `_ - 4 @@ -188,4 +188,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-08-26. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f9029cf..69abdc3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,51 @@ Changelog ========= +`1.1.0 `_ (2019-09-05) +----------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **fpm:** be sure to restart all Php instances in case of multi-versions (\ `d4772f9 `_\ ) +* **tests:** don't test services on Suse and RedHat (\ `23214bf `_\ ) +* **xdebug:** fix xdebug package name (\ `496ec28 `_\ ) +* **yamllint:** use separate suite for ``ubuntu`` (\ `6cba4af `_\ ), closes `#174 `_ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **macro:** extract file_requisites macro (\ `d26c4f8 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** add test pillars for Debian and call some states (\ `d4fc842 `_\ ) + +Features +^^^^^^^^ + + +* **repo:** add repo pattern so we can set distro repo during tests (\ `3c9efc7 `_\ ) + +Styles +^^^^^^ + + +* **spec:** remove empty lines (\ `dc12a0b `_\ ) + +Tests +^^^^^ + + +* **config:** add tests on Php config (\ `6555cf0 `_\ ) +* **package:** fix package spec in case of multi Php versions (\ `59f648c `_\ ) +* **service:** add tests on Php services (\ `baeac04 `_\ ) +* **ubuntu:** fix tests on Ubuntu distro (\ `b13bed2 `_\ ) + `1.0.1 `_ (2019-08-26) -----------------------------------------------------------------------------------------------------