Skip to content

Commit 4749651

Browse files
committed
Bump version to v1.6.0
Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <[email protected]> (github: jfrazelle)
1 parent fdd21bf commit 4749651

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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+
323
## 1.5.0 (2015-02-10)
424

525
#### Builder

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-dev
1+
1.6.0

0 commit comments

Comments
 (0)