Skip to content

Commit 3275cc4

Browse files
committed
Docker Desktop 4.21.0 release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent 6dd9522 commit 3275cc4

File tree

5 files changed

+57
-9
lines changed

5 files changed

+57
-9
lines changed

Diff for: desktop/install/archlinux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ redirect_from:
66
- /desktop/linux/install/archlinux/
77
---
88

9-
This topic discusses installation of Docker Desktop from an [Arch package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-x86_64.pkg.tar.zst) that Docker provides in addition to the supported platforms. Docker has not tested or verified the installation.
9+
This topic discusses installation of Docker Desktop from an [Arch package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-x86_64.pkg.tar.zst) that Docker provides in addition to the supported platforms. Docker has not tested or verified the installation.
1010

11-
[Arch package (experimental)](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
11+
[Arch package (experimental)](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
1212

1313
_For checksums, see [Release notes](../release-notes.md)_
1414

Diff for: desktop/install/debian.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99

1010
This page contains information on how to install, launch, and upgrade Docker Desktop on a Debian distribution.
1111

12-
[DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
12+
[DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
1313

1414
_For checksums, see [Release notes](../release-notes.md)_
1515

@@ -52,7 +52,7 @@ Recommended approach to install Docker Desktop on Debian:
5252

5353
1. Set up [Docker's package repository](../../engine/install/debian.md#set-up-the-repository).
5454

55-
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
55+
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
5656

5757
3. Install the package with apt as follows:
5858

Diff for: desktop/install/fedora.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99

1010
This page contains information on how to install, launch and upgrade Docker Desktop on a Fedora distribution.
1111

12-
[RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
12+
[RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
1313

1414
## Prerequisites
1515

@@ -32,7 +32,7 @@ To install Docker Desktop on Fedora:
3232

3333
1. Set up [Docker's package repository](../../engine/install/fedora.md#set-up-the-repository).
3434

35-
2. Download latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
35+
2. Download latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
3636

3737
3. Install the package with dnf as follows:
3838

Diff for: desktop/install/ubuntu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99

1010
This page contains information on how to install, launch and upgrade Docker Desktop on an Ubuntu distribution.
1111

12-
[DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
12+
[DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
1313

1414
_For checksums, see [Release notes](../release-notes.md)_
1515

@@ -48,7 +48,7 @@ Recommended approach to install Docker Desktop on Ubuntu:
4848

4949
1. Set up [Docker's package repository](../../engine/install/ubuntu.md#set-up-the-repository).
5050

51-
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
51+
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
5252

5353
3. Install the package with apt as follows:
5454

Diff for: desktop/release-notes.md

+49-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,59 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
2424

2525
For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/general.md/#releases)
2626

27+
## 4.21.0
28+
29+
{% include release-date.html date="2023-06-29" %}
30+
31+
{% include desktop-install.md all=true version="4.21.0" build_path="/" %}
32+
33+
### New
34+
35+
- Added support for new Wasm runtimes: slight, spin, and wasmtime. Users can download Wasm runtimes on demand when the containerd image store is enabled.
36+
- Add Rust server support to Docker init.
37+
38+
### Upgrades
39+
- [Buildx v0.11.0](https://github.com/docker/buildx/releases/tag/v0.11.0)
40+
- [Compose v2.19.0](https://github.com/docker/compose/releases/tag/v2.19.0)
41+
- [Kubernetes v1.27.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.27.2)
42+
- [cri-tools v1.27.0](https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.27.0)
43+
- [cri-dockerd v0.3.2](https://github.com/Mirantis/cri-dockerd/releases/tag/v0.3.2)
44+
- [coredns v1.10.1](https://github.com/coredns/coredns/releases/tag/v1.10.1)
45+
- [cni v1.2.0](https://github.com/containernetworking/plugins/releases/tag/v1.2.0)
46+
- [etcd v3.5.7](https://github.com/etcd-io/etcd/releases/tag/v3.5.7)
47+
48+
### Bug fixes and enhancements
49+
50+
#### For all platforms
51+
52+
- Automatically pause Docker when idle and wake it up again on demand.
53+
- VirtioFS will be enabled by default in new installations of Docker Desktop on macOS 12.5 and higher.
54+
- Fix docker socket permissions. Fixes [docker/for-win#13447](https://github.com/docker/for-win/issues/13447) and [docker/for-mac#6823](https://github.com/docker/for-mac/issues/6823).
55+
- Fix Docker Desktop hanging on application quit when paused.
56+
- Fixed a bug where Logs and Terminal content are constantly covered by a fixed toolbar [docker/for-mac#6814](https://github.com/docker/for-mac/issues/6814).
57+
- Fixed a bug where input labels overlapped with input values on the container run dialog, affecting all platforms. Fixes [docker/for-win#13304](https://github.com/docker/for-win/issues/13304)
58+
- Fixed a bug where extension menu wasn't clickable. Fixes [docker/for-mac#6840](https://github.com/docker/for-mac/issues/6840) and [docker/for-mac#6855](https://github.com/docker/for-mac/issues/6855)
59+
60+
#### For Mac
61+
62+
- Added a health check for macOS that will notify users if there has been a change on their system which might cause problems running Docker binaries.
63+
64+
#### For Windows
65+
66+
- Fixed a bug on WSL 2 where if Desktop is paused and then killed and then restarted, the startup will hang unless WSL is shutdown first with `wsl --shutdown`.
67+
- Fixes WSL engine in cases where wsl.exe is not on the PATH [docker/for-win#13547](https://github.com/docker/for-win/issues/13547).
68+
- Fixes the WSL engine's ability to detect cases where one of the Docker Desktop distro's drive is missing [docker/for-win#13554](https://github.com/docker/for-win/issues/13554).
69+
- Slow or unresponsive WSL integration should no longer prevent Docker Desktop from starting. Fixes [docker/for-win#13549](https://github.com/docker/for-win/issues/13549).
70+
- Added the following installer flags:
71+
- `--hyper-v-default-data-root` specifies the default location for Hyper-V VM disk.
72+
- `--windows-containers-default-data-root` specifies the default data root for Windows Containers.
73+
- `--wsl-default-data-root` specifies the default location for WSL distro disks.
74+
2775
## 4.20.1
2876

2977
{% include release-date.html date="2023-06-05" %}
3078

31-
{% include desktop-install.md all=true version="4.20.1" build_path="/" %}
79+
{% include desktop-install.md all=true version="4.20.1" build_path="/110738/" %}
3280

3381
### Bug fixes and enhancements
3482

0 commit comments

Comments
 (0)