summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-05-18 09:25:45 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-06-03 11:36:10 +0000
commit0ba9b51f6280d3635c93c5cac026e6e7229748d5 (patch)
treec4a5522cbf03409597d31fd225dc28c092056646
parentReworking container-autostart program into container auto command. (diff)
downloadcompute-tools-0ba9b51f6280d3635c93c5cac026e6e7229748d5.tar.xz
compute-tools-0ba9b51f6280d3635c93c5cac026e6e7229748d5.zip
Releasing version 20160515.v20160515
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--CHANGELOG.txt27
-rw-r--r--VERSION.txt2
2 files changed, 28 insertions, 1 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.
diff --git a/VERSION.txt b/VERSION.txt
index 3eb848a..232669c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20160501
+20160515