Skip to content

Releases: Parallels/vagrant-parallels

v1.0.0 - Vagrant 1.5 support

10 Mar 19:42
Compare
Choose a tag to compare

Feature:
[x] Compatibility with Vagrant 1.5

v0.2.2

06 Mar 21:43
Compare
Choose a tag to compare

[x] Emit event for Upstart configs when shared folders are mounted [GH-88]
[x] i18n-tasks to 0.3.9 [GH-86]
[x] README.md has been rewritten
[x] Fixed network adapter configuration issue if using provider-specific config [hashicorp/vagrant#2854]
[x] Fixed error "dhclient is already running" [GH-83]
[x] Fixed error "VM Boot Timeout" [GH-58]
[x] Removed Vagrantfile from boxes [GH-79]
[x] Added interrupt handling in import/export actions [GH-36]

[x] Added possibility to skip guest tools check

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

[x] Added 'cpus' and 'memory' customization shortcuts

config.vm.provider "parallels" do |v|
    v.memory = "512"
    v.cpus = 1
end

v0.2.2.rc1

06 Mar 21:52
Compare
Choose a tag to compare
v0.2.2.rc1 Pre-release
Pre-release

v0.2.1

02 Feb 15:49
Compare
Choose a tag to compare

[x] Added shortcuts for setting the CPU count and memory size [GH-71]
[x] Set the name of virtual machines with parallels.name in the Parallels provider config in Vagrantfile.

v0.2.0

09 Jan 10:15
Compare
Choose a tag to compare

[x] Fixed translation issues
[x] Fixed shared folder names (iss #64)
[x] Generate new MAC address for Shared 'net0' if base_mac is already in use (iss #66)
[x] i18n-task added (p/r #56, p/r #68)
[x] Plugin name has been set to vagrant-parallels to support has_plugin? method works
[x] Plugin repo has been transferred to @Parallels organisation (links are redirected correctly)

v0.1.0

12 Dec 12:56
Compare
Choose a tag to compare

Vagrant 1.4 compatibility

v0.0.9

12 Dec 11:51
Compare
Choose a tag to compare

Latest version which is compatible with Vagrant 1.3.*