Bump version to 0.5.0

Upstream-commit: bc21b3ebf0dadc51e47d971217d132e5299831a0
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-07-15 14:55:51 -07:00
committed by Guillaume J. Charmes
parent 9051673e68
commit 723f4f9ef0
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.5.0 (2013-07-16)
+ Remote API: Add /top endpoint
+ Runtime: host directories can be mounted as volumes with 'docker run -b'
+ Runtime: Add UDP support
+ Builder: Add ENTRYPOINT instruction
+ Builder: Add VOLUMES instruction
* Runtime: Add options to docker login
* Builder: Display full output by default
- Registry: Fix issues when pushing to 3rd part registries
- Runtime: Skip `hostname` when merging config
## 0.4.8 (2013-07-01)
+ Builder: New build operation ENTRYPOINT adds an executable entry point to the container.
- Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.

View File

@ -27,7 +27,7 @@ import (
"unicode"
)
const VERSION = "0.4.8"
const VERSION = "0.5.0"
var (
GITCOMMIT string