Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down