Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
| ... | ... |
@@ -1,5 +1,17 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 0.11.0 (2014-05-07) |
|
| 4 |
+ |
|
| 5 |
+#### Notable features since 0.10.0 |
|
| 6 |
+ |
|
| 7 |
+* SELinux support for mount and process labels |
|
| 8 |
+* Linked containers can be accessed by hostname |
|
| 9 |
+* Use the net `--net` flag to allow advanced network configuration such as host networking so that containers can use the host's network interfaces |
|
| 10 |
+* Add a ping endpoint to the Remote API to do healthchecks of your docker daemon |
|
| 11 |
+* Logs can now be returned with an optional timestamp |
|
| 12 |
+* Docker now works with registries that support SHA-512 |
|
| 13 |
+* Multiple registry endpoints are supported to allow registry mirrors |
|
| 14 |
+ |
|
| 3 | 15 |
## 0.10.0 (2014-04-08) |
| 4 | 16 |
|
| 5 | 17 |
#### Builder |