From 746e83023052e32b2cba8fccf67b6232e5c86886 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Mon, 23 Mar 2015 15:29:13 -0700 Subject: [PATCH] Bump version to v1.6.0 Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e845e459..5a1bdb008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.6.0 (2015-04-07) + +#### Builder ++ Building images from an image ID ++ `commit --change` to apply specified Dockerfile instructions while committing the image ++ `import --change` to apply specified Dockerfile instructions while importing the image + +#### Client ++ Windows Support + +#### Runtime ++ Container and image Labels ++ `--cgroup-parent` for specifying a parent cgroup to place container cgroup within ++ Logging drivers, `json-file` or `syslog` ++ Pulling images by ID ++ `--ulimit` to set the ulimit on a container + ## 1.5.0 (2015-02-10) #### Builder diff --git a/VERSION b/VERSION index 59b9db0c7..fce5e0530 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0-dev +1.6.0-rc1