Skip to content

Releases: Parallels/vagrant-parallels

v1.3.12

28 May 12:59
Compare
Choose a tag to compare
  • Fixed error Vagrant could not detect Parallels Desktop! with Parallels Desktop 10.2.1 [GH-184]

v1.3.10

20 Apr 12:51
Compare
Choose a tag to compare
  • Minor localization fix
  • Added early support for upcoming version of Parallels Desktop

v1.3.9

10 Mar 11:37
Compare
Choose a tag to compare

Fix:

  • Yet another fix for network configuration in Windows [GH-170#comment]

v1.3.8

07 Feb 09:54
Compare
Choose a tag to compare

Fix:

  • Fixed network configuration for Windows guests [GH-170]

v1.3.7

25 Dec 15:10
Compare
Choose a tag to compare

Fix:

  • Fixed issue of "vagrant up" failure after disabling DHCPv4 server for Host-Only [GH-163]

Enhancement

  • Added customization step 'post-import', which is triggered right after the importing new VM from a box [GH-165].
    It is useful to call any actions which should be done only once, for example, new device adding:
config.vm.provider "parallels" do |v|
  v.customize("post-import", ["set", :id, "--device-add", "hdd", "--image", "/path/to/new_disk.hdd", "--type", "expand"])
end

v1.3.6 - Compatibility with Parallels Desktop 10.1.2 and higher

23 Dec 07:29
Compare
Choose a tag to compare

Fix:

  • Fixed issue of private networking and NFS shared folders in Parallels Desktop >= 10.1.2 [GH-160]

v1.3.5

20 Dec 21:38
Compare
Choose a tag to compare

Fixes:

  • Fixed regenerate SourceVmUuid for multiple machines in parallel mode [GH-153]
  • Fixed issue when Parallels Tools are never detected as "installed" [GH-156]

v1.3.4

31 Oct 07:51
Compare
Choose a tag to compare

Enhancement:

  • NFS synced folders don't require private_network set up anymore [GH-152].

v1.3.3

12 Oct 16:01
Compare
Choose a tag to compare

Fix:

  • Fixed error of private_network adapter configuration in multi-machine Vagrant environment [GH-148]

v1.3.0

10 Oct 07:56
Compare
Choose a tag to compare

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.