Skip to content

5.0.2

Compare
Choose a tag to compare
@csandanov csandanov released this 29 Mar 05:21
· 2684 commits to master since this release

Changes since 5.0.1

  • Vanilla Drupal updated to 8.5.1, 7.58 (security update)
  • New make actions added: make drush [cmd] (runs with -r /var/www/html/web) and make logs [svc]
  • Apache:
    • Updated to 2.4.33 (security update)
    • New environment variable APACHE_INCLUDE_CONF to override virtual host config wodby/docker4wordpress#29
    • New environment variable APACHE_LIMITED_ACCESS to remove Require all granted when you need to limit access by IP
  • PHP:
    • Drush launcher updated to 1.7.0
    • Drupal console launcher updated to 1.8.0
    • GRPC extension updated to 1.10.0
    • Added environment variables PHP_SESSION_ for session runtime configuration wodby/drupal-php#53
    • Bugfix: global drush was used instead of drush launcher drush-ops/drush#3452
  • Solr:
    • New 7.2 version
    • Patch update: 6.6.3
    • Solr 7.x config sources updated to search_api_solr 8.x-2.0-alpha3
    • Allow to change instanceDir for new core wodby/solr#2
  • MariaDB updated to 10.2.14, 10.1.32

Update instructions

  • Update the following tags in your .env file: $DRUPAL_TAG, $PHP_TAG, $SOLR_TAG, $APACHE_TAG, $MARIADB_TAG
  • Update your Makefile to get new drush commands