Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Jun 16, 2014
1 parent 1c4ab30 commit 283fb40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCenter®
=============

[Version 0.1.1](../../releases/tag/v0.1.1) has been released!
[Version 0.2.0](../../releases/tag/v0.2.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.gosddc.com/boxes/precise32-vcenter.box) is available for use, or you can roll your own as you please, make sure to install VMware tools in it.

Changes in [version 0.2.0](../../releases/tag/v0.2.0) include:

New Features

- Add option to set the actual vm name
- Set some options in the vm via linux prep
- Static networking
- Hostname
- Add option to set vmnetwork name and backing
- Vagrant now uses builtin ```SyncedFolders``` helper to synchronize folders

Fixes

- Fix the read_ssh_info if the vm doesn't have a network yet at first try the later ssh's wont forever fail

Many thanks to @BarnacleBob for submitting PR #4 with all these new features!

Changes in [version 0.1.1](../../releases/tag/v0.1.1) include:

- Support for ```vagrant share``` [Fixes [#2](../../issues/2)]
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.1.1'
VERSION = '0.2.0'
end
end

0 comments on commit 283fb40

Please sign in to comment.