This repository was 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: falseadded (allows UI to appear after runningvagrant up- Issue #1175).- Updated Drupal-specific variable names (Issue #1192):
drupalvm_databasechanged todrupal_db_backendbuild_makefilechanged todrupal_build_makefilebuild_composerchanged todrupal_build_composerbuild_composer_projectchanged todrupal_build_composer_projectinstall_sitechanged todrupal_install_site
drupal_core_owneradded (defaults todrupalvm_user- Issue #1192)tidewaysadded (commented out) toinstalled_extras(Issue #1181)
Improvements
- #1192: Move Drupal build and install code into revamped
geerlingguy.drupalrole. - #1175: Add
vagrant_guioption 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.