This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
2.2.0
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.
- Uninstall the vagrant-triggers plugin with
vagrant plugin uninstall vagrant-triggers
- Update to Vagrant >= 2.1.0
- In your project, require this new release of the-vagrant
- In your project, run
vendor/bin/the-vagrant-installer
- Respond to the prompts to regenerate your
Vagrantfile
- Review the changes to make sure that you don't lose any customizations you had to this file
- Run
vagrant up --provision
orvagrant reload --provision
to update your box