Skip to content

chore(#3615): bump boost workspace to Backstage 1.52.0 - #3621

Merged
mareklibra merged 2 commits into
mainfrom
agent/3615-bump-boost-backstage-1.52
Jun 29, 2026
Merged

chore(#3615): bump boost workspace to Backstage 1.52.0#3621
mareklibra merged 2 commits into
mainfrom
agent/3615-bump-boost-backstage-1.52

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Update all @backstage/* dependencies in the boost workspace to align with the Backstage 1.52 release. This includes bumping backstage.json from 1.45.0 to 1.52.0 and updating dependency versions across all 9 plugin packages (boost-backend, boost-backend-module-kagenti, boost-backend-module-llamastack, boost-common, boost-node, boost-responses-api-toolkit, boost-toolscope, kagenti-entity-provider, and llamastack-entity-provider).

Key version changes:

  • @backstage/cli: ^0.34.5 -> ^0.36.3
  • @backstage/backend-plugin-api: ^1.9.1 -> ^1.9.2
  • @backstage/plugin-permission-common: ^0.9.7 -> ^0.9.9
  • @backstage/plugin-permission-node: ^0.10.11 -> ^0.11.1
  • @backstage/catalog-model: ^1.7.7 -> ^1.9.0
  • @backstage/plugin-catalog-node: ^2.1.0 -> ^2.2.2
  • @backstage/errors: ^1.2.7 -> ^1.3.1
  • @backstage/repo-tools: ^0.16.0 -> ^0.17.3
  • @backstage/backend-test-utils: ^1.11.1 -> ^1.11.4

All tests pass and linting is clean.


Closes #3615

Post-script verification

  • Branch is not main/master (agent/3615-bump-boost-backstage-1.52)
  • Secret scan passed (gitleaks — 2fd75ad74335c33778a8f6e3cd96d51026156150..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

@rhdh-gh-app

rhdh-gh-app Bot commented Jun 29, 2026

Copy link
Copy Markdown

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti workspaces/boost/plugins/boost-backend-module-kagenti patch v0.1.0
@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack workspaces/boost/plugins/boost-backend-module-llamastack patch v0.1.0
@red-hat-developer-hub/backstage-plugin-boost-backend workspaces/boost/plugins/boost-backend patch v0.1.1
@red-hat-developer-hub/backstage-plugin-boost-common workspaces/boost/plugins/boost-common patch v0.1.1
@red-hat-developer-hub/backstage-plugin-boost-node workspaces/boost/plugins/boost-node patch v0.1.1
@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit workspaces/boost/plugins/boost-responses-api-toolkit patch v0.1.0
@red-hat-developer-hub/backstage-plugin-boost-toolscope workspaces/boost/plugins/boost-toolscope patch v0.1.0
@red-hat-developer-hub/backstage-plugin-kagenti-entity-provider workspaces/boost/plugins/kagenti-entity-provider patch v0.1.0
@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider workspaces/boost/plugins/llamastack-entity-provider patch v0.1.0

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.01%. Comparing base (54dcf0a) to head (a441faf).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3621   +/-   ##
=======================================
  Coverage   54.01%   54.01%           
=======================================
  Files        2325     2325           
  Lines       89151    89151           
  Branches    24911    24911           
=======================================
  Hits        48156    48156           
  Misses      40760    40760           
  Partials      235      235           
Flag Coverage Δ *Carryforward flag
adoption-insights 83.70% <ø> (ø) Carriedforward from 8c1d82f
ai-integrations 67.95% <ø> (ø) Carriedforward from 8c1d82f
app-defaults 69.79% <ø> (ø) Carriedforward from 8c1d82f
augment 46.39% <ø> (ø) Carriedforward from 8c1d82f
boost 74.35% <ø> (ø)
bulk-import 72.46% <ø> (ø) Carriedforward from 8c1d82f
cost-management 14.10% <ø> (ø) Carriedforward from 8c1d82f
dcm 61.81% <ø> (ø) Carriedforward from 8c1d82f
extensions 61.53% <ø> (ø) Carriedforward from 8c1d82f
global-floating-action-button 71.18% <ø> (ø) Carriedforward from 8c1d82f
global-header 59.71% <ø> (ø) Carriedforward from 8c1d82f
homepage 49.84% <ø> (ø) Carriedforward from 8c1d82f
install-dynamic-plugins 56.77% <ø> (ø) Carriedforward from 8c1d82f
konflux 91.49% <ø> (ø) Carriedforward from 8c1d82f
lightspeed 68.54% <ø> (ø) Carriedforward from 8c1d82f
mcp-integrations 85.46% <ø> (ø) Carriedforward from 8c1d82f
orchestrator 37.11% <ø> (ø) Carriedforward from 8c1d82f
quickstart 63.76% <ø> (ø) Carriedforward from 8c1d82f
sandbox 79.56% <ø> (ø) Carriedforward from 8c1d82f
scorecard 82.67% <ø> (ø) Carriedforward from 8c1d82f
theme 61.26% <ø> (ø) Carriedforward from 8c1d82f
translations 7.25% <ø> (ø) Carriedforward from 8c1d82f
x2a 78.68% <ø> (ø) Carriedforward from 8c1d82f

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54dcf0a...a441faf. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 29, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 11:41 AM UTC · Completed 11:48 AM UTC
Commit: 2fd75ad · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 29, 2026

Copy link
Copy Markdown

Looks good to me

Previous run

Looks good to me

Previous run (2)

Looks good to me


Labels: PR bumps @backstage/* dependencies in the boost workspace

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge dependencies Pull requests that update a dependency file workspace/boost Boost workspace (Backstage AI plugin) labels Jun 29, 2026
@mareklibra

Copy link
Copy Markdown
Member

/fs-patch the issue explicitly requires README file change

@mareklibra

Copy link
Copy Markdown
Member

/fs-fix the issue description explicitly requires README file change

@fullsend-ai-coder

fullsend-ai-coder Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Fix · ❌ Terminated · Started 12:41 PM UTC · Ended 12:45 PM UTC
Commit: 54dcf0a · View workflow run →

Update all @backstage/* dependencies in the boost workspace to
align with the Backstage 1.52 release. This includes bumping
backstage.json from 1.45.0 to 1.52.0 and updating dependency
versions across all 9 plugin packages (boost-backend,
boost-backend-module-kagenti, boost-backend-module-llamastack,
boost-common, boost-node, boost-responses-api-toolkit,
boost-toolscope, kagenti-entity-provider, and
llamastack-entity-provider).

Key version changes:
- @backstage/cli: ^0.34.5 -> ^0.36.3
- @backstage/backend-plugin-api: ^1.9.1 -> ^1.9.2
- @backstage/plugin-permission-common: ^0.9.7 -> ^0.9.9
- @backstage/plugin-permission-node: ^0.10.11 -> ^0.11.1
- @backstage/catalog-model: ^1.7.7 -> ^1.9.0
- @backstage/plugin-catalog-node: ^2.1.0 -> ^2.2.2
- @backstage/errors: ^1.2.7 -> ^1.3.1
- @backstage/repo-tools: ^0.16.0 -> ^0.17.3
- @backstage/backend-test-utils: ^1.11.1 -> ^1.11.4

All tests pass and linting is clean.

Closes #3615
@fullsend-ai-coder
fullsend-ai-coder Bot force-pushed the agent/3615-bump-boost-backstage-1.52 branch from 00dff75 to 8c1d82f Compare June 29, 2026 12:41
@fullsend-ai-coder

Copy link
Copy Markdown
Contributor Author

🤖 Finished Fix · ❌ Failure · Started 12:41 PM UTC · Completed 12:45 PM UTC
Commit: 54dcf0a · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 29, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 12:48 PM UTC · Completed 12:55 PM UTC
Commit: 54dcf0a · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge and removed ready-for-merge All reviewers approved — ready to merge labels Jun 29, 2026

@mareklibra mareklibra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue description explicitly requires README file change

@mareklibra

Copy link
Copy Markdown
Member

/fs-fix

@fullsend-ai-coder

fullsend-ai-coder Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Finished Fix · ✅ Success · Started 1:24 PM UTC · Completed 1:32 PM UTC
Commit: 54dcf0a · View workflow run →

Add Compatibility section to workspaces/boost/README.md noting the
Backstage 1.52.0 alignment, as required by issue #3615.

Addresses review feedback on #3621
@fullsend-ai-coder

Copy link
Copy Markdown
Contributor Author

🔧 Fix agent — iteration 1 (human-triggered)

Added Backstage version reference to boost workspace README.md as requested by reviewer. Issue #3615 explicitly requires the README to reference the Backstage version used.

Fixed (1):

  1. missing Backstage version reference in README.md (workspaces/boost/README.md): Added a Compatibility section to the boost workspace README noting alignment with Backstage 1.52.0, as required by issue chores(boost): update boost to Backstage 1.52 #3615

Tests: passed

Updated by fullsend fix agent

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 29, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:35 PM UTC · Completed 1:50 PM UTC
Commit: 54dcf0a · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot removed the ready-for-merge All reviewers approved — ready to merge label Jun 29, 2026
@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 29, 2026
@mareklibra
mareklibra merged commit 2bf1ba5 into main Jun 29, 2026
41 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready-for-merge All reviewers approved — ready to merge workspace/boost Boost workspace (Backstage AI plugin)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chores(boost): update boost to Backstage 1.52

1 participant