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.

This file was deleted.

7 changes: 0 additions & 7 deletions workspaces/orchestrator/.changeset/mui-v5-orchestrator.md

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions workspaces/orchestrator/.changeset/version-bump-1-51-1.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki

## 1.3.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.0

## 1.2.6

### 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-backend-module-loki",
"version": "1.2.6",
"version": "1.3.0",
"license": "Apache-2.0",
"description": "The loki backend module for the orchestrator plugin.",
"main": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend

## 8.10.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- d908e3e: Fix an issue where filtering workflow runs by status or date could show an error instead of results.
- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.0

## 8.9.4

### 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-backend",
"version": "8.9.4",
"version": "8.10.0",
"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-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02)

## 3.7.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

## 3.6.4

### 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-common",
"version": "3.6.4",
"version": "3.7.0",
"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,17 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-api

## 2.8.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize
- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 2.7.3

### 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.7.3",
"version": "2.8.0",
"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,22 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-react

## 2.9.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- 03ef10a: Hide wizard steps when conditional `ui:hidden` rules evaluate to true, and add `isNotEmptyList`/`notContains` operators for conditional hidden expressions.
- a195695: Remove unnecessary gaps from conditionally hidden form fields.
- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions.
- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize
- Updated dependencies [611bd81]
- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 2.8.4

### 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.8.4",
"version": "2.9.0",
"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,24 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets

## 1.11.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions.
- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize
- Updated dependencies [03ef10a]
- Updated dependencies [a195695]
- Updated dependencies [3f96765]
- Updated dependencies [611bd81]
- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 1.10.7

### 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.10.7",
"version": "1.11.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-node

## 1.3.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 1.2.4

### 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-node",
"version": "1.2.4",
"version": "1.3.0",
"license": "Apache-2.0",
"description": "Node.js library for the orchestrator plugin",
"main": "src/index.ts",
Expand Down
19 changes: 19 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator

## 5.8.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions.
- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize
- Updated dependencies [03ef10a]
- Updated dependencies [a195695]
- Updated dependencies [3f96765]
- Updated dependencies [611bd81]
- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 5.7.12

### 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",
"version": "5.7.12",
"version": "5.8.0",
"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,16 @@
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator

## 1.6.0

### Minor Changes

- bd80b86: Backstage version bump to v1.51.1

### Patch Changes

- Updated dependencies [bd80b86]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0

## 1.5.4

### 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-scaffolder-backend-module-orchestrator",
"description": "The orchestrator module for @backstage/plugin-scaffolder-backend",
"version": "1.5.4",
"version": "1.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down