Skip to content

Commit

Permalink
add Docker Desktop 4.35.0 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Lorena Rangel <[email protected]>
  • Loading branch information
lorenrh committed Sep 16, 2024
1 parent 469a4cd commit d1188ae
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,58 @@ Docker Desktop versions older than 6 months from the latest release are not avai

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

## 4.34.0

{{< release-date date="2024-09-26" >}}

{{< desktop-install-v2 all=true beta_win_arm=true version="4.35.0" build_path="/TBD/" >}}

### New

- WIP


### Upgrades

- [Containerd v1.7.21](https://github.com/containerd/containerd/releases/tag/v1.7.21)

Check failure on line 39 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'containerd' instead of 'Containerd'. Raw Output: {"message": "[Vale.Terms] Use 'containerd' instead of 'Containerd'.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 39, "column": 4}}}, "severity": "ERROR"}
- [Docker Engine v27.3.0](https://docs.docker.com/engine/release-notes/27.3/#2730)
- [Docker Scout CLI v1.14.0](https://github.com/docker/scout-cli/releases/tag/v1.14.0)
- Docker Debug `v0.0.37`
- Linux kernel `v6.10.9`

### Bug fixes and enhancements

#### For all platforms

- Fixed a bug where a proxy in daemon.json would override the proxy set in Docker Desktop.
- Fixed bug where some Docker subnet ranges were not able to be used.
- Added Docker VMM, a new powerful backend for creating and managing Docker Desktop Linux VM.

Check warning on line 51 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] ' VMM' has no definition. Raw Output: {"message": "[Docker.Acronyms] ' VMM' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 51, "column": 15}}}, "severity": "WARNING"}
- Available only on Apple Silicon Macs with macOS 12.5+. Docker VMM unleashes blazing performance like never before.

Check warning on line 52 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] ' VMM' has no definition. Raw Output: {"message": "[Docker.Acronyms] ' VMM' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 52, "column": 64}}}, "severity": "WARNING"}
- Removed `docker-index` as it is now deprecated.
- 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).
- Fixed a bug where the `docker` CLI did not work as expected when the IT admin `registry.json` file was malformed

Check warning on line 55 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'administrator' instead of 'admin' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'administrator' instead of 'admin'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 55, "column": 75}}}, "severity": "INFO"}
- Fixed a bug that prevented pushing images from the dashboard. Fixes [docker/for-win#14258](https://github.com/docker/for-win/issues/14258).
- Fixed an issue where Docker Desktop startup failed when ICMPv6 setup was not successful.
- Added drivers that allow USB/IP to work.

Check warning on line 58 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'let' instead of 'allow' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'let' instead of 'allow'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 58, "column": 22}}}, "severity": "INFO"}
- Fixed a bug in Enhanced Container Isolation (ECI) [Docker socket mount permissions for derived images](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/config/#docker-socket-mount-permissions-for-derived-images) where it was incorrectly denying Docker socket mounts for some images when Docker Desktop uses the containerd image store.
- Enable `NFT_NUMGEN`, `NFT_FIB_IPV4` and `NFT_FIB_IPV6` kernel modules

#### For Mac

- Fixed a bug where mount point permissions were `root:root`, using new virtualization mode.
- Fixed a bug where auto-start containers could be misconfigured after changing filesharing type in settings.

Check failure on line 65 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'filesharing'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'filesharing'?", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 65, "column": 81}}}, "severity": "ERROR"}
- Use `libkrun` virtualization on Apple Silicon Macs as an experimental feature. Note this is incompatible with Rosetta.

#### For Windows

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)

### Known issues

#### For Windows

- Users with versions 4.14.0 and prior could encounter issues using the in-app update. To update to the latest, download and install the latest Docker Desktop.

## 4.34.2

{{< release-date date="2024-09-12" >}}
Expand Down

0 comments on commit d1188ae

Please sign in to comment.