Release v1.55.0-next.1
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.55.0-next.1
@backstage/ui@0.18.0-next.1
Minor Changes
-
d07e99e: Updated BUI links to use the hosting application's client-side router, including relative destinations and the application's configured router base path, while preserving native browser navigation where required.
BREAKING: Anchor-based components no longer accept the React Aria
renderprop. BUI now owns the underlying anchor so routing behavior remains consistent across application and plugin package versions.ListRow, Tag, and table Row now retain client-side navigation when application and plugin packages load separate React Aria copies. Their existing modifier-key, target, download, and link-metadata behavior is unchanged.
Migration:
Remove
renderprops from ButtonLink, ComboboxItem, Link, MenuItem, MenuListBoxItem, SearchAutocompleteItem, SelectItem, and Tab. BUI now selects and renders the appropriate anchor or router link automatically.Affected components: ButtonLink, Card, ComboboxItem, Header, Link, ListRow, MenuItem, MenuListBoxItem, Row, SearchAutocompleteItem, SelectItem, Tab, Tag
@backstage/plugin-catalog-backend-module-github@0.14.0-next.0
Minor Changes
- 6ecff59: The GitHub multi-org entity provider now logs a clear warning and aborts ingestion when no GitHub App installation is found for an org, instead of failing with a confusing rate-limit or authentication error. This prevents silent deletion of existing catalog entities.
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-scaffolder-backend@4.2.0-next.1
Minor Changes
- bbba6b5: Added the
scaffolder.requireScmUserCredentialsconfiguration option to require user-provided credentials for supported SCM mutation and fetch actions.
Patch Changes
- 7fba55a: Removed user entity references from scaffolder task count metrics to avoid exposing user identities and creating high-cardinality metric labels.
- b1256aa: Respect task read permission decisions when listing scaffolder tasks.
- 15fa029: Restrict task list ordering to supported fields.
- be0a75a: Exclude internal task data from task responses.
- f389dd2: Improve denied scaffolder action error handling.
- 2eebeb7: Ensure task failure details use the configured log redactions.
- 84ebbb9: Fixed log redaction for transformed secret values used to iterate Scaffolder steps.
- b4172dd: Restrict task retries to terminal states.
- ee9c48d: Fixed matching of action input values in scaffolder permission policies.
- 79f0b91: Fixed the scaffolder task worker silently giving up after a transient failure. A single error while picking up a task, such as a dropped database connection, would stop the backend from running any further software templates for the rest of its lifetime. New tasks stayed queued indefinitely with no error shown to the user and no failing health check, and the only way to recover was to restart the backend. Picking up tasks is now retried instead.
- Updated dependencies
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-techdocs-backend@2.3.0-next.0
Minor Changes
- ee97130: Added support for
techdocs.generator.pullOptionswhen pulling the TechDocs generator Docker image from private registries that require authentication.
Patch Changes
- 932986c: Improve validation of TechDocs static content paths.
- 1b0e277: Improved path validation for TechDocs content serving.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-techdocs-node@1.16.0-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-techdocs-node@1.16.0-next.0
Minor Changes
- ee97130: Added support for
techdocs.generator.pullOptionswhen pulling the TechDocs generator Docker image from private registries that require authentication.
Patch Changes
- e58d265: Updated TechDocs generation to reject source trees containing symlinks that resolve outside the source directory.
- d13ad29: Improved MkDocs configuration handling for additional templates.
- 2233af2: Improved MkDocs configuration sanitization to cover additional nested configuration keys and theme options.
- 4441911: Improved MkDocs configuration file handling.
- 45cbd0a: Improved validation of MkDocs configuration values during TechDocs generation.
- 030331b: Improved file validation in the local TechDocs publisher during the publish step.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/app-defaults@1.7.12-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/backend-app-api@1.7.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/backend-defaults@0.17.9-next.0
Patch Changes
- 45d760b: Improve action handling consistency.
- 8d71644: Reduced PostgreSQL connection churn during backend startup when many plugins initialize databases or schemas.
- 416be1b: Updated Harness URL reading to validate cross-origin redirect destinations
against
backend.reading.allow. - 5aac521: Improved service credential handling during plugin-to-plugin delegation.
- 61449ae: Reduced PostgreSQL startup connections when multiple plugins share a database by reusing the database existence check.
- 8b3c83e: Improved input validation and path handling for cloud storage URL readers.
- 61d97c0: Improved input validation for cloud storage URL readers.
- e895def: Fixed handling of GitLab URLs for instances configured with a relative base path.
- e13e278: Updated URL reader allow list matching so configured paths match either the exact path or paths below it at a segment boundary.
- e3b587c: Improve authentication reliability during signing key rotation by performing budgeted JWKS reloads when a newly published key is requested during the remote key set cooldown.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-app-api@1.7.4-next.0
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/backend-dynamic-feature-service@0.8.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/plugin-catalog-backend@3.9.2-next.0
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-events-backend@0.6.6-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
- @backstage/plugin-app-node@0.1.49-next.0
@backstage/backend-openapi-utils@0.7.2-next.0
Patch Changes
- bf1f82d: Added the required OpenAPI types dependency for Swagger Parser.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/backend-plugin-api@1.10.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
@backstage/backend-test-utils@1.11.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/backend-app-api@1.7.4-next.0
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/catalog-client@1.16.2-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.5-next.0
@backstage/cli-defaults@0.1.6-next.1
Patch Changes
- de957f6: Added
@backstage/cli-module-package-manager-yarnwithbackstage-cli pm verify-patchesto validate Yarn patch references, local patch files, lockfile consistency, and patched Backstage package versions against the selected Backstage release. The command is included in@backstage/cli-defaults. - Updated dependencies
- @backstage/cli-module-package-manager-yarn@0.1.1-next.0
- @backstage/cli-module-build@0.1.8-next.1
@backstage/cli-module-build@0.1.8-next.1
Patch Changes
- 277a125: Fixed declaration bundling of imports that use the
node:built-in module prefix.
@backstage/cli-module-package-manager-yarn@0.1.1-next.0
Patch Changes
- de957f6: Added
@backstage/cli-module-package-manager-yarnwithbackstage-cli pm verify-patchesto validate Yarn patch references, local patch files, lockfile consistency, and patched Backstage package versions against the selected Backstage release. The command is included in@backstage/cli-defaults.
@backstage/core-app-api@1.20.5-next.1
Patch Changes
- Updated dependencies
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/core-compat-api@0.5.15-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-app-react@0.2.7-next.0
@backstage/core-components@0.18.14-next.1
Patch Changes
- b80a9f3: Added an
onCopyLogprop to theLogViewercomponent that renders a copy button in the toolbar, allowing users to copy all log content to the clipboard. - 279fdf6: Declared the DOM Testing Library dependency required by React Testing Library.
- Updated dependencies
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/core-plugin-api@1.12.10-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
@backstage/create-app@0.9.2-next.1
Patch Changes
- Bumped create-app version.
@backstage/dev-utils@1.1.27-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/app-defaults@1.7.12-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/core-app-api@1.20.5-next.1
@backstage/filter-predicates@0.1.5-next.0
Patch Changes
- 6dcb08a: Reduced the frontend bundle size by letting bundlers tree-shake zod, which previously pulled every zod locale into the bundle. Takes effect on zod 4.5.0 and newer.
@backstage/frontend-app-api@0.16.8-next.1
Patch Changes
- 52022b9: Fixed
app.extensionsshorthand anddisabledfield to accept boolean-ish strings ('true'/'false'), so environment variable substitution can be used to toggle extensions, e.g.${CATALOG_OVERVIEW_ENABLED}. - Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/frontend-defaults@0.5.6-next.1
- @backstage/core-app-api@1.20.5-next.1
@backstage/frontend-defaults@0.5.6-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-app@0.5.3-next.1
- @backstage/frontend-app-api@0.16.8-next.1
@backstage/frontend-dev-utils@0.1.6-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-app@0.5.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/frontend-defaults@0.5.6-next.1
@backstage/frontend-dynamic-feature-loader@0.1.16-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
@backstage/frontend-plugin-api@0.18.1-next.0
Patch Changes
- 024c0ef: Updated internal type imports to avoid circular declaration chunks in package builds.
- Updated dependencies
- @backstage/filter-predicates@0.1.5-next.0
@backstage/frontend-test-utils@0.6.4-next.1
Patch Changes
- 279fdf6: Declared the DOM Testing Library dependency required by React Testing Library.
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/test-utils@1.7.22-next.1
- @backstage/plugin-app@0.5.3-next.1
- @backstage/frontend-app-api@0.16.8-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-app-react@0.2.7-next.0
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/integration@2.1.2-next.0
Patch Changes
- 7150117: Updated internal Azure DevOps imports to avoid a circular module dependency.
- e895def: Fixed handling of GitLab URLs for instances configured with a relative base path.
@backstage/integration-react@1.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/repo-tools@0.19.1-next.0
Patch Changes
- bf1f82d: Added the required OpenAPI types dependency for Swagger Parser.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@techdocs/cli@1.11.5-next.1
Patch Changes
- 4441911: Improved MkDocs configuration file handling.
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/plugin-techdocs-node@1.16.0-next.0
@backstage/test-utils@1.7.22-next.1
Patch Changes
- 279fdf6: Declared the DOM Testing Library dependency required by React Testing Library.
- Updated dependencies
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-api-docs@0.14.5-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog@2.0.9-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-app@0.5.3-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-app-react@0.2.7-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-app-backend@0.5.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-app-node@0.1.49-next.0
@backstage/plugin-app-module-user-settings@0.1.2-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-user-settings@0.9.7-next.1
- @backstage/plugin-signals-react@0.0.26-next.0
@backstage/plugin-app-node@0.1.49-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-app-react@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-app-visualizer@0.2.8-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-auth@0.1.12-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
@backstage/plugin-auth-backend@0.30.1-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-auth0-provider@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.20-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.30.1-next.1
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-github-provider@0.5.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.4.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-google-provider@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-guest-provider@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-microsoft-provider@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-oidc-provider@0.4.21-next.1
Patch Changes
- a818233: Omit email addresses from the default OIDC profile unless the identity provider marks them as verified.
- Updated dependencies
- @backstage/plugin-auth-backend@0.30.1-next.1
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-okta-provider@0.2.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-onelogin-provider@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-openshift-provider@0.1.11-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-node@0.7.5-next.0
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-auth-react@0.1.31-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-bitbucket-cloud-common@0.3.13-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
@backstage/plugin-catalog@2.0.9-next.1
Patch Changes
- e3781a3: Fixed circular dependency warnings when building the catalog plugin.
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-search-react@1.11.8-next.1
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-catalog-backend@3.9.2-next.0
Patch Changes
- 7761a50: Improved path validation for catalog entity placeholders.
- fda0ef1: Correct catalog property permission matching.
- e363ae2: Allowed location type restrictions are now applied consistently during catalog processing.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-ai-model@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-aws@0.4.28-next.1
Patch Changes
- 8b3c83e: Improved handling of AWS S3 object keys when creating catalog locations.
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-azure@0.3.22-next.0
Patch Changes
- 8b3c83e: Improved handling of Azure Blob Storage blob names when creating catalog locations.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.18-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.15-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-bitbucket-cloud-common@0.3.13-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.15-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-gcp@0.3.23-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-gitea@0.1.16-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-github-org@0.3.26-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.14.0-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.8.8-next.1
Patch Changes
- b7db066: Fixed a scope validation issue in GitLab organization discovery.
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.25-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.8.8-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/plugin-catalog-backend@3.9.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-ldap@0.12.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-logs@0.1.26-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.9.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.10.6-next.0
Patch Changes
- 7ac10da: Fixed accumulating abort listeners on
MicrosoftGraphClient. - Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-msgraph-incremental@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-msgraph@0.10.6-next.0
- @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.16-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-openapi@0.2.26-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.2.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.24-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-backend-module-unprocessed@0.6.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-catalog-graph@0.6.8-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/catalog-client@1.16.2-next.0
@backstage/plugin-catalog-import@0.13.18-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-catalog-node@2.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.11.7-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-catalog-react@3.2.3-next.1
Patch Changes
- bf7e890: Added the missing Material UI dependency used by catalog popovers.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-catalog-unprocessed-entities@0.2.35-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-config-schema@0.1.84-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-devtools@0.1.43-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-devtools-backend@0.5.21-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-devtools-react@0.2.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-events-backend@0.6.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-aws-sqs@0.4.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-azure@0.2.35-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.35-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-bitbucket-server@0.1.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-gerrit@0.2.35-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-github@0.4.16-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-gitlab@0.3.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-google-pubsub@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-module-kafka@0.3.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-backend-test-utils@0.1.59-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-events-node@0.4.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-gateway-backend@1.1.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-home@0.9.10-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-home-react@0.1.42-next.1
- @backstage/catalog-client@1.16.2-next.0
- @backstage/core-app-api@1.20.5-next.1
@backstage/plugin-home-react@0.1.42-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-kubernetes@0.12.23-next.1
Patch Changes
- 83f34f2: The Kubernetes entity content no longer loads its UI until the tab is opened, keeping it out of the initial bundle. Tab visibility is now an entity filter predicate that can be overridden through app config, and entities with an empty Kubernetes annotation now show the tab where previously it was hidden.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-kubernetes-react@0.5.24-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-kubernetes-backend@0.21.11-next.1
Patch Changes
- 1d7b704: Reject unsupported service account authentication in catalog-provided cluster definitions.
- 28bdf75: Improved handling of Kubernetes resource response data.
- Updated dependencies
- @backstage/plugin-kubernetes-node@0.4.8-next.1
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-kubernetes-cluster@0.0.41-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-kubernetes-react@0.5.24-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-kubernetes-node@0.4.8-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-kubernetes-react@0.5.24-next.1
Patch Changes
- 83f34f2: The pod exec terminal now loads
@xterm/xtermand its stylesheet when a terminal is opened, instead of including them in the initial bundle. - Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-mcp-actions-backend@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-mui-to-bui@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-notifications@0.5.21-next.1
Patch Changes
- b31afcf: Fixed circular dependency warnings when building the notification settings UI.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-signals-react@0.0.26-next.0
@backstage/plugin-notifications-backend@0.6.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-notifications-node@0.2.30-next.0
- @backstage/plugin-signals-node@0.2.5-next.0
@backstage/plugin-notifications-backend-module-email@0.3.25-next.0
Patch Changes
- 2a19159: Hardened notification email delivery with format validation and optional
allowedEmailDomains. Invalid or disallowed addresses are skipped;allowlistEmailAddressesanddenylistEmailAddressesmatch case-insensitively, allowlist still overrides the domain list, and denied addresses win last. - Updated dependencies
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-notifications-node@0.2.30-next.0
@backstage/plugin-notifications-backend-module-slack@0.4.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
- @backstage/plugin-notifications-node@0.2.30-next.0
@backstage/plugin-notifications-node@0.2.30-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-org@0.7.9-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-org-react@0.1.54-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/catalog-client@1.16.2-next.0
@backstage/plugin-permission-backend@0.7.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-permission-node@0.11.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-permission-react@0.5.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-proxy-backend@0.6.18-next.0
Patch Changes
- 42580a2: Improved request path handling in the proxy-backend.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-proxy-node@0.1.19-next.0
@backstage/plugin-proxy-node@0.1.19-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder@1.39.0-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
- @backstage/plugin-scaffolder-react@2.1.0-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-scaffolder-backend-module-azure@0.2.26-next.1
Patch Changes
- bbba6b5: Added support for requiring user-provided credentials for Azure DevOps mutation actions when
scaffolder.requireScmUserCredentialsis enabled. - Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.11-next.1
Patch Changes
- 40c64a0: Fixed a security issue in pull request workspace handling.
- bbba6b5: Added support for requiring user-provided credentials for Bitbucket Cloud mutation actions when
scaffolder.requireScmUserCredentialsis enabled. - Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-bitbucket-cloud-common@0.3.13-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.26-next.1
Patch Changes
- 40c64a0: Fixed a security issue in pull request workspace handling.
- bbba6b5: Added support for requiring user-provided credentials for Bitbucket Server mutation actions when
scaffolder.requireScmUserCredentialsis enabled. - Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.26-next.1
Patch Changes
- 6e11531: Improve handling of imported Confluence attachments
- 3026628: Validate repository file paths before transforming Confluence content.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.27-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-gcp@0.2.25-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.25-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.2.25-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-github@0.9.14-next.1
Patch Changes
- bbba6b5: Added support for requiring user-provided credentials for GitHub mutation actions when
scaffolder.requireScmUserCredentialsis enabled. - Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.11.11-next.1
Patch Changes
- bbba6b5: Added support for requiring user-provided credentials for GitLab mutation actions when
scaffolder.requireScmUserCredentialsis enabled. - cd77db3: Added an
autoMergeboolean input to thepublish:gitlab:merge-requestscaffolder action. When set totrue, the merge request is automatically merged once all merge checks succeed, using GitLab's auto-merge feature. - Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-notifications@0.1.26-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-notifications-node@0.2.30-next.0
@backstage/plugin-scaffolder-backend-module-rails@0.5.25-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@2.1.2-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-sentry@0.3.8-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-workspace-database@0.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.26-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-scaffolder-node-test-utils@0.3.15-next.1
@backstage/plugin-scaffolder-common@2.3.0-next.1
Patch Changes
- be0a75a: Exclude internal task data from task responses.
- Updated dependencies
- @backstage/integration@2.1.2-next.0
@backstage/plugin-scaffolder-node@0.13.7-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/backend-test-utils@1.11.7-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-node-test-utils@0.3.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.11.7-next.0
- @backstage/plugin-scaffolder-node@0.13.7-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-scaffolder-react@2.1.0-next.1
Patch Changes
- 7c1019c: Fixed the scaffolder wizard not scrolling to the top on step change when the app uses the new frontend system (no
<main>element). - Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-scaffolder-common@2.3.0-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-permission-react@0.5.5-next.0
@backstage/plugin-search@1.7.8-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-home-react@0.1.42-next.1
- @backstage/plugin-search-react@1.11.8-next.1
@backstage/plugin-search-backend@2.1.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.7.2-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-backend-module-catalog@0.3.19-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-search-backend-module-elasticsearch@1.8.8-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-backend-module-explore@0.3.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-backend-module-pg@0.5.59-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-backend-module-techdocs@0.4.18-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.16.0-next.0
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-search-backend-node@1.4.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/plugin-search-react@1.11.8-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-signals@0.0.35-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-signals-react@0.0.26-next.0
@backstage/plugin-signals-backend@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
- @backstage/plugin-signals-node@0.2.5-next.0
@backstage/plugin-signals-node@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-events-node@0.4.26-next.0
@backstage/plugin-signals-react@0.0.26-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-techdocs@1.18.1-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- 9cb79f5: Use the catalog presentation API for TechDocs document titles and owner labels so entity display names are consistent with the rest of Backstage.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-search-react@1.11.8-next.1
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/catalog-client@1.16.2-next.0
- @backstage/plugin-auth-react@0.1.31-next.1
@backstage/plugin-techdocs-addons-test-utils@2.0.9-next.1
Patch Changes
- 279fdf6: Declared the DOM Testing Library dependency required by React Testing Library.
- Updated dependencies
- @backstage/plugin-catalog@2.0.9-next.1
- @backstage/test-utils@1.7.22-next.1
- @backstage/plugin-techdocs@1.18.1-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-search-react@1.11.8-next.1
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/core-app-api@1.20.5-next.1
@backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/integration@2.1.2-next.0
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/integration-react@1.2.22-next.0
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-techdocs-react@1.3.15-next.1
@backstage/plugin-techdocs-react@1.3.15-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/core-plugin-api@1.12.10-next.0
@backstage/plugin-user-settings@0.9.7-next.1
Patch Changes
- d421187: Reduced the initial app bundle size by loading page and optional UI implementations only when their extensions render.
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-signals-react@0.0.26-next.0
@backstage/plugin-user-settings-backend@0.4.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-signals-node@0.2.5-next.0
example-app@0.0.39-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog@2.0.9-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-kubernetes@0.12.23-next.1
- @backstage/plugin-app@0.5.3-next.1
- @backstage/plugin-catalog-import@0.13.18-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.35-next.1
- @backstage/plugin-devtools@0.1.43-next.1
- @backstage/plugin-home@0.9.10-next.1
- @backstage/plugin-search@1.7.8-next.1
- @backstage/plugin-techdocs@1.18.1-next.1
- @backstage/plugin-user-settings@0.9.7-next.1
- @backstage/plugin-notifications@0.5.21-next.1
- @backstage/plugin-scaffolder-react@2.1.0-next.1
- @backstage/frontend-app-api@0.16.8-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/plugin-scaffolder@1.39.0-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.1
- @backstage/app-defaults@1.7.12-next.1
- @backstage/core-compat-api@0.5.15-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/frontend-defaults@0.5.6-next.1
- @backstage/plugin-api-docs@0.14.5-next.1
- @backstage/plugin-app-module-user-settings@0.1.2-next.1
- @backstage/plugin-app-react@0.2.7-next.0
- @backstage/plugin-app-visualizer@0.2.8-next.1
- @backstage/plugin-auth@0.1.12-next.1
- @backstage/plugin-catalog-graph@0.6.8-next.1
- @backstage/plugin-home-react@0.1.42-next.1
- @backstage/plugin-org@0.7.9-next.1
- @backstage/plugin-search-react@1.11.8-next.1
- @backstage/plugin-signals@0.0.35-next.1
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-auth-react@0.1.31-next.1
- @backstage/plugin-kubernetes-cluster@0.0.41-next.1
- @backstage/plugin-permission-react@0.5.5-next.0
app-example-plugin@0.0.39-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
example-app-legacy@0.2.125-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog@2.0.9-next.1
- @backstage/plugin-kubernetes@0.12.23-next.1
- @backstage/plugin-catalog-import@0.13.18-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.35-next.1
- @backstage/plugin-devtools@0.1.43-next.1
- @backstage/plugin-home@0.9.10-next.1
- @backstage/plugin-search@1.7.8-next.1
- @backstage/plugin-techdocs@1.18.1-next.1
- @backstage/plugin-user-settings@0.9.7-next.1
- @backstage/plugin-notifications@0.5.21-next.1
- @backstage/plugin-scaffolder-react@2.1.0-next.1
- @backstage/frontend-app-api@0.16.8-next.1
- @backstage/plugin-catalog-react@3.2.3-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/plugin-scaffolder@1.39.0-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.1
- @backstage/app-defaults@1.7.12-next.1
- @backstage/core-plugin-api@1.12.10-next.0
- @backstage/plugin-api-docs@0.14.5-next.1
- @backstage/plugin-catalog-graph@0.6.8-next.1
- @backstage/plugin-home-react@0.1.42-next.1
- @backstage/plugin-mui-to-bui@0.2.11-next.1
- @backstage/plugin-org@0.7.9-next.1
- @backstage/plugin-search-react@1.11.8-next.1
- @backstage/plugin-signals@0.0.35-next.1
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/core-app-api@1.20.5-next.1
- @backstage/plugin-auth-react@0.1.31-next.1
- @backstage/plugin-kubernetes-cluster@0.0.41-next.1
- @backstage/plugin-permission-react@0.5.5-next.0
example-backend@0.0.54-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend-module-github@0.9.14-next.1
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/plugin-techdocs-backend@2.3.0-next.0
- @backstage/plugin-scaffolder-backend@4.2.0-next.1
- @backstage/plugin-kubernetes-backend@0.21.11-next.1
- @backstage/plugin-catalog-backend@3.9.2-next.0
- @backstage/plugin-proxy-backend@0.6.18-next.0
- @backstage/plugin-app-backend@0.5.18-next.0
- @backstage/plugin-auth-backend@0.30.1-next.1
- @backstage/plugin-auth-backend-module-github-provider@0.5.7-next.0
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.11-next.0
- @backstage/plugin-auth-node@0.7.5-next.0
- @backstage/plugin-devtools-backend@0.5.21-next.0
- @backstage/plugin-events-backend@0.6.6-next.0
- @backstage/plugin-events-backend-module-google-pubsub@0.2.7-next.0
- @backstage/plugin-mcp-actions-backend@0.2.2-next.0
- @backstage/plugin-notifications-backend@0.6.9-next.0
- @backstage/plugin-permission-backend@0.7.16-next.0
- @backstage/plugin-permission-node@0.11.4-next.0
- @backstage/plugin-search-backend@2.1.7-next.1
- @backstage/plugin-search-backend-node@1.4.8-next.0
- @backstage/plugin-signals-backend@0.3.19-next.0
- @backstage/plugin-user-settings-backend@0.4.7-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.2.26-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.18-next.0
- @backstage/plugin-catalog-backend-module-logs@0.1.26-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.18-next.1
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.23-next.0
- @backstage/plugin-catalog-backend-module-ai-model@0.1.4-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.24-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.16-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.23-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.19-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.8.8-next.1
- @backstage/plugin-search-backend-module-explore@0.3.18-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.26-next.1
@internal/backend@0.0.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@backstage/connections-node@0.2.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@internal/frontend@0.0.24-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/filter-predicates@0.1.5-next.0
@internal/scaffolder@0.0.25-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/plugin-scaffolder-react@2.1.0-next.1
techdocs-cli-embedded-app@0.2.124-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/plugin-catalog@2.0.9-next.1
- @backstage/frontend-plugin-api@0.18.1-next.0
- @backstage/test-utils@1.7.22-next.1
- @backstage/plugin-techdocs@1.18.1-next.1
- @backstage/ui@0.18.0-next.1
- @backstage/integration-react@1.2.22-next.0
- @backstage/frontend-defaults@0.5.6-next.1
- @backstage/plugin-app-react@0.2.7-next.0
- @backstage/plugin-techdocs-react@1.3.15-next.1
- @backstage/core-app-api@1.20.5-next.1
@backstage/plugin-connections-example-backend@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.9-next.0
- @backstage/catalog-client@1.16.2-next.0
- @backstage/backend-plugin-api@1.10.1-next.0
- @backstage/plugin-catalog-node@2.2.5-next.0
@backstage/plugin-connections-example-backend-module-gitlab@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0
@internal/plugin-todo-list@1.0.55-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.14-next.1
- @backstage/core-plugin-api@1.12.10-next.0
@internal/plugin-todo-list-backend@1.0.54-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.10.1-next.0