Changed
- App: migrate the Clusters, Deployments, Installations, Catalog, and Flux pages to the new frontend system page header. The Flux page’s list and tree views are now header tabs (
/fluxredirects to/flux/list), and the catalog page title is now just “Catalog” (overridable via app-config). - App: migrate the Grafana plugin to the actively maintained
@backstage-community/plugin-grafana— a drop-in replacement with no behavior change.
Fixed
- Auth: the MCP OAuth2 authenticator now sends the RFC 8707
resourceparameter in authorization and token requests when aresourceoption is configured on anmcp-*auth provider, so issued access tokens are audience-bound to the target MCP server. This fixes the AI chat losing access to MCP servers fronted by JWT-validating gateways that reject tokens without the expectedaudclaim. See ./docs/releases/v0.133.2-changelog.md for more information.