mirror of https://github.com/docker/docs.git
Add fix for hcsshim to rel notes (18.03.1-ce, 17.06.2-ee-8) (#6832)
This commit is contained in:
parent
05b87ee0ff
commit
28924dcb28
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue