Skip to content

Releases: Parallels/vagrant-parallels

v1.1.0

15 May 20:20
Compare
Choose a tag to compare

Feature

  • Manage Parallels Tools automatically [GH-70]

Parallels Tools is a set of Parallels utilities that ensures a high level of
integration between the host and the guest operating systems. As before, Vagrant checks the status of Parallels Tools after booting the machine.
But now it will automatically install/update Parallels Tools if they are not installed or their version is not the same as required.

Currently this feature is turned off by default, because the installation process takes a long time (2-6 minutes). But of course, you can enable it with this option:

config.vm.provider "parallels" do |v|
    v.update_guest_tools = true
end

Note 1: If you have disabled the checking of Parallels Tools version by the check_guest_tools = false option, then automatic installation/update will be skipped too.

Note 2: This feature is related to Linux guests only. In Windows and MacOS guests Parallels Tools will be updated automatically by the internal logic of Parallels Desktop.

Other changes

  • Serious code refactoring
  • Fixed locale mistakes & typos

v1.0.9.rc1

08 May 10:57
Compare
Choose a tag to compare
v1.0.9.rc1 Pre-release
Pre-release

Compatibility with Vagrant 1.6.
Now it is possible to run Docker containers in Parallels-based virtual machine!

v1.0.8

08 May 10:54
Compare
Choose a tag to compare
  • Fixed public_network error [GH-116]

v1.0.7

24 Apr 08:50
Compare
Choose a tag to compare

Features:

  • Power Consumption method is set to "Longer Battery Life" by default [GH-110]. It applies only for Parallels Desktop 9 and higher!

Bugfixes:

  • Worked around the issue when new VMs had the same SMBIOS UUID [GH-113]
  • Fixed an error when 'VagrantPlugins::Parallels::VERSION' was unavailable for other Vagrant plugins [GH-112]

P.s. There is also some minor fixes, source code refactoring, and new unit tests: 766d5d9

v1.0.6

25 Mar 19:44
Compare
Choose a tag to compare

v1.0.5

23 Mar 15:26
Compare
Choose a tag to compare

Bugfixes:

  • Fixed "Shared folders are missed after suspend -> resume/up" for Linux guests [GH-102]. Now shared folders in Linux guess are automatically mounted again after the resume.
  • Fixed "Default /vagrant share is blocking other synced folders" [GH-105]. Now it is possible to share any host's folder to many mount points on Linux guests.

v1.0.4

20 Mar 13:12
Compare
Choose a tag to compare

Hotfix :

  • Fixed "non-zero exit status" error while mounting synced folders.

v1.0.3

20 Mar 11:45
Compare
Choose a tag to compare

Features:

  • Changed 'mount_parallels_shared_folder' Linux guest capability. Folders are mounted directly to the specified path instead using a symlinks. It is possible to use mount options [GH-100]
  • Added 'host_address' provider capability. It allows to make 'landrush' plugin compatible with the Parallels provider [GH-98]

Bugfix:

  • Guest IP detection: return nil if 'parallels_dhcp_leases' file does not exist [GH-99]

v1.0.2

13 Mar 13:49
Compare
Choose a tag to compare

[x] Fixed NFSNoHostonlyNetwork error [GH-95]

v1.0.1 - Vagrant Share is available

11 Mar 21:19
Compare
Choose a tag to compare

Feature:
[x] Compatibility with Vagrant Share

Bugfixes
[x] Handled the case when 'parallels_dhcp_leases' file is inaccessible [GH-74]
[x] Workaround for "heisenbug" while network configuration [GH-92]