Skip to content

Commit 3a30fd5

Browse files
committed
Version Bump and README update
1 parent d2778ce commit 3a30fd5

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Vagrant](http://www.vagrantup.com) provider for VMware vCenter®
22
=============
33

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

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

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

13-
Changes in [version 0.3.0](../../releases/tag/v0.3.0) include:
14-
15-
Fixes
16-
17-
- ```vmware_ovf``` support!
18-
- You can now specify network using the ```public_network``` notation of Vagrant.
19-
- Plugin is now operating in parallel, MOAR SPEED!
20-
- Create the VM folder if it doesn't exist.
21-
- Several bug fixes.
22-
2313
Install
2414
-------------
2515

@@ -104,6 +94,7 @@ Vagrant.configure('2') do |config|
10494
override.folder_name = 'Vagrant/centos'
10595
when /precise/
10696
override.folder_name = 'Vagrant/ubuntu/precise'
97+
override.enable_vm_customization = false
10798
end
10899
end
109100
node_config.nfs.functional = false

lib/vagrant-vcenter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module VagrantPlugins
22
# Set version for vagrant-vcenter gem.
33
module VCenter
4-
VERSION = '0.3.1'
4+
VERSION = '0.3.2'
55
end
66
end

0 commit comments

Comments
 (0)