Skip to content

Commit b9264ff

Browse files
Version Packages
1 parent 0f60a00 commit b9264ff

File tree

8 files changed

+31
-20
lines changed

8 files changed

+31
-20
lines changed

workspaces/orchestrator/.changeset/fix-multiselect-enter-key.md

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

workspaces/orchestrator/.changeset/rbac-permission-denied-panel.md

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### Dependencies
22

3+
## 8.6.1
4+
5+
### Patch Changes
6+
7+
- 0f60a00: feat: Improve permission denied error handling for workflow instances
8+
- Add PermissionDeniedPanel component for clean access denied UI
9+
- Improve backend error messages when user lacks instanceAdminView permission
10+
- Provide detailed error messages explaining why access is denied:
11+
- When instance has no ownership info (external/legacy runs)
12+
- When instance was created by another user
13+
314
## 8.6.0
415

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

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 1.6.1
410

511
### Patch Changes

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

workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### Dependencies
22

3+
## 5.4.1
4+
5+
### Patch Changes
6+
7+
- 0f60a00: feat: Improve permission denied error handling for workflow instances
8+
- Add PermissionDeniedPanel component for clean access denied UI
9+
- Improve backend error messages when user lacks instanceAdminView permission
10+
- Provide detailed error messages explaining why access is denied:
11+
- When instance has no ownership info (external/legacy runs)
12+
- When instance was created by another user
13+
314
## 5.4.0
415

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

0 commit comments

Comments
 (0)