From 0c0bcc862109442d4c5906fc3400376d52f40690 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Wed, 4 Oct 2023 17:22:49 +0200 Subject: [PATCH] Add Docker Desktop 4.24.1 release notes (#18352) * Add Docker Desktop 4.24.1 release notes Signed-off-by: Lorena Rangel * Add a known issues section for mac Signed-off-by: Lorena Rangel * Update content/desktop/release-notes.md * Update content/desktop/release-notes.md --------- Signed-off-by: Lorena Rangel Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/desktop/release-notes.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index f180b152e6..b77bec3277 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -24,11 +24,23 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/releases.md). +# 4.24.1 + +{{< release-date date="2023-10-04" >}} + +{{< desktop-install win=true version="4.24.1" build_path="/" >}} + +### Bug fixes and enhancements + +#### For Windows + +- Fixed a bug on Docker Desktop for Windows where the Docker Dashboard wouldn't display container logs correctly. Fixes [docker/for-win#13714](https://github.com/docker/for-win/issues/13714). + # 4.24.0 {{< release-date date="2023-09-28" >}} -{{< desktop-install all=true version="4.24.0" build_path="/" >}} +{{< desktop-install all=true version="4.24.0" build_path="/122432/" >}} ### New @@ -87,7 +99,11 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re - Fixed a bug that caused Docker Desktop fail to start on Windows hosts. Fixes [docker/for-win#13662](https://github.com/docker/for-win/issues/13662). - Modified the Docker Desktop resource saver feature to skip reducing kernel memory on WSL when no containers are running, as this was causing timeouts in some cases. Instead, users are encouraged to enable "autoMemoryReclaim" on WSL directly via the .wslconfig file (available since WSL 1.3.10). +### Known issues +#### For Mac + +- Creating a container with the port 53 fails with the error address `already in use`. As a workaround, deactivate network acceleration by adding `"kernelForUDP": false`, in the `settings.json` file located at `~/Library/Group Containers/group.com.docker/settings.json`. ## 4.23.0 {{< release-date date="2023-09-11" >}}