Add fix for hcsshim to rel notes (18.03.1-ce, 17.06.2-ee-8) (#6832)

This commit is contained in:
Gwendolynne Barr 2018-06-06 12:50:31 -07:00 committed by GitHub
parent 05b87ee0ff
commit 28924dcb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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