mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump to version 1.3.0
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
87bd2da5d8
commit
c78088fe3d
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.3.0 (2014-10-14)
|
||||||
|
|
||||||
|
#### Notable features since 1.2.0
|
||||||
|
+ Docker `exec` allows you to run additional processes inside existing containers
|
||||||
|
+ Docker `create` gives you the ability to create a container via the CLI without executing a process
|
||||||
|
+ `--security-opts` options to allow user to customize container labels and apparmor profiles
|
||||||
|
+ Docker `ps` filters
|
||||||
|
- Wildcard support to COPY/ADD
|
||||||
|
+ Move production URLs to get.docker.com from get.docker.io
|
||||||
|
+ Allocate IP address on the bridge inside a valid CIDR
|
||||||
|
+ Use drone.io for PR and CI testing
|
||||||
|
+ Ability to setup an official registry mirror
|
||||||
|
+ Ability to save multiple images with docker `save`
|
||||||
|
|
||||||
## 1.2.0 (2014-08-20)
|
## 1.2.0 (2014-08-20)
|
||||||
|
|
||||||
#### Runtime
|
#### Runtime
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.2.0-dev
|
1.3.0
|
||||||
|
|
Loading…
Reference in a new issue