From f017692dec91c748ca5ccfddbbd14981813aaa6e Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Mon, 10 Mar 2025 17:07:01 +0100 Subject: [PATCH 1/2] Add missing release note to Docker Desktop release notes --- 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 2e0a851590c0..936672c7578f 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -61,6 +61,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue that caused clients other than the CLI and Docker Desktop to see a delay of 3 seconds whenever a container with port-mappings exists. See [docker/for-mac#7575](https://github.com/docker/for-mac/issues/7575) - Fixed a bug in the ECI Docker socket permissions which caused it to sometimes block Docker socket mounts on containers with allowed images, or images derived from allowed images. - Fixed a bug that prevented Docker Desktop from entering Resource Saver mode again immediately after an engine restart. +- Fixed an issue that caused Kubernetes clusters to stop working due to expired PKI certificates #### For Mac From 0b3df9f99536a3d8e8621bf3c10d3ccc824946c5 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:18:37 +0000 Subject: [PATCH 2/2] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 936672c7578f..54c47acc4749 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -61,7 +61,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue that caused clients other than the CLI and Docker Desktop to see a delay of 3 seconds whenever a container with port-mappings exists. See [docker/for-mac#7575](https://github.com/docker/for-mac/issues/7575) - Fixed a bug in the ECI Docker socket permissions which caused it to sometimes block Docker socket mounts on containers with allowed images, or images derived from allowed images. - Fixed a bug that prevented Docker Desktop from entering Resource Saver mode again immediately after an engine restart. -- Fixed an issue that caused Kubernetes clusters to stop working due to expired PKI certificates +- Fixed an issue that caused Kubernetes clusters to stop working due to expired PKI certificates. #### For Mac