Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-02)

### Features

* add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](#1132)) ([06e16fd](06e16fd))
* **orchestrator:** add the ability to rerun workflows in a new instance ([#1141](#1141)) ([fe326df](fe326df))
* **plugins:** ui for dynamic-plugins-info-backend ([#1138](#1138)) ([2a42780](2a42780))
* **rbac:** turn rbac plugin into a dynamic plugin ([#1133](#1133)) ([b9b36d5](b9b36d5))
* **topology:** added default runtime icon to topology nodes ([#1157](#1157)) ([5a8b27d](5a8b27d))

### Bug Fixes

* add missing alpha  dynamic plugin entry points ([#1161](#1161)) ([36e9d91](36e9d91))
* **deps:** update dependency nodemailer to v6.9.9 [security] ([#1160](#1160)) ([ee92ec5](ee92ec5))
* **kiali:** show username when auth is anonymous ([#1139](#1139)) ([0a04992](0a04992))
* **rbac:** set up higher jest timeout for rbac db tests ([#1163](#1163)) ([b8541f3](b8541f3))
* **rbac:** split policies and roles by source ([#1042](#1042)) ([03a678d](03a678d)), closes [#1103](#1103)
* **rbac:** update the RBAC frontend plugin readme ([#1155](#1155)) ([8db80b9](8db80b9))
* **tekton:** external sbom view action should not open logs modal ([#1152](#1152)) ([714ac5d](714ac5d))
* **tekton:** fix [#922](#922) and [#962](#962) by using full width for pipeline visualization ([#1145](#1145)) ([1ea9f01](1ea9f01))
* **tekton:** fix [#947](#947): Reset pagination when changing any filter ([#1140](#1140)) ([5a1a2f4](5a1a2f4))

### Documentation

* **tekton:** add tekton plugin documentation to enable UI elements ([#1148](#1148)) ([91742e8](91742e8))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent e42fb72 commit 71cda5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @janus-idp/backstage-plugin-rbac-backend [2.1.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-02)


### Bug Fixes

* **rbac:** set up higher jest timeout for rbac db tests ([#1163](https://github.com/janus-idp/backstage-plugins/issues/1163)) ([b8541f3](https://github.com/janus-idp/backstage-plugins/commit/b8541f3ac149446238dc07432116fafc23a48a82))
* **rbac:** split policies and roles by source ([#1042](https://github.com/janus-idp/backstage-plugins/issues/1042)) ([03a678d](https://github.com/janus-idp/backstage-plugins/commit/03a678d96deeb1d42448e94ac95d735e61393a40)), closes [#1103](https://github.com/janus-idp/backstage-plugins/issues/1103)



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.2.1

## @janus-idp/backstage-plugin-rbac-backend [2.1.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)


Expand Down
4 changes: 2 additions & 2 deletions plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac-backend",
"version": "2.1.2",
"version": "2.1.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@backstage/plugin-permission-common": "^0.7.9",
"@backstage/plugin-permission-node": "^0.7.17",
"@dagrejs/graphlib": "^2.1.13",
"@janus-idp/backstage-plugin-rbac-common": "1.2.0",
"@janus-idp/backstage-plugin-rbac-common": "1.2.1",
"casbin": "^5.27.1",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
Expand Down

0 comments on commit 71cda5d

Please sign in to comment.