Skip to content

Commit b78013f

Browse files
Version Packages (#2643)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 061a265 commit b78013f

8 files changed

Lines changed: 21 additions & 15 deletions

File tree

workspaces/konflux/.changeset/better-melons-shave.md

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

workspaces/konflux/.changeset/fifty-moose-appear.md

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

workspaces/konflux/plugins/konflux-backend/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-konflux-backend
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 061a265: - Fix: replace unfiltered catalog scan in getRelatedEntities with targeted lookup using hasPart relations and getEntitiesByRefs.
8+
- Perf: cache K8s API clients per cluster and catalog lookups (30s TTL) to avoid redundant work across parallel requests.
9+
- Perf: strip metadata.managedFields from K8s and Kubearchive responses to reduce payload size.
10+
- @red-hat-developer-hub/backstage-plugin-konflux-common@0.1.5
11+
312
## 0.1.4
413

514
### Patch Changes

workspaces/konflux/plugins/konflux-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-konflux-backend",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

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

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

3+
## 0.1.5
4+
35
## 0.1.4
46

57
### Patch Changes

workspaces/konflux/plugins/konflux-common/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-konflux-common",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "Apache-2.0",
55
"description": "Common functionalities for the konflux-common plugin",
66
"main": "src/index.ts",

workspaces/konflux/plugins/konflux/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 061a265: - Increase react-query staleTime from 30s to 5min and disable refetchOnWindowFocus to reduce unnecessary re-fetches.
8+
- @red-hat-developer-hub/backstage-plugin-konflux-common@0.1.5
9+
310
## 0.1.4
411

512
### Patch Changes

workspaces/konflux/plugins/konflux/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-konflux",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)