Releases: wodby/docker4drupal
Releases · wodby/docker4drupal
5.4.18
Changes since 5.4.17
- ⭐️ Added Drupal 9
- ⭐️ Added crond service (enabled by default, runs hourly) #344
- Added PHP 7.4 variant for Drupal 7
- Vanilla Drupal 8.9.0, 7.71
- PHP updates: 7.4.7, 7.3.19, 7.2.31
- Nginx:
- New major versions: 1.19 and 1.18
- Bugfix: Drupal presets - invalid advagg locations wodby/nginx#51
- Added Drupal 9 preset
- MariaDB 10.1.45, 10.2.32, 10.3.23, 10.4.13
- PostgreSQL 12.3, 11.8, 10.13, 9.6.18, 9.5.22
- Apache: access to all hidden files except
.well-known
is now forbidden - Solr:
- Updated to 8.5.2
- Added new config set
search_api_solr_4.0
- Adminer 4.7.7
- Elasticsearch, Kibana 7.7.1, 6.8.10
- Memcached 1.6.6
- Redis 6.0.5
- Node.js 12.18.0, 10.21.0
- Base OS Alpine Linux updated to 3.12.0 for most of the images
- Adminer, webgrind rebuilt against updated PHP image
- Bugfix: solr service missed admin ui port for traefik
Update instructions
Update your .env
file and docker-compose.yml
5.4.17
Changes since 5.4.15
(version 5.4.16 skipped to match Wodby stacks)
- PHP security updates: 7.4.5, 7.3.17, 7.2.30
- Nginx 1.17.10
- Redis:
- Added redis 6
- Updated to 5.0.9
- Dropped redis 4
- Solr 8.5.1, 7.7.3
- Memcached 1.6.5
- Node.js:
- Updated to 12.16.3, 10.20.1
sudo
didn't work in-dev
images wodby/node#6
- XHProf viewer 2.2.0
- Alpine Linux updated to 3.11.6
- Adminer, webgrind rebuilt against updated PHP image
- Now bind mounts have
:cached
flag by default #433
Update instructions
Update your .env
file and docker-compose.yml
5.4.15
Changes since 5.4.14
- Vanilla Drupal 8.8.5, 7.69
- PHP:
- Updated to 7.4.4, 7.3.16, 7.2.29
- Updated extension: xdebug 2.9.4, rdkafka 4.0.3
- Dropped PHP 5.6, 7.1 support
- Blackfire added to PHP 7.4
- Mcrypt PECL extension added to PHP 7.3, 7.4
- Added libxml2
- Added yarn to
-dev
versions of image wodby/php#99
- Nginx:
- Updated to 1.17.9
- Added
/ads.txt
location support wodby/nginx#44 - Added
/core/rebuild.php
endpoint support wodby/nginx#47 - Bugfix: 403 on
/.well-known
locations
- Apache HTTPd:
- Updated to 2.4.43
- Added
proxy_http_module
wodby/apache#6
- Solr:
- Updated to 8.5.0
- Added
search_api_solr
3.9 config sets
- MariaDB 10.4.12, 10.3.22, 10.2.31, 10.1.44
- PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26
- Elasticsearch, Kibana 7.6.2, 6.8.8
- Varnish 6.0.6
- Webgrind 1.7.0
- Adminer 4.7.6
- Memcached 1.6.3
- Node.js 12.16.1, 10.19.0, 8.17.0
- Redis 5.0.8
- Adminer, webgrind, xhprof viewer rebuilt against updated base PHP image
- Images' base OS (Alpine Linux) updated to 3.11
- Bugfix: invalid env vars for PMA #425
- Bugfix: missing containers' names for some services #429
Update instructions
Update your .env
file
5.4.14
Changes since 5.4.13
- Vanilla Drupal 8.8.0, 7.68
- PHP:
- Added PHP 7.4 (with the exception for vanilla Drupal 7)
- Updated extension: ast 1.0.5, xdebug 2.8.0, mcrypt 1.0.3, oauth 2.0.4
- Added Kerberos and SSL support for IMAP extension wodby/drupal-php#70
- MariaDB 10.4.11, 10.3.21, 10.2.30
- Solr 8.3.1
- Elasticsearch, Kibana 7.5.0
- Nginx's
/.well-known
URIs excluded from denied hidden files location instead of explicitly allowed - Apache now forbids hidden files and directories, Makefile, and also certain extensions (sh, sql, etc)
- Node.js now has
-dev
image variants with dev packages and sudo wodby/node#5 - XHProf viewer updated to 2.1.3 (updated PECL extension) wodby/xhprof#1
- Bugfix: webgrind had broken minor tag 1.5, now changed to 1 wodby/docker4wordpress#55
- Adminer, webgrind and xhprof rebuilt against updated PHP image
Update instructions
Update your .env
file
5.4.13
Changes since 5.4.12
- Vanilla Drupal 8.7.10
- Drupal launcher 1.9.4
- PHP 7.3.12, 7.2.25
- Nginx:
- Updated to 1.17.6
- Brotli compression level set to 1 wodby/nginx#40
- Elasticsearch, Kibana 7.4.2, 6.8.5
- MariaDB 10.4.10, 10.3.20, 10.2.29, 10.1.43
- Solr 8.3.0
- Memcached 1.5.20
- PostgreSQL:
- New latest PostgreSQL 12.1
- Updated to 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25
- Adminer 4.7.5
- Node.js 12.13.1
- Redis 5.0.7
- Adminer, xhprof, webgrind rebased to PHP 7.2
Update instructions
Update your .env
file
5.4.12
Changes since 5.4.11
- Added Selenium standalone chrome container for PHPUnit tests #409
- PHP:
- ❗️Security updates: 7.1.33, 7.2.24, 7.3.11
- Updated PECL extensions: mongodb 1.6.0, grpc 1.23.1, apcu 5.1.18, memcached 3.1.4
- Nginx:
- Updated to 1.17.5
- Added brotli compression extension (enabled by default in addition to gzip) wodby/nginx#37
- Varnish:
- Varnish updated to 6.0.5
- Varnish modules now installed from branch 6.0 varnish/varnish-modules#144
- Bugfix: private files access restricted with enabled static files cache wodby/varnish#24
- Adminer 4.7.4
- Elasticsearch and Kibana 7.4.1, 6.8.4
- Node.js 8.16.2, 10.17.0, 12.13.0
- Alpine Linux updated to 3.10.3 for most images
- Content of
traefik.yml
(for running multiple projects) updated to traefik v2.0 - XHProf viewer, adminer, webgrind rebuilt against latest PHP image
Update instructions
Update your .env
file
5.4.11
Changes since 5.4.10
- ❗️Traefik major update to v2.0. Update your
docker-compose.yml
file (traefik labels changed) #401 - Vanilla Drupal 8.7.8
- PHP:
- Updated to 7.3.10, 7.2.23
- Drupal console launcher 1.9.3
- Env var
$PHP_XDEBUG_IDEKEY
added for xdebug integration more IDEs #404
- Nginx 1.17.4
- MariaDB:
- Updated to 10.4.8, 10.3.18, 10.2.27
- Version 10.4 is now latest by default
- Memcached 1.5.19
- Redis 3.1.3
- Elasticsearch and Kibana 7.4.0, 6.8.3
- Node.js 12.11.1
- Alpine Linux updated to 3.10.2 for Solr images
- Webgrind, adminer and xhprof viewer rebuilt against latest PHP image
Update instructions
Update your docker-compose.
and .env
files
5.4.10
Changes since 5.4.9
- Vanilla Drupal updated to 8.7.7
- PHP:
- Security updates: 7.3.9, 7.2.22, 7.1.32
- Newrelic extension log level set to
warning
by default - Drupal console launcher updated to 1.9.2
- Varnish security update 6.0.4
- Nginx 1.17.3, 1.16.1
- Apache 2.4.41
- Memcached 1.5.17
- Elasticsearch and Kibana 7.3.1
- Node.js 12.9.1, 10.16.3, 8.16.1
- Adminer 4.7.3
- Alpine Linux 3.10.2
- Webgrind, adminer and xhprof viewer rebuilt against latest PHP image
Update instructions
Update your .env
file
5.4.9
Changes since 5.4.8
- Vanilla Drupal updated to 8.7.6
- PHP:
- ❗️Security updates: 7.3.8, 7.2.21, 7.1.31
- Bugfix: crontab via env var wasn't created when run with preloaded iconv
- Updated PECL extensions: rdkafka 3.1.2, mongo 1.5.5
- NewRelic extension:
- Added additional options wodby/php#85
- Default logging destination changed to
stderr
- The extension no longer loaded unless
$PHP_NEWRELIC_ENABLED
specified
- Drupal console launcher updated to 1.9.1
- MariaDB:
- ❗️Security updates: 10.4.7, 10.3.17, 10.2.26, 10.1.41
- Version 10.4 temporary has no PAM wodby/mariadb#20
open_files_limit
is now configurable wodby/mariadb#18
- Nginx:
- Updated to 1.17.2
- Added default location
humans.txt
wodby/nginx#35
- PostgreSQL updates: 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24
- Solr updated to 8.2.0
- NodeJS updated to 12.8.0, 10.16.2
- Elasticsearch and Kibana updated to 7.3.0, 6.8.2
- Adminer, Webgrind, Xhprof viewer rebuilt against the updated base image
- Alpine Linux updated to 3.10 for Varnish, OpenSMTPD and MariaDB (except 10.1)
Update instructions
Update your .env
file
5.4.8
Changes since 5.4.7
- Vanilla Drupal updated to 8.7.5
- PHP:
- Bugfix updates to 7.3.7, 7.2.20
- Event extension updated to 2.5.3
- Drupal console launcher updated to 1.9.0
- Solr:
- Solr updated to 7.7.2
- Added Solr 8.1, now latest
- Bugfix:
$SOLR_HEAP
did not have any effect - Added search_api_solr 8.x-3.x configsets wodby/solr#8
- We now have only major versions in
.env
by default (8, 7, 6, 5) - Images rebased to wodby/base-solr (see README at https://github.com/wodby/base-solr)
- MariaDB:
- Updated to 10.3.16, 10.2.25
- Added new major version 10.4
- You can now add plugins via
$MARIADB_PLUGIN_LOAD
wodby/mariadb#15 - Added linux-pam library for PAM auth
- Added
$MYSQL_CONNECT_TIMEOUT
wodby/mariadb#17
- Varnish:
webp
added to the list of default static file extensions- PageSpeed downstream caching:
- PS-CapabilityList now set to "fully general optimizations only" only if static files cache enabled
- Bugfix: caching for
text/html
was disabled
- Elasticsearch and Kibana:
- Updated to 7.2.0
- We now install standard version of Elasticsearch and Kibana instead of OSS
- Base image for Elasticsearch changed to adoptopenjdk/openjdk11
- Nginx updated to 1.17.1
- PostgreSQL updates: 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23
- Webgrind updated to 1.6.1
- Adminer updated to 4.7.2
- Node.JS updated to 12.6.0
- Adminer, Webgrind, Xhprof viewer rebuilt against the updated base image
- Alpine Linux (base OS) updated to 3.10.1 for most of the images
Update instructions
Update your .env
file