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