Skip to content

Releases: Parallels/vagrant-parallels

v2.2.1 - Fixed compatibility with Vagrant 2.2.15

14 Apr 20:43
092bf65
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed the compatibility with Vagrant 2.2.15 [GH-386]

v2.2.0

03 Mar 19:39
da62994
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Mount shared folders after manual VM reboot [GH-377]

BUG FIXES:

  • Fixed mount of shared folders with non-ASCII symbols in the name [GH-290]

v2.1.0 - Fixes for private network on macOS 11.0 Big Sur

25 Nov 14:36
1a28e24
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed the private network adapter workflow on macOS 11.0 Big Sur [GH-371]
  • Fixed the concurrency issue with box unregister in multi-vm environment [GH-370]
  • Fixed the vagrant package with custom Vagrantfile [GH-368]

v2.0.1

23 Apr 07:55
948e5b7
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed the error message for host-only network collision. [GH-340]

v2.0.0 - Linked Clone is enabled by default

19 Nov 15:06
ab8c710
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Linked Clone feature is enabled by default. [GH-331]
    Now each time when you create a new virtual machine with vagrant up it is
    created as a linked clone of the box image (instead of the full clone, as it
    was before). Read more about it: Full Clone vs Linked Clone.
  • Dropped support of Parallels Desktop 10. [GH-328]
    It reached End-of-Life and End-of-Support.

v1.7.8

18 Nov 13:09
c38e1b8
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed warning messages with Vagrant v2.0.1 [GH-311]

v1.7.7

15 Oct 12:13
46a6bcb
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed synced folder mounting on guests with Upstart (Ubuntu 14.*) [GH-307]

v1.7.6

31 Jul 08:20
096ceba
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed vagrant up failure if the box image was automatically renamed due
    to the name conflict. [GH-303]

v1.7.5

27 May 15:22
1bedb51
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed compatibility with Vagrant v1.9.5+. nokogiri gem is defined as a plugin runtime dependency. [GH-297], [GH-298]

NB! To use the plugin with Vagrant v1.9.5 you should (re)install it with
NOKOGIRI_USE_SYSTEM_LIBRARIES enabled:

$ vagrant plugin uninstall vagrant-parallels
$ NOKOGIRI_USE_SYSTEM_LIBRARIES=true vagrant plugin install vagrant-parallels

v1.7.4

20 Apr 21:11
949bee5
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Make start action ("vagrant up") run provisioners if VM is running. [GH-294]

BUG FIXES:

  • Properly handle "paused" VM state for up and halt actions. [GH-295]
  • synced_folder: Escape special characters in Windows-specific guest paths. [GH-296]