Skip to content

Commit 739334e

Browse files
chore(release): 1.3.21 [skip ci]
## [1.3.21](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30) ### Features * add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](#1132)) ([06e16fd](06e16fd)) ### Bug Fixes * **orchestrator:** resolve bug in workflow instance page assessed by link ([#1142](#1142)) ([48724f8](48724f8)) * **rbac:** enable create button for default role:default/rbac_admin ([#1137](#1137)) ([9926463](9926463))
1 parent 093766c commit 739334e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/openshift-image-registry/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.21](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.7.0
8+
19
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.20](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)
210

311

plugins/openshift-image-registry/package.json

Lines changed: 2 additions & 2 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.20",
3+
"version": "1.3.21",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
"@backstage/core-app-api": "1.11.0",
4343
"@backstage/dev-utils": "1.0.22",
4444
"@backstage/test-utils": "1.4.4",
45-
"@janus-idp/cli": "1.6.0",
45+
"@janus-idp/cli": "1.7.0",
4646
"@testing-library/jest-dom": "5.17.0",
4747
"@testing-library/react": "12.1.5",
4848
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)