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

3.1.1

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 13 Jun 04:09
· 1142 commits to master since this release

Breaking changes

N/A

New variables in default.config.yml

  • #ssh_home: "{{ drupal_core_path }}" - The SSH_HOME the default Drupal VM user would be redirected to upon SSH login (e.g. vagrant ssh). This new variable is entirely optional and commented by default.

Improvements

  • #709: Add strict vagrant version requirement for easier debugging.
  • #707: Use official packages.drupal.org for Composer drupal package repository.
  • #724: Add default www.drupalvm.dev alias to Apache and Nginx vhosts.
  • #725: Better ordering and description of Drupal-related variables in default.config.yml.
  • #665: Add ssh_home var as default pwd for SSH.

Bugfixes

  • #715: Set node global install directory to a location writable by the vagrant user.
  • #726: Ensure correct permissions when using Composer create-project.
  • #650: Bump MySQL role version to fix root user account password.