Releases: giantswarm/backstage
Releases · giantswarm/backstage
v0.103.0
Added
- Add support for Flux image automation resources (ImagePolicy, ImageRepository, ImageUpdateAutomation).
- Add v1 version support to OCIRepository and HelmRepository resources.
See ./docs/releases/v0.103.0-changelog.md for more information.
v0.102.0
Added
- Show icon for entities if
giantswarm.io/icon-urlannotation is given. - Add ability to render APIs of type CRD.
Changed
- Update Backstage from 1.43.3 to 1.47.3 with Node.js 22/24 support, Jest 30 compatibility, and various plugin updates.
See ./docs/releases/v0.102.0-changelog.md for more information.
v0.101.1
See ./docs/releases/v0.101.1-changelog.md for more information.
v0.101.0
Added
- Add OAuth2 PKCE authentication support for MCP servers with custom authenticator and CIMD router.
- Add authentication provider support and multi-installation features for MCP servers.
- Add MCP resources loading exposed as callable tools.
Fixed
- Fix GitOpsCard source URL generation for Flux CD revision formats like
main@sha1:abc123andsha256:abc123. - Improve container registry error handling with user-friendly messages for missing repositories.
See ./docs/releases/v0.101.0-changelog.md for more information.
v0.100.0
See ./docs/releases/v0.100.0-changelog.md for more information.
v0.99.0
See ./docs/releases/v0.99.0-changelog.md for more information.
v0.98.0
See ./docs/releases/v0.98.0-changelog.md for more information.
v0.97.1
Added
- Support initializing AI chat from a URL parameter.
Fixed
- Fix Mosaic styles not being cleaned up when JsonSchemaViewer component unmounts.
- Remove custom markdown style overrides from EntityReadmeCard now that Mosaic styles are properly isolated.
See ./docs/releases/v0.97.1-changelog.md for more information.
v0.97.0
See ./docs/releases/v0.97.0-changelog.md for more information.
Added
- Expose additional MCP tools via the catalog MCP backend plugin.
Changed
- Increase request size limit for AI chat backend.
Fixed
- Fix react-router version mismatch causing routing context error on Entity pages.