Skip to content

v1.3.0

Compare
Choose a tag to compare
@legal90 legal90 released this 10 Oct 07:56
· 525 commits to master since this release

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 and fmode options are not supported by prl_fs filesystem, the informative error message will be displayed. [GH-135]
  • Added sync_folders action support (relevant for using with docker provider) [GH-142]
  • Added support of name parameter in private_network definition [GH-136]

Fix:

  • Fixed error "Unable to connect to Parallels Service", occurred right after Parallels Desktop quit.