From ea8f478724683cc400323238403d7aa0368125c7 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Tue, 12 Oct 2021 13:38:39 +0200 Subject: [PATCH] Add release notes for Docker Desktop 4.1.1 --- desktop/mac/release-notes/index.md | 18 ++++++++++++++++-- desktop/windows/release-notes/index.md | 15 ++++++++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/desktop/mac/release-notes/index.md b/desktop/mac/release-notes/index.md index 658f9269e2..4b5fed2bc2 100644 --- a/desktop/mac/release-notes/index.md +++ b/desktop/mac/release-notes/index.md @@ -17,14 +17,28 @@ redirect_from: This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. -## Docker Desktop 4.1.0 -2021-09-30 +## Docker Desktop 4.1.1 +2021-10-12 > Download Docker Desktop > > [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn } > [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn } +### Bug fixes and minor changes + +- Fixed a bug where a `Docker.qcow2` file would be ignored on upgrade and a fresh `Docker.raw` used instead, resulting in containers and images disappearing. If a system has both files (due to the previous bug) then the most recently modified file will be used, to avoid recent containers and images disappearing again. To force the use of the old `Docker.qcow2`, delete the newer `Docker.raw` file. Fixes [docker/for-mac#5998](https://github.com/docker/for-mac/issues/5998). +- Fixed update notification overlay sometimes getting out of sync between the Settings button and the Software update button in the Dashboard. +- Fixed menu entry to install a downloaded new Desktop update. When an update is ready to install `Restart` should change to `Update and restart`. + +## Docker Desktop 4.1.0 +2021-09-30 + +> Download Docker Desktop +> +> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/69386/Docker.dmg) | +> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/69386/Docker.dmg) + ### New - **Software Updates**: The Settings tab now includes a new section to help you manage Docker Desktop updates. The **Software Updates** section notifies you whenever there's a new update and allows you to download the update or view information on what's included in the newer version. For more information, see [Software Updates](../index.md#software-updates). diff --git a/desktop/windows/release-notes/index.md b/desktop/windows/release-notes/index.md index 69ca875a4e..a0e31f1cbd 100644 --- a/desktop/windows/release-notes/index.md +++ b/desktop/windows/release-notes/index.md @@ -17,12 +17,25 @@ redirect_from: This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. +## Docker Desktop 4.1.1 +2021-10-12 + +> Download Docker Desktop +> +> [For Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn } + +### Bug fixes and minor changes + +- Fixed a regression in WSL 2 integrations for some distros (e.g. Arch or Alpine). Fixes [docker/for-win#12229](https://github.com/docker/for-win/issues/12229) +- Fixed update notification overlay sometimes getting out of sync between the Settings button and the Software update button in the Dashboard. + + ## Docker Desktop 4.1.0 2021-09-30 > Download Docker Desktop > -> [For Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn } +> [For Windows](https://desktop.docker.com/win/main/amd64/69386/Docker%20Desktop%20Installer.exe) ### New