Skip to content
Merged

4.74-RN #25031

Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,40 @@ Docker Desktop versions older than 6 months from the latest release are not avai

For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md).

## 4.74.0

{{< release-date date="2026-05-19" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.74.0" build_path="//" >}}
Comment thread
aevesdocker marked this conversation as resolved.
Outdated

### New

- Ask Gordon is now generally available. There are also new usage plans available as well. Paid Gordon plans unlock higher usage limits.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LOW] Redundant "also…as well" phrasing

The sentence reads: "There are also new usage plans available as well." Both "also" and "as well" carry the same meaning — using both is redundant. Consider: "New usage plans are also available."

Comment thread
aevesdocker marked this conversation as resolved.
Outdated

### Updates

- [Docker Offload v0.5.89](https://github.com/docker/cloud/releases/tag/v0.5.89)
- [Docker Agent v1.57.0](https://github.com/docker/docker-agent/releases/tag/v1.57.0)
- [Credential helpers v0.9.7](https://github.com/docker/docker-credential-helpers/releases/tag/v0.9.7)
- `docker pass` v0.0.26

### Bug fixes and enhancements

#### For all platforms

- Fixed a bug where Docker Desktop's own Electron helper processes (GPU, renderer, utility) were incorrectly detected and killed as lingering processes on startup when launching from the Start menu, causing a crash loop.
- Fixed an issue where the **View build logs** toggle in Logs view display settings was reset after restarting Docker Desktop instead of persisting the user's preference.
- Docker Extensions is now disabled by default.

#### For Mac

- Fixed published ports being inaccessible when a container is also connected to a Swarm overlay network. Fixes [docker/for-mac#7854](https://github.com/docker/for-mac/issues/7854).
- Fixed dashboard TLS failures in some corporate environments.
- Improved GUI security via content hash validation
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LOW] Missing trailing period on bullet item

"Improved GUI security via content hash validation" is missing a trailing period, unlike the other bullet items in this section which consistently end with periods.

Comment thread
aevesdocker marked this conversation as resolved.
Outdated

#### For Linux

- Added support for Ubuntu 26.04.
Comment thread
aevesdocker marked this conversation as resolved.
## 4.73.1

{{< release-date date="2026-05-13" >}}
Expand Down
Loading