summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.NEWS
blob: c515255abb483e170eb7c68d256bda0e9b870bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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:
    - 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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  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 <daniel.baumann@progress-linux.org>  Sat, 16 Apr 2016 12:34:34 +0200