Skip to content
Open

4.63 rn #24222

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
30 changes: 30 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,36 @@ 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.63.0

{{< release-date date="2026-03-02" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.63.0" build_path="//" >}}
Copy link
Contributor

Choose a reason for hiding this comment

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

CRITICAL: Placeholder build_path value

The build_path="//" parameter is a placeholder that needs to be replaced with the actual build number.

All other releases in this file use specific numeric build paths:

  • v4.62.0: build_path="/219486/"
  • v4.61.0: build_path="/219004/"
  • v4.60.1: build_path="/218372/"

Please update this with the correct build number for version 4.63.0.


### New

- Added a new **Logs** view where you can explore logs from all sources in one unified view.
- Added SLSA v1 provenance support in the **Builds** view.


### Upgrades

- [Kubernetes v1.34.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.34.3)
- Linux kernel `v6.12.72`

### Bug fixes and minor changes

#### For all platforms

- Enhanced the proxy settings UI and added a separate proxy for containers.
- Fixed an issue where community registry MCP catalogs failed to load when a server's config object contained `"required": null`.
- Fixed an issue where `mcp-gateway` would hang when fetching secrets from the Secrets Engine while the Docker Desktop VM was in Resource Saver mode.
- Rebranded "Docker AI" references to "Gordon".

#### For Windows

- Improved startup time on Windows.

## 4.62.0

{{< release-date date="2026-02-23" >}}
Expand Down