Signed-off-by: Tibor Vass <teabee89@gmail.com>
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
| ... | ... |
@@ -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 |