From 60f463d5fc964ca2ba49bd05101f595dbddbcbdb Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Mon, 18 Nov 2019 16:51:40 +0000 Subject: [PATCH] Release notes for Desktop Edge 2.1.6.0 (#9899) --- docker-for-mac/edge-release-notes.md | 20 ++++++++++++++++ docker-for-windows/edge-release-notes.md | 29 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index 642c300414..d486d961a0 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -12,6 +12,25 @@ notes](release-notes). For Docker Desktop system requirements, see ## Edge Releases of 2019 +### Docker Desktop Community 2.1.6.0 +2019-11-18 + +[Download](https://download.docker.com/mac/edge/40807/Docker.dmg) + +### Upgrades + +- [Docker 19.03.5](https://github.com/docker/docker-ce/releases/tag/v19.03.5) +- [Go 1.12.13](https://golang.org/doc/devel/release.html#go1.12) + +### New + +Added the ability to start and stop Compose-based applications and view combined logs in the Docker Desktop **Dashboard** UI. + +### Bug fixes and minor changes + +- Fixed port forwarding when containers are using `overlay` networks. +- Fixed a container start error when a container has more than one port with an arbitrary or not-yet-configured external port number. For example, `docker run -p 80 -p 443 nginx`. Fixes [docker/for-win#4935](https://github.com/docker/for-win/issues/4935) and [docker/compose#6998](https://github.com/docker/compose/issues/6998). + ### Docker Desktop Community 2.1.5.0 2019-11-04 @@ -58,6 +77,7 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to - Improved the navigation in **Settings** and **Troubleshoot** UI. - Fixed a bug in the UEFI boot menu that sometimes caused Docker Desktop to hang during restart. Fixes [docker/for-mac#2655](https://github.com/docker/for-mac/issues/2655) and [docker/for-mac#3921](https://github.com/docker/for-mac/issues/3921). - Docker Desktop now allows users to access the host’s SSH agent inside containers. Fixes [docker/for-mac#410](https://github.com/docker/for-mac/issues/410) +- Docker Machine is no longer included in the Docker Desktop installer. You can download it separately from the [Docker Machine releases](https://github.com/docker/machine/releases) page. ### Docker Desktop Community 2.1.3.0 2019-09-16 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 1aff2e1ed7..8715936fcb 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -12,6 +12,34 @@ notes](release-notes). For Docker Desktop system requirements, see ## Edge Releases of 2019 +### Docker Desktop Community 2.1.6.0 +2019-11-18 + +[Download](https://download.docker.com/win/edge/40807/Docker%20Desktop%20Installer.exe) + +### Upgrades + +- [Docker 19.03.5](https://github.com/docker/docker-ce/releases/tag/v19.03.5) +- [Go 1.12.13](https://golang.org/doc/devel/release.html#go1.12) + +### New + +Added the ability to start and stop Compose-based applications and view combined logs in the Docker Desktop **Dashboard** UI. + +### Bug fixes and minor changes + +- Docker Desktop now automatically restarts after an update. +- Fixed an issue where Docker Desktop auto-start was not being disabled properly on some machines. +- Fixed a container start error when a container has more than one port with an arbitrary or not-yet-configured external port number. For example, `docker run -p 80 -p 443 nginx`). Fixes [docker/for-win#4935](https://github.com/docker/for-win/issues/4935) and [docker/compose#6998](https://github.com/docker/compose/issues/6998). +- Fixed an issue which caused Docker Desktop to crash when resetting to factory defaults while running Windows containers. +- Fixed multiple issues related to Fast Startup. +- Injected Docker CLI, CLI plugins, Docker Compose, Notary, and kubectl into WSL distros when Docker Desktop WSL integration is enabled. +- Fixed an issue where bind mounts created with Docker Compose from a WSL distro were incorrectly translated. Fixes [docker/for-win#5084](https://github.com/docker/for-win/issues/5084). +- Docker Desktop now supports inotify events on shared filesystems for Windows file sharing. +- Fixed a cache invalidation bug when a file in a shared volume is renamed on the host for Windows file sharing. +- Fixed a handle leak when calling `Mknod` on a shared volume for Windows file sharing. +- To make VM startup more reliable, Docker Desktop now avoids adding a Hyper-V NIC to the Windows VM when using Hypervisor sockets for Windows file sharing (rather than Samba). + ### Docker Desktop Community 2.1.5.0 2019-11-04 @@ -64,6 +92,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus - Improved the navigation in **Settings** and **Troubleshoot** UI. - Fixed a bug that prevented users from accessing WSL 2 Tech Preview. Fixes [docker/for-win#4734](https://github.com/docker/for-win/issues/4734). +- Docker Machine is no longer included in the Docker Desktop installer. You can download it separately from the [Docker Machine releases](https://github.com/docker/machine/releases) page. ### Docker Desktop Community 2.1.3.0 2019-09-16