Releases: Parallels/vagrant-parallels
Releases · Parallels/vagrant-parallels
v1.7.3
v1.7.2
v1.7.1
FEATURES:
- Guest capability for installing Parallels Tools in Windows. Now it is
possible to install/upgrade Parallels Tools in Windows guests using
the provider optionupdate_guest_tools
. [GH-284]
BUG FIXES:
v1.7.0 - Parallels Desktop 12 for Mac
BREAKING CHANGES:
- Dropped support of Parallels Desktop 8 and 9. These versions have
reached their End-of-Life and End-of-Support. - Removed customization options, which were previously deprecated:
[GH-271]- "use_linked_clone" - use
linked_clone
instead. - "regen_box_uuid" - use
regen_src_uuid
instead. - "optimize_power_consumption".
- "use_linked_clone" - use
FEATURES:
- IPv6 Private Networks: Private networking now supports IPv6.
This only works with Parallels Desktop 12 and higher.
[GH-273]
v1.6.3
DEPRECATIONS:
-
The following provider options were renamed:
regen_box_uuid
was renamed toregen_src_uuid
use_linked_clone
was renamed tolinked clone
Old names are still supported, but will be removed in
vagrant-parallels
v1.7.0.
[GH-260]
IMPROVEMENTS:
- Support packaging linked clones with
vagrant package
. External disk images
will be automatically copied, so the resulted box become a full-sized
standalone VM. [GH-262] - Handle the situation when the host machine is not connected to Shared network.
With Parallels Desktop 11.2.1+ Vagrant will connect it automatically. With earlier
versions, the human-readable error message will be displayed.
[GH-266] - Disable home folder sharing by default (Parallels Desktop 11+).
[GH-257]
BUG FIXES:
v1.6.2
v1.6.1
v1.6.0
BREAKING CHANGES:
- The required Vagrant version is 1.8 or higher. It is caused by changes
in Vagrant plugin model.
SUPPORT FOR VAGRANT FEATURES:
vagrant port
: This command displays the list of forwarded ports from the
guest to the hostvagrant snapshot
: This command can be used to checkpoint and restore
point-in-time snapshots [GH-228]
IMPROVEMENTS:
- action/network: Handle a list of bridged NICs [GH-233]
- action/package: Package machines as plain VMs, not templates [GH-227]
- action/resume: Provisioners are run on VM resume
- config: Rename option
use_linked_clone
tolinked_clone
- driver: Cache Parallels Desktop version lookup [GH-234]
- guest_cap/darwin: Parallels Tools auto-update is available for OS X (Darwin)
guests [GH-235]
BUG FIXES:
- action/forward_ports: Add parallel-safe lock to avoid collisions of
forwarded ports in multi-machine env [GH-226]