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

2.2.0

Compare
Choose a tag to compare
@becw becw released this 01 Aug 21:37
· 63 commits to develop since this release

Fixed

  • Fixed a bug where quoted drush arguments (e.g. passwords with spaces, SQL queries, PHP statements) were passed to drush incorrectly (issue #36, PR #53)

Changed

  • HTTPS is now enabled by default (PR #49)
  • The self-signed certificate generation now uses a configuration template, which includes a subjectAltName (issue #50, PR #51
  • The templated Vagrantfile now requires Vagrant >= 2.1.0 (issue #52, PR #54)

Updating from 2.1.0

  • This update does not require destroying your current vagrant box.
  • These steps apply for projects that have not copied the full set of provisioning into their project; if there is a provisioning/ directory in your project root, you may not receive the full set of fixes with these steps alone.
  1. Uninstall the vagrant-triggers plugin with vagrant plugin uninstall vagrant-triggers
  2. Update to Vagrant >= 2.1.0
  3. In your project, require this new release of the-vagrant
  4. In your project, run vendor/bin/the-vagrant-installer
  5. Respond to the prompts to regenerate your Vagrantfile
  6. Review the changes to make sure that you don't lose any customizations you had to this file
  7. Run vagrant up --provision or vagrant reload --provision to update your box