Skip to content

Commit a5515bc

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](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](d4772f9)) * **tests:** don't test services on Suse and RedHat ([23214bf](23214bf)) * **xdebug:** fix xdebug package name ([496ec28](496ec28)) * **yamllint:** use separate suite for `ubuntu` ([6cba4af](6cba4af)), closes [#174](#174) ### Code Refactoring * **macro:** extract file_requisites macro ([d26c4f8](d26c4f8)) ### Continuous Integration * **kitchen:** add test pillars for Debian and call some states ([d4fc842](d4fc842)) ### Features * **repo:** add repo pattern so we can set distro repo during tests ([3c9efc7](3c9efc7)) ### Styles * **spec:** remove empty lines ([dc12a0b](dc12a0b)) ### Tests * **config:** add tests on Php config ([6555cf0](6555cf0)) * **package:** fix package spec in case of multi Php versions ([59f648c](59f648c)) * **service:** add tests on Php services ([baeac04](baeac04)) * **ubuntu:** fix tests on Ubuntu distro ([b13bed2](b13bed2))
1 parent c40b983 commit a5515bc

File tree

5 files changed

+92
-9
lines changed

5 files changed

+92
-9
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Avatar|Contributor|Contributions
77
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|52
88
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|46
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|31
10-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|20
10+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|21
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|14
1212
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>|[@cheuschober](https://github.com/cheuschober)|12
1313
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|11
@@ -17,11 +17,11 @@ Avatar|Contributor|Contributions
1717
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|6
1818
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|6
1919
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|6
20+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|5
2021
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/11757928?v=4' width='36' height='36' alt='@pawelrosada'>|[@pawelrosada](https://github.com/pawelrosada)|5
2122
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/197639?v=4' width='36' height='36' alt='@ckng'>|[@ckng](https://github.com/ckng)|4
2223
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1197993?v=4' width='36' height='36' alt='@danoe'>|[@danoe](https://github.com/danoe)|4
2324
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/183678?v=4' width='36' height='36' alt='@Seldaek'>|[@Seldaek](https://github.com/Seldaek)|4
24-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|4
2525
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1386595?v=4' width='36' height='36' alt='@tsia'>|[@tsia](https://github.com/tsia)|4
2626
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>|[@kpostrup](https://github.com/kpostrup)|4
2727
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/4956475?v=4' width='36' height='36' alt='@ross-p'>|[@ross-p](https://github.com/ross-p)|4
@@ -64,4 +64,4 @@ Avatar|Contributor|Contributions
6464

6565
---
6666

67-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-26.
67+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-05.

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
# [1.1.0](https://github.com/saltstack-formulas/php-formula/compare/v1.0.1...v1.1.0) (2019-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **fpm:** be sure to restart all Php instances in case of multi-versions ([d4772f9](https://github.com/saltstack-formulas/php-formula/commit/d4772f9))
9+
* **tests:** don't test services on Suse and RedHat ([23214bf](https://github.com/saltstack-formulas/php-formula/commit/23214bf))
10+
* **xdebug:** fix xdebug package name ([496ec28](https://github.com/saltstack-formulas/php-formula/commit/496ec28))
11+
* **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)
12+
13+
14+
### Code Refactoring
15+
16+
* **macro:** extract file_requisites macro ([d26c4f8](https://github.com/saltstack-formulas/php-formula/commit/d26c4f8))
17+
18+
19+
### Continuous Integration
20+
21+
* **kitchen:** add test pillars for Debian and call some states ([d4fc842](https://github.com/saltstack-formulas/php-formula/commit/d4fc842))
22+
23+
24+
### Features
25+
26+
* **repo:** add repo pattern so we can set distro repo during tests ([3c9efc7](https://github.com/saltstack-formulas/php-formula/commit/3c9efc7))
27+
28+
29+
### Styles
30+
31+
* **spec:** remove empty lines ([dc12a0b](https://github.com/saltstack-formulas/php-formula/commit/dc12a0b))
32+
33+
34+
### Tests
35+
36+
* **config:** add tests on Php config ([6555cf0](https://github.com/saltstack-formulas/php-formula/commit/6555cf0))
37+
* **package:** fix package spec in case of multi Php versions ([59f648c](https://github.com/saltstack-formulas/php-formula/commit/59f648c))
38+
* **service:** add tests on Php services ([baeac04](https://github.com/saltstack-formulas/php-formula/commit/baeac04))
39+
* **ubuntu:** fix tests on Ubuntu distro ([b13bed2](https://github.com/saltstack-formulas/php-formula/commit/b13bed2))
40+
341
## [1.0.1](https://github.com/saltstack-formulas/php-formula/compare/v1.0.0...v1.0.1) (2019-08-26)
442

543

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: php
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 1.0.1
4+
version: 1.1.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Php formula

docs/AUTHORS.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
2424
- 31
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2626
- `@myii <https://github.com/myii>`_
27-
- 20
27+
- 21
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2929
- `@nmadhok <https://github.com/nmadhok>`_
3030
- 14
@@ -52,6 +52,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
5252
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
5353
- `@puneetk <https://github.com/puneetk>`_
5454
- 6
55+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
56+
- `@n-rodriguez <https://github.com/n-rodriguez>`_
57+
- 5
5558
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/11757928?v=4' width='36' height='36' alt='@pawelrosada'>`
5659
- `@pawelrosada <https://github.com/pawelrosada>`_
5760
- 5
@@ -64,9 +67,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
6467
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/183678?v=4' width='36' height='36' alt='@Seldaek'>`
6568
- `@Seldaek <https://github.com/Seldaek>`_
6669
- 4
67-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
68-
- `@n-rodriguez <https://github.com/n-rodriguez>`_
69-
- 4
7070
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1386595?v=4' width='36' height='36' alt='@tsia'>`
7171
- `@tsia <https://github.com/tsia>`_
7272
- 4
@@ -188,4 +188,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
188188

189189
----
190190

191-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-26.
191+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-05.

docs/CHANGELOG.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22
Changelog
33
=========
44

5+
`1.1.0 <https://github.com/saltstack-formulas/php-formula/compare/v1.0.1...v1.1.0>`_ (2019-09-05)
6+
-----------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **fpm:** be sure to restart all Php instances in case of multi-versions (\ `d4772f9 <https://github.com/saltstack-formulas/php-formula/commit/d4772f9>`_\ )
13+
* **tests:** don't test services on Suse and RedHat (\ `23214bf <https://github.com/saltstack-formulas/php-formula/commit/23214bf>`_\ )
14+
* **xdebug:** fix xdebug package name (\ `496ec28 <https://github.com/saltstack-formulas/php-formula/commit/496ec28>`_\ )
15+
* **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>`_
16+
17+
Code Refactoring
18+
^^^^^^^^^^^^^^^^
19+
20+
21+
* **macro:** extract file_requisites macro (\ `d26c4f8 <https://github.com/saltstack-formulas/php-formula/commit/d26c4f8>`_\ )
22+
23+
Continuous Integration
24+
^^^^^^^^^^^^^^^^^^^^^^
25+
26+
27+
* **kitchen:** add test pillars for Debian and call some states (\ `d4fc842 <https://github.com/saltstack-formulas/php-formula/commit/d4fc842>`_\ )
28+
29+
Features
30+
^^^^^^^^
31+
32+
33+
* **repo:** add repo pattern so we can set distro repo during tests (\ `3c9efc7 <https://github.com/saltstack-formulas/php-formula/commit/3c9efc7>`_\ )
34+
35+
Styles
36+
^^^^^^
37+
38+
39+
* **spec:** remove empty lines (\ `dc12a0b <https://github.com/saltstack-formulas/php-formula/commit/dc12a0b>`_\ )
40+
41+
Tests
42+
^^^^^
43+
44+
45+
* **config:** add tests on Php config (\ `6555cf0 <https://github.com/saltstack-formulas/php-formula/commit/6555cf0>`_\ )
46+
* **package:** fix package spec in case of multi Php versions (\ `59f648c <https://github.com/saltstack-formulas/php-formula/commit/59f648c>`_\ )
47+
* **service:** add tests on Php services (\ `baeac04 <https://github.com/saltstack-formulas/php-formula/commit/baeac04>`_\ )
48+
* **ubuntu:** fix tests on Ubuntu distro (\ `b13bed2 <https://github.com/saltstack-formulas/php-formula/commit/b13bed2>`_\ )
49+
550
`1.0.1 <https://github.com/saltstack-formulas/php-formula/compare/v1.0.0...v1.0.1>`_ (2019-08-26)
651
-----------------------------------------------------------------------------------------------------
752

0 commit comments

Comments
 (0)