2016-06-15 Daniel Baumann * Releasing version 20160615. * Adding support for shared storage setups. * Adding bash-completion, thanks to Andreas Kreuzer. * Improved looks of container list command. * Correcting and updating existing documentation. 2016-06-01 Daniel Baumann * Releasing version 20160601. * Adding support for auto and bind options to be preseedable in debconf script. * Activating bind mounts during container creation time already. * Adding support for default container create script through /usr/share/container-tools/scripts/default symlink. * Correcting cleanup of temporary debconf files in debconf script. * Backward incompatible changes: - for consistency reasons, instead of any file only files with .cfg suffix are accepted as preseed files in /etc/container-tools/debconf. 2016-05-15 Daniel Baumann * Releasing version 20160515. * Adding support for multiple interfaces per container. * Adding automatic stop of all container on host shutdown. * Correcting errors in documentation. * Backward incompatible changes: - container network configuration in the [start] section for multi-interface support: old: network-veth=yes network-bridge=br0 new: cnt.network-bridge=veth-foo:br0 network-veth-extra=veth-foo:eth0 cnt.network-bridge=veth-bar:br1 network-veth-extra=veth-bar:eth1 - default container network device switched from host0 to eth0. - container start in background by default. - container-autostart has been renamed to container-auto. - container autostart configuration in the [start] section: old: cnt.autostart=true|FQDN new: cnt.auto=true|FQDN 2016-05-01 Daniel Baumann * Releasing version 20160501. * Adding multiple output formats in container list command. * Adding status based listing of containers in container list command. * Correcting errors in documentation. 2016-04-15 Daniel Baumann * Releasing version 20160415. * Fixing minor issues: - build system - container-shell program - documentation - systemd unit for container-autostart * Updated debian default mirror from httpredir.debian.org to ftp.debian.org. * Backward incompatible changes: - container stop command option -k|--kill renamed to -f|--force for consistency 2016-04-01 Daniel Baumann * Releasing version 20160401. * Adding native ARM architecture support. * Adding new container programs: - container-autostart - container-shell * Adding new container commands: - limit * Adding new container scripts: - debconf * Adding new container config options: - capability and drop-capability - blockio, cpu, memory and tasks limits * Adding new and updating existing documentation. 2016-03-01 Daniel Baumann * Releasing version 20160301.