diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-18 09:33:34 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-18 18:28:29 +0000 |
commit | 29304d802385787ca4dd04ad6d8d18bb1f01bc2d (patch) | |
tree | 7e67daf3af2f1bc47dafcea7b43389ed08b98159 /CHANGELOG.txt | |
parent | Adding upstream version 20160501. (diff) | |
download | open-infrastructure-compute-tools-29304d802385787ca4dd04ad6d8d18bb1f01bc2d.tar.xz open-infrastructure-compute-tools-29304d802385787ca4dd04ad6d8d18bb1f01bc2d.zip |
Adding upstream version 20160515.upstream/20160515
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eb5f83d..c7b121c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,30 @@ +2016-05-15 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * 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 <daniel.baumann@open-infrastructure.net> * Releasing version 20160501. |