fix compile error
[platform/upstream/docker-engine.git] / CHANGELOG.md
1 # Changelog
2
3 ## 17.06+rev1 (2017-10-13)
4
5 ### Builder
6
7 - Allow bind-mounting a volume in the build context [#27](https://github.com/resin-os/balena/pull/27)
8
9 ### CLI
10
11 - Add command for generating image deltas [#35](https://github.com/resin-os/balena/pull/35)
12
13 ### Daemon
14
15 - Add utility that can boot a system into a container [#10](https://github.com/resin-os/balena/pull/10)
16 - Add the ability to create binary delta between two images [#11](https://github.com/resin-os/balena/pull/11)
17 - Include engine name in version information [#32](https://github.com/resin-os/balena/pull/32)
18 - Minimize page cache usage during pull [de0993b](https://github.com/resin-os/balena/pull/12/commits/de0993b9c1ab9408f2716b147dc544b37bb1deb7)
19
20 ### Plugins
21
22 - Disable plugin support [#14](https://github.com/resin-os/balena/pull/14)
23
24 ### Logging
25
26 - Disable awslogs, fluentd, gcplogs, gelf, logentries, splunk, and syslog logging drivers [fe4d45c](https://github.com/resin-os/balena/pull/7/commits/fe4d45c5dcbaddff51aebfe584a68e8fb9f44449)
27
28 ### Runtime
29
30 - Disable consul, etcd, and zookeeper discovery backends [380ba69](https://github.com/resin-os/balena/pull/7/commits/380ba69d00cb56278b65b28571d4d7e000392ec3)
31
32 ### Swarm Mode
33
34 - Disable swarm mode [#14](https://github.com/resin-os/balena/pull/14)
35
36 ### Distribution
37
38 - On-the-fly layer extraction during docker pull [#8](https://github.com/resin-os/balena/pull/8)
39 - Improve layer reuse when pushing to v1 registries [#28](https://github.com/resin-os/balena/pull/28)
40 - Include a combined progress bar of all the layers in the output [#31](https://github.com/resin-os/balena/pull/31)