Skip to content

Commit 7dddee2

Browse files
chore(release): 1.4.12 [skip ci]
## [1.4.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04) ### Bug Fixes * **orchestrator:** increase the number of attempts to fetch the instance after execution ([#1301](#1301)) ([77dcce3](77dcce3)) * **orchestrator:** walk around the state field is empty issue when fetch instance ([#1299](#1299)) ([e5c33c0](e5c33c0))
1 parent 1ce22a5 commit 7dddee2

File tree

3 files changed

+33
-20
lines changed

3 files changed

+33
-20
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** increase the number of attempts to fetch the instance after execution ([#1301](https://github.com/janus-idp/backstage-plugins/issues/1301)) ([77dcce3](https://github.com/janus-idp/backstage-plugins/commit/77dcce3adceaf12b583bda5e74be69a5cc273ba1))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/cli:** upgraded to 1.7.5
13+
114
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-03)
215

316

plugins/orchestrator-backend/dist-dynamic/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
@@ -69,23 +69,23 @@
6969
"devDependencies": {},
7070
"bundleDependencies": true,
7171
"peerDependencies": {
72-
"@backstage/backend-app-api": "0.5.13",
73-
"@backstage/backend-common": "0.21.2",
74-
"@backstage/backend-plugin-api": "0.6.12",
75-
"@backstage/backend-dynamic-feature-service": "0.2.2",
76-
"@backstage/backend-tasks": "0.5.17",
77-
"@backstage/catalog-client": "1.6.0",
78-
"@backstage/catalog-model": "1.4.4",
79-
"@backstage/config": "1.1.1",
80-
"@backstage/core-plugin-api": "1.9.0",
81-
"@backstage/integration": "1.9.0",
82-
"@backstage/plugin-catalog-node": "1.7.2",
83-
"@backstage/plugin-events-backend": "0.2.21",
84-
"@backstage/plugin-events-node": "0.2.21",
85-
"@backstage/plugin-scaffolder-backend": "1.21.2",
86-
"@backstage/plugin-scaffolder-common": "1.5.0",
87-
"@backstage/plugin-scaffolder-node": "0.3.2",
88-
"@backstage/types": "1.1.1"
72+
"@backstage/backend-app-api": "^0.5.14",
73+
"@backstage/backend-common": "^0.21.3",
74+
"@backstage/backend-plugin-api": "^0.6.13",
75+
"@backstage/backend-dynamic-feature-service": "^0.2.3",
76+
"@backstage/backend-tasks": "^0.5.18",
77+
"@backstage/catalog-client": "^1.6.0",
78+
"@backstage/catalog-model": "^1.4.4",
79+
"@backstage/config": "^1.1.1",
80+
"@backstage/core-plugin-api": "^1.9.0",
81+
"@backstage/integration": "^1.9.0",
82+
"@backstage/plugin-catalog-node": "^1.7.3",
83+
"@backstage/plugin-events-backend": "^0.2.22",
84+
"@backstage/plugin-events-node": "^0.2.22",
85+
"@backstage/plugin-scaffolder-backend": "^1.21.3",
86+
"@backstage/plugin-scaffolder-common": "^1.5.0",
87+
"@backstage/plugin-scaffolder-node": "^0.3.3",
88+
"@backstage/types": "^1.1.1"
8989
},
9090
"overrides": {
9191
"@aws-sdk/util-utf8-browser": {

plugins/orchestrator-backend/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-orchestrator-backend",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -91,7 +91,7 @@
9191
},
9292
"devDependencies": {
9393
"@backstage/cli": "0.25.2",
94-
"@janus-idp/cli": "1.7.4",
94+
"@janus-idp/cli": "1.7.5",
9595
"@types/express": "4.17.20",
9696
"@types/fs-extra": "11.0.1",
9797
"@types/json-schema": "7.0.12",

0 commit comments

Comments
 (0)