Skip to content

Commit 3b2e9b4

Browse files
committed
feat: update 4.36 release notes
Signed-off-by: Lorena Rangel <[email protected]>
1 parent 892c86b commit 3b2e9b4

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,49 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2323

2424
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
2525

26+
## 4.36.0
27+
28+
{{< release-date date="2024-11-14" >}}
29+
30+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.36.0" build_path="/TBD/" >}}
31+
32+
### New
33+
34+
- TBA
35+
36+
### Upgrades
37+
38+
- [Docker Buildx v0.18.0](https://github.com/docker/buildx/releases/tag/v0.18.0)
39+
- [Docker Compose v2.30.1](https://github.com/docker/compose/releases/tag/v2.30.1)
40+
- [Kubernetes v1.30.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.5)
41+
- [NVIDIA Container Toolkit v1.17.0](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.0)
42+
- [Docker Scout CLI v1.15.0](https://github.com/docker/scout-cli/releases/tag/v1.15.0)
43+
- Docker Init v1.4.0
44+
- Linux kernel `v6.10.13`
45+
46+
### Bug fixes and enhancements
47+
48+
#### For all platforms
49+
50+
- Fixed a bug where `docker events` command would not terminate after streaming the events.
51+
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Composer.
52+
- Synchronized File Shares now respect `filesharingAllowedDirectories` setting in `admin-settings.json`.
53+
- Fixed an issue where Docker Desktop configured to use proxy, fails to start due to an internal timeout while fetching authentication tokens.
54+
- Moved Notifications bell to header.
55+
- Moved Settings button to the sidebar.
56+
- Added a recovery banner to retry update if download failed
57+
- Fixed an issue where there would be a filesystem error if the umask is set to 577 causing rpmbuild failure. Fixes [docker/for-mac](https://github.com/docker/for-mac/issues/6511).
58+
- Fixed a bug that caused ports open on the host to 18 for containers started with `--network=host`.
59+
- Fixes bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
60+
61+
#### For Mac
62+
63+
- Fixed a bug where the advanced option **Allowed privileged port mapping** was not working as expected. Fixes [docker/for-mac#7460](https://github.com/docker/for-mac/issues/7460).
64+
65+
#### For Windows
66+
67+
- Fixed a bug preventing UDP port 53 to be bound.
68+
2669
## 4.35.1
2770

2871
{{< release-date date="2024-10-30" >}}

0 commit comments

Comments
 (0)