From c02029344c2ace5cefefedf7995f2b8ed3a527ab Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Fri, 14 Nov 2014 14:47:37 -0800 Subject: [PATCH] Bump to version v1.3.2 Signed-off-by: Tibor Vass Upstream-commit: 39fa2faad2f3d6fa5133de4eb740677202f53ef4 Component: engine --- components/engine/CHANGELOG.md | 16 ++++++++++++++++ components/engine/VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index f958bbd48c..2cddc6c904 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -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 diff --git a/components/engine/VERSION b/components/engine/VERSION index 3a3cd8cc8b..1892b92676 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2