Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Sep 1, 2014
2 parents 052444d + bebfbbb commit 3d9822c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
=============

[Version 0.4.1](../../releases/tag/v0.4.1) has been released!
[Version 0.4.2](../../releases/tag/v0.4.2) has been released!
-------------

Please note that this software is still Alpha/Beta quality and is not recommended for production usage.

We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.com/gosddc) you can use them directly or you can roll your own as you please, make sure to install VMware tools in it.

Starting from [version 0.4.2](../../releases/tag/v0.4.2), this plugin supports the universal [```vmware_ovf``` box format](https://github.com/gosddc/packer-post-processor-vagrant-vmware-ovf/wiki/vmware_ovf-Box-Format), that is 100% portable between [vagrant-vcloud](https://github.com/frapposelli/vagrant-vcloud), [vagrant-vcenter](https://github.com/gosddc/vagrant-vcenter) and [vagrant-vcloudair](https://github.com/gosddc/vagrant-vcloudair), no more double boxes!.

If you're unsure about what are the correct network settings for your Vagrantfile make sure to check out the [Network Deployment Options](https://github.com/frapposelli/vagrant-vcloud/wiki/Network-Deployment-Options) wiki page.

Check the full releases changelog [here](../../releases)
Expand Down
5 changes: 3 additions & 2 deletions lib/vagrant-vcloud/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ class Plugin < Vagrant.plugin('2')
Config
end

provider(:vcloud) do
# TODO: add logging
# We provide support for multiple box formats, including the new standard
# 'vmware_ovf' and the legacy 'vcloud' and 'vcenter'.
provider(:vcloud, box_format: %w[vmware_ovf vcloud vcenter]) do
setup_logging
setup_i18n

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VCloud
VERSION = '0.4.1'
VERSION = '0.4.2'
end
end

0 comments on commit 3d9822c

Please sign in to comment.