From 9c5e29fc1ff0a7e2a43fcd25d0aa231077b3aed8 Mon Sep 17 00:00:00 2001 From: Matt Landis Date: Mon, 5 Jan 2026 06:04:28 -0500 Subject: [PATCH] Docker Desktop 4.55 release notes - add missing fix for DDB-363 (#23878) ## Description Added an item to the Docker Desktop 4.55 release notes to indicate it fixed a bug with kubeadm + Registry Access Management. ## Related issues or tickets DDB-363 ## Reviews - [X] Technical review - [ ] Editorial review - [ ] Product review --- 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 e9027115fc..53dad4870d 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -48,6 +48,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed an issue that caused Docker Desktop to get stuck during startup. - Improved the error message when the `daemon.json` is invalid. - Fixed performance issues on every keystroke within a long Ask Gordon session. +- Fixed an issue that prevented Kubernetes in kubeadm mode from starting up when an organization has configured Registry Access Management to block Docker Hub. > [!IMPORTANT] >