Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
| ... | ... |
@@ -1,5 +1,33 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 0.7.5 (2014-01-09) |
|
| 4 |
+ |
|
| 5 |
+#### Builder |
|
| 6 |
+ |
|
| 7 |
+* Disable compression for build. More space usage but a much faster upload |
|
| 8 |
+- Fix ADD caching for certain paths |
|
| 9 |
+- Do not compress archive from git build |
|
| 10 |
+ |
|
| 11 |
+#### Documentation |
|
| 12 |
+ |
|
| 13 |
+- Fix error in GROUP add example |
|
| 14 |
+* Make sure the GPG fingerprint is inline in the documentation |
|
| 15 |
+* Give more specific advice on setting up signing of commits for DCO |
|
| 16 |
+ |
|
| 17 |
+#### Runtime |
|
| 18 |
+ |
|
| 19 |
+- Fix misspelled container names |
|
| 20 |
+- Do not add hostname when networking is disabled |
|
| 21 |
+* Return most recent image from the cache by date |
|
| 22 |
+- Return all errors from docker wait |
|
| 23 |
+* Add Content-Type Header "application/json" to GET /version and /info responses |
|
| 24 |
+ |
|
| 25 |
+#### Other |
|
| 26 |
+ |
|
| 27 |
+* Update DCO to version 1.1 |
|
| 28 |
++ Update Makefile to use "docker:GIT_BRANCH" as the generated image name |
|
| 29 |
+* Update Travis to check for new 1.1 DCO version |
|
| 30 |
+ |
|
| 3 | 31 |
## 0.7.4 (2014-01-07) |
| 4 | 32 |
|
| 5 | 33 |
#### Builder |