Skip to content

Commit 087ed36

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

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Diff for: desktop/release-notes.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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.
3737

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

5050
#### For all platforms
5151

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)
52+
- Docker Desktop now automatically pauses the Docker Engine when it is not in use and wakes up again on demand.
53+
- VirtioFS is now the default file sharing implementation for new installations of Docker Desktop on macOS 12.5 and higher.
54+
- Improved product usage reporting using OpenTelemetry (experimental).
55+
- 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).
56+
- Fixed am issue which caused Docker Desktop to hang when quitting the application whilst paused.
57+
- 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).
58+
- 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).
59+
- 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)
5960

6061
#### For Mac
6162

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+
- 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.
6364

6465
#### For Windows
6566

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).
67+
- 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`.
68+
- 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).
69+
- 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).
70+
- 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).
7071
- 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.
72+
- `--hyper-v-default-data-root` which specifies the default location for Hyper-V VM disk.
73+
- `--windows-containers-default-data-root` which specifies the default data root for Windows Containers.
74+
- `--wsl-default-data-root` which specifies the default location for WSL distro disks.
7475

7576
## 4.20.1
7677

0 commit comments

Comments
 (0)