Skip to content

Commit

Permalink
chore(release): 1.14.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.5](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 bd95374 commit 315fe83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 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.14.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21)


### Bug Fixes

* **rbac:** add test selectors ([#1229](https://github.com/janus-idp/backstage-plugins/issues/1229)) ([dca5f2e](https://github.com/janus-idp/backstage-plugins/commit/dca5f2e4e7db29e522752bd5743f41a83bcb6f32))
* **rbac:** fix labels and dropdowns in dark theme by aligning/downgrading components to MUI v4 ([#1243](https://github.com/janus-idp/backstage-plugins/issues/1243)) ([ad44fa8](https://github.com/janus-idp/backstage-plugins/commit/ad44fa8a445234c1e2be0c6386dd1374feba03b0))



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.3.0
* **@janus-idp/shared-react:** upgraded to 2.5.2
* **@janus-idp/cli:** upgraded to 1.7.2

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


Expand Down
8 changes: 4 additions & 4 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.14.4",
"version": "1.14.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@backstage/plugin-catalog-common": "^1.0.21",
"@backstage/plugin-permission-react": "^0.4.20",
"@backstage/theme": "^0.5.1",
"@janus-idp/backstage-plugin-rbac-common": "1.2.1",
"@janus-idp/shared-react": "2.5.1",
"@janus-idp/backstage-plugin-rbac-common": "1.3.0",
"@janus-idp/shared-react": "2.5.2",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -53,7 +53,7 @@
"@backstage/core-app-api": "1.12.0",
"@backstage/dev-utils": "1.0.27",
"@backstage/test-utils": "1.5.0",
"@janus-idp/cli": "1.7.1",
"@janus-idp/cli": "1.7.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react-hooks": "8.0.1",
Expand Down

0 comments on commit 315fe83

Please sign in to comment.