Skip to content

Commit f4bf5c7

Browse files
committed
bump version for v1.8.3
Signed-off-by: Jessica Frazelle <[email protected]>
1 parent 1321794 commit f4bf5c7

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

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

3+
## 1.8.3 (2015-10-12)
4+
5+
### Distribution
6+
7+
- Fix layer IDs lead to local graph poisoning (CVE-2014-8178)
8+
- Fix manifest validation and parsing logic errors allow pull-by-digest validation bypass (CVE-2014-8179)
9+
+ Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
10+
311
## 1.8.2 (2015-09-10)
412

5-
### Distribution:
13+
### Distribution
614

715
- Fixes rare edge case of handling GNU LongLink and LongName entries.
816
- Fix ^C on docker pull.
917
- Fix docker pull issues on client disconnection.
1018
- Fix issue that caused the daemon to panic when loggers weren't configured properly.
1119
- Fix goroutine leak pulling images from registry V2.
1220

13-
### Runtime:
21+
### Runtime
1422

1523
- Fix a bug mounting cgroups for docker daemons running inside docker containers.
1624
- Initialize log configuration properly.
@@ -19,11 +27,11 @@
1927

2028
- Handle `-q` flag in `docker ps` properly when there is a default format.
2129

22-
### Networking:
30+
### Networking
2331

2432
- Fix several corner cases with netlink.
2533

26-
### Contrib:
34+
### Contrib
2735

2836
- Fix several issues with bash completion.
2937

@@ -268,7 +276,7 @@
268276
#### Notable Features since 1.3.0
269277
+ Set key=value labels to the daemon (displayed in `docker info`), applied with
270278
new `-label` daemon flag
271-
+ Add support for `ENV` in Dockerfile of the form:
279+
+ Add support for `ENV` in Dockerfile of the form:
272280
`ENV name=value name2=value2...`
273281
+ New Overlayfs Storage Driver
274282
+ `docker info` now returns an `ID` and `Name` field
@@ -730,7 +738,7 @@
730738
- Fix broken images API for version less than 1.7
731739
- Use the right encoding for all API endpoints which return JSON
732740
- Move remote api client to api/
733-
- Queue calls to the API using generic socket wait
741+
- Queue calls to the API using generic socket wait
734742

735743
#### Runtime
736744

@@ -810,7 +818,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
810818
- Do not add hostname when networking is disabled
811819
* Return most recent image from the cache by date
812820
- Return all errors from docker wait
813-
* Add Content-Type Header "application/json" to GET /version and /info responses
821+
* Add Content-Type Header "application/json" to GET /version and /info responses
814822

815823
#### Other
816824

@@ -838,7 +846,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
838846
#### Runtime
839847

840848
- Only get the image's rootfs when we need to calculate the image size
841-
- Correctly handle unmapping UDP ports
849+
- Correctly handle unmapping UDP ports
842850
* Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
843851
- Fix login message to say pull instead of push
844852
- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.2
1+
1.8.3

0 commit comments

Comments
 (0)