Skip to content

Commit aa805b4

Browse files
lorenrhdvdksnaevesdocker
authored
add Docker Desktop 4.35.0 release notes (#20909)
<!--Delete sections as needed --> ## Description Docker Desktop 4.35.0 release notes --------- Signed-off-by: Lorena Rangel <[email protected]> Co-authored-by: David Karlsson <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 64a3458 commit aa805b4

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,83 @@ 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.35.0
27+
28+
{{< release-date date="2024-10-24" >}}
29+
30+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.35.0" build_path="/172508/" >}}
31+
32+
### New
33+
34+
- Support for [Docker Desktop on Red Hat Enterprise Linux](/manuals/desktop/install/linux/rhel.md) is now generally available.
35+
- Volume Backup and Share is now generally available and can be found in the **Volumes** view.
36+
- Terminal support within Docker Desktop using system shells is now generally available.
37+
- containerd image store:
38+
- Improved output of `docker image inspect` to account for multi-platform images.
39+
- Support multi-platform images via enabling users to pick a specific platform in `docker history`.
40+
- Beta release of Docker VMM - the more performant alternative to Apple Virtualization Framework on macOS (requires Apple Silicon and macOS 12.5 or later).
41+
42+
### Upgrades
43+
44+
- [containerd v1.7.21](https://github.com/containerd/containerd/releases/tag/v1.7.21)
45+
- [Docker Buildx v0.17.1](https://github.com/docker/buildx/releases/tag/v0.17.1)
46+
- [Docker Compose v2.29.7](https://github.com/docker/compose/releases/tag/v2.29.7)
47+
- [Docker Engine v27.3.1](https://docs.docker.com/engine/release-notes/27.3/#2731)
48+
- [Docker Scout CLI v1.14.0](https://github.com/docker/scout-cli/releases/tag/v1.14.0)
49+
- Docker Debug `v0.0.37`
50+
- Linux kernel `v6.10.9`
51+
52+
### Bug fixes and enhancements
53+
54+
#### For all platforms
55+
56+
- Fixed a bug where proxy settings in `daemon.json` would override proxies set in Docker Desktop settings.
57+
- Fixed a bug where some Docker subnet ranges were not able to be used.
58+
- Removed [docker-index](https://github.com/docker/index-cli-plugin) as it is now deprecated, you can use `docker scout cves fs://<path to binary>` instead.
59+
- Fixed a bug where images couldn't be sorted or filtered by tag. Fixes [docker/for-win#14297](https://github.com/docker/for-win/issues/14297).
60+
- Fixed a bug where the `docker` CLI did not work as expected when the `registry.json` file was malformed.
61+
- Fixed a bug where the **Push to Docker Hub** action in the **Images** view would result in an `invalid tag format` error. Fixes [docker/for-win#14258](https://github.com/docker/for-win/issues/14258).
62+
- Fixed an issue where Docker Desktop startup failed when ICMPv6 setup was not successful.
63+
- Added drivers that allow USB/IP to work.
64+
- Fixed a bug in Enhanced Container Isolation (ECI) [Docker socket mount permissions for derived images](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md) where it was incorrectly denying Docker socket mounts for some images when Docker Desktop uses the containerd image store.
65+
- Enable `NFT_NUMGEN`, `NFT_FIB_IPV4` and `NFT_FIB_IPV6` kernel modules.
66+
- Build UI:
67+
- Highlight build check warnings in the **Completed builds** list.
68+
- Improve visualization for the build time charts.
69+
- Image tags added to **Build results** section under the **Info** tab.
70+
- Improved efficiency of host-side disk utilization for fresh installations on Mac and Linux.
71+
- Fixed a bug that prevented the Sign in enforcement popup to be triggered when token expires.
72+
- Fixed a bug where containers would not be displayed in the GUI immediately after signing in when using [enforced sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md).
73+
- `settings.json` has been renamed to `settings-store.json`
74+
75+
#### For Mac
76+
77+
- Fixed a bug where auto-start containers could be misconfigured after changing filesharing type in settings.
78+
- Fixed a bug that would cause `~/.docker/cli-plugins` to not be populated on start-up.
79+
- Fixed a bug that prevented php composer or postgres to start as non root user. Fixes [docker/for-mac#7415](https://github.com/docker/for-mac/issues/7415).
80+
- Fixed a bug that could cause file changed on the host to appear truncated. Fixes [docker/for-mac#7438](https://github.com/docker/for-mac/issues/7438).
81+
82+
#### For Windows
83+
84+
- New installations of Docker Desktop for Windows now require a Windows version of 19045 or later.
85+
- Fixed an issue that caused a start failure if IPv6 is disabled either in the kernel config or via the kernel command-line in WSL. Fixes [docker/for-win#14240](https://github.com/docker/for-win/issues/14240)
86+
- Fixed the **Clean / Purge data** button on Windows. Fixes [docker/for-win#12650](https://github.com/docker/for-win/issues/14308).
87+
- Disk usage statistics is now displayed in the Dashboard footer installations.
88+
- Improved recovery for WSL distribution issues.
89+
90+
#### For Linux
91+
92+
- Ubuntu 24.04 is now supported on Docker Desktop.
93+
94+
### Known issues
95+
96+
#### For Mac
97+
- Since version 4.34.0, the toggle "Allow privileged port mapping" in the Advanced settings does not work. For more information, see [docker/for-mac#7460](https://github.com/docker/for-mac/issues/7460).
98+
99+
#### For Windows
100+
101+
- Users with versions 4.14.0 and earlier could encounter issues using the in-app update. To update to the latest version, download and install the latest Docker Desktop from this page.
102+
26103
## 4.34.3
27104

28105
{{< release-date date="2024-10-09" >}}

0 commit comments

Comments
 (0)