This repository was archived by the owner on Feb 13, 2023. It is now read-only.
4.2.0 "Theme From Tron" (2017-01-30)
Breaking Changes
- N/A
New/changed variables in default.config.yml
apache_packages_state: latestadded to ensure latest Apache version is installed.firewall_disable_firewalld: trueandfirewall_disable_ufw: trueto ensure the system default firewalls are disabled on CentOS and Ubuntu, respectively (we set up our own rules, so this prevents weird problems).
Improvements
- #1123: Add Tideways support and updated documentation for use.
- #1107: Allow additions to PHP packages via php_packages_extra.
- #1092: Docs makeover.
- #1134: Make Solr core work out of the box with Drupal 8 Search API Solr more easily.
- #1110: Move
cronexample to the Docs. - #649: Document how to use
vagrant-lxcwith Drupal VM. - Update roles to latest versions: firewall, elasticsearch, nodejs, solr, nginx.