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.

8 changes: 0 additions & 8 deletions workspaces/orchestrator/.changeset/renovate-53cc25d.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### 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

- 9c17c36: Updated dependency `prettier` to `3.8.0`.

## 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-api

## 2.4.3

### Patch Changes

- 9c17c36: Updated dependency `prettier` to `3.8.0`.

## 2.4.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 2.5.2

### Patch Changes

- 9c17c36: Updated dependency `prettier` to `3.8.0`.
- Updated dependencies [9c17c36]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3

## 2.5.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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.
- Updated dependencies [9c17c36]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3

## 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
16 changes: 16 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
### 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

- 9c17c36: Updated dependency `prettier` to `3.8.0`.
- Updated dependencies [9c17c36]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.3
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.2

## 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