v0.1.0
This commit is contained in:
parent
e61bd73f13
commit
769e0af57e
4 changed files with 15 additions and 4 deletions
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
- Support for chef added to base quantal64 box
|
||||||
|
- Puppet upgraded to 3.1.1 on base quantal64 box
|
||||||
|
- Port forwarding support added [#6](https://github.com/fgrehm/vagrant-lxc/issues/6)
|
||||||
|
|
||||||
|
## Previous
|
||||||
|
|
||||||
|
The changelog began with version 0.1.0 so any changes prior to that
|
||||||
|
can be seen by checking the tagged releases and reading git commit
|
||||||
|
messages.
|
|
@ -14,7 +14,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (0.0.4.dev)
|
vagrant-lxc (0.1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# vagrant-lxc [](https://travis-ci.org/fgrehm/vagrant-lxc) [](http://badge.fury.io/rb/vagrant-lxc) [](https://codeclimate.com/github/fgrehm/vagrant-lxc)
|
# vagrant-lxc [](https://travis-ci.org/fgrehm/vagrant-lxc) [](http://badge.fury.io/rb/vagrant-lxc) [](https://codeclimate.com/github/fgrehm/vagrant-lxc)
|
||||||
|
|
||||||
Highly experimental Linux Containers support for Vagrant 1.1.
|
Experimental Linux Containers support for Vagrant > 1.1.
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
@ -16,7 +16,7 @@ sudo dpkg -i /tmp/vagrant.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## What is currently supported?
|
## What is currently supported? (v0.1.0)
|
||||||
|
|
||||||
* Vagrant's `up`, `halt`, `reload`, `destroy`, and `ssh` commands
|
* Vagrant's `up`, `halt`, `reload`, `destroy`, and `ssh` commands
|
||||||
* Shared folders
|
* Shared folders
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = "0.0.4.dev"
|
VERSION = "0.1.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue