diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 6665d17e6a..e88cae916c 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -13,10 +13,24 @@ This page contains information about the new features, improvements, known issue For information about Edge releases, see the [Edge release notes](edge-release-notes). For Docker Desktop system requirements, see [What to know before you install](install.md#what-to-know-before-you-install). +## Docker Desktop Community 2.2.0.4 +2020-03-12 + +> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) + +### Upgrades + +- [Docker 19.03.8](https://github.com/docker/docker-ce/releases/tag/v19.03.8) + +### Bug fixes and minor changes + +- Kubernetes: Persistent volumes created by claims are now stored in the virtual machine. Fixes [docker/for-win#5665](https://github.com/docker/for-win/issues/5665). +- Fixed an issue which caused Docker Desktop Dashboard to attempt connecting to all exposed ports inside a container. Fixes [docker/for-mac#4264](https://github.com/docker/for-mac/issues/4264). + ## Docker Desktop Community 2.2.0.3 2020-02-11 -> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) +> [Download](https://download.docker.com/mac/stable/42716/Docker.dmg) ### Upgrades diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 5f76954930..9ecea9f045 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -13,10 +13,42 @@ This page contains information about the new features, improvements, known issue For information about Edge releases, see the [Edge release notes](edge-release-notes). For Docker Desktop system requirements, see [What to know before you install](install.md#what-to-know-before-you-install). +## Docker Desktop Community 2.2.0.4 +2020-03-12 + +> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) + +### Upgrades + +- [Docker 19.03.8](https://github.com/docker/docker-ce/releases/tag/v19.03.8) + +### Bug fixes and minor changes + +- Security: Diagnostics were collected with Administrator privileges, which led to a possible privilege escalation on systems where the Docker Desktop user was not an administrator. +- Docker Desktop now displays hidden files in shared volumes. Fixes [docker/for-win#5808](https://github.com/docker/for-win/issues/5808). +- Docker Desktop now generates the inotify `MODIFY` events on shared file systems for Windows file sharing. Fixes [docker/for-win#5530](https://github.com/docker/for-win/issues/5530). +- Attempts to create files in a shared volume with an identical filename but a different case (uppercase/lowercase) on Windows filesystem will now fail with the error `EEXIST`. Fixes [docker/for-win#5894](https://github.com/docker/for-win/issues/5894). +- Fixed cache invalidation and event injection in shared volumes with host paths longer than 260 characters. +- Docker Desktop now allows users to rename open files in shared volumes. Fixes [docker/for-win#5565](https://github.com/docker/for-win/issues/5565). +- Fixed an issue where containers did not synchronize time with the host when the host machine wakes up from the sleep mode. Fixes [docker/for-win#4526](https://github.com/docker/for-win/issues/4526). +- Fixed an issue which caused Docker Desktop Dashboard to attempt connecting to all exposed ports inside a container. Fixes [docker/for-win#5903](https://github.com/docker/for-win/issues/5903). +- Kubernetes: Persistent volumes created by claims are now stored in the virtual machine. Fixes [docker/for-win#5665](https://github.com/docker/for-win/issues/5665). +- Fixed an issue which caused Docker Desktop to hang when users tried to reset to factory defaults. +- Fixed a file sharing issue that caused Docker Desktop to lock random files. Fixes [docker/for-win#5624](https://github.com/docker/for-win/issues/5624) and [docker/for-win#5575](https://github.com/docker/for-win/issues/5575). + +### Known issues + +- Some CLI commands fail if you are running Docker Desktop in the experimental Linux Containers on Windows (LCOW) mode. As alternatives, we recommend running either traditional Linux containers, or the experimental [WSL backend](wsl-tech-preview.md). +- It is not possible to resize the disk image using the Docker Desktop **Settings** UI. If you would like to update the size of the disk image (for example, to 128 GB), run the following command in PowerShell: + + ```powershell + Resize-VHD -Path 'C:\ProgramData\DockerDesktop\vm-data\DockerDesktop.vhdx' -SizeBytes 128gb + ``` + ## Docker Desktop Community 2.2.0.3 2020-02-11 -> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) +> [Download](https://download.docker.com/win/stable/42716/Docker%20Desktop%20Installer.exe) ### Upgrades