Skip to content

5.0.2

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

Changes since 5.0.1

  • New make actions added: make wp [cmd] (runs with --path /var/www/html/) and make logs [svc]
  • Apache:
    • Updated to 2.4.33 (security update)
    • New environment variable APACHE_INCLUDE_CONF to override virtual host config #29
    • New environment variable APACHE_LIMITED_ACCESS to remove Require all granted when you need to limit access by IP
  • PHP:
    • GRPC extension updated to 1.10.0
    • Added environment variables PHP_SESSION_ for session runtime configuration wodby/drupal-php#53
  • MariaDB updated to 10.2.14, 10.1.32

Update instructions

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