Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

3.4.0 "Anthem for Keyboard Solo"

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 12 Oct 22:21
· 1008 commits to master since this release

NOTE: If you haven't updated to 3.3.0 yet, be sure to read through the 3.3.0 Release Notes and make necessary changes before upgrading to 3.3.2.

Breaking changes

  • If you have selenium in installed extras: The arknoll.selenium role now defaults to installing Google Chrome / chromedriver instead of Firefox. See the role's documentation to see which variables should be set if you want to stick with Firefox (see: #924).
  • If you're running PHP 5.6 with the geerlingguy/ubuntu1404 box: PHP 5.6 under Ubuntu 14.04 was using a deprecated PPA. Since switching to Ondrej's updated PPA, we had to also update the list of packages/paths in the documentation for running PHP 5.6 under Drupal VM. If you are using PHP 5.6, be sure to update your php_* variables (see: #921).

New/changed variables in default.config.yml

  • vagrant_memory has been increased to 2048 (was 1024).

Improvements

  • #924: Upgrade to arknoll.selenium 2.0.0 role, adding support for Chrome/chromedriver with Selenium.
  • #922: Increase default memory usage from 1024 MB to 2048 MB.
  • #916: Document setup within Windows Subsystem for Linux / Ubuntu Bash environment.

Bugfixes

  • #921: Switch to mainline/supported PHP 5.6.x releases instead of deprecated PPA releases.