From b9c872188825a8147e5a41936dc6bb045f5abe6c Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 26 Aug 2025 09:15:18 +0100 Subject: [PATCH 1/4] Desktop: 4.45 release notes --- content/manuals/desktop/release-notes.md | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index a699d8d4d1fc..86d3aa6065bd 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -31,6 +31,43 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo > > If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). +## 4.45.0 + +{{< release-date date="2025-08-26" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.45.0" build_path="/TODO/" >}} + +### New + +- [Docker Model Runner](/manuals/ai/model-runner/_index.md) is now generally available. +- Docker Model Runner now supports GPT OSS models. + +### Upgrades + +- [Docker Compose v2.39.2](https://github.com/docker/compose/releases/tag/v2.39.2) +- [Docker Buildx v0.27.0](https://github.com/docker/buildx/releases/tag/v0.27.0) +- [Kubernetes v1.32.6](https://github.com/kubernetes/kubernetes/releases/tag/v1.32.6) +- [Docker Scout CLI v1.18.3](https://github.com/docker/scout-cli/releases/tag/v1.18.3) +- [Docker Engine v28.3.3](https://docs.docker.com/engine/release-notes/28/#2833) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a bug that caused the `com.docker.diagnose` to crash when uploading a diagnostics bundle behind a proxy that requires authentication. + +#### For Windows + +- Fixed a bug that prevented CLI plugins from being deployed to `~/.docker/cli-plugins` by default when users lacked the correct permissions. +- Fixed a bug where relocating the WSL data distribution would fail if the `docker-desktop` distribution was not present. +- Fixed a typo in the WSL install URL in the Docker Desktop Dashboard. + +#### For Mac + +- Fixed a bug that caused Docker Desktop to crash after the laptop woke from sleep. Fixes [docker/for-mac#7741](https://github.com/docker/for-mac/issues/7741). +- Fixed an issue where the VM would sometimes fail with the error **The virtual machine stopped unexpectedly.** +- Fixed a bug that would break port mappings when a container was connected to or disconnected from a network after it was started. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693). + ## 4.44.3 {{< release-date date="2025-08-20" >}} From 7cb7b9034aae295953af1c40228dc3345c2b4cc4 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 26 Aug 2025 09:15:22 +0100 Subject: [PATCH 2/4] Desktop: 4.45 release notes --- content/manuals/desktop/release-notes.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 86d3aa6065bd..cfc7f65552c6 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -56,18 +56,18 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug that caused the `com.docker.diagnose` to crash when uploading a diagnostics bundle behind a proxy that requires authentication. -#### For Windows - -- Fixed a bug that prevented CLI plugins from being deployed to `~/.docker/cli-plugins` by default when users lacked the correct permissions. -- Fixed a bug where relocating the WSL data distribution would fail if the `docker-desktop` distribution was not present. -- Fixed a typo in the WSL install URL in the Docker Desktop Dashboard. - #### For Mac - Fixed a bug that caused Docker Desktop to crash after the laptop woke from sleep. Fixes [docker/for-mac#7741](https://github.com/docker/for-mac/issues/7741). - Fixed an issue where the VM would sometimes fail with the error **The virtual machine stopped unexpectedly.** - Fixed a bug that would break port mappings when a container was connected to or disconnected from a network after it was started. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693). +#### For Windows + +- Fixed a bug that prevented CLI plugins from being deployed to `~/.docker/cli-plugins` by default when users lacked the correct permissions. +- Fixed a bug where relocating the WSL data distribution would fail if the `docker-desktop` distribution was not present. +- Fixed a typo in the WSL install URL in the Docker Desktop Dashboard. + ## 4.44.3 {{< release-date date="2025-08-20" >}} @@ -164,6 +164,7 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 - Fixed a bug preventing Traefik from autodetecting containers' ports. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693). - Fixed a bug that caused port mappings to break when a container was connected to or disconnected from a network after it was started. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693#issuecomment-3131427879). - Removed eBPF which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707). +- Docker Model Runner now supports GPT OSS models. #### For Windows @@ -172,6 +173,7 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 - Fixed a bug where Docker Desktop could leak a `com.docker.build` process and fail to start. Fixed [docker/for-win#14840](https://github.com/docker/for-win/issues/14840). - Fixed a bug that was preventing Docker Desktop Kubernetes in kind mode from starting when using WSL with `cgroups v1` and Enhanced Container Isolation (ECI) is enabled. - Fixed a typo in the WSL installation URL in the UI. +- Docker Model Runner now supports GPT OSS models ## 4.43.2 From f4bff74891bd914f42a13d0d782ec69414176597 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 26 Aug 2025 09:16:52 +0100 Subject: [PATCH 3/4] Desktop: 4.45 release notes --- content/manuals/desktop/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index cfc7f65552c6..717d4526cc20 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -40,7 +40,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### New - [Docker Model Runner](/manuals/ai/model-runner/_index.md) is now generally available. -- Docker Model Runner now supports GPT OSS models. ### Upgrades From 3552f472b5b25c7da833ba49a34995b161cdb96d Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 26 Aug 2025 10:46:53 +0100 Subject: [PATCH 4/4] release revamp --- content/manuals/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 717d4526cc20..7ee4da13592a 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -40,6 +40,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### New - [Docker Model Runner](/manuals/ai/model-runner/_index.md) is now generally available. +- In-product release highlights has a new look and feel. ### Upgrades