Release notes for 18.03.0-ce-rc1-win54 (Edge) (#6097)

This commit is contained in:
gtardif 2018-02-27 19:29:04 +01:00 committed by Gwendolynne Barr
parent 8c4a2deca1
commit 3dc86af3fc
1 changed files with 20 additions and 0 deletions

View File

@ -477,6 +477,26 @@ We did not distribute a 1.12.4 stable release
## Edge Release Notes
### Docker Community Edition 18.03.0-ce-rc1-win54 2018-02-27 (Edge)
* Upgrades
- [Docker 18.03.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc1)
* New
- VM Swap size can be changed in settings.
- Support NFS Volume sharing. Also works in Kubernetes. See [docker/for-win#1700](https://github.com/docker/for-win/issues/1700)
- Allow users to activate Windows container during installation (avoid vm disk creation and vm boot when working only on win containers). See [docker/for-win#217](https://github.com/docker/for-win/issues/217).
* Bug fixes and minor changes
- DNS name `host.docker.internal` shoud be used for host resolution from containers. Older aliases (still valid) are deprecated in favor of this one. (See https://tools.ietf.org/html/draft-west-let-localhost-be-localhost-06).
- Fix Linuxkit start on Windows Insider. Fixes [docker/for-win#1458](https://github.com/docker/for-win/issues/1458), [docker/for-win#1514](https://github.com/docker/for-win/issues/1514), [docker/for-win#1640](https://github.com/docker/for-win/issues/1640)
- Fix risk of privilege escalation. (https://www.tenable.com/sc-report-templates/microsoft-windows-unquoted-service-path-vulnerability)
- All users present in the docker-users group are now able to use docker. Fixes [docker/for-win#1732](https://github.com/docker/for-win/issues/1732)
- Kubernetes Load balanced services are no longer marked as `Pending`.
- Fix hostPath mounts in Kubernetes.
- Update Compose on Kubernetes to v0.3.0 rc4. Existing Kubernetes stacks will be removed during migration and need to be re-deployed on the cluster.
### Docker Community Edition 18.02.0-ce-win52 2018-02-08 (Edge)
* Upgrades