Skip to content

Commit 5cbd933

Browse files
committed
New release notes + review
Signed-off-by: Lorena Rangel <[email protected]>
1 parent 33b4368 commit 5cbd933

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

desktop/release-notes.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
3333
### New
3434

3535
- 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.
36+
- Added Rust server support to Docker init.
37+
- New [Builds view](use-desktop/builds.md) that lets you inspect builds and manage builders.
38+
- Added hints to some of the CLI commands to help users and let them now what to run next. Hints can be disabled by setting the environment variable `DOCKER_CLI_HINTS=false` or in the Docker Desktop settings.
3739

3840
### Upgrades
3941
- [Buildx v0.11.0](https://github.com/docker/buildx/releases/tag/v0.11.0)
@@ -49,28 +51,30 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
4951

5052
#### For all platforms
5153

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)
54+
- Docker Desktop now automatically pauses the Docker Engine when it is not in use and wakes up again on demand.
55+
- VirtioFS is now the default file sharing implementation for new installations of Docker Desktop on macOS 12.5 and higher.
56+
- Improved product usage reporting using OpenTelemetry (experimental).
57+
- Fixed 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).
58+
- Fixed am issue which caused Docker Desktop to hang when quitting the application whilst paused.
59+
- Fixed a bug which caused the **Logs** and **Terminal** tab content in the **Container** view to be covered by a fixed toolbar [docker/for-mac#6814](https://github.com/docker/for-mac/issues/6814).
60+
- Fixed a bug which caused input labels to overlap with input values on the container run dialog. Fixes [docker/for-win#13304](https://github.com/docker/for-win/issues/13304).
61+
- Fixed a bug which meant users couldn't select the Docker Extension menu. 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)
5962

6063
#### For Mac
6164

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.
65+
- Added a health check for macOS that notifies users if there has been a change on their system which might cause problems running Docker binaries.
6366

6467
#### For Windows
6568

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).
69+
- Fixed a bug on WSL 2 where if Desktop is paused, killed, and then restarted, the startup hangs unless WSL is shut down first with `wsl --shutdown`.
70+
- Fixed the WSL engine in cases where wsl.exe is not on the PATH [docker/for-win#13547](https://github.com/docker/for-win/issues/13547).
71+
- Fixed the WSL engine's ability to detect cases where one of the Docker Desktop distros' drive is missing [docker/for-win#13554](https://github.com/docker/for-win/issues/13554).
72+
- A slow or unresponsive WSL integration no longer prevents Docker Desktop from starting. Fixes [docker/for-win#13549](https://github.com/docker/for-win/issues/13549).
73+
- Fixed a bug that caused Docker Desktop to crash on startup [docker/for-win#6890](https://github.com/docker/for-mac/issues/6890).
7074
- 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.
75+
- `--hyper-v-default-data-root` which specifies the default location for Hyper-V VM disk.
76+
- `--windows-containers-default-data-root` which specifies the default data root for Windows Containers.
77+
- `--wsl-default-data-root` which specifies the default location for WSL distro disks.
7478

7579
## 4.20.1
7680

0 commit comments

Comments
 (0)