Version Packages (next)
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 3.4.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5af48e7: Migrated permission registration to use the `PermissionsRegistryService` instead of the deprecated `createPermissionIntegrationRouter`. This fixes an issue where scaffolder permissions were not visible to RBAC plugins because the `actionsRegistryServiceRef` dependency caused an empty permissions metadata router to shadow the scaffolder's actual permission metadata. The old `createPermissionIntegrationRouter` path is retained as a fallback for standalone `createRouter` usage.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 482ceed: Migrated from `assertError` to `toError` for error handling.
|
||||
- 961e274: Migrated OpenTelemetry metrics to use the `MetricsService` from `@backstage/backend-plugin-api/alpha` instead of the raw `@opentelemetry/api` meter.
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.3.0-next.0
|
||||
- @backstage/plugin-catalog-node@2.2.0-next.2
|
||||
- @backstage/plugin-scaffolder-node@0.13.2-next.2
|
||||
- @backstage/integration@2.0.1-next.0
|
||||
- @backstage/backend-openapi-utils@0.6.8-next.2
|
||||
- @backstage/backend-plugin-api@1.9.0-next.2
|
||||
- @backstage/catalog-model@1.7.8-next.0
|
||||
- @backstage/config@1.3.7-next.0
|
||||
- @backstage/plugin-events-node@0.4.21-next.2
|
||||
- @backstage/plugin-permission-common@0.9.8-next.0
|
||||
- @backstage/plugin-permission-node@0.10.12-next.2
|
||||
- @backstage/plugin-scaffolder-common@2.0.1-next.0
|
||||
|
||||
## 3.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
Reference in New Issue
Block a user