mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bump version for v1.8.3
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
1321794dc1
commit
f4bf5c7026
2 changed files with 17 additions and 9 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,8 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 1.8.3 (2015-10-12)
|
||||
|
||||
### Distribution
|
||||
|
||||
- Fix layer IDs lead to local graph poisoning (CVE-2014-8178)
|
||||
- Fix manifest validation and parsing logic errors allow pull-by-digest validation bypass (CVE-2014-8179)
|
||||
+ Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
|
||||
|
||||
## 1.8.2 (2015-09-10)
|
||||
|
||||
### Distribution:
|
||||
### Distribution
|
||||
|
||||
- Fixes rare edge case of handling GNU LongLink and LongName entries.
|
||||
- Fix ^C on docker pull.
|
||||
|
@ -10,7 +18,7 @@
|
|||
- Fix issue that caused the daemon to panic when loggers weren't configured properly.
|
||||
- Fix goroutine leak pulling images from registry V2.
|
||||
|
||||
### Runtime:
|
||||
### Runtime
|
||||
|
||||
- Fix a bug mounting cgroups for docker daemons running inside docker containers.
|
||||
- Initialize log configuration properly.
|
||||
|
@ -19,11 +27,11 @@
|
|||
|
||||
- Handle `-q` flag in `docker ps` properly when there is a default format.
|
||||
|
||||
### Networking:
|
||||
### Networking
|
||||
|
||||
- Fix several corner cases with netlink.
|
||||
|
||||
### Contrib:
|
||||
### Contrib
|
||||
|
||||
- Fix several issues with bash completion.
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.8.2
|
||||
1.8.3
|
||||
|
|
Loading…
Add table
Reference in a new issue