Skip to content

Commit 010d74e

Browse files
committed
Bump to v0.7.4
Docker-DCO-1.0-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
1 parent bb76985 commit 010d74e

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.4 (2014-01-07)
4+
5+
#### Builder
6+
7+
- Fix ADD caching issue with . prefixed path
8+
- Fix docker build on devicemapper by reverting sparse file tar option
9+
- Fix issue with file caching and prevent wrong cache hit
10+
* Use same error handling while unmarshalling CMD and ENTRYPOINT
11+
12+
#### Documentation
13+
14+
* Simplify and streamline Amazon Quickstart
15+
* Install instructions use unprefixed fedora image
16+
* Update instructions for mtu flag for Docker on GCE
17+
+ Add Ubuntu Saucy to installation
18+
- Fix for wrong version warning on master instead of latest
19+
20+
#### Runtime
21+
22+
- Only get the image's rootfs when we need to calculate the image size
23+
- Correctly handle unmapping UDP ports
24+
* Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
25+
- Fix login message to say pull instead of push
26+
- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
27+
* Make blank -H option default to the same as no -H was sent
28+
* Extract cgroups utilities to own submodule
29+
30+
#### Other
31+
32+
+ Add Travis CI configuration to validate DCO and gofmt requirements
33+
+ Add Developer Certificate of Origin Text
34+
* Upgrade VBox Guest Additions
35+
* Check standalone header when pinging a registry server
36+
337
## 0.7.3 (2014-01-02)
438

539
#### Builder

VERSION

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

0 commit comments

Comments
 (0)