mirror of https://github.com/docker/docs.git
Release notes for desktop 3.1.0 (#12096)
* Release notes for desktop 3.1.0 Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Removed already fixed items, added experimental mention Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Move Debian / GPU entries in NEW category Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Typo Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Added details about UI reliability issues, added mention to the diags UI Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Nits Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> * Updated to fix some nits * Updated to fix minor issues Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
dc26f27405
commit
683d89f40f
|
@ -16,10 +16,30 @@ 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.1.0
|
||||
2021-01-14
|
||||
|
||||
> [Download](https://desktop.docker.com/mac/stable/Docker.dmg)
|
||||
|
||||
### New
|
||||
|
||||
- Docker daemon now runs within a Debian Buster based container (instead of Alpine).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose CLI v1.0.7](https://github.com/docker/compose-cli/tree/v1.0.7)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Fixed UI reliability issues when users create or delete a lot of objects in batches.
|
||||
- Fixed an issue with DNS address resolution in Alpine containers. Fixes [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020).
|
||||
- Redesigned the **Support** UI to improve usability.
|
||||
|
||||
## Docker Desktop Community 3.0.4
|
||||
2021-01-06
|
||||
|
||||
> [Download](https://desktop.docker.com/mac/stable/Docker.dmg)
|
||||
> [Download](https://desktop.docker.com/mac/stable/51218/Docker.dmg)
|
||||
|
||||
### Upgrades
|
||||
|
||||
|
|
|
@ -16,10 +16,30 @@ 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.1.0
|
||||
2021-01-14
|
||||
|
||||
> [Download](https://desktop.docker.com/win/stable/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### New
|
||||
|
||||
- Add experimental support for GPU workloads with WSL 2 backend (requires Windows Insider developer channel).
|
||||
- Docker daemon now runs within a Debian Buster based container (instead of Alpine).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose CLI v1.0.7](https://github.com/docker/compose-cli/tree/v1.0.7)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Fixed an issue where disabling proxy settings would not work. Fixes [docker/for-win#9357](https://github.com/docker/for-win/issues/9357).
|
||||
- Fixed UI reliability issues when users create or delete a lot of objects in batches.
|
||||
- Redesigned the **Support** UI to improve usability.
|
||||
|
||||
## Docker Desktop Community 3.0.4
|
||||
2021-01-06
|
||||
|
||||
> [Download](https://desktop.docker.com/win/stable/Docker%20Desktop%20Installer.exe)
|
||||
> [Download](https://desktop.docker.com/win/stable/51218/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### Upgrades
|
||||
|
||||
|
|
Loading…
Reference in New Issue