Skip to content

Commit

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

### Features

* **rbac:** list roles with no permission policies ([#998](#998)) ([217b7b0](217b7b0))
* **rbac:** role overview ([#972](#972)) ([43c1906](43c1906))

### Bug Fixes

* **cli:** do not change interop mode by default ([#971](#971)) ([4159977](4159977))
* **tekton:** fix expand collapse with sorting of PLR list table ([#980](#980)) ([d5fc710](d5fc710))

### Documentation

* **rbac:** additional docs for backend configuration ([#982](#982)) ([17b95a0](17b95a0))
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent 6a1288e commit 9ca0925
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions plugins/keycloak-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-keycloak-backend [1.7.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-07)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.4.7

## @janus-idp/backstage-plugin-keycloak-backend [1.7.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/keycloak-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend-dynamic",
"version": "1.7.8",
"version": "1.7.9",
"description": "A Backend backend plugin for Keycloak",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plugins/keycloak-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend",
"version": "1.7.8",
"version": "1.7.9",
"description": "A Backend backend plugin for Keycloak",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@backstage/plugin-catalog-backend": "1.14.0",
"@backstage/plugin-permission-common": "0.7.9",
"@backstage/plugin-permission-node": "0.7.17",
"@janus-idp/cli": "1.4.6",
"@janus-idp/cli": "1.4.7",
"@types/lodash": "4.14.200",
"@types/supertest": "2.0.16",
"@types/uuid": "9.0.5",
Expand Down

0 comments on commit 9ca0925

Please sign in to comment.