Skip to content

Commit

Permalink
chore(release): 1.20.13 [skip ci]
Browse files Browse the repository at this point in the history
* **rbac:** add audit log for RBAC backend ([janus-idp#1726](janus-idp#1726)) ([e50464b](janus-idp@e50464b))

* **deps:** update kiali dependencies (minor) ([janus-idp#1779](janus-idp#1779)) ([ff2b421](janus-idp@ff2b421))
* **rbac:** fix handling condition action conflicts ([janus-idp#1781](janus-idp#1781)) ([966b2b2](janus-idp@966b2b2))

Signed-off-by: Kim Tsao <[email protected]>
  • Loading branch information
semantic-release-bot authored and kim-tsao committed Nov 12, 2024
1 parent 8f62572 commit a4bb53f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions plugins/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @janus-idp/backstage-plugin-rbac [1.20.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-04)



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.5.0
* **@janus-idp/shared-react:** upgraded to 2.6.4

## @janus-idp/backstage-plugin-rbac [1.20.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-04)


### Bug Fixes

* **rbac:** fix role list view permission policies column value ([#1714](https://github.com/janus-idp/backstage-plugins/issues/1714)) ([07200e4](https://github.com/janus-idp/backstage-plugins/commit/07200e42d62c51c2ff59e812521ad0c82cb62ea8))

## @janus-idp/backstage-plugin-rbac [1.20.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-03)


Expand Down
6 changes: 3 additions & 3 deletions plugins/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac",
"version": "1.20.11",
"version": "1.20.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@backstage/plugin-permission-common": "^0.7.13",
"@backstage/plugin-permission-react": "^0.4.22",
"@backstage/theme": "^0.5.3",
"@janus-idp/backstage-plugin-rbac-common": "1.4.2",
"@janus-idp/shared-react": "2.6.3",
"@janus-idp/backstage-plugin-rbac-common": "1.5.0",
"@janus-idp/shared-react": "2.6.4",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down

0 comments on commit a4bb53f

Please sign in to comment.