浏览代码

Bump version to v1.6.0

Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <princess@docker.com> (github: jfrazelle)

(cherry picked from commit 47496519da9664202d900d3635bb840509fa9647)
Jessica Frazelle 10 年之前
父节点
当前提交
99d0413033
共有 2 个文件被更改,包括 21 次插入1 次删除
  1. 20 0
      CHANGELOG.md
  2. 1 1
      VERSION

+ 20 - 0
CHANGELOG.md

@@ -1,5 +1,25 @@
 # Changelog
 # Changelog
 
 
+## 1.6.0 (2015-04-07)
+
+#### Builder
++ Building images from an image ID
++ build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
++ `commit --change` to apply specified Dockerfile instructions while committing the image
++ `import --change` to apply specified Dockerfile instructions while importing the image
++ basic build cancellation
+
+#### Client
++ Windows Support
+
+#### Runtime
++ Container and image Labels
++ `--cgroup-parent` for specifying a parent cgroup to place container cgroup within
++ Logging drivers, `json-file`, `syslog`, or `none`
++ Pulling images by ID
++ `--ulimit` to set the ulimit on a container
++ `--default-ulimit` option on the daemon which applies to all created containers (and overwritten by `--ulimit` on run)
+
 ## 1.5.0 (2015-02-10)
 ## 1.5.0 (2015-02-10)
 
 
 #### Builder
 #### Builder

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.5.0-dev
+1.6.0