From d4764d55e03762a98d40eeb7ba9b2096bae2f29e Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Sun, 19 Jan 2025 03:02:32 +0100 Subject: [PATCH] Version Packages (#2530) Co-authored-by: github-actions[bot] --- workspaces/rbac/.changeset/red-glasses-reply.md | 5 ----- workspaces/rbac/plugins/rbac-backend/CHANGELOG.md | 6 ++++++ workspaces/rbac/plugins/rbac-backend/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/rbac/.changeset/red-glasses-reply.md diff --git a/workspaces/rbac/.changeset/red-glasses-reply.md b/workspaces/rbac/.changeset/red-glasses-reply.md deleted file mode 100644 index cd8234fa07..0000000000 --- a/workspaces/rbac/.changeset/red-glasses-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-rbac-backend': patch ---- - -Use loadPolicy to keep the enforcer in sync for edit operations. It should keep the RBAC plugin in sync when the Backstage instance is scaled to multiple deployment replicas. Reuse the maximum database pool size value from the application configuration in the RBAC Casbin adapter. diff --git a/workspaces/rbac/plugins/rbac-backend/CHANGELOG.md b/workspaces/rbac/plugins/rbac-backend/CHANGELOG.md index ef6c081dae..e95343f7ba 100644 --- a/workspaces/rbac/plugins/rbac-backend/CHANGELOG.md +++ b/workspaces/rbac/plugins/rbac-backend/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 5.2.10 + +### Patch Changes + +- ba4b3e9: Use loadPolicy to keep the enforcer in sync for edit operations. It should keep the RBAC plugin in sync when the Backstage instance is scaled to multiple deployment replicas. Reuse the maximum database pool size value from the application configuration in the RBAC Casbin adapter. + ## 5.2.9 ### Patch Changes diff --git a/workspaces/rbac/plugins/rbac-backend/package.json b/workspaces/rbac/plugins/rbac-backend/package.json index 3a07d1ee38..101f379ddf 100644 --- a/workspaces/rbac/plugins/rbac-backend/package.json +++ b/workspaces/rbac/plugins/rbac-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-rbac-backend", - "version": "5.2.9", + "version": "5.2.10", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",