From 227e0e86d3b01a0411c19366d6b8daab733b9f99 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Thu, 9 Jan 2025 16:53:41 +0100 Subject: [PATCH] 4.31.2 release notes Signed-off-by: Lorena Rangel --- content/manuals/desktop/release-notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 5b49742ae158..89fed4664ab4 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -523,6 +523,25 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL - When running `docker-compose` after an update, it will return `command not found`. As a workaround, you can create the following symlink: `sudo ln -sf /Applications/Docker.app/Contents/Resources/cli-plugins/docker-compose /usr/local/bin/docker-compose` +## 4.31.2 + +{{< release-date date="2025-01-08" >}} + +{{< desktop-install-v2 mac=true version="4.31.2" build_path="/TBD/" >}} + +### Bug fixes and enhancements + +#### For Mac + +- Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions. + +### Known issues + +#### For Mac + +- If you’re seeing a security popup about malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + + ## 4.31.1 {{< release-date date="2024-06-10" >}}