From 28924dcb2867a2e1bd3117fb7b72777cba8ec018 Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Wed, 6 Jun 2018 12:50:31 -0700 Subject: [PATCH] Add fix for hcsshim to rel notes (18.03.1-ce, 17.06.2-ee-8) (#6832) --- ee/engine/release-notes.md | 4 ++++ release-notes/docker-ce.md | 1 + 2 files changed, 5 insertions(+) diff --git a/ee/engine/release-notes.md b/ee/engine/release-notes.md index ba54ac4d96..5a7e836a07 100644 --- a/ee/engine/release-notes.md +++ b/ee/engine/release-notes.md @@ -76,6 +76,10 @@ split-brain scenario. [Learn more](https://success.docker.com/article/KB000759). ## 17.06.2-ee-8 (2018-04-17) +### Runtime + +* Update `hcsshim` to v0.6.10 to address [CVE-2018-8115](https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2018-8115) + ### Networking - Update libnetwork to fix stale HNS endpoints on Windows. [moby/moby#36603](https://github.com/moby/moby/pull/36603) diff --git a/release-notes/docker-ce.md b/release-notes/docker-ce.md index d3b29c6663..3836fd7fb6 100644 --- a/release-notes/docker-ce.md +++ b/release-notes/docker-ce.md @@ -43,6 +43,7 @@ Release notes for stable versions are listed first. You can - Make sure plugin container is removed on failure [moby/moby#36715](https://github.com/moby/moby/pull/36715) - Copy: avoid using all system memory with authz plugins [moby/moby#36595](https://github.com/moby/moby/pull/36595) - Relax some libcontainerd client locking [moby/moby#36848](https://github.com/moby/moby/pull/36848) +- Update `hcsshim` to v0.6.10 to address [CVE-2018-8115](https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2018-8115) ### Swarm Mode