Added release notes for Docker Desktop 3.0.4

This commit is contained in:
Mathieu Champlon 2021-01-06 15:13:33 +01:00 committed by Stephen Turner
parent 12cf9156fd
commit e4f951eea6
2 changed files with 32 additions and 1 deletions

View File

@ -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. > 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 } {: .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 ## Docker Desktop Community 3.0.3
2020-12-21 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 ### Bug fixes and minor changes

View File

@ -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. > 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 } {: .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 ## Docker Desktop Community 3.0.0
2020-12-10 2020-12-10