From a13a8c485fd6cefda226c01409dc7c94ebe95525 Mon Sep 17 00:00:00 2001 From: Simon Ferquel Date: Thu, 15 Oct 2020 11:47:35 +0200 Subject: [PATCH 1/3] Update changelogs for Docker Desktop edge 2.4.2.0 Signed-off-by: Simon Ferquel --- docker-for-mac/edge-release-notes.md | 24 +++++++++++++++++++++++ docker-for-windows/edge-release-notes.md | 25 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index cd431609e3ef..3269c73ea6de 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -11,6 +11,30 @@ 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.2.0 +2020-10-15 + +### Upgrades + +- [Docker Engine 20.10.0 beta1](https://github.com/docker/docker-ce/blob/0fc7084265b3786a5867ec311d3f916af7bf7a23/CHANGELOG.md) +- [Docker Compose CLI - 0.1.22](https://github.com/docker/compose-cli/releases/tag/v0.1.22) +- [Linux kernel 5.4.39](https://hub.docker.com/layers/linuxkit/kernel/5.4.39-f39f83d0d475b274938c86eaa796022bfc7063d2/images/sha256-8614670219aca0bb276d4749e479591b60cd348abc770ac9ecd09ee4c1575405?context=explore). +- [Kubernetes 1.19.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.2) +- [Go 1.15.2](https://github.com/golang/go/issues?q=milestone:Go1.15.2+label:CherryPickApproved) + +### Bug fixes and minor changes + +- When sharing Linux directories (`/var`, `/bin`, etc) with containers, Docker Desktop avoids watching paths in the host file system. +- When sharing a file into a container (e.g. `docker run -v ~/.gitconfig`) Docker Desktop does not watch the parent directory. Fixes [docker/for-mac#4981](https://github.com/docker/for-mac/issues/4981). +- gRPC FUSE: fix `chown` when the file is read-only. Fixes `rabbitmq`, see [docker/for-mac#4964](https://github.com/docker/for-mac/issues/4964). +- gRPC FUSE: generate `ATTRIB` inotify events as well as `MODIFY`. Fixes [docker/for-mac#4962](https://github.com/docker/for-mac/issues/4962). +- gRPC FUSE: return `EOPNOTSUPP` from `fallocate` for unsupported modes. Fixes `minio`. See [docker/for-mac#4964](https://github.com/docker/for-mac/issues/4964). +- Fixed an issue related to NFS mounting. See [docker/for-mac#4958](https://github.com/docker/for-mac/issues/4958). +- Always flush file system caches synchronously on container start. See [docker/for-mac#4943](https://github.com/docker/for-mac/issues/4943). +- Allow symlinks to point outside of shared volumes. Fixes [docker/for-mac#4862](https://github.com/docker/for-mac/issues/4862). +- Diagnostics: avoid hanging when Kubernetes is in a broken state. +- Fixed automatic start on log in. See [docker/for-mac#4877] and [docker/for-mac#4890]. + ## Docker Desktop Community 2.4.1.0 2020-10-01 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 1cd80807b939..050fe9fb3c60 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -11,6 +11,31 @@ 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.2.0 +2020-10-15 + +### Upgrades + +- [Docker Engine 20.10.0 beta1](https://github.com/docker/docker-ce/blob/0fc7084265b3786a5867ec311d3f916af7bf7a23/CHANGELOG.md) +- [Docker Compose CLI - 0.1.22](https://github.com/docker/compose-cli/releases/tag/v0.1.22) +- [Linux kernel 5.4.39](https://hub.docker.com/layers/linuxkit/kernel/5.4.39-f39f83d0d475b274938c86eaa796022bfc7063d2/images/sha256-8614670219aca0bb276d4749e479591b60cd348abc770ac9ecd09ee4c1575405?context=explore) +- [Kubernetes 1.19.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.2) +- [Go 1.15.2](https://github.com/golang/go/issues?q=milestone:Go1.15.2+label:CherryPickApproved) + +* Deprecation + - Docker Desktop cannot be installed on Windows 1703 (build 15063) anymore. + +### Bug fixes and minor changes + +- Fixed an issue that can intermittently cause the WSL 2 backend to fail to start. +- Fixed an issue related to NFS mounting. See [docker/for-mac#4958](https://github.com/docker/for-mac/issues/4958). +- Fixed an issue with http proxy exclude lists containing entries such as `localhost` or `127.0.0.1`. Fixes [docker/for-win#8750](https://github.com/docker/for-win/issues/8750). +- When WSL integration process unexpectedly stops, the user is now notified and can decide to restart it or not, instead of always try to restart it in a loop. fixes [docker/for-win#8968](https://github.com/docker/for-win/issues/8968). +- Fixed an issue related to container logs that lag under heavy load. Fixes [docker/for-win#8216](https://github.com/docker/for-win/issues/8216). +- Diagnostics: avoid hanging when Kubernetes is in a broken state. +- When sharing a file into a container (e.g. `docker run -v ~/.gitconfig`) Docker Desktop does not watch the parent directory. Fixes [docker/for-mac#4981](https://github.com/docker/for-mac/issues/4981). +- Always flush file system caches synchronously on container start. See [docker/for-mac#4943](https://github.com/docker/for-mac/issues/4943). + ## Docker Desktop Community 2.4.1.0 2020-10-01 From b9fad3be5ad125318e50b52effc51a39ae09753b Mon Sep 17 00:00:00 2001 From: Simon Ferquel Date: Mon, 19 Oct 2020 11:05:57 +0200 Subject: [PATCH 2/3] Fix edge release notes date Signed-off-by: Simon Ferquel --- docker-for-mac/edge-release-notes.md | 2 +- docker-for-windows/edge-release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index 3269c73ea6de..17f00c78cdb1 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -12,7 +12,7 @@ For information about Stable releases, see the [Stable release notes](release-no [What to know before you install](install.md#what-to-know-before-you-install). ## Docker Desktop Community 2.4.2.0 -2020-10-15 +2020-10-19 ### Upgrades diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 050fe9fb3c60..4d8f99bf510c 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -12,7 +12,7 @@ For information about Stable releases, see the [Stable release notes](release-no [What to know before you install](install.md#what-to-know-before-you-install). ## Docker Desktop Community 2.4.2.0 -2020-10-15 +2020-10-19 ### Upgrades From 92bcff6c17639566b39c7e66a2f5d983980c8df4 Mon Sep 17 00:00:00 2001 From: Simon Ferquel Date: Mon, 19 Oct 2020 11:30:06 +0200 Subject: [PATCH 3/3] Add note about Vulnerability scanning Signed-off-by: Simon Ferquel --- docker-for-mac/edge-release-notes.md | 4 ++++ docker-for-windows/edge-release-notes.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index 17f00c78cdb1..5268e963ca5c 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -14,6 +14,10 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.4.2.0 2020-10-19 +### New + +- If you have enabled [Vulnerability Scanning](https://docs.docker.com/docker-hub/vulnerability-scanning/) in Docker Hub, the scan results will now appear in Docker Desktop. + ### Upgrades - [Docker Engine 20.10.0 beta1](https://github.com/docker/docker-ce/blob/0fc7084265b3786a5867ec311d3f916af7bf7a23/CHANGELOG.md) diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 4d8f99bf510c..13fdb33534b5 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -14,6 +14,10 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.4.2.0 2020-10-19 +### New + +- If you have enabled [Vulnerability Scanning](https://docs.docker.com/docker-hub/vulnerability-scanning/) in Docker Hub, the scan results will now appear in Docker Desktop. + ### Upgrades - [Docker Engine 20.10.0 beta1](https://github.com/docker/docker-ce/blob/0fc7084265b3786a5867ec311d3f916af7bf7a23/CHANGELOG.md)