Version Packages (#2075)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f5b128123f
commit
d0c35ed51d
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-rbac-backend': patch
|
||||
---
|
||||
|
||||
Ensures that the permissions and roles are properly synced during request handling. This is important in high availability scenarios as we need to ensure data is up to date during scaling.
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
### Dependencies
|
||||
|
||||
## 5.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4084738: Ensures that the permissions and roles are properly synced during request handling. This is important in high availability scenarios as we need to ensure data is up to date during scaling.
|
||||
|
||||
## 5.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-rbac-backend",
|
||||
"version": "5.2.5",
|
||||
"version": "5.2.6",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue