This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
4.3.0 "Ring Game and Escape"
Breaking Changes
- No explicit breaking changes; however, you should update any of the changed variables in the 'Updated Drupal-specific variable names' section below.
New/changed variables in default.config.yml
vagrant_gui: false
added (allows UI to appear after runningvagrant up
- Issue #1175).- Updated Drupal-specific variable names (Issue #1192):
drupalvm_database
changed todrupal_db_backend
build_makefile
changed todrupal_build_makefile
build_composer
changed todrupal_build_composer
build_composer_project
changed todrupal_build_composer_project
install_site
changed todrupal_install_site
drupal_core_owner
added (defaults todrupalvm_user
- Issue #1192)tideways
added (commented out) toinstalled_extras
(Issue #1181)
Improvements
- #1192: Move Drupal build and install code into revamped
geerlingguy.drupal
role. - #1175: Add
vagrant_gui
option to allow GUI to show when runningvagrant up
. - #1200: Only install necessary development packages (for faster, lighter builds).
- Roles updated to latest version: Composer, Solr, Java, Selenium, Drush, Firewall, and Varnish.