We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324953d commit 39fa2faCopy full SHA for 39fa2fa
2 files changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
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
19
## 1.3.1 (2014-10-28)
20
21
#### Security
VERSION
@@ -1 +1 @@
-1.3.1
+1.3.2
0 commit comments