Skip to content

Commit 2fe15f5

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-07) ### Features * **kiali:** services and apps list and details overview ([#1276](#1276)) ([7e4c0a5](7e4c0a5)) * **orchestrator:** support pagination for /instances and /overview ([#1313](#1313)) ([79d5988](79d5988)) ### Bug Fixes * **notifications:** notifications time is wrong when using sqlite ([#1306](#1306)) ([a98346e](a98346e)) * **orchestrator:** fix abort button and rerun button disable issue ([#1311](#1311)) ([0c98279](0c98279)) * **rbac:** check source before throwing duplicate warning ([#1278](#1278)) ([a100eef](a100eef)) ### Other changes * **rbac:** add playwright tests for the plugin ([#1305](#1305)) ([16d0686](16d0686))
1 parent 056b7e3 commit 2fe15f5

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-07)
2+
3+
4+
### Features
5+
6+
* **orchestrator:** support pagination for /instances and /overview ([#1313](https://github.com/janus-idp/backstage-plugins/issues/1313)) ([79d5988](https://github.com/janus-idp/backstage-plugins/commit/79d598816f16c8346b6868bff4cc30d695cad518))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.4.0
13+
114
## @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)
215

316

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.4.12",
3+
"version": "1.5.0",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

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.12",
3+
"version": "1.5.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -73,7 +73,7 @@
7373
"@backstage/plugin-scaffolder-common": "^1.5.0",
7474
"@backstage/plugin-scaffolder-node": "^0.3.3",
7575
"@backstage/types": "^1.1.1",
76-
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.7",
76+
"@janus-idp/backstage-plugin-orchestrator-common": "1.4.0",
7777
"@octokit/rest": "^19.0.3",
7878
"@severlessworkflow/sdk-typescript": "^3.0.3",
7979
"@urql/core": "^4.1.4",

0 commit comments

Comments
 (0)