Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <princess@docker.com> (github: jfrazelle)
(cherry picked from commit 47496519da9664202d900d3635bb840509fa9647)
| ... | ... |
@@ -1,5 +1,25 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 1.6.0 (2015-04-07) |
|
| 4 |
+ |
|
| 5 |
+#### Builder |
|
| 6 |
++ Building images from an image ID |
|
| 7 |
++ build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...` |
|
| 8 |
++ `commit --change` to apply specified Dockerfile instructions while committing the image |
|
| 9 |
++ `import --change` to apply specified Dockerfile instructions while importing the image |
|
| 10 |
++ basic build cancellation |
|
| 11 |
+ |
|
| 12 |
+#### Client |
|
| 13 |
++ Windows Support |
|
| 14 |
+ |
|
| 15 |
+#### Runtime |
|
| 16 |
++ Container and image Labels |
|
| 17 |
++ `--cgroup-parent` for specifying a parent cgroup to place container cgroup within |
|
| 18 |
++ Logging drivers, `json-file`, `syslog`, or `none` |
|
| 19 |
++ Pulling images by ID |
|
| 20 |
++ `--ulimit` to set the ulimit on a container |
|
| 21 |
++ `--default-ulimit` option on the daemon which applies to all created containers (and overwritten by `--ulimit` on run) |
|
| 22 |
+ |
|
| 3 | 23 |
## 1.5.0 (2015-02-10) |
| 4 | 24 |
|
| 5 | 25 |
#### Builder |