From dee274848365c8c9f47c9b4c9783de87b062ed69 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 12 Dec 2016 15:00:06 -0800 Subject: [PATCH] Merge pull request #29338 from vieux/bump_1.12.4_version bump version to 1.12.4 (cherry picked from commit 1564f02e33aab7e30e6b0b72f418a7e950d79893) Signed-off-by: Sebastiaan van Stijn --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b99ff5420..c749bc7d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -212,7 +212,7 @@ To manually remove all plugins and resolve this problem, take the following step - Deprecate MAINTAINER in Dockerfile [#25466](https://github.com/docker/docker/pull/25466) - Deprecated filter param for endpoint `/images/json` [#27872](https://github.com/docker/docker/pull/27872) -## 1.12.4 (2016-12-06) +## 1.12.4 (2016-12-12) **IMPORTANT**: Docker 1.12 ships with an updated systemd unit file for rpm based installs (which includes RHEL, Fedora, CentOS, and Oracle Linux 7). When @@ -253,6 +253,7 @@ systemctl restart docker` to reload changes and (re)start the docker daemon. - Fix volume store locking [#29151](https://github.com/docker/docker/pull/29151) - Ensure consistent status code in API [#29150](https://github.com/docker/docker/pull/29150) - Fix incorrect opaque directory permission in overlay2 [#29093](https://github.com/docker/docker/pull/29093) +- Detect plugin content and error out on `docker pull` [#29297](https://github.com/docker/docker/pull/29297) ### Swarm Mode