From 683d89f40f7891eb7fd61d43f5389948671a01bc Mon Sep 17 00:00:00 2001 From: Simon Ferquel Date: Thu, 14 Jan 2021 14:07:21 +0100 Subject: [PATCH] Release notes for desktop 3.1.0 (#12096) * Release notes for desktop 3.1.0 Signed-off-by: Simon Ferquel * Removed already fixed items, added experimental mention Signed-off-by: Simon Ferquel * Move Debian / GPU entries in NEW category Signed-off-by: Simon Ferquel * Typo Signed-off-by: Simon Ferquel * Added details about UI reliability issues, added mention to the diags UI Signed-off-by: Simon Ferquel * Nits Signed-off-by: Simon Ferquel * Updated to fix some nits * Updated to fix minor issues Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-mac/release-notes.md | 22 +++++++++++++++++++++- docker-for-windows/release-notes.md | 22 +++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 00e51b135f..765549a215 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -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 diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 87888078b0..2b7973449a 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -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