summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.NEWS
blob: bba455f4dd75c6c6e8f2f2c331151b2fabfc294e (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
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