Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit fc2afe3

Browse files
chore(release): 1.9.7 [skip ci]
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-11) ### Bug Fixes * **orchestrator:** fix error handling in case data index failed to start ([#1804](#1804)) ([27affb7](27affb7))
1 parent 27affb7 commit fc2afe3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** fix error handling in case data index failed to start ([#1804](https://github.com/janus-idp/backstage-plugins/issues/1804)) ([27affb7](https://github.com/janus-idp/backstage-plugins/commit/27affb7815e02127721fd854f7903dca3525dede))
7+
18
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-05)
29

310

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

Lines changed: 1 addition & 1 deletion
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.9.6",
3+
"version": "1.9.7",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)