From 61e5dedc86692f2b34c3a1b3096ec4c3911d4aab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 12:26:26 +0000 Subject: [PATCH] Version Packages --- .../orchestrator/.changeset/eleven-poems-live.md | 6 ------ .../.changeset/fix-entity-workflow-run-stats.md | 5 ----- .../orchestrator/.changeset/renovate-107c939.md | 8 -------- .../orchestrator-backend-module-loki/CHANGELOG.md | 8 ++++++++ .../orchestrator-backend-module-loki/package.json | 2 +- .../plugins/orchestrator-backend/CHANGELOG.md | 11 +++++++++++ .../plugins/orchestrator-backend/package.json | 2 +- .../plugins/orchestrator-common/CHANGELOG.md | 6 ++++++ .../plugins/orchestrator-common/package.json | 2 +- .../plugins/orchestrator-form-api/CHANGELOG.md | 8 ++++++++ .../plugins/orchestrator-form-api/package.json | 2 +- .../plugins/orchestrator-form-react/CHANGELOG.md | 10 ++++++++++ .../plugins/orchestrator-form-react/package.json | 2 +- .../plugins/orchestrator-form-widgets/CHANGELOG.md | 10 ++++++++++ .../plugins/orchestrator-form-widgets/package.json | 2 +- .../plugins/orchestrator-node/CHANGELOG.md | 7 +++++++ .../plugins/orchestrator-node/package.json | 2 +- .../orchestrator/plugins/orchestrator/CHANGELOG.md | 11 +++++++++++ .../orchestrator/plugins/orchestrator/package.json | 2 +- .../CHANGELOG.md | 7 +++++++ .../package.json | 2 +- 21 files changed, 87 insertions(+), 28 deletions(-) delete mode 100644 workspaces/orchestrator/.changeset/eleven-poems-live.md delete mode 100644 workspaces/orchestrator/.changeset/fix-entity-workflow-run-stats.md delete mode 100644 workspaces/orchestrator/.changeset/renovate-107c939.md diff --git a/workspaces/orchestrator/.changeset/eleven-poems-live.md b/workspaces/orchestrator/.changeset/eleven-poems-live.md deleted file mode 100644 index 1124a8a4c4..0000000000 --- a/workspaces/orchestrator/.changeset/eleven-poems-live.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 ---- - -add the average duration for a workflow run in the stats diff --git a/workspaces/orchestrator/.changeset/fix-entity-workflow-run-stats.md b/workspaces/orchestrator/.changeset/fix-entity-workflow-run-stats.md deleted file mode 100644 index b17aeb663b..0000000000 --- a/workspaces/orchestrator/.changeset/fix-entity-workflow-run-stats.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch ---- - -Fix workflow run stats on entity catalog workflow overview by querying instances with workflow definition ids and optional target entity filter. diff --git a/workspaces/orchestrator/.changeset/renovate-107c939.md b/workspaces/orchestrator/.changeset/renovate-107c939.md deleted file mode 100644 index 117650f275..0000000000 --- a/workspaces/orchestrator/.changeset/renovate-107c939.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Updated dependency `prettier` to `3.8.4`. diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 6e6c93041c..fdaae4ee65 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.3.1 + +### Patch Changes + +- Updated dependencies [43e0722] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.1 + ## 1.3.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 458a1c66cd..79a1dd47c4 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.0", + "version": "1.3.1", "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 ec8a517482..384690b6bc 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.1 + +### Patch Changes + +- 43e0722: add the average duration for a workflow run in the stats +- 22f75ad: Fix workflow run stats on entity catalog workflow overview by querying instances with workflow definition ids and optional target entity filter. +- 7c2f5d2: Updated dependency `prettier` to `3.8.4`. +- Updated dependencies [43e0722] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.1 + ## 8.10.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 37abb3a841..4a463ebda8 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.0", + "version": "8.10.1", "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 74207e17df..684c0ab8e7 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -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.1 + +### Patch Changes + +- 43e0722: add the average duration for a workflow run in the stats + ## 3.7.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 613f5027e0..3561e54c1b 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.0", + "version": "3.7.1", "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 840a26e24b..0764cb7c0f 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.1 + +### Patch Changes + +- 7c2f5d2: Updated dependency `prettier` to `3.8.4`. +- Updated dependencies [43e0722] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + ## 2.8.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 8ae539b6c3..e73e3a1912 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.0", + "version": "2.8.1", "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 88c16ec8f2..3ca3abaf93 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.9.1 + +### Patch Changes + +- 7c2f5d2: Updated dependency `prettier` to `3.8.4`. +- Updated dependencies [43e0722] +- Updated dependencies [7c2f5d2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.1 + ## 2.9.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index 3b5c3d0140..e145ed3e04 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.0", + "version": "2.9.1", "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 7b3e37afd1..71311f3a44 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.1 + +### Patch Changes + +- Updated dependencies [43e0722] +- Updated dependencies [7c2f5d2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.1 + ## 1.11.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index ccc0315114..df6fb02865 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.0", + "version": "1.11.1", "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 f0f5f387bc..0d94760765 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.3.1 + +### Patch Changes + +- Updated dependencies [43e0722] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + ## 1.3.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 828ec497d3..8dc9af46d9 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.0", + "version": "1.3.1", "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 63ce76a2cf..e2730dcef9 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.8.1 + +### Patch Changes + +- 7c2f5d2: Updated dependency `prettier` to `3.8.4`. +- Updated dependencies [43e0722] +- Updated dependencies [7c2f5d2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.1 + ## 5.8.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 2054d6914b..9784e1bf82 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.0", + "version": "5.8.1", "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 00aa91911f..cb368a23d7 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.6.1 + +### Patch Changes + +- Updated dependencies [43e0722] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1 + ## 1.6.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 9d10c33b71..525da16b7f 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.0", + "version": "1.6.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",