From 3210f9a20035a241d9c53e93cf99da5d313163eb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Feb 2023 14:42:48 +0100 Subject: debian (FIXME) --- debian/open-infrastructure-container-tools.NEWS | 184 ++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 debian/open-infrastructure-container-tools.NEWS (limited to 'debian/open-infrastructure-container-tools.NEWS') diff --git a/debian/open-infrastructure-container-tools.NEWS b/debian/open-infrastructure-container-tools.NEWS new file mode 100644 index 0000000..7927358 --- /dev/null +++ b/debian/open-infrastructure-container-tools.NEWS @@ -0,0 +1,184 @@ +open-infrastructure-compute-tools (20210726-1) experimental; urgency=medium + + * Backward incompatible changes: + - The container create command has been renamed to 'build'. + - The container create script using curl is now a 'get' script + for the new container get command. + + -- Daniel Baumann Mon, 26 Jul 2021 06:10:41 +0200 + +open-infrastructure-compute-tools (20210630-1) experimental; urgency=medium + + * Backward incompatible changes: + - Reverting openvswitch, not really ready yet. + + -- Daniel Baumann Tue, 29 Jun 2021 14:17:55 +0200 + +open-infrastructure-compute-tools (20210629-1) experimental; urgency=medium + + * Backward incompatible changes: + - The networking integration on the container host depended on + ifupdown. Now, to support KVM as an additional backend + alongside systemd-nspawn in compute-tools, we're switching + in this version exclusively to openvswitch. + - Moving from ifupdown to openvswitch to manage the bridges + requires manual re-configuration of the networking stack on + the host, otherwise no container will continue to have network + access. + - Configuration examples for systemd-networkd (recommended) on the + host to use openvswitch are documented in + /usr/share/doc/compute-tools/HOST-SETUP.txt. + + -- Daniel Baumann Tue, 29 Jun 2021 14:12:57 +0200 + +open-infrastructure-compute-tools (20210411-1) experimental; urgency=medium + + * Backward incompatible changes: + - all path have been shortened in preparation for additional + backends alongside systemd-nspawn: The only user visible is the + configuration directory: + + new: /etc/open-infrastructure/container + old: /etc/compute-tools + + -- Daniel Baumann Sun, 11 Apr 2021 15:54:06 +0200 + +open-infrastructure-compute-tools (20190319-1) experimental; urgency=medium + + * Backward incompatible changes: + - with the initial support for IPv6 network configuration + the IPv4 netmask now needs to be specified in CIDR + notation, e.g. '255.255.255.0' becomes '24'. + + -- Daniel Baumann Tue, 19 Mar 2019 21:01:07 +0100 + +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 -- cgit v1.2.3