open-infrastructure-compute-tools (20190222-1) unstable; urgency=medium * Backward incompatible changes: - replaced Progress Linux 4 and Progress Linux 4+ support in container debconf create script in favour of Progress Linux 5 and Progress Linux 5+ support. - renamed upstream from container-tools to compute-tools, directory names have changed. The only user visible is the configuration directory: old: /etc/container-tools new: /etc/open-infrastructure/container - harmonized field names in container debconf create script: old: container-tools cnt-debconf/[...] new: compute-tools container/[...] See updated example files in /usr/share/doc/open-infrastructure-container-tools/examples. -- Daniel Baumann Sun, 17 Feb 2019 18:41:42 +0100 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 Sun, 23 Jul 2017 10:31:48 +0200 open-infrastructure-container-tools (20170629-1) unstable; urgency=low * Backward incompatible changes: - container auto configuration in the [start] section to entangle shared storage/automatically start at boot time support: old: cnt.auto=true new: cnt.auto=true cnt.container-server=${FQDN} whereas ${FQDN} needs to be replaced with the actual hostname of the container server. -- Daniel Baumann Thu, 29 Jun 2017 11:23:15 +0200 open-infrastructure-container-tools (20161210-1) experimental; urgency=low * Backward incompatible changes: - container list shows now only the first IPv4 address. - container rename command has been renamed to move. - container list full format has been renamed to cli. - container list short format has been renamed to shell. -- Daniel Baumann Sun, 11 Dec 2016 13:35:40 +0100 open-infrastructure-container-tools (20161122-1) experimental; urgency=low * Backward incompatible changes: - renaming curl cache directory from /var/cache/container-tools/curl to /var/cache/container-tools/images. -- Daniel Baumann Tue, 22 Nov 2016 16:10:38 +0100 open-infrastructure-container-tools (20161112-1) experimental; urgency=low * Backward incompatible changes: - removes support to create Debian 8 (jessie) container in debconf container create script. -- Daniel Baumann Sat, 12 Nov 2016 08:52:48 +0100 open-infrastructure-container-tools (20161105-1) experimental; urgency=low * Backward incompatible changes: - container use systemd-networkd instead of ifupdown. -- Daniel Baumann Sun, 06 Nov 2016 09:45:19 +0100 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 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 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 Sat, 16 Apr 2016 12:34:34 +0200