diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index 017313f01c..4319eebdec 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -11,6 +11,29 @@ This page contains information about Docker Desktop Edge releases. Edge releases For information about Stable releases, see the [Stable release notes](release-notes.md). For Docker Desktop system requirements, see [What to know before you install](install.md#what-to-know-before-you-install). +## Docker Desktop Community 2.3.2.0 +2020-06-25 + +> [Download](https://desktop.docker.com/mac/edge/46268/Docker.dmg) + +### Upgrades + +- [Docker 19.03.12](https://github.com/docker/docker-ce/releases/tag/v19.03.12) +- [Docker Compose 1.26.0](https://github.com/docker/compose/releases/tag/1.26.0) +- [Kubernetes 1.18.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.18.3) +- Beta release of the [Docker ACI integration](https://docs.docker.com/engine/context/aci-integration/) + +### Bug fixes and minor changes + +- Fixed an issue with startup when the Kubernetes certificates have expired. See [docker/for-mac#4594](https://github.com/docker/for-mac/issues/4594). +- Fixed `hyperkit` on newer Macs / newer versions of `Hypervisor.framework`. +- Added support for the global Mutagen config file `~/.mutagen.yml`. +- Automatically set up a two-way file sync using `:delegated` option with `docker run -v` command. +- Re-added device-mapper to the embedded Linux kernel. See [docker/for-mac#4549](https://github.com/docker/for-mac/issues/4549). +- Improved diagnostics when using two-way synchronization with the Mutagen cache. +- Switched to Mutagen `posix-raw` symlink mode which fixes cases where the symlinks point outside the synchronized directory. See [docker/for-mac#4595](https://github.com/docker/for-mac/issues/4595). +- Removed the legacy Kubernetes context `docker-for-desktop`. The context `docker-desktop` should be used instead. See [docker/for-mac#4089](https://github.com/docker/for-mac/issues/4089). + ## Docker Desktop Community 2.3.1.0 2020-05-20 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 0f56d3a791..0c7ecbb071 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -11,6 +11,41 @@ This page contains information about Docker Desktop Edge releases. Edge releases For information about Stable releases, see the [Stable release notes](release-notes.md). For Docker Desktop system requirements, see [What to know before you install](install.md#what-to-know-before-you-install). +## Docker Desktop Community 2.3.2.1 +2020-06-29 + +> [Download](https://desktop.docker.com/win/edge/46329/Docker%20Desktop%20Installer.exe) + +## Security + +- Fixed a regression in Docker Desktop Edge 2.3.2.0 on Windows where the Docker API was exposed by default on a random port on all interfaces. + +## Docker Desktop Community 2.3.2.0 +2020-06-25 + +### Upgrades + +- [Docker 19.03.12](https://github.com/docker/docker-ce/releases/tag/v19.03.12) +- [Docker Compose 1.26.0](https://github.com/docker/compose/releases/tag/1.26.0) +- [Kubernetes 1.18.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.18.3) +- Beta release of the [Docker ACI integration](https://docs.docker.com/engine/context/aci-integration/) + +### Bug fixes and minor changes + +- Fixed application startup if `hosts` is specified inside the Docker `daemon.json`. See [docker/for-win#6895](https://github.com/docker/for-win/issues/6895#issuecomment-637429117). +- Fixed opening a CLI from the dashboard for Windows containers. See [docker/for-win#7079](https://github.com/docker/for-win/issues/7079). +- Fixed an issue where adding a folder on a non-existing drive in the settings would create an empty entry. See [docker/for-win#6797](docker/for-win#6797). +- Fixed an issue when updating Windows to a WSL 2 capable version, where a configuration file is locked by the old Hyper-V VM. +- Pinning the application to the taskbar and clicking on it will launch the container view if Docker is already running. +- Left-clicking on the Docker icon in the system tray now launches the container view Dashboard. See [docker/for-win#6650](https://github.com/docker/for-win/issues/6650). +- Fixed an issue which blocks Docker Desktop startup if `localhost:2375` is used by another program. See [docker/for-win#6929](https://github.com/docker/for-win/issues/6929) and [docker/for-win#6961](https://github.com/docker/for-win/issues/6961). +- Docker contexts are now synced between Windows and WSL 2 distributions. +- Docker Desktop now prompts users to share drives for paths like `////c/Users/foo`, rather than only paths like `C:\Users\foo` and `C:/Users/foo`. +- The installer now returns a non-zero exit code on error or when the user cancels the installation. +- Avoid failing withFixed an issue which caused Docker Desktop to fail with `Function not implemented` error during file I/O on shared volumes. See [docker/for-win#5955](https://github.com/docker/for-win/issues/5955). +- Fixed an issue when bind mounting a mounted host directory inside a container. See [docker/for-win#5089](https://github.com/docker/for-win/issues/5089). +- Removed the legacy Kubernetes context `docker-for-desktop`. The context `docker-desktop` should be used instead. See [docker/for-win#5089](https://github.com/docker/for-win/issues/5089). + ## Docker Desktop Community 2.3.1.0 2020-05-20