diff --git a/AUTHORS.md b/AUTHORS.md index ffcb1a4..dc04f94 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 :-:|---|:-: -@myii|[@myii](https://github.com/myii)|59 +@myii|[@myii](https://github.com/myii)|68 @gravyboat|[@gravyboat](https://github.com/gravyboat)|52 @aboe76|[@aboe76](https://github.com/aboe76)|48 @alxwr|[@alxwr](https://github.com/alxwr)|31 @@ -13,9 +13,9 @@ Avatar|Contributor|Contributions @cheuschober|[@cheuschober](https://github.com/cheuschober)|12 @babilen5|[@babilen5](https://github.com/babilen5)|11 @kurt---|[@kurt---](https://github.com/kurt---)|10 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|7 @whiteinge|[@whiteinge](https://github.com/whiteinge)|7 @bogdanr|[@bogdanr](https://github.com/bogdanr)|7 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @techhat|[@techhat](https://github.com/techhat)|6 @puneetk|[@puneetk](https://github.com/puneetk)|6 @pawelrosada|[@pawelrosada](https://github.com/pawelrosada)|5 @@ -61,7 +61,8 @@ Avatar|Contributor|Contributions @iamseth|[@iamseth](https://github.com/iamseth)|1 @zls|[@zls](https://github.com/zls)|1 @sc250024|[@sc250024](https://github.com/sc250024)|1 +@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 398021e..dc16bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +# [1.3.0](https://github.com/saltstack-formulas/php-formula/compare/v1.2.3...v1.3.0) (2020-02-27) + + +### Bug Fixes + +* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([dca51de](https://github.com/saltstack-formulas/php-formula/commit/dca51de154d8dcbe5e141673322d39c4e1b6f7a6)) +* **map.jinja:** fix pid file location for debian ([393d69e](https://github.com/saltstack-formulas/php-formula/commit/393d69eb0fda49f3598d5f9040be5d3bad59b5dd)) + + +### Continuous Integration + +* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([d7c188e](https://github.com/saltstack-formulas/php-formula/commit/d7c188e73c0fd9a109f997c52aa84e5c30a0bbf6)) +* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([dd796b0](https://github.com/saltstack-formulas/php-formula/commit/dd796b070c3922f043078b181922d8a4ba0c33b2)) +* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([109df07](https://github.com/saltstack-formulas/php-formula/commit/109df0781d6832d46cd48162280ead4976ec403d)) + + +### Documentation + +* **readme:** fix broken sub-heading [skip ci] ([51dd6e9](https://github.com/saltstack-formulas/php-formula/commit/51dd6e9bf292e7b13e19a7aa81df21045ebeb99b)) + + +### Features + +* **odbc:** add odbc module support ([8b69034](https://github.com/saltstack-formulas/php-formula/commit/8b69034c5b59dda60ac1ef128e4d381eec2db52b)) + ## [1.2.3](https://github.com/saltstack-formulas/php-formula/compare/v1.2.2...v1.2.3) (2019-12-02) diff --git a/FORMULA b/FORMULA index b2bc4d1..a279968 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.2.3 +version: 1.3.0 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4441e65..a19e6cb 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:`@myii` - `@myii `_ - - 59 + - 68 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 52 @@ -40,15 +40,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@kurt---` - `@kurt--- `_ - 10 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 7 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 7 * - :raw-html-m2r:`@bogdanr` - `@bogdanr `_ - 7 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 6 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 6 @@ -184,8 +184,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@sc250024` - `@sc250024 `_ - 1 + * - :raw-html-m2r:`@sylvainfaivre` + - `@sylvainfaivre `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-12-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-02-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2c0119e..24ee07b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,36 @@ Changelog ========= +`1.3.0 `_ (2020-02-27) +----------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `dca51de `_\ ) +* **map.jinja:** fix pid file location for debian (\ `393d69e `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `d7c188e `_\ ) +* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `dd796b0 `_\ ) +* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `109df07 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** fix broken sub-heading [skip ci] (\ `51dd6e9 `_\ ) + +Features +^^^^^^^^ + + +* **odbc:** add odbc module support (\ `8b69034 `_\ ) + `1.2.3 `_ (2019-12-02) -----------------------------------------------------------------------------------------------------