blob: 36d929327c87fe9f9992d50a328064baae0cd6e5 (
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
|
2016-06-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160615.
* Adding support for shared storage setups.
* Adding bash-completion, thanks to Andreas Kreuzer.
* Improved looks of container list command.
* Correcting and updating existing documentation.
2016-06-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160601.
* Adding support for auto and bind options to be preseedable in
debconf script.
* Activating bind mounts during container creation time already.
* Adding support for default container create script through
/usr/share/container-tools/scripts/default symlink.
* Correcting cleanup of temporary debconf files in debconf
script.
* 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.
2016-05-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160515.
* Adding support for multiple interfaces per container.
* Adding automatic stop of all container on host shutdown.
* Correcting errors in documentation.
* 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
2016-05-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160501.
* Adding multiple output formats in container list command.
* Adding status based listing of containers in container list command.
* Correcting errors in documentation.
2016-04-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160415.
* Fixing minor issues:
- build system
- container-shell program
- documentation
- systemd unit for container-autostart
* Updated debian default mirror from httpredir.debian.org to ftp.debian.org.
* Backward incompatible changes:
- container stop command option -k|--kill renamed to -f|--force for consistency
2016-04-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160401.
* Adding native ARM architecture support.
* Adding new container programs:
- container-autostart
- container-shell
* Adding new container commands:
- limit
* Adding new container scripts:
- debconf
* Adding new container config options:
- capability and drop-capability
- blockio, cpu, memory and tasks limits
* Adding new and updating existing documentation.
2016-03-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160301.
|