Skip to content

Commit 27d2f6d

Browse files
lorenrhaevesdocker
andauthored
feat: update 4.36 release notes (#21341)
<!--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 9f7c9af commit 27d2f6d

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,60 @@ 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-18" >}}
29+
30+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.36.0" build_path="/175267/" >}}
31+
32+
### New
33+
34+
- WSL2 is now faster, more reliable, and has enhanced security
35+
- Enhance Container Isolation (ECI) has been improved to support images with wildcard tags
36+
- Admins can now:
37+
- Allow any container to mount the Docker socket with ECI
38+
- Enforce sign-in with macOS configuration profiles (Early Access)
39+
- Enforce sign-in for more than one organization at a time (Early Access)
40+
- Deploy Docker Desktop for Mac in bulk with the PKG installer (Early Access)
41+
- Use Desktop Settings Management to manage and enforce defaults via admin.docker.com (Early Access)
42+
43+
### Upgrades
44+
45+
- [Docker Buildx v0.18.0](https://github.com/docker/buildx/releases/tag/v0.18.0)
46+
- [Docker Compose v2.30.3](https://github.com/docker/compose/releases/tag/v2.30.3)
47+
- [Kubernetes v1.30.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.5)
48+
- [NVIDIA Container Toolkit v1.17.0](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.0)
49+
- [Docker Scout CLI v1.15.0](https://github.com/docker/scout-cli/releases/tag/v1.15.0)
50+
- Docker Init v1.4.0
51+
- Linux kernel `v6.10.13`
52+
53+
### Bug fixes and enhancements
54+
55+
#### For all platforms
56+
57+
- Fixed a bug where the `docker events` command would not terminate after streaming the events.
58+
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Docker Compose.
59+
- Synchronized file shares now respects the `filesharingAllowedDirectories` setting in `admin-settings.json`.
60+
- Fixed an issue where if Docker Desktop is configured to use a proxy, it fails to start due to an internal timeout while fetching authentication tokens.
61+
- Added a recovery banner to retry an update if the download failed.
62+
- Fixed an issue where if the `umask` is set to `577` it would cause `rpmbuild` failure. Fixes [docker/for-mac#6511](https://github.com/docker/for-mac/issues/6511).
63+
- Fixed a bug that caused ports open on the host to 18 for containers started with `--network=host`.
64+
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
65+
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until you manually resume the Docker engine. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
66+
67+
#### For Mac
68+
69+
- Fixed a bug in Docker VMM that prevented MySQL and other databases containers to start. Fixes reports from [docker/for-mac#7464](https://github.com/docker/for-mac/issues/7464).
70+
- The minimum memory requirement is now automatically adjusted for Docker VMM, improving the user experience and addressing reports from [docker/for-mac#7464](https://github.com/docker/for-mac/issues/7464), [docker/for-mac#7482](https://github.com/docker/for-mac/issues/7482).
71+
- 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).
72+
- Docker Desktop can now automatically configure shell completion scripts for zsh, bash and fish inside the install wizard and settings screen.
73+
- Fixed a bug where the in-app update would fail if Docker Desktop was installed by a non-admin user or if the current user was previously an administrator. Fixes [for-mac/#7403](https://github.com/docker/for-mac/issues/7403) and [for-mac/#6920](https://github.com/docker/for-mac/issues/6920)
74+
75+
#### For Windows
76+
77+
- Fixed a bug preventing UDP port 53 to be bound.
78+
- Fixed a bug where Windows daemon options were overwritten at startup.
79+
2680
## 4.35.1
2781

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

0 commit comments

Comments
 (0)