Skip to content

Commit

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

### Features

* **dynamic-ui:** integrate scalprum with current backstage plugins ([#826](#826)) ([e1fb4ce](e1fb4ce))
* **ocm:** enable dynamic plugin ([#876](#876)) ([1071eeb](1071eeb))
* **rbac:** implement the concept of roles in rbac ([#867](#867)) ([4d878a2](4d878a2))

### Bug Fixes

* **cli:** share core-app-api package ([#885](#885)) ([09db33c](09db33c))
* **kiali:** use prevState callback ([#874](#874)) ([13a01f7](13a01f7))
* **rbac:** add models folder and config.d.ts to package ([#891](#891)) ([406c147](406c147))
* **tekton:** handle flaky cluster error gracefully ([#887](#887)) ([10ed80e](10ed80e))
* **tekton:** update README and cleanup ([#881](#881)) ([c495515](c495515))

### Documentation

* add contributing guide ([#799](#799)) ([4ce04cd](4ce04cd))
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent b64ba36 commit b339df1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @janus-idp/backstage-plugin-rbac-backend [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-10-27)


### Features

* **rbac:** implement the concept of roles in rbac ([#867](https://github.com/janus-idp/backstage-plugins/issues/867)) ([4d878a2](https://github.com/janus-idp/backstage-plugins/commit/4d878a29babd86bd7896d69e6b2b63392b6e6cc8))


### Bug Fixes

* **rbac:** add models folder and config.d.ts to package ([#891](https://github.com/janus-idp/backstage-plugins/issues/891)) ([406c147](https://github.com/janus-idp/backstage-plugins/commit/406c14703110018c702834482d32fdd4f8a36cef))



### Dependencies

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

## @janus-idp/backstage-plugin-rbac-backend [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-10-24)


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": "1.2.1",
"version": "1.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,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.0.1",
"@janus-idp/backstage-plugin-rbac-common": "1.1.0",
"casbin": "^5.27.1",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
Expand Down

0 comments on commit b339df1

Please sign in to comment.