mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bumped version to 0.2.1
This commit is contained in:
parent
e7fb7f13d5
commit
d42639e5c5
3 changed files with 26 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.1 (2012-05-01)
|
||||||
|
+ 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
|
||||||
|
* Improve install process on Vagrant
|
||||||
|
+ New Dockerfile operation: "maintainer"
|
||||||
|
+ New Dockerfile operation: "expose"
|
||||||
|
+ New Dockerfile operation: "cmd"
|
||||||
|
+ Contrib script to build a Debian base layer
|
||||||
|
+ 'docker -d -r': restart crashed containers at daemon startup
|
||||||
|
* Runtime: improve test coverage
|
||||||
|
|
||||||
## 0.2.0 (2012-04-23)
|
## 0.2.0 (2012-04-23)
|
||||||
- Runtime: ghost containers can be killed and waited for
|
- Runtime: ghost containers can be killed and waited for
|
||||||
* Documentation: update install intructions
|
* Documentation: update install intructions
|
||||||
|
|
|
@ -18,7 +18,7 @@ import (
|
||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.2.0"
|
const VERSION = "0.2.1"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GIT_COMMIT string
|
GIT_COMMIT string
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
|
|
||||||
|
lxc-docker (0.2.1-1) precise; urgency=low
|
||||||
|
|
||||||
|
- 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
|
||||||
|
- Improve install process on Vagrant
|
||||||
|
- New Dockerfile operation: "maintainer"
|
||||||
|
- New Dockerfile operation: "expose"
|
||||||
|
- New Dockerfile operation: "cmd"
|
||||||
|
- Contrib script to build a Debian base layer
|
||||||
|
- 'docker -d -r': restart crashed containers at daemon startup
|
||||||
|
- Runtime: improve test coverage
|
||||||
|
|
||||||
|
-- dotCloud <ops@dotcloud.com> Wed, 1 May 2013 00:00:00 -0700
|
||||||
|
|
||||||
|
|
||||||
lxc-docker (0.2.0-1) precise; urgency=low
|
lxc-docker (0.2.0-1) precise; urgency=low
|
||||||
|
|
||||||
- Runtime: ghost containers can be killed and waited for
|
- Runtime: ghost containers can be killed and waited for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue