Skip to content

Commit e21f58d

Browse files
chore(release): 1.8.0 [skip ci]
## [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-14) ### Features * **kiali:** include a new List entity view ([janus-idp#1316](janus-idp#1316)) ([f4d5e70](janus-idp@f4d5e70)) * **orchestrator:** verify availability and cache workflow definition IDs ([janus-idp#1309](janus-idp#1309)) ([4d322f1](janus-idp@4d322f1))
1 parent ad57d15 commit e21f58d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

plugins/orchestrator/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 [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-14)
2+
3+
4+
### Features
5+
6+
* **orchestrator:** verify availability and cache workflow definition IDs ([#1309](https://github.com/janus-idp/backstage-plugins/issues/1309)) ([4d322f1](https://github.com/janus-idp/backstage-plugins/commit/4d322f1fc5b6f8b1afedf40cfe1b24b2edae2ac1))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.6.0
13+
114
## @janus-idp/backstage-plugin-orchestrator [1.7.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-12)
215

316

plugins/orchestrator/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",
3-
"version": "1.7.8",
3+
"version": "1.8.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -49,7 +49,7 @@
4949
"@backstage/plugin-scaffolder-common": "^1.5.0",
5050
"@backstage/plugin-scaffolder-react": "^1.8.0",
5151
"@backstage/types": "^1.1.1",
52-
"@janus-idp/backstage-plugin-orchestrator-common": "1.5.1",
52+
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.0",
5353
"@kie-tools-core/editor": "^0.32.0",
5454
"@kie-tools-core/envelope-bus": "^0.32.0",
5555
"@kie-tools-core/keyboard-shortcuts": "^0.32.0",

0 commit comments

Comments
 (0)