Skip to content

Commit

Permalink
Add v1.3.2 changelog & bump version to 1.3.2-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Cristian Staretu <[email protected]>
  • Loading branch information
tiborvass authored and unclejack committed Nov 25, 2014
1 parent 2ec2237 commit b21e1d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.3.2 (2014-11-20)

#### Security
- Fix tar breakout vulnerability
* Extractions are now sandboxed chroot
- Security options are no longer committed to images

#### Runtime
- Fix deadlock in `docker ps -f exited=1`
- Fix a bug when `--volumes-from` references a container that failed to start

#### Registry
+ `--insecure-registry` now accepts CIDR notation such as 10.1.0.0/16
* Private registries whose IPs fall in the 127.0.0.0/8 range do no need the `--insecure-registry` flag
- Skip the experimental registry v2 API when mirroring is enabled

## 1.3.1 (2014-10-28)

#### Security
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1-dev
1.3.2-dev

0 comments on commit b21e1d4

Please sign in to comment.