From c3bcd2bc6c4b7f465c8c5da8a3b8515cfba909ae Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 1 Oct 2020 15:26:23 +0200 Subject: [PATCH] Desktop Edge 2.4.1.0 release notes (#11451) * Desktop Edge 2.4.1.0 release notes * Fix a typo in the download URL * Fix a typo in the download URL Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-mac/edge-release-notes.md | 18 +++++++++++++++++- docker-for-windows/edge-release-notes.md | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index b2bde51439..e6e2e49f8b 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -11,6 +11,23 @@ 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.4.1.0 +2020-10-01 + +> [Download](https://desktop.docker.com/mac/edge/48572/Docker.dmg) + +### Upgrades + +- [Docker Compose CLI - 0.1.18](https://github.com/docker/compose-cli) +- [Docker Compose 1.27.4](https://github.com/docker/compose/releases/tag/1.27.4) +- [Snyk v1.399.1](https://github.com/snyk/snyk/releases/tag/v1.399.1) +- [Docker Engine 19.03.13](https://github.com/docker/docker-ce/releases/tag/v19.03.13) + +### Bug fixes and minor changes + +- Docker Desktop always flushes filesystem caches synchronously on container start. See [docker/for-mac#4943](https://github.com/docker/for-mac/issues/4943). +- Docker Desktop now supports `S_ISUID`, `S_ISGID` and `S_ISVTX` in calls to `chmod(2)` on shared filesystems. See [docker/for-mac#4943](https://github.com/docker/for-mac/issues/4943). +- Fixed a possible premature file handle close when using `gRPC-FUSE`. ## Docker Desktop Community 2.3.7.0 2020-09-17 @@ -42,7 +59,6 @@ For information about Stable releases, see the [Stable release notes](release-no in i386 images. To work around this issue, disable `seccomp` by using the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326). - ## Docker Desktop Community 2.3.6.1 2020-09-08 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index ebe15b23ce..cd4d2c464f 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -11,10 +11,26 @@ 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.4.1.0 +2020-10-01 + +> [Download](https://desktop.docker.com/win/edge/48559/Docker%20Desktop%20Installer.exe) + +### Upgrades + +- [Docker Compose CLI - 0.1.18](https://github.com/docker/compose-cli) +- [Docker Compose 1.27.4](https://github.com/docker/compose/releases/tag/1.27.4) +- [Snyk v1.399.1](https://github.com/snyk/snyk/releases/tag/v1.399.1) +- [Docker Engine 19.03.13](https://github.com/docker/docker-ce/releases/tag/v19.03.13) + +### Bug fixes and minor changes + +- Fixed the path to the installer log file default location when the username contains a space. Fixes [docker/for-win#7941](https://github.com/docker/for-win/issues/7941). + ## Docker Desktop Community 2.3.7.0 2020-09-17 -> [Download](https://desktop.docker.com/win/edge/48173/Docker%20Desktop%20Installer.exe)) +> [Download](https://desktop.docker.com/win/edge/48572/Docker%20Desktop%20Installer.exe) ### New