Skip to content

Commit c9e4656

Browse files
Version Packages (#3026)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fdcdf41 commit c9e4656

7 files changed

Lines changed: 17 additions & 19 deletions

File tree

workspaces/orchestrator/.changeset/fast-pens-explode.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/five-shirts-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/orchestrator-version-duplicate-id-ui.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend
22

3+
## 8.9.3
4+
5+
### Patch Changes
6+
7+
- 46d0a50: fix: input data added to the cloudevent should be one level deep and not be inputData.workflowData
8+
- 46d0a50: fix: workflow start state might also be in the start.stateName variable when compiled
9+
310
## 8.9.2
411

512
### Patch Changes

workspaces/orchestrator/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": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
3-
"version": "8.9.2",
3+
"version": "8.9.3",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator
22

3+
## 5.7.8
4+
5+
### Patch Changes
6+
7+
- 54d1322: - Add **Version** column to the workflows table and a **Version** field on the workflow details card when the overview API provides `version`.
8+
- Show **Version** on the workflow run (**execution**) details card (same overview data as the workflow definition page).
9+
- Show a **warning** alert when the workflow list contains duplicate `workflowId` values, with a **Learn more** link to Red Hat documentation on unique workflow ID requirements.
10+
311
## 5.7.7
412

513
### Patch Changes

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
3-
"version": "5.7.7",
3+
"version": "5.7.8",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)