summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Frazelle <jess@docker.com>2015-04-06 11:48:37 -0700
committerJessica Frazelle <jess@docker.com>2015-04-06 11:48:55 -0700
commitfc4825d5ef5e0e1af74904208f9b925c22f0b6f8 (patch)
treead0f75c992d68371bff2c510381ba5a50452ddcc
parentc6ea062a262aa8496127f060854a63e1a57bf69f (diff)
downloaddocker-fc4825d5ef5e0e1af74904208f9b925c22f0b6f8.tar.gz
Bump version to v1.6.0v1.6.0-rc5
Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <princess@docker.com> (github: jfrazelle)
-rw-r--r--CHANGELOG.md19
-rw-r--r--VERSION2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e845e459a..027d822bb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# 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
+
+#### 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)
#### Builder
diff --git a/VERSION b/VERSION
index 59b9db0c75..183080b129 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.0-dev
+1.6.0-rc5