Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.11.0 #871

Merged
merged 19 commits into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update project files
  • Loading branch information
cytopia committed Mar 18, 2022
commit 6a98ee4109bfcf6b74119f9e26238ac8c4ab7b9f
4 changes: 2 additions & 2 deletions .devilbox/www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');


$DEVILBOX_VERSION = 'v1.10.5';
$DEVILBOX_DATE = '2022-03-16';
$DEVILBOX_VERSION = 'v1.11.0';
$DEVILBOX_DATE = '2022-03-18';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';

//
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,30 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased


## Release v1.11.0 (2022-03-18)

#### Fixed
- Fixed pidof issue on QUEMU by replacing it with pgrep #854

#### Added
- Allow to globally enable/disable HTTP/2 [#844](https://github.com/cytopia/devilbox/issues/844)
- Added New `.env` variable: `HTTPD_HTTP2_ENABLE`

#### Changed
- Make MariaDB 10.6 the default
- Make PHP 8.1 the default
- Updated Apache 2.2
- Updated Apache 2.4
- Updated Nginx stable
- Updated Nginx mainline
- Updated PHP-FPM images [#230](https://github.com/devilbox/docker-php-fpm/pull/230)


## Release v1.10.5 (2022-03-16)

#### Added
- Added MariaDB 10.8

#### Changed
- Updated Bind [#36](https://github.com/cytopia/docker-bind/pull/36)
- Updated MySQL
Expand Down