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