20 lines
833 B
Markdown
20 lines
833 B
Markdown
## 0.5.1 (unreleased)
|
|
|
|
- Fixed `vagrant resume` to properly resume a suspended VM. [GH-122]
|
|
- Fixed `halt`, `destroy`, `reload` to where they failed if the VM was
|
|
in a saved state. [GH-123]
|
|
- Added `config.chef.recipe_url` which allows you to specify a URL to
|
|
a gzipped tar file for chef solo to download cookbooks. See the
|
|
[chef-solo docs](http://wiki.opscode.com/display/chef/Chef+Solo#ChefSolo-RunningfromaURL) for more information.
|
|
[GH-121]
|
|
- Added `vagrant box repackage` which repackages boxes which have
|
|
been added. This is useful in case you want to redistribute a base
|
|
box you have but may have lost the actual "box" file. [GH-120]
|
|
|
|
## Previous
|
|
|
|
The changelog began with version 0.5.1 so any changes prior to that
|
|
can be seen by checking the tagged releases and reading git commit
|
|
messages.
|
|
|