From 6a34dc5f382690bc364404de294062506533152d Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Thu, 5 Jun 2014 17:59:19 -0700 Subject: [PATCH] Bump version to v0.12.0 Docker-DCO-1.1-Signed-off-by: Tibor Vass (github: tiborvass) Upstream-commit: 14680bf724161785d164fd99de36e3eb03a823ef Component: engine --- components/engine/CHANGELOG.md | 12 ++++++++++++ components/engine/VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 14329ab96c..07f11d90f0 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.12.0 (2014-06-05) + +#### Notable features since 0.11.0 +* New `COPY` Dockerfile instruction to allow copying a local file from the context into the container without ever extracting if the file is a tar file +* Inherit file permissions from the host on `ADD` +* New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer +* The `images` command has a `-f`/`--filter` option to filter the list of images +* Add `--force-rm` to clean up after a failed build +* Standardize JSON keys in Remote API to CamelCase +* Pull from a docker run now assumes `latest` tag if not specified +* Enhance security on Linux capabilities and device nodes + ## 0.11.1 (2014-05-07) #### Registry diff --git a/components/engine/VERSION b/components/engine/VERSION index 72ab694d37..ac454c6a1f 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -0.11.1-dev +0.12.0