Skip to content

Commit 7bb75a9

Browse files
Version Packages (#3467)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 870f011 commit 7bb75a9

23 files changed

Lines changed: 89 additions & 38 deletions

File tree

workspaces/orchestrator/.changeset/eleven-poems-live.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/orchestrator/.changeset/fix-boolean-input-display.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/fix-entity-workflow-run-stats.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/heavy-lions-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/renovate-107c939.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- e6d1c2d: Fix to allow properly quoted LoqQL querys in the selector field
8+
- Updated dependencies [43e0722]
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1
10+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.1
11+
312
## 1.3.0
413

514
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "Apache-2.0",
55
"description": "The loki backend module for the orchestrator plugin.",
66
"main": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend
22

3+
## 8.10.1
4+
5+
### Patch Changes
6+
7+
- 43e0722: add the average duration for a workflow run in the stats
8+
- 22f75ad: Fix workflow run stats on entity catalog workflow overview by querying instances with workflow definition ids and optional target entity filter.
9+
- 7c2f5d2: Updated dependency `prettier` to `3.8.4`.
10+
- Updated dependencies [43e0722]
11+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.1
12+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.1
13+
314
## 8.10.0
415

516
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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)
22

3+
## 3.7.1
4+
5+
### Patch Changes
6+
7+
- 43e0722: add the average duration for a workflow run in the stats
8+
39
## 3.7.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)