diff --git a/workspaces/orchestrator/.changeset/fresh-swans-complain.md b/workspaces/orchestrator/.changeset/fresh-swans-complain.md deleted file mode 100644 index 1f717b436b..0000000000 --- a/workspaces/orchestrator/.changeset/fresh-swans-complain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -The updated overview of a workflow will have the availability property if the isAvailable prop is false diff --git a/workspaces/orchestrator/.changeset/orchestrator-runs-total-count-ui.md b/workspaces/orchestrator/.changeset/orchestrator-runs-total-count-ui.md deleted file mode 100644 index 7281e26948..0000000000 --- a/workspaces/orchestrator/.changeset/orchestrator-runs-total-count-ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Use instance `totalCount` from the API for the All runs tab title and pagination instead of the current page size. diff --git a/workspaces/orchestrator/.changeset/orchestrator-ui-improvements.md b/workspaces/orchestrator/.changeset/orchestrator-ui-improvements.md deleted file mode 100644 index 6b7160aaee..0000000000 --- a/workspaces/orchestrator/.changeset/orchestrator-ui-improvements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': minor ---- - -Improve Orchestrator UI for workflows, runs, and workflow details, and place the sidebar item under Administration. diff --git a/workspaces/orchestrator/.changeset/orchestrator-unavailable-workflow-ui.md b/workspaces/orchestrator/.changeset/orchestrator-unavailable-workflow-ui.md deleted file mode 100644 index 61fb3f789f..0000000000 --- a/workspaces/orchestrator/.changeset/orchestrator-unavailable-workflow-ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Show unavailable workflow error details in tooltips and disable run actions when a workflow is not available. diff --git a/workspaces/orchestrator/.changeset/rhidp-9861-tests.md b/workspaces/orchestrator/.changeset/rhidp-9861-tests.md deleted file mode 100644 index b4c8fe6859..0000000000 --- a/workspaces/orchestrator/.changeset/rhidp-9861-tests.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': patch ---- - -Added unit test coverage for orchestrator scaffolder actions and fixed token fallback logic. diff --git a/workspaces/orchestrator/.changeset/shiny-eggs-jump.md b/workspaces/orchestrator/.changeset/shiny-eggs-jump.md deleted file mode 100644 index 2ab6bb6298..0000000000 --- a/workspaces/orchestrator/.changeset/shiny-eggs-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -return total count as a parameter for the instances diff --git a/workspaces/orchestrator/.changeset/tame-dragons-begin.md b/workspaces/orchestrator/.changeset/tame-dragons-begin.md deleted file mode 100644 index 2a2666aa5d..0000000000 --- a/workspaces/orchestrator/.changeset/tame-dragons-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Add frontend unit test coverage for orchestrator hooks and status components, and harden the status indicator fallback for unknown states. diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 332329182c..428fe51a61 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.3.2 + +### Patch Changes + +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.2 + ## 1.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 79a1dd47c4..f5d20bed61 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "description": "The loki backend module for the orchestrator plugin.", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 384690b6bc..172a970c6f 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.10.2 + +### Patch Changes + +- b2307f3: The updated overview of a workflow will have the availability property if the isAvailable prop is false +- e1a86f0: return total count as a parameter for the instances +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.2 + ## 8.10.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 4a463ebda8..3112f6aed0 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.10.1", + "version": "8.10.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md index 684c0ab8e7..dc722a3e3d 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,12 @@ ## @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.2 + +### Patch Changes + +- b2307f3: The updated overview of a workflow will have the availability property if the isAvailable prop is false +- e1a86f0: return total count as a parameter for the instances + ## 3.7.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 3561e54c1b..a1b3cf8080 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common", - "version": "3.7.1", + "version": "3.7.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md index 0764cb7c0f..20f1a06b98 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.8.2 + +### Patch Changes + +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 2.8.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index e73e3a1912..2e6ff69f8e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json @@ -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.8.1", + "version": "2.8.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md index 3ca3abaf93..7722db40ad 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.9.2 + +### Patch Changes + +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + ## 2.9.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index e145ed3e04..62dc78d93e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "2.9.1", + "version": "2.9.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index 71311f3a44..46ba1cd503 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.11.2 + +### Patch Changes + +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.2 + ## 1.11.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index df6fb02865..3a232fe88a 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.11.1", + "version": "1.11.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md index 0d94760765..4f4f5e640b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.3.2 + +### Patch Changes + +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 1.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 8dc9af46d9..069a0b02cf 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-node/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-node", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "description": "Node.js library for the orchestrator plugin", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index 2955d71f4c..f6eee3698c 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,22 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.9.0 + +### Minor Changes + +- 2fd75ad: Improve Orchestrator UI for workflows, runs, and workflow details, and place the sidebar item under Administration. + +### Patch Changes + +- 06755cb: Use instance `totalCount` from the API for the All runs tab title and pagination instead of the current page size. +- e2df0a3: Show unavailable workflow error details in tooltips and disable run actions when a workflow is not available. +- de71949: Add frontend unit test coverage for orchestrator hooks and status components, and harden the status indicator fallback for unknown states. +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.2 + ## 5.8.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 9784e1bf82..ffb5e6aba7 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.8.1", + "version": "5.9.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md index cb368a23d7..9f841f2774 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.6.2 + +### Patch Changes + +- c7f0beb: Added unit test coverage for orchestrator scaffolder actions and fixed token fallback logic. +- Updated dependencies [b2307f3] +- Updated dependencies [e1a86f0] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 1.6.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 525da16b7f..6b65dcdc98 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -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.6.1", + "version": "1.6.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",