Browse code

Add v1.3.2 changelog & bump version to 1.3.2-dev

Signed-off-by: Tibor Vass <teabee89@gmail.com>
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

Tibor Vass authored on 2014/11/15 07:47:37
Showing 2 changed files
... ...
@@ -1,5 +1,21 @@
1 1
 # Changelog
2 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
+
3 19
 ## 1.3.1 (2014-10-28)
4 20
 
5 21
 #### Security
... ...
@@ -1 +1 @@
1
-1.3.1-dev
1
+1.3.2-dev