Skip to content

Commit 948802b

Browse files
semantic-release-botdebsmita1
authored andcommitted
chore(release): 1.3.30 [skip ci]
## [1.3.30](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-05) ### Features * **kiali:** istio config list and details ([janus-idp#1326](janus-idp#1326)) ([f8fc349](janus-idp@f8fc349)) * **kiali:** update dark theme ([janus-idp#1434](janus-idp#1434)) ([e0d84e1](janus-idp@e0d84e1)) * **rbac:** add conditional access button and sidebar ([janus-idp#1359](janus-idp#1359)) ([448267d](janus-idp@448267d)) * **rbac:** save role modification information to the metadata ([janus-idp#1280](janus-idp#1280)) ([0454509](janus-idp@0454509)) ### Bug Fixes * **feedback-backend:** fix the feedback url for mail and jira ([janus-idp#1435](janus-idp#1435)) ([f3564c1](janus-idp@f3564c1)) * **orchestrator:** add lastRunId to overview endpoints ([janus-idp#1449](janus-idp#1449)) ([cce56f7](janus-idp@cce56f7)) * **orchestrator:** only inputs inherited from the assessment workflow should be disabled ([janus-idp#1436](janus-idp#1436)) ([32d9bdf](janus-idp@32d9bdf)) * **orchestrator:** update devmode container tag ([janus-idp#1439](janus-idp#1439)) ([d59ad04](janus-idp@d59ad04)) * **rbac:** rework condition policies to bound them to RBAC roles ([janus-idp#1330](janus-idp#1330)) ([55c00b2](janus-idp@55c00b2)) ### Documentation * **orchestrator:** add OpenAPI doc ([janus-idp#1441](janus-idp#1441)) ([f6275e2](janus-idp@f6275e2)) * **rbac:** update to the rbac documentation ([janus-idp#1433](janus-idp#1433)) ([5d96db3](janus-idp@5d96db3))
1 parent a41b375 commit 948802b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

plugins/openshift-image-registry/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.30](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-05)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/shared-react:** upgraded to 2.5.4
8+
* **@janus-idp/cli:** upgraded to 1.7.8
9+
110
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.29](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-02)
211

312

plugins/openshift-image-registry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-openshift-image-registry",
3-
"version": "1.3.29",
3+
"version": "1.3.30",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
"@material-ui/core": "^4.9.13",
3232
"@material-ui/icons": "^4.11.3",
3333
"@material-ui/lab": "^4.0.0-alpha.45",
34-
"@janus-idp/shared-react": "2.5.3",
34+
"@janus-idp/shared-react": "2.5.4",
3535
"react-use": "^17.4.0"
3636
},
3737
"peerDependencies": {
@@ -42,7 +42,7 @@
4242
"@backstage/core-app-api": "1.12.3",
4343
"@backstage/dev-utils": "1.0.30",
4444
"@backstage/test-utils": "1.5.3",
45-
"@janus-idp/cli": "1.7.7",
45+
"@janus-idp/cli": "1.7.8",
4646
"@testing-library/jest-dom": "6.4.2",
4747
"@testing-library/react": "14.2.1",
4848
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)