diff --git a/CHANGELOG.md b/CHANGELOG.md index 87352ce..da803c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [0.3.0](https://github.com/fgrehm/vagrant-lxc/compare/0.3.0-incoming) (unreleased) + +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 + - Support for lxc 0.7.5 (tested on Ubuntu 12.04) [#49](https://github.com/fgrehm/vagrant-lxc/issues/49) + - Remove `/tmp` files when packaging quantal64 base box [#48](https://github.com/fgrehm/vagrant-lxc/issues/48) + - Avoid picking the best mirror on quantal64 base box [#38](https://github.com/fgrehm/vagrant-lxc/issues/38) + +BUG FIXES: + + - Redirect `redir`'s stderr output to `/dev/null` [#51](https://github.com/fgrehm/vagrant-lxc/issues/51) + - Switch from `ifconfig` to `ip` to grab container's IP to avoid localization issues [#50](https://github.com/fgrehm/vagrant-lxc/issues/50) + ## [0.2.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.1.1...v0.2.0) - Experimental box packaging (only tested with Ubuntu 64 base box)