Skip to content

Commit 39fa2fa

Browse files
committed
Bump to version v1.3.2
Signed-off-by: Tibor Vass <[email protected]>
1 parent 324953d commit 39fa2fa

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.3.2 (2014-11-20)
4+
5+
#### Security
6+
- Fix tar breakout vulnerability
7+
* Extractions are now sandboxed chroot
8+
- Security options are no longer committed to images
9+
10+
#### Runtime
11+
- Fix deadlock in `docker ps -f exited=1`
12+
- Fix a bug when `--volumes-from` references a container that failed to start
13+
14+
#### Registry
15+
+ `--insecure-registry` now accepts CIDR notation such as 10.1.0.0/16
16+
* Private registries whose IPs fall in the 127.0.0.0/8 range do no need the `--insecure-registry` flag
17+
- Skip the experimental registry v2 API when mirroring is enabled
18+
319
## 1.3.1 (2014-10-28)
420

521
#### Security

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

0 commit comments

Comments
 (0)