blob: c7b121ca05085c8bf26731c133a0372916395d0f (
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
|
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.
|