From d65261c0a645aa1f0797d3e853bc87cd3f562b9b Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Fri, 6 Jun 2025 08:54:46 +0200 Subject: [PATCH] Merge pull request #22795 from lorenrh/add-k Add known issue for 4.42.0 --- content/manuals/desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 00db449cb5..0b26870b59 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -92,6 +92,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### Known issues +#### For all platforms + +- This release contains a regression with `docker port`, resulting in "No host port found for host IP" errors when using testcontainers-node. See [testcontainers/testcontainers-node#818](https://github.com/testcontainers/testcontainers-node/issues/818#issuecomment-2941575369) + #### For Windows - Running containers with Wasm will hang sporadically. See [docker/for-mac#7666](https://github.com/docker/for-mac/issues/7666).