Skip to content

Commit 55bb20e

Browse files
Version Packages (#2769)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16d41c2 commit 55bb20e

20 files changed

Lines changed: 132 additions & 38 deletions

File tree

workspaces/orchestrator/.changeset/custom-review-page-api.md

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

workspaces/orchestrator/.changeset/run-as-event-kafka.md

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

workspaces/orchestrator/plugins/orchestrator-backend-module-loki/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-backend-module-loki
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [16d41c2]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.6.1
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.2.1
10+
311
## 1.2.0
412

513
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-backend-module-loki/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-module-loki",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "Apache-2.0",
55
"description": "The loki backend module for the orchestrator plugin.",
66
"main": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-backend/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-backend
22

3+
## 8.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [16d41c2]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.6.1
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.2.1
10+
311
## 8.8.0
412

513
### Minor 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.8.0",
3+
"version": "8.8.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02)
22

3+
## 3.6.1
4+
5+
### Patch Changes
6+
7+
- 16d41c2: Add Run as Event when `orchestrator.kafka` is configured: send `isEvent` with execute input, redirect to workflow runs with a notice when the response id is `kafkaEvent`.
8+
39
## 3.6.0
410

511
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-common/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-common",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- f45fe5a: Add custom review page API support
8+
9+
**Custom Review Page API:**
10+
- Add `ReviewComponentProps` type to define props for custom review components
11+
- Add optional `getReviewComponent()` method to `OrchestratorFormApi` interface
12+
- Update `OrchestratorForm` to support custom review page components from plugins
13+
- Add `CustomReviewPage` example component in orchestrator-form-widgets plugin (aligned with `ReviewStep`: `generateReviewTableData`, hidden-fields toggle, `NestedReviewTable`)
14+
- Export `generateReviewTableData`, `schemaHasUiHiddenFields`, and `NestedReviewTable` from orchestrator-form-react for custom review implementations
15+
- Falls back to default review page when `getReviewComponent()` returns `undefined`
16+
17+
**Documentation:**
18+
- Update `extensibleForm.md` with custom review page implementation guide
19+
- Add example showing how to implement and use custom review components
20+
21+
### Patch Changes
22+
23+
- 16d41c2: Add Run as Event when `orchestrator.kafka` is configured: send `isEvent` with execute input, redirect to workflow runs with a notice when the response id is `kafkaEvent`.
24+
- Updated dependencies [16d41c2]
25+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.6.1
26+
327
## 2.6.0
428

529
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-form-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api",
33
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)