Releases: Parallels/vagrant-parallels
v1.1.0
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
Compatibility with Vagrant 1.6.
Now it is possible to run Docker containers in Parallels-based virtual machine!
v1.0.8
v1.0.7
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
v1.0.5
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
v1.0.3
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
v1.0.1 - Vagrant Share is available
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]