From cea15a09d03bdb671d5bf111716b563c21d2224e Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Wed, 19 Jul 2023 19:13:31 -0500 Subject: [PATCH] Update .changeset/chatty-seahorses-juggle.md Co-authored-by: Jamie Klassen Signed-off-by: Carlos Esteban Lopez Jaramillo --- .changeset/chatty-seahorses-juggle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/chatty-seahorses-juggle.md b/.changeset/chatty-seahorses-juggle.md index 16d0fa7f64..8d699699a7 100644 --- a/.changeset/chatty-seahorses-juggle.md +++ b/.changeset/chatty-seahorses-juggle.md @@ -2,4 +2,4 @@ '@backstage/plugin-kubernetes-backend': patch --- -WebSocket requests path were not being rewritten by the proxy properly, now they do. +Fixed a bug where the proxy was not rewriting WebSocket request paths properly.