summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-01 14:00:31 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-01 14:03:55 +0000
commit854f0dc73782fa96a948eee22b1c9d636a1fff02 (patch)
tree32a0277439b738083b693f558aba3cf4386ec218
parentManaging /usr/share/container-tools/scripts/default symlink via update-altern... (diff)
downloadopen-infrastructure-compute-tools-854f0dc73782fa96a948eee22b1c9d636a1fff02.tar.xz
open-infrastructure-compute-tools-854f0dc73782fa96a948eee22b1c9d636a1fff02.zip
Adding NEWS file listing backwards incompatible upstream changes.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/open-infrastructure-container-tools.NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.NEWS b/debian/open-infrastructure-container-tools.NEWS
new file mode 100644
index 0000000..bba455f
--- /dev/null
+++ b/debian/open-infrastructure-container-tools.NEWS
@@ -0,0 +1,39 @@
+open-infrastructure-container-tools (20160601-1) unstable; urgency=low
+
+ * 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.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 01 Jun 2016 16:00:50 +0200
+
+open-infrastructure-container-tools (20160515-1) unstable; urgency=low
+
+ * 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
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 18 May 2016 18:36:07 +0200
+
+open-infrastructure-container-tools (20160415-1) unstable; urgency=low
+
+ * Backward incompatible changes:
+ - container stop command option -k|--kill renamed to -f|--force for consistency
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 16 Apr 2016 12:34:34 +0200