summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-23 08:32:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-23 08:32:55 +0000
commit7825919d1c721e156e81153ef261e4f8029ed7dd (patch)
tree2a0629e311885c3ef37a88e6401be1c7a64ffd37
parentMerging upstream version 20170722. (diff)
downloadopen-infrastructure-compute-tools-7825919d1c721e156e81153ef261e4f8029ed7dd.tar.xz
open-infrastructure-compute-tools-7825919d1c721e156e81153ef261e4f8029ed7dd.zip
Adding news entries for backwards incompatible changes of upstream version 20170722.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/open-infrastructure-container-tools.NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.NEWS b/debian/open-infrastructure-container-tools.NEWS
index 0632ec6..1285baf 100644
--- a/debian/open-infrastructure-container-tools.NEWS
+++ b/debian/open-infrastructure-container-tools.NEWS
@@ -1,3 +1,21 @@
+open-infrastructure-container-tools (20170722-1) unstable; urgency=low
+
+ * Backward incompatible changes:
+ - new default URL to download images in curl create script (files.open-infrastructure.net)
+ - new default for bridge interface (bridge0 instead of br0)
+ - new default for container interface (eno1 instead of eth0)
+ - renaming --image option to --system in curl container create script
+ - renaming curl image cache directory from /var/cache/container-tools/images to /var/cache/container-tools/system
+ - Starting to count at 1 instead of 0 in preseed files:
+
+ old: container-tools cnt-debconf/archive0/...
+ new: container-tools cnt-debconf/archive1/...
+
+ old: container-tools cnt-debconf/network0/...
+ new: container-tools cnt-debconf/network1/...
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 23 Jul 2017 10:31:48 +0200
+
open-infrastructure-container-tools (20170629-1) unstable; urgency=low
* Backward incompatible changes: