v1.3.0
Enhancements:
- Provider is marked as parallel. Now
vagrant up
will bootstrap all defined machines simultaneously (relevant to Multi-Machine environments) - Provider priority is set higher than 'virtualbox'. So that,
parallels
will be detected as default provider for Vagrant > 1.6 - Added sanity check of mount options for synced folders in Linux. Since
dmode
andfmode
options are not supported byprl_fs
filesystem, the informative error message will be displayed. [GH-135] - Added
sync_folders
action support (relevant for using withdocker
provider) [GH-142] - Added support of
name
parameter inprivate_network
definition [GH-136]
Fix:
- Fixed error "Unable to connect to Parallels Service", occurred right after Parallels Desktop quit.