Hi everyone,
I'm happy to announce the release of Vagrant 2.1.0. This release includes a number of improvements, bug fixes, and a new feature. Notable updates include:
* Updates to the docker, chef, and puppet provisioners
* Disable automatic exception reports by default
* Improved Hyper-V enabled check for Windows hosts
* Usage updates for running in WSL
The Vagrant 2.1.0 release adds a new feature to Vagrant: triggers. This is a new triggers implementation built directly into Vagrant. It shares similar functionality with the vagrant-triggers plugin (
https://github.com/emyl/vagrant-triggers) but is not compatible with the vagrant-triggers plugin. To find out more about triggers please see the documentation page:
Also added in the 2.1.0 release is a new generic Linux release asset. It is a zip archive with a single vagrant executable. The executable is an AppImage application and is intended to provide a fully functional Vagrant application to Linux distributions that may not have a system package available. This is a new style of release asset so any feedback on issues encountered with it will be very helpful to refine it in future releases.
For a full list of the changes included in this release, please see the changelog:
Download the latest release:
Cheers!
- Chris