Skip to content

Commit

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

### Features

* **kiali:** workloads details page overview tab ([#1198](#1198)) ([34adc57](34adc57))
* **orchestrator:** add OpenAPI v2 implementations ([#1182](#1182)) ([43ac2f3](43ac2f3))
* **rbac:** backend part - store role description to the database  ([#1178](#1178)) ([ec8b1c2](ec8b1c2))

### Bug Fixes

* **kubernetes-actions:** support adding labels while creating namespace ([#1223](#1223)) ([2b266bc](2b266bc))
* **orchestrator:** decommission the ProcessInstance.lastUpdate field ([#1230](#1230)) ([9724e27](9724e27))
* **orchestrator:** implementation of getWorkflowById (v2) ([#1233](#1233)) ([f9f9008](f9f9008))
* **orchestrator:** minor improvements and fixes ([#1242](#1242)) ([c9ec4cb](c9ec4cb))
* **rbac:** add test selectors ([#1229](#1229)) ([dca5f2e](dca5f2e))
* **rbac:** fix labels and dropdowns in dark theme by aligning/downgrading components to MUI v4 ([#1243](#1243)) ([ad44fa8](ad44fa8))
* **rbac:** reduce the catalog calls when build graph ([#1203](#1203)) ([e63aac2](e63aac2))

### Other changes

* **tekton:** add playwright tests for the plugin ([#1228](#1228)) ([705afc2](705afc2))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent 315fe83 commit 1a4dd68
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## @janus-idp/backstage-plugin-rbac-backend [2.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21)


### Features

* **rbac:** backend part - store role description to the database ([#1178](https://github.com/janus-idp/backstage-plugins/issues/1178)) ([ec8b1c2](https://github.com/janus-idp/backstage-plugins/commit/ec8b1c27cce5c36997f84a068dc4cc5cc542f428))


### Bug Fixes

* **rbac:** reduce the catalog calls when build graph ([#1203](https://github.com/janus-idp/backstage-plugins/issues/1203)) ([e63aac2](https://github.com/janus-idp/backstage-plugins/commit/e63aac2a8e7513974a5aabb3ce25c838d6b34dde))



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.3.0
* **@janus-idp/backstage-plugin-rbac-node:** upgraded to 1.0.1

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


Expand Down
6 changes: 3 additions & 3 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.2.4",
"version": "2.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.21",
"@dagrejs/graphlib": "^2.1.13",
"@janus-idp/backstage-plugin-rbac-common": "1.2.1",
"@janus-idp/backstage-plugin-rbac-node": "1.0.0",
"@janus-idp/backstage-plugin-rbac-common": "1.3.0",
"@janus-idp/backstage-plugin-rbac-node": "1.0.1",
"casbin": "^5.27.1",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
Expand Down

0 comments on commit 1a4dd68

Please sign in to comment.