Releases: Parallels/vagrant-parallels
Releases · Parallels/vagrant-parallels
v2.2.1 - Fixed compatibility with Vagrant 2.2.15
BUG FIXES:
- Fixed the compatibility with Vagrant 2.2.15 [GH-386]
v2.2.0
v2.1.0 - Fixes for private network on macOS 11.0 Big Sur
v2.0.1
v2.0.0 - Linked Clone is enabled by default
BREAKING CHANGES:
- Linked Clone feature is enabled by default. [GH-331]
Now each time when you create a new virtual machine withvagrant 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
v1.7.7
v1.7.6
v1.7.5
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