Release v1.54.0-next.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.54.0-next.0
@backstage/backend-plugin-api@1.10.0-next.0
Minor Changes
- 74d8cbf: Added
coreServices.rootSystemMetadata, a new stable public service for reading metadata about the running Backstage system, including a list of installed plugins. Previously only available as an alpha API, it is now part of the standardcoreServicesnamespace.
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/connections@0.3.0-next.0
Minor Changes
- 64cea29: BREAKING: Changed
@backstage/connectionsinto a common library so its connection types, schemas, and service contract can be used by isomorphic packages. The Node.js service implementation is now internal. Backend-only APIs and configuration types, includingconnectionsServiceRef,connectionsServiceFactory,DefaultConnectionsService,declareConnection,RootConnection, andAnyRootConnection, are no longer exported from this package. - 1bfed76: BREAKING: Changed connection types to use portable configuration schemas as the source of root connection types, with JSON Schema generation and strongly typed parsing that do not expose the underlying Zod schemas.
Patch Changes
- f60a23a: Require every connection to configure at least one auth method. Use the
noneauth method for unauthenticated connections. - c0f9a7d: Removed the unsupported unauthenticated AWS CodeCommit auth option. AWS CodeCommit connections now only expose access key or assume role authentication.
@backstage/plugin-auth-backend@0.30.0-next.0
Minor Changes
-
274acc5: BREAKING: The OAuth redirect URI and client ID metadata document allowlists now match patterns against each URL component separately instead of against the full URL string. Wildcards no longer match across the host and path boundary, patterns must include an explicit protocol and are otherwise rejected as invalid configuration instead of being silently ignored, and redirect URIs that contain embedded credentials are always rejected.
A wildcard port also no longer implicitly matches every path: a pattern such as
http://localhost:*now only matches the root path. Usehttp://localhost:*/*to allow any port and any path. The built-in loopback defaults have been updated accordingly, so this only affects explicitly configured patterns.
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-techdocs@1.18.0-next.0
Minor Changes
- 4f9ce5e: Add
initialFilterconfig forpage:techdocs. Valid options areall,ownedandstarred. Defaults toowned.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-auth-react@0.1.30-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-search-react@1.11.7-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
@backstage/app-defaults@1.7.11-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/core-app-api@1.20.4-next.0
@backstage/backend-app-api@1.7.3-next.0
Patch Changes
- 64cea29: Updated the backend runtime to use the internal connection service implementation after the shared connection contract moved into
@backstage/connections. - Updated dependencies
- @backstage/connections@0.3.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/backend-defaults@0.17.6-next.0
Patch Changes
- 79c1d58: Fixed a bug in the Azure DevOps URL reader where the abort signal was not forwarded to the commits API fetch, causing the fetch to hang indefinitely when a build timeout or cancellation was triggered.
- 74d8cbf: Added a new public
@backstage/backend-defaults/rootSystemMetadataentrypoint, exportingrootSystemMetadataServiceFactoryandDefaultRootSystemMetadataService. The system metadata service is now registered automatically as a default service, so backends no longer need to add it manually. - Updated dependencies
- @backstage/backend-app-api@1.7.3-next.0
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/backend-dynamic-feature-service@0.8.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend@3.8.2-next.0
- @backstage/plugin-events-backend@0.6.5-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-app-node@0.1.48-next.0
- @backstage/plugin-events-node@0.4.25-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/backend-openapi-utils@0.7.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/backend-test-utils@1.11.6-next.0
Patch Changes
- 5ae46fc: Added
mockServices.rootSystemMetadatamock implementation to support the new stablecoreServices.rootSystemMetadataservice in tests. - Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/backend-app-api@1.7.3-next.0
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/core-app-api@1.20.4-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.1-next.0
@backstage/core-compat-api@0.5.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/core-components@0.18.13-next.0
Patch Changes
- 226817d: chore(deps): bump
js-yamlfrom 4.2.0 to 4.3.0 - Updated dependencies
- @backstage/ui@0.17.1-next.0
@backstage/create-app@0.9.1-next.0
Patch Changes
- 0b8573f: Clarified that the host build steps must use the same Node version as the Docker base image in the Dockerfile.
@backstage/dev-utils@1.1.26-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/app-defaults@1.7.11-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/core-app-api@1.20.4-next.0
@backstage/frontend-app-api@0.16.7-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.5.5-next.0
- @backstage/core-app-api@1.20.4-next.0
@backstage/frontend-defaults@0.5.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-app@0.5.2-next.0
- @backstage/frontend-app-api@0.16.7-next.0
@backstage/frontend-dev-utils@0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.1-next.0
- @backstage/frontend-defaults@0.5.5-next.0
- @backstage/plugin-app@0.5.2-next.0
@backstage/frontend-test-utils@0.6.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.5.2-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/frontend-app-api@0.16.7-next.0
- @backstage/test-utils@1.7.21-next.0
@backstage/repo-tools@0.18.1-next.0
Patch Changes
- 226817d: chore(deps): bump
js-yamlfrom 4.2.0 to 4.3.0 - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@techdocs/cli@1.11.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/plugin-techdocs-node@1.15.3-next.0
@backstage/test-utils@1.7.21-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.20.4-next.0
@backstage/ui@0.17.1-next.0
Patch Changes
- 52a58be: Fixed Table not filling container width in Firefox when using
TableRootdirectly insideResizableTableContainer. Changedoverflow: hiddentooverflow: autoon the resizable container so it handles scrolling for directTableRootusages.
@backstage/plugin-api-docs@0.14.4-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog@2.0.8-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-app@0.5.2-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
@backstage/plugin-app-backend@0.5.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-app-node@0.1.48-next.0
@backstage/plugin-app-module-user-settings@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-user-settings@0.9.6-next.0
@backstage/plugin-app-node@0.1.48-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-app-visualizer@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
@backstage/plugin-auth@0.1.11-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.1-next.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-auth0-provider@0.4.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/plugin-auth-backend@0.30.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-github-provider@0.5.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.4.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-google-provider@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-guest-provider@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-microsoft-provider@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-oidc-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/plugin-auth-backend@0.30.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-okta-provider@0.2.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-onelogin-provider@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-openshift-provider@0.1.10-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-node@0.7.4-next.0
Patch Changes
- 7ca2955: Fix OAuth start handler crashing with a 500 error on malformed origins, now returns a 400 error.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-auth-react@0.1.30-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-catalog@2.0.8-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-search-react@1.11.7-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-catalog-backend@3.8.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-ai-model@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-aws@0.4.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-azure@0.3.20-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.17-next.0
Patch Changes
- 74d8cbf: The internal OpenAPI documentation provider now automatically discovers installed plugins via the system metadata service. The
catalog.providers.backstageOpenapi.pluginsconfiguration option is now optional and deprecated; when omitted, all installed plugins are discovered dynamically. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-gcp@0.3.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-gitea@0.1.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-github@0.13.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-github-org@0.3.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend-module-github@0.13.5-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.8.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend-module-gitlab@0.8.6-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend@3.8.2-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-ldap@0.12.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-logs@0.1.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend@3.8.2-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.10.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-msgraph-incremental@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.15-next.0
- @backstage/plugin-catalog-backend-module-msgraph@0.10.5-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-openapi@0.2.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.2.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-backend-module-unprocessed@0.6.15-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-catalog-graph@0.6.7-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-catalog-import@0.13.16-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-catalog-node@2.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-test-utils@1.11.6-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/plugin-catalog-react@3.2.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/frontend-test-utils@0.6.3-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-catalog-unprocessed-entities@0.2.34-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-config-schema@0.1.83-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-devtools@0.1.42-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-devtools-backend@0.5.20-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/plugin-events-backend@0.6.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-aws-sqs@0.4.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-azure@0.2.34-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.34-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-bitbucket-server@0.1.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-gerrit@0.2.34-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-github@0.4.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-gitlab@0.3.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-google-pubsub@0.2.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-module-kafka@0.3.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-backend-test-utils@0.1.58-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-events-node@0.4.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-gateway-backend@1.1.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-home@0.9.9-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-home-react@0.1.41-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-home-react@0.1.41-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/core-compat-api@0.5.14-next.0
@backstage/plugin-kubernetes@0.12.22-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-kubernetes-react@0.5.23-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-kubernetes-backend@0.21.7-next.0
Patch Changes
- 684c9b9: Fixed
AwsIamStrategyto resolve account-specific AWS credentials when an assume role ARN is configured, enabling support forwebIdentityTokenFileandaccountDefaultsin environments without default AWS credentials. - f0834bd: Added a
kubernetes.clusterLocatorContinueOnErrorconfiguration option. When set totrue, a failing cluster locator no longer causes the entire cluster list request to fail — errors are logged and clusters from the remaining successful locators are still returned. The default isfalse, preserving the existing behavior. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-kubernetes-node@0.4.7-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-kubernetes-cluster@0.0.40-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-kubernetes-react@0.5.23-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-kubernetes-node@0.4.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-kubernetes-react@0.5.23-next.0
Patch Changes
- 226817d: chore(deps): bump
js-yamlfrom 4.2.0 to 4.3.0 - Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-mcp-actions-backend@0.2.1-next.0
Patch Changes
- ec2b90f: Added support for configuring MCP server instructions for both default and named servers.
- e4983fd: Added audit logging for MCP server operations using the Backstage Auditor Service. The plugin now emits
connection,tool-discovery, andtool-executionaudit events, allowing adopters to monitor and audit MCP server activity. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-mui-to-bui@0.2.10-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.1-next.0
@backstage/plugin-notifications@0.5.20-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
@backstage/plugin-notifications-backend@0.6.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-notifications-node@0.2.29-next.0
- @backstage/plugin-signals-node@0.2.4-next.0
@backstage/plugin-notifications-backend-module-email@0.3.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-notifications-node@0.2.29-next.0
@backstage/plugin-notifications-backend-module-slack@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-notifications-node@0.2.29-next.0
@backstage/plugin-notifications-node@0.2.29-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-org@0.7.7-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-org-react@0.1.53-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
@backstage/plugin-permission-backend@0.7.15-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/plugin-permission-node@0.11.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-proxy-backend@0.6.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-proxy-node@0.1.18-next.0
@backstage/plugin-proxy-node@0.1.18-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-scaffolder@1.38.2-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-scaffolder-react@2.0.3-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
@backstage/plugin-scaffolder-backend@4.0.3-next.0
Patch Changes
- 4bbc088: Fixed the stale task janitor not being set up by passing the scheduler service to the router.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-events-node@0.4.25-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-azure@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-gcp@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-github@0.9.12-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.11.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-notifications@0.1.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-notifications-node@0.2.29-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-rails@0.5.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-sentry@0.3.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
- @backstage/plugin-scaffolder-node-test-utils@0.3.14-next.0
@backstage/plugin-scaffolder-node@0.13.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-test-utils@1.11.6-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
@backstage/plugin-scaffolder-node-test-utils@0.3.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/backend-test-utils@1.11.6-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.0
@backstage/plugin-scaffolder-react@2.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/frontend-test-utils@0.6.3-next.0
@backstage/plugin-search@1.7.7-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-search-react@1.11.7-next.0
@backstage/plugin-search-backend@2.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
- @backstage/backend-openapi-utils@0.7.1-next.0
@backstage/plugin-search-backend-module-catalog@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-search-backend-module-elasticsearch@1.8.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
@backstage/plugin-search-backend-module-explore@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
@backstage/plugin-search-backend-module-pg@0.5.58-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
@backstage/plugin-search-backend-module-techdocs@0.4.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.15.3-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-search-backend-node@1.4.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-search-react@1.11.7-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-signals@0.0.34-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-signals-backend@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
- @backstage/plugin-signals-node@0.2.4-next.0
@backstage/plugin-signals-node@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-events-node@0.4.25-next.0
@backstage/plugin-techdocs-addons-test-utils@2.0.8-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.18.0-next.0
- @backstage/plugin-catalog@2.0.8-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-search-react@1.11.7-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/test-utils@1.7.21-next.0
@backstage/plugin-techdocs-backend@2.2.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.15.3-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
@backstage/plugin-techdocs-node@1.15.3-next.0
Patch Changes
- 226817d: chore(deps): bump
js-yamlfrom 4.2.0 to 4.3.0 - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/plugin-techdocs-react@1.3.14-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@backstage/plugin-user-settings@0.9.6-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/core-app-api@1.20.4-next.0
@backstage/plugin-user-settings-backend@0.4.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-signals-node@0.2.4-next.0
example-app@0.0.38-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-techdocs@1.18.0-next.0
- @backstage/app-defaults@1.7.11-next.0
- @backstage/frontend-defaults@0.5.5-next.0
- @backstage/plugin-api-docs@0.14.4-next.0
- @backstage/plugin-app@0.5.2-next.0
- @backstage/plugin-app-visualizer@0.2.7-next.0
- @backstage/plugin-auth-react@0.1.30-next.0
- @backstage/plugin-catalog@2.0.8-next.0
- @backstage/plugin-catalog-graph@0.6.7-next.0
- @backstage/plugin-catalog-import@0.13.16-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.34-next.0
- @backstage/plugin-devtools@0.1.42-next.0
- @backstage/plugin-home@0.9.9-next.0
- @backstage/plugin-home-react@0.1.41-next.0
- @backstage/plugin-kubernetes@0.12.22-next.0
- @backstage/plugin-kubernetes-cluster@0.0.40-next.0
- @backstage/plugin-notifications@0.5.20-next.0
- @backstage/plugin-org@0.7.7-next.0
- @backstage/plugin-scaffolder@1.38.2-next.0
- @backstage/plugin-scaffolder-react@2.0.3-next.0
- @backstage/plugin-search@1.7.7-next.0
- @backstage/plugin-search-react@1.11.7-next.0
- @backstage/plugin-signals@0.0.34-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
- @backstage/plugin-user-settings@0.9.6-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/plugin-auth@0.1.11-next.0
- @backstage/frontend-app-api@0.16.7-next.0
- @backstage/core-compat-api@0.5.14-next.0
- @backstage/plugin-app-module-user-settings@0.1.1-next.0
app-example-plugin@0.0.38-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
example-app-legacy@0.2.124-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-techdocs@1.18.0-next.0
- @backstage/app-defaults@1.7.11-next.0
- @backstage/plugin-api-docs@0.14.4-next.0
- @backstage/plugin-auth-react@0.1.30-next.0
- @backstage/plugin-catalog@2.0.8-next.0
- @backstage/plugin-catalog-graph@0.6.7-next.0
- @backstage/plugin-catalog-import@0.13.16-next.0
- @backstage/plugin-catalog-react@3.2.1-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.34-next.0
- @backstage/plugin-devtools@0.1.42-next.0
- @backstage/plugin-home@0.9.9-next.0
- @backstage/plugin-home-react@0.1.41-next.0
- @backstage/plugin-kubernetes@0.12.22-next.0
- @backstage/plugin-kubernetes-cluster@0.0.40-next.0
- @backstage/plugin-notifications@0.5.20-next.0
- @backstage/plugin-org@0.7.7-next.0
- @backstage/plugin-scaffolder@1.38.2-next.0
- @backstage/plugin-scaffolder-react@2.0.3-next.0
- @backstage/plugin-search@1.7.7-next.0
- @backstage/plugin-search-react@1.11.7-next.0
- @backstage/plugin-signals@0.0.34-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
- @backstage/plugin-user-settings@0.9.6-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/plugin-mui-to-bui@0.2.10-next.0
- @backstage/frontend-app-api@0.16.7-next.0
example-backend@0.0.53-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/plugin-mcp-actions-backend@0.2.1-next.0
- @backstage/plugin-auth-node@0.7.4-next.0
- @backstage/plugin-scaffolder-backend@4.0.3-next.0
- @backstage/plugin-kubernetes-backend@0.21.7-next.0
- @backstage/plugin-auth-backend@0.30.0-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.17-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-app-backend@0.5.17-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.5.6-next.0
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.10-next.0
- @backstage/plugin-catalog-backend@3.8.2-next.0
- @backstage/plugin-devtools-backend@0.5.20-next.0
- @backstage/plugin-events-backend@0.6.5-next.0
- @backstage/plugin-events-backend-module-google-pubsub@0.2.6-next.0
- @backstage/plugin-notifications-backend@0.6.8-next.0
- @backstage/plugin-permission-backend@0.7.15-next.0
- @backstage/plugin-permission-node@0.11.3-next.0
- @backstage/plugin-proxy-backend@0.6.16-next.0
- @backstage/plugin-search-backend@2.1.5-next.0
- @backstage/plugin-search-backend-node@1.4.7-next.0
- @backstage/plugin-signals-backend@0.3.18-next.0
- @backstage/plugin-techdocs-backend@2.2.3-next.0
- @backstage/plugin-user-settings-backend@0.4.6-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.17-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.22-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.15-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.22-next.0
- @backstage/plugin-catalog-backend-module-ai-model@0.1.3-next.0
- @backstage/plugin-catalog-backend-module-logs@0.1.25-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.2.25-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.23-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.9.12-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.25-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.18-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.8.6-next.0
- @backstage/plugin-search-backend-module-explore@0.3.17-next.0
@internal/backend@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0
@backstage/connections-node@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/connections@0.3.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
e2e-test@0.2.43-next.0
Patch Changes
- Updated dependencies
- @backstage/create-app@0.9.1-next.0
@internal/scaffolder@0.0.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@2.0.3-next.0
techdocs-cli-embedded-app@0.2.123-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
- @backstage/ui@0.17.1-next.0
- @backstage/plugin-techdocs@1.18.0-next.0
- @backstage/frontend-defaults@0.5.5-next.0
- @backstage/plugin-catalog@2.0.8-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.0
- @backstage/core-app-api@1.20.4-next.0
- @backstage/test-utils@1.7.21-next.0
@backstage/plugin-connections-example-backend@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.6-next.0
- @backstage/connections@0.3.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-node@2.2.4-next.0
@backstage/plugin-connections-example-backend-module-gitlab@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/connections@0.3.0-next.0
- @backstage/backend-plugin-api@1.10.0-next.0
@internal/plugin-todo-list@1.0.54-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.13-next.0
@internal/plugin-todo-list-backend@1.0.53-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.0