Skip to content
Draft

4.69 rn #24665

Changes from all 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
38 changes: 38 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,43 @@ 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.69.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

MEDIUM SEVERITY: Version mismatch with PR title

The PR title indicates version "4.96 rn" but the content being added is for version 4.69.0.

While the content itself is internally consistent (all references are to 4.69.0), the PR title appears to be incorrect. This should likely be "4.69 rn" to match the content.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I would say this is a typo, not critical


{{< release-date date="2026-04-13" >}}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

HIGH SEVERITY: Future release date

The release date is set to 2026-04-13, which is over a year in the future. This should almost certainly be 2025-04-13.

Looking at the existing release notes, version 4.68.0 is dated 2026-04-07, which also appears to be a systematic error. Please verify and correct the year for this release.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

calm down. you always get this wrong


{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.69.0" build_path="//" >}}

### Updates

- [Docker Agent v1.42.0](https://github.com/docker/docker-agent/releases/tag/v1.42.0)
- [Docker Model v1.1.29](https://github.com/docker/model-cli/releases/tag/v1.1.29)
- [containerd v2.2.2](https://github.com/containerd/containerd/releases/tag/v2.2.2)
- [Docker Buildx v0.33.0](https://github.com/docker/buildx/releases/tag/v0.33.0)

### Bug fixes and enhancements

#### For all platforms

- Redesigned the Gordon chat interface to display the final response prominently, with intermediate tool calls and reasoning steps collapsed into an expandable **Activity** section, and long messages truncated with a sticky header.
- Fixed an issue where `docker logout` from the CLI was ignored by Docker Desktop when OAuth tokens remained in the credential store, leaving the user unexpectedly signed in.
- Fixed an issue where Docker Desktop could unexpectedly sign users out when unrelated credential updates, `docker login`, or transient network errors triggered a sign-out.
- Fixed a data loss issue where backup data could be deleted during a failed restore operation, leaving users with no data.
- Fixed an issue where sign-in credentials (`login-info.json`) were included in diagnostic bundles, improving privacy and security.
- Fixed the footer update label incorrectly showing **Downloading** during the prepare/unpack phase of an update. It now correctly displays **Preparing**.
- Fixed an issue where Docker Desktop would not start when the internal storage disk was full.

#### For Mac

- Fixed an issue where the in-app update button was not disabled when `Docker.app` was installed in a non-user-writable directory, preventing failed update attempts.
- Fixed update failure for users who installed Docker Desktop via Homebrew on Mac.

#### For Windows

- Fixed an unexpected WSL terminal popup appearing for Windows users using the Hyper-V backend during Docker Desktop installation or uninstallation.
- Fixed an issue on Windows where factory reset deleted CLI plugins from `~/.docker/cli-plugins`, causing `docker build` to fall back to the legacy builder.
- Fixed a bug where Kubernetes failed to start when WSL integration was enabled alongside another distro using cgroup v1 controllers.
- Fixed a race condition that caused Kubernetes to fail to start when a Registry Access Management policy change occurred during startup.

## 4.68.0

{{< release-date date="2026-04-07" >}}
Expand All @@ -40,6 +77,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo

- [Docker Agent v1.39.0](https://github.com/docker/docker-agent/releases/tag/v1.39.0)
- [Docker Model v1.1.28](https://github.com/docker/model-cli/releases/tag/v1.1.28)
- [Docker Offload v0.5.81](https://github.com/docker/cloud/releases/tag/v0.5.81)

### Bug fixes and enhancements

Expand Down