Merge pull request #13347 from backstage/jhaals/catalogService

catalog-node: Export experimental catalogServiceRef
This commit is contained in:
Johan Haals
2022-08-31 15:35:16 +02:00
committed by GitHub
13 changed files with 362 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': patch
---
Adds experimental `catalogServiceRef` for obtaining a `CatalogClient` in the new backend system.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Updated `ServiceRegistry` to not initialize factories more than once.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Added alpha `scaffolderPlugin` to be used with experimental backend system.