diff --git a/README.md b/README.md index 80e33b6..5d50f44 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,24 @@ [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director® ============= -[Version 0.2.2](https://github.com/frapposelli/vagrant-vcloud/releases/tag/v0.2.2) has been released! +[Version 0.3.0](https://github.com/frapposelli/vagrant-vcloud/releases/tag/v0.3.0) has been released! ------------- Please note that this software is still Alpha/Beta quality and is not recommended for production usage. Right now a [Precise32](http://vagrant.tsugliani.fr/precise32.box) is available for use, or you can roll your own as you please, make sure to install VMware tools in it. +Features of Version 0.3.0 are: + +A substantial release, major kudos to Stefan Scherer who submitted some substantious PRs! + +- 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. + Features of Version 0.2.2 are: - Fixed Issue #32 - Port Forwarding rules are deleted when Halting a VM. diff --git a/lib/vagrant-vcloud/version.rb b/lib/vagrant-vcloud/version.rb index 1cb4400..4e84562 100644 --- a/lib/vagrant-vcloud/version.rb +++ b/lib/vagrant-vcloud/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VCloud - VERSION = '0.2.2' + VERSION = '0.3.0' end end