From ea8e85c7df1b94bb4c63ad130d7c3d8a23d421a2 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 13 Apr 2026 16:48:40 +0100 Subject: [PATCH 1/2] 4.69-rn-clarify --- 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 f0ee766a14e2..202c78fe8309 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -46,7 +46,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue where `docker logout` from the CLI was ignored by Docker Desktop when OAuth tokens remained in the credential store, leaving the user unexpectedly signed in. - Fixed an issue where Docker Desktop could unexpectedly sign users out when unrelated credential updates, `docker login`, or transient network errors triggered a sign-out. - Fixed a data loss issue where backup data could be deleted during a failed restore operation, leaving users with no data. -- Fixed an issue where sign-in credentials (`login-info.json`) were included in diagnostic bundles, improving privacy and security. +- Fixed an issue where sign-in credentials (`login-info.json`) could be included in diagnostic bundles, improving privacy and security. Note that this file contains an encoded organisation name, plan name, username, and email only - no passwords or credentials. - Fixed the footer update label incorrectly showing **Downloading** during the prepare/unpack phase of an update. It now correctly displays **Preparing**. - Fixed an issue where Docker Desktop would not start when the internal storage disk was full. From 70d9d4e5a369ceb00d51ca1ba52d1e66c2d685e9 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 13 Apr 2026 16:51:50 +0100 Subject: [PATCH 2/2] tweak --- 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 202c78fe8309..61f4bf7a1d62 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -46,7 +46,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue where `docker logout` from the CLI was ignored by Docker Desktop when OAuth tokens remained in the credential store, leaving the user unexpectedly signed in. - Fixed an issue where Docker Desktop could unexpectedly sign users out when unrelated credential updates, `docker login`, or transient network errors triggered a sign-out. - Fixed a data loss issue where backup data could be deleted during a failed restore operation, leaving users with no data. -- Fixed an issue where sign-in credentials (`login-info.json`) could be included in diagnostic bundles, improving privacy and security. Note that this file contains an encoded organisation name, plan name, username, and email only - no passwords or credentials. +- Fixed an issue where sign-in credentials (`login-info.json`) could be included in diagnostic bundles, improving privacy and security. Note that this file contains an encoded organisation(s) name, plan name, encoded username, and encoded email only. No passwords or credentials are included. - Fixed the footer update label incorrectly showing **Downloading** during the prepare/unpack phase of an update. It now correctly displays **Preparing**. - Fixed an issue where Docker Desktop would not start when the internal storage disk was full.