mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump version to v1.4.0
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
debf60b466
commit
4595d4fb03
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## 1.4.0 (2014-12-11)
|
||||
|
||||
#### Notable Features since 1.3.0
|
||||
+ Set key=value labels to the daemon (displayed in `docker info`), applied with
|
||||
new `-label` daemon flag
|
||||
+ Add support for `ENV` in Dockerfile of the form:
|
||||
`ENV name=value name2=value2...`
|
||||
+ New Overlayfs Storage Driver
|
||||
+ `docker info` now returns an `ID` and `Name` field
|
||||
+ Filter events by event name, container, or image
|
||||
+ `docker cp` now supports copying from container volumes
|
||||
- Fixed `docker tag`, so it honors `--force` when overriding a tag for existing
|
||||
image.
|
||||
|
||||
## 1.3.3 (2014-12-11)
|
||||
|
||||
#### Security
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.3.3-dev
|
||||
1.4.0
|
||||
|
|
Loading…
Reference in a new issue