Skip to content

Releases: Parallels/vagrant-parallels

v1.7.3

28 Feb 10:47
94a5cc5
Compare
Choose a tag to compare

BUG FIXES:

  • Fix exceptions related to nokogiri gem. [GH-291], [GH-292]

v1.7.2

16 Dec 21:56
18c5951
Compare
Choose a tag to compare

BUG FIXES:

  • Fix Parallels Tools update in Linux guests. Call ptiagent-cmd with --install,
    not --info. [GH-286]

v1.7.1

07 Dec 20:43
4e75509
Compare
Choose a tag to compare

FEATURES:

  • Guest capability for installing Parallels Tools in Windows. Now it is
    possible to install/upgrade Parallels Tools in Windows guests using
    the provider option update_guest_tools. [GH-284]

BUG FIXES:

  • Fix issues of auto-updating Parallels Tools in Linux guests with Parallels Desktop 12+.
    [GH-283],
    [GH-282],
    [GH-281]

v1.7.0 - Parallels Desktop 12 for Mac

15 Nov 13:00
e1f380e
Compare
Choose a tag to compare

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".

FEATURES:

  • IPv6 Private Networks: Private networking now supports IPv6.
    This only works with Parallels Desktop 12 and higher.
    [GH-273]

v1.6.3

11 Jul 16:24
365cb10
Compare
Choose a tag to compare

DEPRECATIONS:

  • The following provider options were renamed:

    • regen_box_uuid was renamed to regen_src_uuid
    • use_linked_clone was renamed to linked 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:

  • action/box_unregister: Fix #recover method for layered environments.
    [GH-261]
  • action/network: Fix an exception when option "Connect Mac to
    this network" is disabled. [GH-268]
  • commands/snapshot: Add retries for snapshot commands to avoid prlctl
    failures. [GH-259]

v1.6.2

23 Mar 12:26
Compare
Choose a tag to compare

BUG FIXES:

  • Fix "unsupported action" error for vagrant snapshot commands [GH-254]

IMPROVEMENTS:

  • action/destroy: Destroy suspended VMs without resuming

v1.6.1

13 Jan 16:01
Compare
Choose a tag to compare

BUG FIXES:

  • action/import: Fix regenerate_src_uuid option behavior in parallel run
    [GH-241]
  • action/box_unregister: Use temporary lock file to prevent early unregister
    in parallel run [GH-244]
  • action/network: Fix detection of the next virtual network ID [GH-245]

v1.6.0

24 Dec 09:10
Compare
Choose a tag to compare

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 host
  • vagrant 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 to linked_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]

v1.5.1

25 Oct 09:05
Compare
Choose a tag to compare

Fixes:

  • Synced folder mounting in Windows guests [GH-220]
  • Try to remove unsupported characters while parsing JSON-formatted output of CLI [GH-222]

Enhancements:

  • Display human-friendly error if JSON-formatted output of CLI could not be parsed [GH-223].

v1.5.0

29 Sep 18:12
Compare
Choose a tag to compare

Enhancements:

  • Manage default settings for VM [GH-215]
  • Set --on-window-close keep-running by default [GH-182]
  • Enable headless mode by default [GH-39]
  • Deprecate "optimize_power_consumption" setting [GH-216]

Fixes:

  • JSON parsing error while some virtual appliance is downloading [GH-204]
  • Time sync doesn't synchronize timezone corectly [GH-186]
  • Disable "Smart Mount" feature by default [GH-124]