| ... | ... |
@@ -1,5 +1,61 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 0.7.1 (2013-12-05) |
|
| 4 |
+ |
|
| 5 |
+#### Documentation |
|
| 6 |
+ |
|
| 7 |
++ Add @SvenDowideit as documentation maintainer |
|
| 8 |
++ Add links example |
|
| 9 |
++ Add documentation regarding ambassador pattern |
|
| 10 |
++ Add Google Cloud Platform docs |
|
| 11 |
++ Add dockerfile best practices |
|
| 12 |
+* Update doc for RHEL |
|
| 13 |
+* Update doc for registry |
|
| 14 |
+* Update Postgres examples |
|
| 15 |
+* Update doc for Ubuntu install |
|
| 16 |
+* Improve remote api doc |
|
| 17 |
+ |
|
| 18 |
+#### Runtime |
|
| 19 |
+ |
|
| 20 |
++ Add hostconfig to docker inspect |
|
| 21 |
++ Implement `docker log -f` to stream logs |
|
| 22 |
++ Add env variable to disable kernel version warning |
|
| 23 |
++ Add -format to `docker inspect` |
|
| 24 |
++ Support bind-mount for files |
|
| 25 |
+- Fix bridge creation on RHEL |
|
| 26 |
+- Fix image size calculation |
|
| 27 |
+- Make sure iptables are called even if the bridge already exists |
|
| 28 |
+- Fix issue with stderr only attach |
|
| 29 |
+- Remove init layer when destroying a container |
|
| 30 |
+- Fix same port binding on different interfaces |
|
| 31 |
+- `docker build` now returns the correct exit code |
|
| 32 |
+- Fix `docker port` to display correct port |
|
| 33 |
+- `docker build` now check that the dockerfile exists client side |
|
| 34 |
+- `docker attach` now returns the correct exit code |
|
| 35 |
+- Remove the name entry when the container does not exist |
|
| 36 |
+ |
|
| 37 |
+#### Registry |
|
| 38 |
+ |
|
| 39 |
+* Improve progress bars, add ETA for downloads |
|
| 40 |
+* Simultaneous pulls now waits for the first to finish instead of failing |
|
| 41 |
+- Tag only the top-layer image when pushing to registry |
|
| 42 |
+- Fix issue with offline image transfer |
|
| 43 |
+- Fix issue preventing using ':' in password for registry |
|
| 44 |
+ |
|
| 45 |
+#### Other |
|
| 46 |
+ |
|
| 47 |
++ Add pprof handler for debug |
|
| 48 |
++ Create a Makefile |
|
| 49 |
+* Use stdlib tar that now includes fix |
|
| 50 |
+* Improve make.sh test script |
|
| 51 |
+* Handle SIGQUIT on the daemon |
|
| 52 |
+* Disable verbose during tests |
|
| 53 |
+* Upgrade to go1.2 for official build |
|
| 54 |
+* Improve unit tests |
|
| 55 |
+* The test suite now runs all tests even if one fails |
|
| 56 |
+* Refactor C in Go (Devmapper) |
|
| 57 |
+- Fix OSX compilation |
|
| 58 |
+ |
|
| 3 | 59 |
## 0.7.0 (2013-11-25) |
| 4 | 60 |
|
| 5 | 61 |
#### Notable features since 0.6.0 |