Skip to content

Releases: wodby/docker4drupal

5.3.3

09 Nov 09:56
Compare
Choose a tag to compare

Changes since 5.3.2

  • ⭐️Added new service xhprof viewer for analysis and graphical review of xhprof traces
  • Added Redis 5, dropped Redis 3
  • Vanilla Drupal:
    • Patch updates: 8.6.3, 7.61
    • Images's tags no longer contain PHP version
  • PHP:
    • Patch updates: 7.2.12, 7.1.24
    • Added event extension
    • You can now disable extensions via $PHP_EXTENSIONS_DISABLE (separated by comma)
    • Extension update: igbinary 2.0.8, ast 1.0.0, grpc 1.16.0
    • ImageMagick downgraded to 7.0.7.32 with enabled openmp
    • Bugfix: gpg keys import did not work
    • Bugfix: tideways xhprof extension could not be enabled
  • Nginx:
    • Patch updates: 1.15.6, 1.14.1
    • Default security headers duplicated #336
    • Added $NGINX_STATIC_404_TRY_INDEX, when set Nginx redirects 404 static files request to index file (required for stage_file_proxy module) #270
    • $NGINX_LOG_FORMAT_SHOW_REAL_IP deleted in favor of $NGINX_SET_REAL_IP_FROM
  • MariaDB's innodb_default_row_format is now configurable and set to dynamic fo all versions by default
  • Node.js minor updates: 10.13.0
  • Elasticsearch and Kibana patch updates: 5.6.13
  • Webgrind and Adminer rebased to the latest PHP image
  • Apache patch update: 2.4.37 wodby/apache#5
  • MariaDB patch update: 10.1.37 wodby/mariadb#10

Update instructions

Update your .env and docker-compose.yml files

5.3.2

18 Oct 12:15
Compare
Choose a tag to compare

Changes since 5.3.1

  • ❗️Vanilla Drupal core security update: 8.6.2, 7.60
  • Bugfix: incorrect node image tags
  • Node, redis, memcached tags changed to major versions to include minor updates
  • Memcached patch update: 1.5.11

Update instructions

Update your .env file

5.3.1

12 Oct 11:54
Compare
Choose a tag to compare

Changes since 5.3.0

  • PHP:
    • Patch updates: 7.1.23, 7.2.11
    • uuid pecl extension added wodby/php#43
    • oauth extension patch update: 2.0.3
    • PHP env vars moved from FPM config to the general PHP config
    • Bugfix: invalid Drupal 8 sync directory permissions
  • Nginx:
    • Patch update 1.15.5
    • real_ip params are now configurable wodby/nginx#9
  • Node:
    • Minor updates: 10.12, 8.12
    • Directory /usr/src/app/node_modules/.bin added to $PATH
  • MariaDB patch update 10.3.10
  • Adminer:
    • Bugfix: some $PHP_ env vars were ignored
    • Default memory limit set to 512M
  • Adminer and Webgrind rebased to the latest php image

Update instructions

Update your .env file

5.3.0

26 Sep 12:12
Compare
Choose a tag to compare

Changes since 5.2.3

  • Docker-compose file version update to 3 (no real changes made to format)
  • Drupal 6 dropped
  • PHP:
    • Rebased to Alpine 3.8 with updated runtime libraries
    • ❗️PHP 7.0 dropped, upgrade to 7.1 (see why?)
    • Argon2 password hash supported added to PHP 7.2
    • MongoDB extension updated to 1.5.3
    • Bugfix: segfaul in PHP's mail function when sent to multiple recipients (busybox bug)
    • Bugfix: xhprof tideways extension enabled twice
  • MariaDB:
    • Patch update: 10.2.18
    • Improved performance for backup orchestration action
  • Apache:
    • Patch update: 2.4.35
    • Option Indexes now disabled by default, can be enabled via $APACHE_INDEXES_ENABLED
  • Adminer:
    • Adminer now comes with support for all db drivers (including PostgreSQL) and languages
    • Added the default list of plugins, enabled via $ADMINER_PLUGINS
    • You can now change Adminer design via $ADMINER_DESIGN
    • Default values for db driver, host and name can be changed via $ADMINER_DEFAULT_DB_
  • Varnish:
    • Bugfix: batch pages did not work with Varnish
    • has_js cookie no longer stripped
  • Nginx patch update: 1.15.4
  • Elasticsearch and Kibana patch update: 5.6.12
  • Webgrind and Adminer rebased to the latest stable PHP image

Update instructions

Update your .env and docker-compose.yml files

5.2.3

15 Sep 10:15
Compare
Choose a tag to compare
  • PHP:
    • Libraries update: ImageMagick 7.0.8.11, FreeType 2.9.1
    • OpenMP disabled in ImageMagick due to stability issues
    • Bugfix: xhprof (tideways) extension could not be enabled

5.2.2

14 Sep 13:06
Compare
Choose a tag to compare

Changes since 5.2.1

  • PHP:
    • ❗️Security updates: 7.2.10, 7.1.22, 7.0.32, 5.6.38
    • Added $PHP_PHAR_ env vars for Phar runtime configuration
    • Updated PHP extensions:
      • patch: apcu 5.1.12, ds 1.2.6, igbinary 2.0.7, xdebug 2.6.0
      • minor: mongodb 1.5.2, grpc 1.15.0
      • major: redis 4.1.1
  • Nginx:
    • New 50x error page, use $NGINX_ERROR_MESSAGE_50x to add a custom message
    • Env vars $NGINX_ERROR_PAGE_40x replaced to $NGINX_ERROR_40x_URI
  • Webgrind and adminer rebased to the latest stable php image

Update instructions

Update your .env file

5.2.1

12 Sep 08:47
Compare
Choose a tag to compare

Changes since 5.2.0

  • Vanilla Drupal updated to 8.6.1
  • PHP extension xhprof (tideways) updated to 5.0-beta2
  • Nginx
    • Nginx no longer hides 50x errors by default, can be enabled via $NGINX_HIDE_50x_ERRORS
    • Setting $NGINX_VHOST_PRESET to empty value now disables usage of any presets
    • New $NGINX_VHOST_NO_DEFAULTS to disable default rules for virtual host
  • PostgreSQL patch updates: 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24
  • Redis patch update: 4.0.11
  • Solr patch update: 6.6.5
  • MariaDB patch update: 10.1.36
  • Adminer and webgrind rebased to latest stable php image
  • Varnish bugfix: flush orchestration action failed when used parameter host

Update instructions

Update your .env file

5.2.0

03 Sep 10:02
Compare
Choose a tag to compare

Changes since 5.1.2

  • Bugfix: missing docker-compose.override.yml in docker4drupal.tar.gz for vanilla Drupal
  • PHP:
    • Patch updates: 7.2.9, 7.1.21
    • Added rdkafka extension
    • SSH key and crontab can now be added via bind mounts
    • PostgreSQL lib updated to 10.5
    • Bugfix: PHP 5.6 missed GMP library
    • Bugfix: incorrect owner on wodby's ~/.shrc, ~/.bashrc, ~/.bash_profile
    • Bugfix: entrypoint fails when command executed with --[flag]
    • Libraries and extensions versions moved out from env vars
  • Nginx:
    • Nginx updated to 1.15.3
    • Use of $NGINX_LOG_FORMAT_OVERRIDE now prevails use of $NGINX_LOG_FORMAT_SHOW_REAL_IP
    • Bugfix: overriding log format via $NGINX_LOG_FORMAT_OVERRIDE produced an error
    • Dropped 1.13
  • MariaDB:
    • Patch updates: 10.3.9, 10.2.7
    • ionice no longer used in orchestration actions
    • Bugfix: triggers duplicated while performing db dump orchestration action
    • Bugfix: missing privileges could break import
    • Bugfix: entrypoint failure when mysql invoked with --[flag]
  • Node.js:
    • Added new version 10.9, is now latest
    • Dropped version 9.x
    • Patch updates: 8.11.4, 6.14.4
  • Elasticsearch and Kibana:
    • Rebased to Alpine Linux 3.8 with OpenJDK 8.171.11 (JRE)
    • Added new versions 6.3 for ES and KIbana, now latest
    • For version 6.3+ we now install OSS version of ES and Kibana (without x-pack)
    • Kibana and ES patch updates: 5.6.11
  • Solr:
    • Image wodby/drupal-solr now replaced with wodby/solr and $SOLR_DEFAULT_CONFIG_SET configured via .env (set to search_api_solr_8.x-2.1 by default, see available config sets for Search API Solr)
    • Config sets and solr.xml now symlinked to volume
    • Core directory get deleted when you delete a core via orchestration actions
  • Varnish:
    • Image wodby/drupal-varnish now replaced with wodby/varnish and $VARNISH_CONFIG_PRESET=drupal
    • External purge now always restricted by purge key
    • Unrestricted purge from the internal network can be optionally enabled (enabled by default)
    • Cache for mobile devices can now be separated or disabled entirely
    • Big files (by default >10M) won't be cached by default
    • Static files cache disabled by default for all presets
    • All varnish-related headers now start with X-VC-, e.g. X-Varnish-Cache is now X-VC-Cache
    • Secondary storage can now be defined for all presets
    • List of static files extensions expanded
    • Analytics/marketing cookies and query params stripped, configurable
    • New env vars to optionally preserve all cookies and query params
    • Query params can be ignored to cache URLs as a single object
    • Purge method now can be changed to regex and exact (respects query params)
    • Hashes and trailing ? stripped from URL before passing to a backend
    • All AJAX requests not cached
    • Error pages 404 and >500 not cached with a configurable grace period
    • Env vars changed for presets (old => new), old variant still supported:
       VARNISH_EXCLUDE_URLS => VARNISH_DRUPAL_EXCLUDE_URLS
       VARNISH_PRESERVED_COOKIES => VARNISH_DRUPAL_PRESERVED_COOKIES
      
    • Friendly varnish error message by default
  • Memcached patch update: 1.5.10
  • OpenSMTPD patch update: 6.0.3
  • Broken tag for PostgreSQL 10 fixed

Update instructions

Update your .env and docker-compose.yml files

5.1.2

07 Aug 11:27
Compare
Choose a tag to compare

Changes since 5.1.1

  • Vanilla Drupal updated to 8.5.6
  • PHP:
    • Updated to 7.2.8, 7.1.20, 7.0.31, 5.6.37
    • /var/www/html/vendor/bin added to $PATH
    • Added ~/.bash_profile for wodby user
    • SSH key, crontab and authorized key now can be added via bind mounts
  • Nginx:
    • Image wodby/drupal-nginx has been replaced with wodby/nginx with $NGINX_VHOST_PRESET=drupal8
    • Nginx updated to 1.15.2
    • Rebased to Alpine Linux 3.8
    • Drupal's preset env vars renamed (old names still supported):
      NGINX_STATIC_CONTENT_* => NGINX_STATIC_*
      NGINX_ALLOW_XML_ENDPOINTS => NGINX_DRUPAL_ALLOW_XML_ENDPOINTS
      NGINX_XMLRPC_SERVER_NAME => NGINX_DRUPAL_XMLRPC_SERVER_NAME
      NGINX_DRUPAL_TRACK_UPLOADS => NGINX_TRACK_UPLOADS
      
    • New env vars NGINX_ERROR_PAGE_ to customize 403/404 pages location
    • Extended list of static files extensions (see README)
    • New env vars NGINX_STATIC_ to control settings for handling static content
    • New env var NGINX_ALLOW_ACCESS_HIDDEN_FILES to control access to files starting with a dot
    • Added pseudo-streaming server-side for .flv, .mp4, .mov, m4a files
    • Env vars NGINX_STATIC_MP4_* for mp4 streaming configuration
    • Updated default values for open_file_cache settings
    • Default expires for static content set to 7d by default
  • Apache:
    • Image wodby/php-apache has been replaced with wodby/apache with $APACHE_VHOST_PRESET=php
    • Env var APACHE_SERVER_ROOT renamed to APACHE_DOCUMENT_ROOT (old name still supported)
    • MPM modules are now shared and can be changed (event is still the default)

Update instructions

Update your .env and docker-compose.yml files

5.1.1

04 Jul 12:50
Compare
Choose a tag to compare

Changes since 5.1.0

  • PHP updated to 7.2.7, 7.1.19
  • MariaDB updated to 10.3.8, 10.2.16
  • PostgreSQL updated to 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23
  • Node updated to 9.11.2, 8.11.3
  • Redis updated to 4.0.10, 3.2.12
  • Memcached updated to 1.5.8
  • Adminer updated to 4.6.3
  • Solr:
    • Added Solr 7.4 (now default) and 7.3
    • Solr updated to 6.6.3
    • search_api_solr (source of a default drupal config set) updated to 8.x-2.0
    • Solr 6.6 now uses config set from 8.x-2.0 instead of 8.x-1.2
    • Dropped Solr 7.0, 6.5, 6.4, 6.3
    • Bugfix: container didn't start with mounted configsets wodby/drupal-solr#3
  • Added LTS Node 6.14.3
  • Added OpenSMTPD container
  • Cookies that won't be stripped by Varnish can now be configured with VARNISH_PRESERVED_COOKIES

Update instructions

Update your .env and docker-compose.yml files