Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14680bf

Browse files
committed
Bump version to v0.12.0
Docker-DCO-1.1-Signed-off-by: Tibor Vass <[email protected]> (github: tiborvass)
1 parent c06f32a commit 14680bf

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.12.0 (2014-06-05)
4+
5+
#### Notable features since 0.11.0
6+
* 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
7+
* Inherit file permissions from the host on `ADD`
8+
* New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer
9+
* The `images` command has a `-f`/`--filter` option to filter the list of images
10+
* Add `--force-rm` to clean up after a failed build
11+
* Standardize JSON keys in Remote API to CamelCase
12+
* Pull from a docker run now assumes `latest` tag if not specified
13+
* Enhance security on Linux capabilities and device nodes
14+
315
## 0.11.1 (2014-05-07)
416

517
#### Registry

VERSION

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

0 commit comments

Comments
 (0)