mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump version to v1.2.0
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
380129d0d7
commit
fa7b24f2c3
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,5 +1,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.2.0 (2014-08-20)
|
||||||
|
|
||||||
|
#### Runtime
|
||||||
|
+ Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
|
||||||
|
+ Auto-restart containers using policies
|
||||||
|
+ Use /var/lib/docker/tmp for large temporary files
|
||||||
|
+ `--cap-add` and `--cap-drop` to tweak what linux capability you want
|
||||||
|
+ `--device` to use devices in containers
|
||||||
|
|
||||||
|
#### Client
|
||||||
|
+ `docker search` on private registries
|
||||||
|
+ Add `exited` filter to `docker ps --filter`
|
||||||
|
* `docker rm -f` now kills instead of stop
|
||||||
|
+ Support for IPv6 addresses in `--dns` flag
|
||||||
|
|
||||||
|
#### Proxy
|
||||||
|
+ Proxy instances in separate processes
|
||||||
|
* Small bug fix on UDP proxy
|
||||||
|
|
||||||
## 1.1.2 (2014-07-23)
|
## 1.1.2 (2014-07-23)
|
||||||
|
|
||||||
#### Runtime
|
#### Runtime
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.1.2-dev
|
1.2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue