Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@becw becw released this 27 Jun 22:35
· 79 commits to develop since this release

Changes

  • Now requires version >= 1.2.0, < 2.0 of the drupalbox, instead of allowing v1.1.1. See palantir/drupalbox on Vagrant Cloud for the box changelogs.
  • Removed VMware support for the >1.2.0 drupalbox
  • Find drushrc.php in a project's drush/ directory as well as in the conf/ directory

Fixes

  • Updated README
  • Removed debug message from provisioning
  • Removed duplicate solr flag setting in the Vagrantfile template

Updating from 2.0.1

After updating to this release:

  1. Review your Vagrantfile and verify that there is only one copy of the solr configuration line (see 682fad)
  2. In your project, run vagrant box update to ensure that you have the 1.2.0 version of the drupalbox Vagrant base box. If this downloads a new box, you will need to destroy and re-create your box:
    1. vagrant destroy
    2. vagrant up
  3. Otherwise, if you are already using drupalbox v1.2.0, you may re-provision vagrant up --provision or vagrant reload --provision to apply the drushrc.php changes