Releases: wodby/docker4drupal
Releases · wodby/docker4drupal
6.0.7
Changes since 6.0.6
- ⬆️ Vanilla Drupal 10.1.2, 9.5.10
- PHP:
- ⬆️ Updated to 8.2.8, 8.1.22, 8.0.30
- ⬆️ Xdebug 3.2.2
- ⭐️ Added AVIF support for gd wodby/php#183
- ⬆️ Updated gd library wodby/php#182
- ⬆️ ODBC library and ms tools updated to 18.3.1.1
- ⭐️ ODBC library and ms tools now compatible with arm64 variant
- Nginx:
- ⬆️ Updated to 1.25.2
- 📜
.md
andweb.config
files now hidden wodby/nginx#86 - 📜 composer and node files now hidden regardless of depth wodby/nginx#86
- 🐞
NGINX_HEADERS_CONTENT_SECURITY_POLICY
default value override didn't apply to Drupal 10 preset
- ⬆️ MariaDB 11.0.3, 10.11.5, 10.10.6, 10.9.8, 10.6.15, 10.5.22, 10.4.31
- ⬆️ Redis 7.0.12, 6.2.13
- ⬆️ PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21
- ⬆️ Elasticsearch, Kibana 7.17.12
- ⬆️ Node.js 18.17.1, 16.20.2
- 📜 Removed legacy
version
from docker-compose files #555 - 🐞 Missing Drupal 10 nginx vhost env var in default
.env
file #551 - 📜 Added
init: true
for crond and adminer services to handle termination signals #552 - 🏔 Alpine Linux updated to 3.18.3, 3.16.7
Update instructions
Update your .env
and docker-compose.yml
files
6.0.6
Changes since 6.0.5
- ⬆️ Vanilla Drupal 7.98
- PHP:
- ⬆️ Updated to 8.2.7, 8.1.20, 8.0.29
- ⭐️ NewRelic extension and agent added to arm64 variants
- Nginx:
- ⬆️ Updated to 1.25.1
- 📜 Added support for Drupal 10.1 css/js aggregation wodby/nginx#84
- 📜 Updated paths for advagg v5 wodby/nginx#82
- MariaDB
- ⭐️ Added new versions: 11, 10.11, 10.10
- 🪦 Dropped versions 10.3, 10.7, 10.8 (EOL)
- ⬆️ Updated to 10.9.7, 10.6.14, 10.5.21, 10.4.30
- ⬆️ Memcached 1.6.21
Update instructions
Update your .env
file
6.0.5
Changes since 6.0.4
- ⬆️ Vanilla Drupal 10.0.9, 9.5.9
- ⬆️ PHP 8.2.6, 8.1.19
- ⭐️ Nginx 1.25, 1.24 added
- ⬆️ MariaDB 10.9.6, 10.8.8, 10.6.13, 10.5.20, 10.4.29, 10.3.39
- ⬆️ PostgreSQL 15.3, 14.8, 13.11, 12.15, 11.20
- ⬆️ Elasticsearch, Kibana 7.17.10
- ⬆️ Memcached 1.6.20
- 🏔 Alpine Linux upgraded to 3.18 for some of the images
Update instructions
Update your .env
file
6.0.4
Changes since 6.0.3
- ⬆️ Vanilla Drupal 10.0.8, 9.5.8, 7.97
- ⬆️ PHP 8.2.5, 8.1.18
- ⬆️ Apache HTTPD 2.4.57
- ⬆️ Redis 7.0.11, 6.2.12
- ⬆️ Node.js 18.16.0
- 🐞 Solr bugfix: default collection creation in init action failed in Solr cloud mode during wodby/solr#20
- 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5
Update instructions
Update your .env
file
6.0.4-rc
Changes since 6.0.3
- ⬆️ Vanilla Drupal 10.0.8, 9.5.8, 7.96
- ⬆️ PHP 8.2.5, 8.1.18
- ⬆️ Apache HTTPD 2.4.57
- ⬆️ Redis 7.0.11, 6.2.12
- ⬆️ Node.js 18.16.0
- 🐞 Solr bugfix: default collection creation in init action failed in Solr cloud mode during wodby/solr#20
- 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5
Update instructions
Update your .env
file
6.0.3
Changes since 6.0.2
- ⬆️ Vanilla Drupal 10.0.7, 9.5.7, 7.95
- PHP:
- ⬆️ Updated to 8.2.4, 8.1.17
- ⬆️ Updated PECL extensions ast 1.1.0, igbinary 3.2.14, mongodb 1.15.1, sqlsrv 5.11.0, xhprof 2.3.9, yaml 2.2.3
- ⬆️ ODBC libraries updated to 18.2.1.1
- 🛠 MS tools binaries now linked to
/usr/bin
- Redis:
- ⬆️ Updated to 7.0.10
- 🐞 Bugfix: redis saved to disk even when
REDIS_SAVE_TO_DISK
was not set
- ⬆️ Apache HTTPD 2.4.56
- ⬆️ Nginx 1.23.4
- ⬆️ Memcached 1.6.19
- ⬆️ Node.js 18.15.0
- 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5
- 🐞 Fixed docker-compose syntax warning in
traefik.yml
#545
Update instructions
Update your .env
and traefik.yml
files
6.0.2
Changes since 6.0.1
- 🐞 Incorrect architecture in Alpine Linux alpinelinux/docker-alpine#303 (comment)
- Node.js:
- ⬆️ Updated to 18.14.2
- 📦 Added
g++
package to thedev
version of the images
Update instructions
Update your .env
file
6.0.1
Changes since 6.0.0
- PHP:
- ⬆️ Updated 8.2.3, 8.1.16, 8.0.28
- 📜 Introduced
$PHP_MAIL_MIXED_LF_AND_CRLF
to return line separator non LF for mail sending php/php-src#8086
- ⬆️ PostgreSQL 15.2, 14.7, 13.10, 12.14, 11.19
- ⬆️ Node.js 18.14.1, 16.19.1, 14.21.3
- 🏔 Alpine updated to 3.17.2, 3.16.4, 3.15.7
Update instructions
Update your .env
file
6.0.0
Changes since 5.7.1
- ⬆️ Vanilla Drupal 10.0.3, 9.5.3
- ⬆️ Drush launcher 0.10.2
- PHP:
- ⬆️ Updated to 8.2.2, 8.1.15
- 📜 Introduced
PHP_XDEBUG_USE_COMPRESSION
to controlxdebug.use_compression
- Webgrind:
- 🐞 Call graph generation fails wodby/webgrind#4
- ⭐️ Added support for code explorer in Webgrind wodby/webgrind#5
- 📜 Added default bind mount to webgrind service to mount codebase
- ⬆️ MariaDB 10.9.5, 10.8.7, 10.7.8, 10.6.12, 10.5.19, 10.4.28, 10.3.38
- ⬆️ Apache 2.4.55
- ⬆️ Redis 7.0.8, 6.2.10
- ⬆️ Node.js 18.14.0
- ⬆️ Elasticsearch, Kibana 7.17.9
- 🏔 Alpine updated to 3.17 for MariaDB (10.5-10.9), OpenSMTPD and Nginx
Update instructions
Update your .env
, docker-compose.yml
and docker-compose.override.yml
(for Vanilla Drupal) files
5.7.1
Changes since 5.7.0
- ⬆️ Vanilla Drupal 10.0.1, 9.5.1
- ⬇️ Global drush downgraded to v8 (for Drupal 7 compatibility)
- PHP:
- ⬆️ Updated to 8.2.1, 8.1.14, 8.0.27
- ⬆️ ODBC driver and mstools updated 18.1.2.1
- 🐞 Bugfix: opcache preload configuration didn't apply
- 🐞 Bugfix: locale-related methods not working in PHP 8.2, 8.1 wodby/php#177
- ⬆️ Memcached 1.6.18
- ⬆️ Node.js 18.13.0
- 🏔 Alpine updated to 3.17.1 and 3.16.3
Update instructions
Update your .env
file