Skip to content

5.3.0

Compare
Choose a tag to compare
@csandanov csandanov released this 26 Sep 12:12
· 2431 commits to master since this release

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