Skip to content

Commit

Permalink
Version Bump and README update
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Oct 15, 2014
1 parent d2778ce commit 3a30fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCenter®
=============

[Version 0.3.0](../../releases/tag/v0.3.0) has been released!
[Version 0.3.2](../../releases/tag/v0.3.2) has been released!
-------------

Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
Expand All @@ -10,16 +10,6 @@ We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.

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!.

Changes in [version 0.3.0](../../releases/tag/v0.3.0) include:

Fixes

- ```vmware_ovf``` support!
- You can now specify network using the ```public_network``` notation of Vagrant.
- Plugin is now operating in parallel, MOAR SPEED!
- Create the VM folder if it doesn't exist.
- Several bug fixes.

Install
-------------

Expand Down Expand Up @@ -104,6 +94,7 @@ Vagrant.configure('2') do |config|
override.folder_name = 'Vagrant/centos'
when /precise/
override.folder_name = 'Vagrant/ubuntu/precise'
override.enable_vm_customization = false
end
end
node_config.nfs.functional = false
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vcenter/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module VagrantPlugins
# Set version for vagrant-vcenter gem.
module VCenter
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end

0 comments on commit 3a30fd5

Please sign in to comment.