From c4f935b80581ec6c8c49814005206f61a4d19728 Mon Sep 17 00:00:00 2001 From: Rickard Dybeck Date: Tue, 26 May 2026 09:58:12 -0400 Subject: [PATCH 1/2] chore(kubernetes-backend): create missing changeset create missing changeset for #34344 Signed-off-by: Rickard Dybeck --- .changeset/plenty-worms-happen.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/plenty-worms-happen.md diff --git a/.changeset/plenty-worms-happen.md b/.changeset/plenty-worms-happen.md new file mode 100644 index 0000000000..c3457c7d8a --- /dev/null +++ b/.changeset/plenty-worms-happen.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes-backend': patch +--- + +pool HTTPS agents per cluster in KubernetesFetcher From d89a9557696264596173c64f4407ad9d4341f2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 26 May 2026 16:23:13 +0200 Subject: [PATCH 2/2] fix: remove stale stitcher reference from catalog test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stitcher parameter was removed from DefaultEntitiesCatalog's constructor by the stitching refactor, but two tests added by the query split PR still referenced it. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .../catalog-backend/src/service/DefaultEntitiesCatalog.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts b/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts index d9f33b22b5..78f806adb7 100644 --- a/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts +++ b/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts @@ -2190,7 +2190,6 @@ describe.each(databases.eachSupportedId())( const catalog = new DefaultEntitiesCatalog({ database: knex, logger: mockServices.logger.mock(), - stitcher, }); const filter = { key: 'spec.should_include_this' }; @@ -2252,7 +2251,6 @@ describe.each(databases.eachSupportedId())( const catalog = new DefaultEntitiesCatalog({ database: knex, logger: mockServices.logger.mock(), - stitcher, }); const response = await catalog.queryEntities({