chore(release): 0.40.1 [skip ci]
## [0.40.1](https://github.com/saltstack-formulas/php-formula/compare/v0.40.0...v0.40.1) (2019-08-17)
### Bug Fixes
* **map:** fix missing value for php.lookup.fpm.user in multi-php mode ([f91d942
](https://github.com/saltstack-formulas/php-formula/commit/f91d942))
This commit is contained in:
parent
313722b264
commit
ea39203a4c
@ -7,7 +7,7 @@ Avatar|Contributor|Contributions
|
||||
<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
|
||||
<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
|
||||
<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
|
||||
<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)|16
|
||||
<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)|17
|
||||
<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
|
||||
<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
|
||||
<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
|
||||
@ -56,6 +56,7 @@ Avatar|Contributor|Contributions
|
||||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/924183?v=4' width='36' height='36' alt='@mschiff'>|[@mschiff](https://github.com/mschiff)|1
|
||||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1616654?v=4' width='36' height='36' alt='@mkhubbard'>|[@mkhubbard](https://github.com/mkhubbard)|1
|
||||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/5170979?v=4' width='36' height='36' alt='@taion809'>|[@taion809](https://github.com/taion809)|1
|
||||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/387511?v=4' width='36' height='36' alt='@philpep'>|[@philpep](https://github.com/philpep)|1
|
||||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/327943?v=4' width='36' height='36' alt='@Cottser'>|[@Cottser](https://github.com/Cottser)|1
|
||||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/131665?v=4' width='36' height='36' alt='@iamseth'>|[@iamseth](https://github.com/iamseth)|1
|
||||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1366252?v=4' width='36' height='36' alt='@zls'>|[@zls](https://github.com/zls)|1
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.40.1](https://github.com/saltstack-formulas/php-formula/compare/v0.40.0...v0.40.1) (2019-08-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **map:** fix missing value for php.lookup.fpm.user in multi-php mode ([f91d942](https://github.com/saltstack-formulas/php-formula/commit/f91d942))
|
||||
|
||||
# [0.40.0](https://github.com/saltstack-formulas/php-formula/compare/v0.39.2...v0.40.0) (2019-08-17)
|
||||
|
||||
|
||||
|
2
FORMULA
2
FORMULA
@ -1,7 +1,7 @@
|
||||
name: php
|
||||
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
|
||||
os_family: Debian, RedHat, Suse
|
||||
version: 0.40.0
|
||||
version: 0.40.1
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: Php formula
|
||||
|
@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
- 31
|
||||
* - :raw-html-m2r:`<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>`_
|
||||
- 16
|
||||
- 17
|
||||
* - :raw-html-m2r:`<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
|
||||
@ -169,6 +169,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/5170979?v=4' width='36' height='36' alt='@taion809'>`
|
||||
- `@taion809 <https://github.com/taion809>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/387511?v=4' width='36' height='36' alt='@philpep'>`
|
||||
- `@philpep <https://github.com/philpep>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/327943?v=4' width='36' height='36' alt='@Cottser'>`
|
||||
- `@Cottser <https://github.com/Cottser>`_
|
||||
- 1
|
||||
|
@ -2,6 +2,15 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
`0.40.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.40.0...v0.40.1>`_ (2019-08-17)
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **map:** fix missing value for php.lookup.fpm.user in multi-php mode (\ `f91d942 <https://github.com/saltstack-formulas/php-formula/commit/f91d942>`_\ )
|
||||
|
||||
`0.40.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.39.2...v0.40.0>`_ (2019-08-17)
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -31,7 +31,7 @@ Formula to set up and configure php
|
||||
the final release tag before
|
||||
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_,
|
||||
which is expected to be
|
||||
`v0.40.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.40.0>`_.
|
||||
`v0.40.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.40.1>`_.
|
||||
|
||||
If you are currently using ``php.ng``, there is nothing to do until
|
||||
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_
|
||||
|
@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed:
|
||||
# method will be removed and `php.ng` will be promoted to `php` in its place. #
|
||||
# #
|
||||
# If you are not in a position to migrate, you will need to pin your repo to #
|
||||
# the final release tag before `v1.0.0`, which is expected to be `v0.40.0`. #
|
||||
# the final release tag before `v1.0.0`, which is expected to be `v0.40.1`. #
|
||||
# #
|
||||
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
|
||||
# is released. #
|
||||
|
@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed:
|
||||
# method will be removed and `php.ng` will be promoted to `php` in its place. #
|
||||
# #
|
||||
# If you are not in a position to migrate, you will need to pin your repo to #
|
||||
# the final release tag before `v1.0.0`, which is expected to be `v0.40.0`. #
|
||||
# the final release tag before `v1.0.0`, which is expected to be `v0.40.1`. #
|
||||
# #
|
||||
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
|
||||
# is released. #
|
||||
|
Loading…
Reference in New Issue
Block a user