Merge pull request #15505 from backstage/rugvip/root-lifecycle

backend-plugin-api: add new root lifecycle service + impl
This commit is contained in:
Patrik Oldsberg
2023-01-03 09:57:29 +01:00
committed by GitHub
16 changed files with 157 additions and 71 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `labels` option to the existing `LifecycleServiceShutdownHook`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-test-utils': patch
'@backstage/backend-defaults': patch
---
Include implementations for the new `rootLifecycleServiceRef`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Updated implementations for the new `RootLifecycleService`.