Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-12-09 15:00:09 +00:00
parent 081b310d26
commit e08f48a9b5
281 changed files with 3971 additions and 140 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/backend-plugin-api
## 1.6.0-next.1
### Minor Changes
- 2a0c4b0: Adds a new experimental `RootSystemMetadataService` for tracking the collection of Backstage instances that may be deployed at any one time. It currently offers a single API, `getInstalledPlugins` that returns a list of installed plugins based on config you have set up in `discovery.endpoints` as well as the plugins installed on the instance you're calling the API with. It does not handle wildcard values or fallback values. The intention is for this plugin to provide plugin authors with a simple interface to fetch a trustworthy list of all installed plugins.
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.10-next.1
- @backstage/plugin-permission-node@0.10.7-next.1
- @backstage/cli-common@0.1.16-next.2
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
- @backstage/plugin-permission-common@0.9.3
## 1.5.1-next.0
### Patch Changes