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/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/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index f0773d9dcf..c6d241e9a2 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,16 @@ ### Dependencies +## 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 + ## 8.6.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index d9ba8da9d5..a61fe43ee7 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-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index 6880cdaf77..aa19c2be1a 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.6.2 + +### Patch Changes + +- 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. + ## 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 a8574fbfe5..54f233b5e9 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,16 @@ ### Dependencies +## 5.4.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 + ## 5.4.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 67b90478fe..ec9ae7a717 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",