vagrant-lxc-ng/CHANGELOG.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2013-04-19 01:47:33 +00:00
## [0.3.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.0...master) (April 18, 2013)
2013-04-18 15:38:03 +00:00
- Improved output to match lxc "verbiage"
2013-04-18 21:50:48 +00:00
## [0.3.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.2.0...v0.3.0) (April 10, 2013)
2013-04-10 05:43:32 +00:00
BACKWARDS INCOMPATIBILITIES:
- Boxes `lxc-template` should support a `--tarball` parameter
- `start_opts` config was renamed to `customize`, please check the README for the expected parameters
- V1 boxes are no longer supported
- `target_rootfs_path` is no longer supported, just symlink `/var/lib/lxc` to the desired folder in case you want to point it to another partition
IMPROVEMENTS:
- lxc templates are removed from lxc template dir after container is created
- Treat NFS shared folders as a normal shared folder instead of ignoring it so we can share the same Vagrantfile with VBox environments
2013-04-18 15:38:51 +00:00
- Support for lxc 0.7.5 (tested on Ubuntu 12.04) [#49][]
- Remove `/tmp` files when packaging quantal64 base box [#48][]
- Avoid picking the best mirror on quantal64 base box [#38][]
2013-04-10 05:43:32 +00:00
BUG FIXES:
2013-04-18 15:38:51 +00:00
- Redirect `redir`'s stderr output to `/dev/null` [#51][]
- Switch from `ifconfig` to `ip` to grab container's IP to avoid localization issues [#50][]
2013-04-10 05:43:32 +00:00
2013-04-18 21:50:48 +00:00
## [0.2.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.1.1...v0.2.0) (March 30, 2013)
2013-03-30 22:49:32 +00:00
- Experimental box packaging (only tested with Ubuntu 64 base box)
2013-04-18 21:50:48 +00:00
## [0.1.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.1.0...v0.1.1) (March 29, 2013)
- Removed support for development under Vagrant < 1.1
2013-04-18 15:38:51 +00:00
- Removed rsync from base quantal64 box to speed up containers creation [#40][]
- Containers are now named after project's root dir [#14][]
2013-03-29 15:45:07 +00:00
- Skip Vagrant's built in SSH redirect
2013-04-18 15:38:51 +00:00
- Allow setting rootfs from Vagrantfile [#30][]
2013-04-18 21:50:48 +00:00
## [0.1.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.0.3...v0.1.0) (March 27, 2013)
2013-03-27 05:00:07 +00:00
- Support for chef added to base quantal64 box
- Puppet upgraded to 3.1.1 on base quantal64 box
2013-04-18 15:38:51 +00:00
- Port forwarding support added [#6][]
2013-03-27 05:00:07 +00:00
## 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.