Skip to content

Commit 141e2d6

Browse files
lorenrhaevesdocker
andauthored
add 4.43.0 release notes (#22893)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Lorena Rangel <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent f24521e commit 141e2d6

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,59 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
2929
>
3030
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
3131
32+
## 4.43.0
33+
34+
{{< release-date date="2025-07-03" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.43.0" build_path="/198134/" >}}
37+
38+
### New
39+
40+
- [Compose Bridge](/manuals/compose/bridge/_index.md) is now generally available.
41+
42+
### Upgrades
43+
44+
- [Docker Buildx v0.25.0](https://github.com/docker/buildx/releases/tag/v0.25.0)
45+
- [Docker Compose v2.38.1](https://github.com/docker/compose/releases/tag/v2.38.1)
46+
- [Docker Engine v28.3.0](https://docs.docker.com/engine/release-notes/28/#2830)
47+
- [NVIDIA Container Toolkit v1.17.8](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.8)
48+
49+
### Bug fixes and enhancements
50+
51+
#### For all platforms
52+
53+
- Fixed a bug causing `docker start` to drop the container's port mappings for a container already running.
54+
- Fixed a bug that prevented container ports to be displayed on the GUI when a container was re-started.
55+
- Fixed a bug that caused Docker API `500 Internal Server Error for API route and version` error application start.
56+
- The settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
57+
- Fixed a bug where the disk would be corrupted if Docker is shutdown during a `fsck`.
58+
- Fixed a bug causing an incorrect `~/.kube/config` in WSL2 when using a `kind` Kubernetes cluster.
59+
- Return an explicit error to a Docker API / `docker` CLI command if Docker Desktop has been manually paused.
60+
- Fixed an issue where unknown keys in Admin and Cloud settings caused a failure.
61+
62+
#### For Linux
63+
64+
- Bump `virtiofsd` to `1.13.1`.
65+
66+
#### For Mac
67+
68+
- Removed `eBPF` which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707).
69+
70+
#### For Windows
71+
72+
- Fixed an issue that caused the Docker Desktop installer to crash when the current user has no `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` registry key.
73+
- Fixed a bug where Docker Desktop could leak a `com.docker.build` process and fail to start. Fixes [docker/for-win#14840](https://github.com/docker/for-win/issues/14840)
74+
75+
### Known issues
76+
77+
#### For all platforms
78+
79+
- `docker buildx bake` will not build images in Compose files with a top-level models attribute. Use `docker compose build` instead.
80+
81+
#### For Windows
82+
83+
- Possible incompatibility between the "host networking" feature of Docker Desktop and the most recent WSL 2 Linux kernel. If you encounter such issues, downgrade WSL 2 to 2.5.7.
84+
3285
## 4.42.1
3386

3487
{{< release-date date="2025-06-18" >}}

0 commit comments

Comments
 (0)