fix(rbac): add changeset

Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
This commit is contained in:
Christoph Jerolimov 2024-11-25 14:00:35 +01:00 committed by Bethany Griggs
parent 2e42dd9d04
commit c3fe880efe
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-rbac': patch
---
- fix: remove empty summary row
- fix: remove `@janus-idp/cli` / `scalprum` configuration from `package.json`. Users that build and install the plugin from the source code must change their app-config.yaml from `janus-idp.backstage-plugin-rbac` to `backstage-community.plugin-rbac` and drop the module parameter. This matches now other plugins we migrated from the Janus IDP community to the Backstage community plugin and was missed before.