diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 8f06bc03fc..1b9408ee38 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -16,10 +16,28 @@ This page contains information about the new features, improvements, known issue > Starting with Docker Desktop 3.0.0, Stable and Edge releases are combined into a single release stream for all users. Updates to Docker Desktop will now be available automatically as delta updates from the previous version. This means, when there is a newer version of Docker Desktop, it will be automatically downloaded to your machine. All you need to do is to click **Update and restart** from the Docker menu to install the latest update. {: .important } +## Docker Desktop Community 3.0.4 +2021-01-06 + +> [Download](https://desktop.docker.com/mac/stable/Docker.dmg) + +### Upgrades + +- [Docker Engine 20.10.2](https://docs.docker.com/engine/release-notes/#20102) + +### Bug fixes and minor changes + +- Avoid timeouts during `docker-compose up` by making cache invalidation faster. Fixes [docker/for-mac#4957](https://github.com/docker/for-mac/issues/4957). +- Avoid generating a spurious filesystem DELETE event while invalidating caches. Fixes [docker/for-mac#5124](https://github.com/docker/for-mac/issues/5124). + +### Known issues + +- Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. See [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020). + ## Docker Desktop Community 3.0.3 2020-12-21 -> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) +> [Download](https://desktop.docker.com/mac/stable/51017/Docker.dmg) ### Bug fixes and minor changes diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 021a2b68e6..87888078b0 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -16,6 +16,19 @@ This page contains information about the new features, improvements, known issue > Starting with Docker Desktop 3.0.0, Stable and Edge releases are combined into a single release stream for all users. Updates to Docker Desktop will now be available automatically as delta updates from the previous version. This means, when there is a newer version of Docker Desktop, it will be automatically downloaded to your machine. All you need to do is to click **Update and restart** from the Docker menu to install the latest update. {: .important } +## Docker Desktop Community 3.0.4 +2021-01-06 + +> [Download](https://desktop.docker.com/win/stable/Docker%20Desktop%20Installer.exe) + +### Upgrades + +- [Docker Engine 20.10.2](https://docs.docker.com/engine/release-notes/#20102) + +### Bug fixes and minor changes + +- Fixed an issue that could cause Docker Desktop to fail to start after upgrading to 3.0.0. Fixes [docker/for-win#9755](https://github.com/docker/for-win/issues/9755). + ## Docker Desktop Community 3.0.0 2020-12-10