Skip to content

Commit 2f33284

Browse files
authored
patch(orchestrator): Update supported version, @kie-tools and @janus/cli (#678)
* fix(orchestrator): upgrade @kie-tools to 10.0.0 Signed-off-by: Marek Libra <marek.libra@gmail.com> * upgrade @janus/cli to 3.5.0 Signed-off-by: Marek Libra <marek.libra@gmail.com> * Increase supported version to 1.37.1 * changeset * yarn.lock --------- Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 78e3ee6 commit 2f33284

9 files changed

Lines changed: 110 additions & 446 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': patch
3+
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch
4+
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch
5+
'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch
6+
'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch
7+
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
8+
---
9+
10+
Update kie-tools, @janus/cli and Backstage supported version to the most recent ones.

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"backstage": {
1111
"role": "backend-plugin",
12-
"supported-versions": "1.32.5",
12+
"supported-versions": "1.37.1",
1313
"pluginId": "orchestrator",
1414
"pluginPackages": [
1515
"@red-hat-developer-hub/backstage-plugin-orchestrator",
@@ -94,7 +94,7 @@
9494
"@backstage/backend-test-utils": "^1.3.1",
9595
"@backstage/cli": "^0.31.1",
9696
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
97-
"@janus-idp/cli": "3.2.0",
97+
"@janus-idp/cli": "3.5.0",
9898
"@types/express": "4.17.21",
9999
"@types/fs-extra": "11.0.4",
100100
"@types/json-schema": "7.0.15",

workspaces/orchestrator/plugins/orchestrator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"backstage": {
1414
"role": "common-library",
15-
"supported-versions": "1.32.5",
15+
"supported-versions": "1.37.1",
1616
"pluginId": "orchestrator",
1717
"pluginPackages": [
1818
"@red-hat-developer-hub/backstage-plugin-orchestrator",

workspaces/orchestrator/plugins/orchestrator-form-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"backstage": {
1414
"role": "web-library",
15-
"supported-versions": "1.32.5"
15+
"supported-versions": "1.37.1"
1616
},
1717
"sideEffects": false,
1818
"scripts": {

workspaces/orchestrator/plugins/orchestrator-form-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pluginPackages": [
1717
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react"
1818
],
19-
"supported-versions": "1.32.5"
19+
"supported-versions": "1.37.1"
2020
},
2121
"sideEffects": false,
2222
"scripts": {

workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@backstage/core-app-api": "^1.15.2",
7373
"@backstage/dev-utils": "^1.1.7-next.3",
7474
"@backstage/test-utils": "^1.7.1",
75+
"@janus-idp/cli": "3.5.0",
7576
"@testing-library/jest-dom": "^6.0.0",
7677
"@testing-library/react": "^14.0.0",
7778
"@testing-library/user-event": "^14.0.0",

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"backstage": {
1313
"role": "frontend-plugin",
14-
"supported-versions": "1.32.5",
14+
"supported-versions": "1.37.1",
1515
"pluginId": "orchestrator",
1616
"pluginPackages": [
1717
"@red-hat-developer-hub/backstage-plugin-orchestrator",
@@ -62,7 +62,7 @@
6262
"@backstage/plugin-permission-common": "^0.8.4",
6363
"@backstage/plugin-permission-react": "^0.4.32",
6464
"@backstage/types": "^1.2.1",
65-
"@kie-tools-core/editor": "^0.32.0",
65+
"@kie-tools-core/editor": "^10.0.0",
6666
"@kie-tools/serverless-workflow-standalone-editor": "^10.0.0",
6767
"@monaco-editor/react": "^4.6.0",
6868
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
@@ -84,7 +84,7 @@
8484
"@backstage/cli": "^0.31.1",
8585
"@backstage/dev-utils": "^1.1.8",
8686
"@backstage/test-utils": "^1.7.6",
87-
"@janus-idp/cli": "3.2.0",
87+
"@janus-idp/cli": "3.5.0",
8888
"@material-ui/core": "^4.12.4",
8989
"@material-ui/icons": "^4.11.3",
9090
"@material-ui/lab": "^4.0.0-alpha.45",

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"backstage": {
1717
"role": "backend-plugin-module",
1818
"pluginId": "scaffolder",
19-
"supported-versions": "1.32.5",
19+
"supported-versions": "1.37.1",
2020
"pluginPackages": [
2121
"@red-hat-developer-hub/backstage-plugin-orchestrator-common",
2222
"@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator"
@@ -69,7 +69,7 @@
6969
"devDependencies": {
7070
"@backstage/cli": "^0.31.1",
7171
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.0",
72-
"@janus-idp/cli": "3.2.0",
72+
"@janus-idp/cli": "3.5.0",
7373
"@spotify/prettier-config": "^15.0.0"
7474
},
7575
"files": [

0 commit comments

Comments
 (0)