This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
Releases: frapposelli/vagrant-vcloud
Releases · frapposelli/vagrant-vcloud
Too Much Information
- Added support for Vagrant 1.6.5+
Rehumanize Yourself
- Support for
vmware_ovf
Bombs Away
Several critical bug fixes for vCHS and a better URL handling in the REST API driver, now hostname
accepts copy and paste from vCHS API URL.
- Fixed #65 and #66 (Thanks to @StefanScherer)
- Fixed #95
Omegaman
New Features:
- Support for Vagrant Cloud boxes.
- Enabled setting Nested Hypervisor support (Hypervisor running as a vCloud VM) with this setting:
tst.vm.provider "vcloud" do |v|
v.nested_hypervisor = true
end
- You can now set memory and cpu at runtime.
config.vm.provider "vcloud" do |v|
v.memory = 4096
v.cpus = 4
end
Fixes:
As always, many thanks to @StefanScherer and @tsugliani for the hard work!
Walking in your footsteps
Features of Version 0.3.3 are:
- Critical Bug Fix for
network_bridge
users [#67]
Demolition Man
Features of Version 0.3.2 are:
No Time this Time
Features of Version 0.3.1 are:
- Small hotfix to include "preRunning" condition when using vCloud Director 5.5 [Issue #44]
Roxanne
A substantial release, major kudos to Stefan Scherer (@StefanScherer) who submitted some substantious PRs!
Features of Version 0.3.0 are:
- Added support for port mapping at the Organization Edge Gateway.
- Added a new configuration options
vapp_prefix
to change vApp prefix (defaults to Vagrant). - Improved vcloud-status command.
- Fixed cygdrive path for rsync on Windows.
- Fixed Issue #33 - Error removing/creating NAT rules on second vagrant up.
- Fixed Issue #43 - Destroy fails if VMs are halted.
Behind my Camel
Features of Version 0.2.2 are:
- Fixed Issue #32 - Port Forwarding rules are deleted when Halting a VM.
Next to You
Features of Version 0.2.1 are:
- Critical Bugfixes