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

4.8.1

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 10 Mar 17:48
· 365 commits to master since this release

Breaking Changes

Drupal VM now requires Ansible 2.4+ if you are using the version installed on your host. (Used to require 2.2+).

New/changed variables in default.config.yml

  • drupalvm_ansible_version_min is now 2.4. Make sure to upgrade if you're on an older version!

Improvements

  • #1701: Ansible required version is TOO DARN LOW!
  • #1682: Add documentation for setting up Atom with XDebug.
  • Updated roles: git, ruby, apache-php-fpm, solr, security, java, git, php.

Bugfixes

  • #1692: Fix the install-drupal command on the Docker image.
  • #1704: Ansible version check is done on host even when force_ansible_local is true.
  • #1708: Selenium paths value in docs should be quoted.