Skip to content

v1.2.0

Compare
Choose a tag to compare
@legal90 legal90 released this 13 Aug 07:06
· 569 commits to master since this release

Fixes (only for Parallels Desktop 10):

  • Port Forwarding feature added. SSH sessions are working through the forwarded port by default.
  • All Password Restrictions will be disabled while the vagrant up [GH-67]

Enhancement:

  • Turned back an advanced synced folders for Linux, like it is implemented in the VirtualBox provider:
    • Possibility to set mount options [GH-100] [GH-103]
    • Shared folders aren't missed after suspend/resume, [GH-102] is fixed
    • It is possible to share single folder to the some mount points, [GH-105] is fixed
  • Added regen_box_uuid customization option, which is true by default.
    Being forced to false, this option disables an automatic regeneration of box UUID. In this case the SMBIOS UUID of each new VM will be copied from the box (template). It allows to save the activation status of Windows-based virtual machines.

How to use:

config.vm.provider "parallels" do |v|
    v.regen_box_uuid = false
end

Bunch of refactoring