From 3dc86af3fc0253fc4c0a8b6b1fa1fc8d4b0cc05e Mon Sep 17 00:00:00 2001 From: gtardif Date: Tue, 27 Feb 2018 19:29:04 +0100 Subject: [PATCH] Release notes for 18.03.0-ce-rc1-win54 (Edge) (#6097) --- docker-for-windows/release-notes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index c5d9c13697..2af0ac19e3 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -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