mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #5660 from crosbymichael/merge_release_v0.11.0
Merge release to master v0.11.0
This commit is contained in:
commit
93f5d539fe
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.11.0 (2014-05-07)
|
||||||
|
|
||||||
|
#### Notable features since 0.10.0
|
||||||
|
|
||||||
|
* SELinux support for mount and process labels
|
||||||
|
* Linked containers can be accessed by hostname
|
||||||
|
* Use the net `--net` flag to allow advanced network configuration such as host networking so that containers can use the host's network interfaces
|
||||||
|
* Add a ping endpoint to the Remote API to do healthchecks of your docker daemon
|
||||||
|
* Logs can now be returned with an optional timestamp
|
||||||
|
* Docker now works with registries that support SHA-512
|
||||||
|
* Multiple registry endpoints are supported to allow registry mirrors
|
||||||
|
|
||||||
## 0.10.0 (2014-04-08)
|
## 0.10.0 (2014-04-08)
|
||||||
|
|
||||||
#### Builder
|
#### Builder
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.10.0-dev
|
0.11.0-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue