Skip to content

Commit c03561e

Browse files
committed
Update CHANGELOG.md
1 parent e54e8fa commit c03561e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.5.1 (2013-07-30)
4+
+ API: Docker client now sets useragent (RFC 2616)
5+
+ Runtime: Add `ps` args to `docker top`
6+
+ Runtime: Add support for container ID files (pidfile like)
7+
+ Runtime: Add container=lxc in default env
8+
+ Runtime: Support networkless containers with `docker run -n` and `docker -d -b=none`
9+
+ API: Add /events endpoint
10+
+ Builder: ADD command now understands URLs
11+
+ Builder: CmdAdd and CmdEnv now respect Dockerfile-set ENV variables
12+
* Hack: Simplify unit tests with helpers
13+
* Hack: Improve docker.upstart event
14+
* Hack: Add coverage testing into docker-ci
15+
* Runtime: Stdout/stderr logs are now stored in the same file as JSON
16+
* Runtime: Allocate a /16 IP range by default, with fallback to /24. Try 12 ranges instead of 3.
17+
* Runtime: Change .dockercfg format to json and support multiple auth remote
18+
- Runtime: Do not override volumes from config
19+
- Runtime: Fix issue with EXPOSE override
20+
- Builder: Create directories with 755 instead of 700 within ADD instruction
21+
322
## 0.5.0 (2013-07-17)
423
+ Runtime: List all processes running inside a container with 'docker top'
524
+ Runtime: Host directories can be mounted as volumes with 'docker run -v'

0 commit comments

Comments
 (0)