From 5836f53713d4ae01845632f37c70b49115bc799e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jan 2026 11:25:42 +0000 Subject: [PATCH] Version Packages --- .../activetext-retrigger-loading-indicator.md | 5 ----- .../.changeset/fetch-error-silent.md | 5 ----- .../.changeset/fix-multiselect-enter-key.md | 5 ----- .../.changeset/jsonata-body-eval.md | 5 ----- .../omit-hidden-fields-review-toggle.md | 7 ------- .../rbac-permission-denied-panel.md | 12 ----------- .../.changeset/renovate-53cc25d.md | 8 ------- .../.changeset/renovate-77bdb0b.md | 8 ------- .../.changeset/skip-initial-value-defaults.md | 5 ----- .../plugins/orchestrator-backend/CHANGELOG.md | 14 +++++++++++++ .../plugins/orchestrator-backend/package.json | 2 +- .../orchestrator-form-api/CHANGELOG.md | 7 +++++++ .../orchestrator-form-api/package.json | 2 +- .../orchestrator-form-react/CHANGELOG.md | 12 +++++++++++ .../orchestrator-form-react/package.json | 2 +- .../orchestrator-form-widgets/CHANGELOG.md | 13 ++++++++++++ .../orchestrator-form-widgets/package.json | 2 +- .../plugins/orchestrator/CHANGELOG.md | 21 +++++++++++++++++++ .../plugins/orchestrator/package.json | 2 +- 19 files changed, 72 insertions(+), 65 deletions(-) delete mode 100644 workspaces/orchestrator/.changeset/activetext-retrigger-loading-indicator.md delete mode 100644 workspaces/orchestrator/.changeset/fetch-error-silent.md delete mode 100644 workspaces/orchestrator/.changeset/fix-multiselect-enter-key.md delete mode 100644 workspaces/orchestrator/.changeset/jsonata-body-eval.md delete mode 100644 workspaces/orchestrator/.changeset/omit-hidden-fields-review-toggle.md delete mode 100644 workspaces/orchestrator/.changeset/rbac-permission-denied-panel.md delete mode 100644 workspaces/orchestrator/.changeset/renovate-53cc25d.md delete mode 100644 workspaces/orchestrator/.changeset/renovate-77bdb0b.md delete mode 100644 workspaces/orchestrator/.changeset/skip-initial-value-defaults.md diff --git a/workspaces/orchestrator/.changeset/activetext-retrigger-loading-indicator.md b/workspaces/orchestrator/.changeset/activetext-retrigger-loading-indicator.md deleted file mode 100644 index 1c31979aa0..0000000000 --- a/workspaces/orchestrator/.changeset/activetext-retrigger-loading-indicator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Clarify ActiveText retrigger loading by showing a spinner while dependencies resolve. diff --git a/workspaces/orchestrator/.changeset/fetch-error-silent.md b/workspaces/orchestrator/.changeset/fetch-error-silent.md deleted file mode 100644 index a236dcfe4e..0000000000 --- a/workspaces/orchestrator/.changeset/fetch-error-silent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Add fetch:error:silent support to suppress fetch errors in widgets. diff --git a/workspaces/orchestrator/.changeset/fix-multiselect-enter-key.md b/workspaces/orchestrator/.changeset/fix-multiselect-enter-key.md deleted file mode 100644 index a32db35b11..0000000000 --- a/workspaces/orchestrator/.changeset/fix-multiselect-enter-key.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Fixed ActiveMultiSelect Enter key behavior when `ui:allowNewItems` is enabled. Pressing Enter now adds a new chip instead of submitting the form to the next step. diff --git a/workspaces/orchestrator/.changeset/jsonata-body-eval.md b/workspaces/orchestrator/.changeset/jsonata-body-eval.md deleted file mode 100644 index 5e8711e632..0000000000 --- a/workspaces/orchestrator/.changeset/jsonata-body-eval.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Evaluate JSONata expressions in fetch/validate request bodies on the client before sending. diff --git a/workspaces/orchestrator/.changeset/omit-hidden-fields-review-toggle.md b/workspaces/orchestrator/.changeset/omit-hidden-fields-review-toggle.md deleted file mode 100644 index afecdfb26f..0000000000 --- a/workspaces/orchestrator/.changeset/omit-hidden-fields-review-toggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Exclude omitFromWorkflowInput fields from execution payloads and add a review -toggle to show hidden parameters. diff --git a/workspaces/orchestrator/.changeset/rbac-permission-denied-panel.md b/workspaces/orchestrator/.changeset/rbac-permission-denied-panel.md deleted file mode 100644 index 18dc7d33af..0000000000 --- a/workspaces/orchestrator/.changeset/rbac-permission-denied-panel.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch ---- - -feat: Improve permission denied error handling for workflow instances - -- Add PermissionDeniedPanel component for clean access denied UI -- Improve backend error messages when user lacks instanceAdminView permission -- Provide detailed error messages explaining why access is denied: - - When instance has no ownership info (external/legacy runs) - - When instance was created by another user diff --git a/workspaces/orchestrator/.changeset/renovate-53cc25d.md b/workspaces/orchestrator/.changeset/renovate-53cc25d.md deleted file mode 100644 index 3651d26e42..0000000000 --- a/workspaces/orchestrator/.changeset/renovate-53cc25d.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Updated dependency `prettier` to `3.8.0`. diff --git a/workspaces/orchestrator/.changeset/renovate-77bdb0b.md b/workspaces/orchestrator/.changeset/renovate-77bdb0b.md deleted file mode 100644 index 6a4e3f83a3..0000000000 --- a/workspaces/orchestrator/.changeset/renovate-77bdb0b.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Updated dependency `prettier` to `3.8.1`. diff --git a/workspaces/orchestrator/.changeset/skip-initial-value-defaults.md b/workspaces/orchestrator/.changeset/skip-initial-value-defaults.md deleted file mode 100644 index 0a1548c702..0000000000 --- a/workspaces/orchestrator/.changeset/skip-initial-value-defaults.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Add fetch:skipInitialValue to keep fields empty until user input and treat empty-string defaults as valid. diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 230513ee63..17a0ee0dba 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,19 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.6.1 + +### Patch Changes + +- 0f60a00: feat: Improve permission denied error handling for workflow instances + - Add PermissionDeniedPanel component for clean access denied UI + - Improve backend error messages when user lacks instanceAdminView permission + - Provide detailed error messages explaining why access is denied: + - When instance has no ownership info (external/legacy runs) + - When instance was created by another user + +- 9c17c36: Updated dependency `prettier` to `3.8.0`. +- aaac497: Updated dependency `prettier` to `3.8.1`. + ## 8.6.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 171b467de1..b2ca3daee9 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend", - "version": "8.6.0", + "version": "8.6.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md index fcb31d5187..5ea9fd9a47 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.4.3 + +### Patch Changes + +- 9c17c36: Updated dependency `prettier` to `3.8.0`. +- aaac497: Updated dependency `prettier` to `3.8.1`. + ## 2.4.2 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 3644b68b9b..1686e9abf7 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "2.4.2", + "version": "2.4.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md index 7eefed7d34..d411fa8e14 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.5.2 + +### Patch Changes + +- 85b873d: Exclude omitFromWorkflowInput fields from execution payloads and add a review + toggle to show hidden parameters. +- 9c17c36: Updated dependency `prettier` to `3.8.0`. +- aaac497: Updated dependency `prettier` to `3.8.1`. +- Updated dependencies [9c17c36] +- Updated dependencies [aaac497] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3 + ## 2.5.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index cb5501dbe7..d0af9aa671 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "2.5.1", + "version": "2.5.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index 6880cdaf77..7034df86fd 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.6.2 + +### Patch Changes + +- 8fabecd: Clarify ActiveText retrigger loading by showing a spinner while dependencies resolve. +- 2adc3d8: Add fetch:error:silent support to suppress fetch errors in widgets. +- e6987f1: Fixed ActiveMultiSelect Enter key behavior when `ui:allowNewItems` is enabled. Pressing Enter now adds a new chip instead of submitting the form to the next step. +- 6877513: Evaluate JSONata expressions in fetch/validate request bodies on the client before sending. +- 490d0a3: Add fetch:skipInitialValue to keep fields empty until user input and treat empty-string defaults as valid. +- Updated dependencies [9c17c36] +- Updated dependencies [aaac497] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3 + ## 1.6.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 3d38473ca9..925eec1fd8 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets", - "version": "1.6.1", + "version": "1.6.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index c1e880a4ef..70eee96fde 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,26 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.4.1 + +### Patch Changes + +- 85b873d: Exclude omitFromWorkflowInput fields from execution payloads and add a review + toggle to show hidden parameters. +- 0f60a00: feat: Improve permission denied error handling for workflow instances + - Add PermissionDeniedPanel component for clean access denied UI + - Improve backend error messages when user lacks instanceAdminView permission + - Provide detailed error messages explaining why access is denied: + - When instance has no ownership info (external/legacy runs) + - When instance was created by another user + +- 9c17c36: Updated dependency `prettier` to `3.8.0`. +- aaac497: Updated dependency `prettier` to `3.8.1`. +- Updated dependencies [85b873d] +- Updated dependencies [9c17c36] +- Updated dependencies [aaac497] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3 + ## 5.4.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 6363d96972..a3e2e02f13 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator", - "version": "5.4.0", + "version": "5.4.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",