Skip to main content

Release v1.55.0-next.0

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.55.0-next.0

@backstage/plugin-scaffolder@1.39.0-next.0

Minor Changes

  • 5ff93bf: Added functionality to register a Template Outputs Component in the new frontend system.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.3.0-next.0
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-scaffolder-react@2.1.0-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@backstage/plugin-scaffolder-backend@4.1.0-next.0

Minor Changes

  • 1a705ca: Applied templateDryRunPermission to inline Software Template dry runs and the corresponding backend action. Permission policies that deny unknown permissions must explicitly allow scaffolder.template.dry-run to retain existing dry-run access.

  • e95b649: Added task recovery feature with new scaffolder.taskRecovery config section. When enabled, tasks that crash or timeout are automatically recovered and resume from the last completed step, task secrets are retained until the task reaches a terminal state so recovery can continue, and completed step outputs are persisted. Enabling recovery applies to all scaffolder tasks, so actions used by those tasks should be idempotent or use checkpoints. When recovery is disabled (the default), the previous behavior is unchanged: secrets are cleared as soon as a task is claimed and retries re-run every step. The new config consolidates previous experimental flags (EXPERIMENTAL_recoverTasks, EXPERIMENTAL_workspaceSerialization, EXPERIMENTAL_recoverTasksTimeout) which remain supported as fallbacks. The legacy workspace provider setting continues to select a provider only when EXPERIMENTAL_workspaceSerialization is true.

    Workspace serialization for task recovery now requires installing a separate workspace provider module, including when you use the legacy configuration. For development, use @backstage/plugin-scaffolder-backend-module-workspace-database (50 MB limit, not recommended for production). On first startup, that module migrates existing database workspace snapshots from the legacy task storage. For production, use @backstage/plugin-scaffolder-backend-module-gcp or a similar external storage provider. The scaffolder rejects a configured provider that has not been installed and registered.

    Enabling crash recovery does not keep completed task event streams open; normal task completion remains terminal for event-stream clients.

Patch Changes

  • 2bf1392: Software template inline conditionals without an else branch now render an empty string when their condition is false, matching Nunjucks behavior.
  • beaa3db: Reject Scaffolder steps where each resolves to a primitive value instead of an array or object.
  • c1a30ef: Restored support for intrinsic string, number, array, Map, and Set methods in software templates.
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.3.0-next.0
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-workspace-database@0.1.0-next.0

Minor Changes

  • e95b649: Added task recovery feature with new scaffolder.taskRecovery config section. When enabled, tasks that crash or timeout are automatically recovered and resume from the last completed step, task secrets are retained until the task reaches a terminal state so recovery can continue, and completed step outputs are persisted. Enabling recovery applies to all scaffolder tasks, so actions used by those tasks should be idempotent or use checkpoints. When recovery is disabled (the default), the previous behavior is unchanged: secrets are cleared as soon as a task is claimed and retries re-run every step. The new config consolidates previous experimental flags (EXPERIMENTAL_recoverTasks, EXPERIMENTAL_workspaceSerialization, EXPERIMENTAL_recoverTasksTimeout) which remain supported as fallbacks. The legacy workspace provider setting continues to select a provider only when EXPERIMENTAL_workspaceSerialization is true.

    Workspace serialization for task recovery now requires installing a separate workspace provider module, including when you use the legacy configuration. For development, use @backstage/plugin-scaffolder-backend-module-workspace-database (50 MB limit, not recommended for production). On first startup, that module migrates existing database workspace snapshots from the legacy task storage. For production, use @backstage/plugin-scaffolder-backend-module-gcp or a similar external storage provider. The scaffolder rejects a configured provider that has not been installed and registered.

    Enabling crash recovery does not keep completed task event streams open; normal task completion remains terminal for event-stream clients.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-common@2.3.0-next.0

Minor Changes

  • 1a705ca: Added templateDryRunPermission, which allows permission policies to control who can submit inline Software Template dry runs.

@backstage/plugin-scaffolder-react@2.1.0-next.0

Minor Changes

  • 5ff93bf: Added functionality to register a Template Outputs Component in the new frontend system.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.3.0-next.0
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/frontend-test-utils@0.6.4-next.0

@backstage/app-defaults@1.7.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/backend-dynamic-feature-service@0.8.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/cli@0.36.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli-module-build@0.1.8-next.0
    • @backstage/cli-defaults@0.1.6-next.0

@backstage/cli-defaults@0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli-module-build@0.1.8-next.0
    • @backstage/cli-module-new@0.1.7-next.0

@backstage/cli-module-build@0.1.8-next.0

Patch Changes

  • b2b7568: Significantly improve the performance of build-workspace when packaging many Backstage packages.

@backstage/cli-module-new@0.1.7-next.0

Patch Changes

  • 4cba335: Fixes published entry point configurations so it can be imported reliably in Jest/Node resolution.

@backstage/core-app-api@1.20.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0

@backstage/core-compat-api@0.5.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0

@backstage/core-components@0.18.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0

@backstage/create-app@0.9.2-next.0

Patch Changes

  • Bumped create-app version.

@backstage/dev-utils@1.1.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/app-defaults@1.7.12-next.0

@backstage/frontend-app-api@0.16.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/frontend-defaults@0.5.6-next.0

@backstage/frontend-defaults@0.5.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.5.3-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/frontend-app-api@0.16.8-next.0

@backstage/frontend-dev-utils@0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-app@0.5.3-next.0
    • @backstage/frontend-defaults@0.5.6-next.0

@backstage/frontend-test-utils@0.6.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.5.3-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/frontend-app-api@0.16.8-next.0
    • @backstage/test-utils@1.7.22-next.0

@techdocs/cli@1.11.4-next.0

Patch Changes

  • de92fae: Fixed an issue where techdocs-cli serve would silently stop detecting documentation changes and no longer refresh the browser when the Python environment (TechDocs container image or local) contains click 8.3.x. The CLI now explicitly enables MkDocs live reload when serving.

@backstage/test-utils@1.7.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.20.5-next.0

@backstage/ui@0.17.2-next.0

Patch Changes

  • f914343: Prevent BUI styles from overriding document and native control line heights while preserving BUI component typography.

@backstage/plugin-api-docs@0.14.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-catalog@2.0.9-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-app@0.5.3-next.0

Patch Changes

  • f914343: Fixed toast text layout when the application does not define a global line height.
  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-app-module-user-settings@0.1.2-next.0

Patch Changes

  • 4cba335: Fixes published entry point configurations so it can be imported reliably in Jest/Node resolution.
  • Updated dependencies
    • @backstage/plugin-user-settings@0.9.7-next.0

@backstage/plugin-app-visualizer@0.2.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-auth@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0

@backstage/plugin-auth-backend@0.30.1-next.0

Patch Changes

  • 08c5d9b: Fixed inconsistent URL pattern matching in token revocation.

@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.30.1-next.0

@backstage/plugin-auth-backend-module-oidc-provider@0.4.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.30.1-next.0

@backstage/plugin-auth-react@0.1.31-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-catalog@2.0.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.3.0-next.0
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@backstage/plugin-catalog-backend-module-aws@0.4.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.13-next.0

@backstage/plugin-catalog-backend-module-gcp@0.3.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.13-next.0

@backstage/plugin-catalog-backend-module-gitlab@0.8.7-next.0

Patch Changes

  • 348bea1: Fixed GitlabDiscoveryEntityProvider to only process push events targeting the configured branch.

@backstage/plugin-catalog-backend-module-gitlab-org@0.2.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-gitlab@0.8.7-next.0

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.3.0-next.0

@backstage/plugin-catalog-graph@0.6.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-catalog-import@0.13.17-next.0

Patch Changes

  • 5d6a62b: Fixed the owner selected in the import stepper being written to the generated catalog-info.yaml as a display name instead of an entity reference. Groups are still suggested by their display name, but selecting one now sets a valid spec.owner, for example picking My Team results in my-team.
  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-catalog-react@3.2.2-next.0

Patch Changes

  • a7b14b5: Fixed EntityOwnerPicker crashing with Entity reference "<name>" had missing or empty kind when the owners query parameter contains humanized entity refs, as produced by the OwnershipCard links in @backstage/plugin-org.

    Query parameters were stored as-is in the initial state and only converted to full entity refs by an effect, which runs after the first render. That first render passed the raw value to the entity presentation API, whose parseEntityRef call rejects a ref without a kind. The same raw value was also sent to catalogApi.getEntitiesByRefs on mount, and made the option checkboxes render unselected until the effect ran.

    The query parameters are now normalized through EntityOwnerFilter when the state is initialized, matching what the existing effect already did and what the filters code path already produced.

  • Updated dependencies

    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0
    • @backstage/frontend-test-utils@0.6.4-next.0

@backstage/plugin-catalog-unprocessed-entities@0.2.35-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0

@backstage/plugin-config-schema@0.1.84-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-devtools@0.1.43-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0

@backstage/plugin-home@0.9.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0
    • @backstage/plugin-home-react@0.1.42-next.0

@backstage/plugin-home-react@0.1.42-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0
    • @backstage/core-compat-api@0.5.15-next.0

@backstage/plugin-kubernetes@0.12.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.13-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-kubernetes-react@0.5.24-next.0

@backstage/plugin-kubernetes-backend@0.21.10-next.0

Patch Changes

  • b11c9b4: Improved entity resolution on the deprecated services endpoint.
  • d9a57de: Add KubernetesWatcher interface for streaming Kubernetes resource changes via an async iterator. The watcher is separated from KubernetesFetcher because watching is a long-lived streaming connection that only works with server-side auth providers. Watch supports all event types (ADDED, MODIFIED, DELETED, BOOKMARK, ERROR) with errors yielded as data rather than thrown.
  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.13-next.0
    • @backstage/plugin-kubernetes-node@0.4.8-next.0

@backstage/plugin-kubernetes-cluster@0.0.41-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.13-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-kubernetes-react@0.5.24-next.0

@backstage/plugin-kubernetes-common@0.9.13-next.0

Patch Changes

  • d9a57de: Add KubernetesWatcher interface for streaming Kubernetes resource changes via an async iterator. The watcher is separated from KubernetesFetcher because watching is a long-lived streaming connection that only works with server-side auth providers. Watch supports all event types (ADDED, MODIFIED, DELETED, BOOKMARK, ERROR) with errors yielded as data rather than thrown.

@backstage/plugin-kubernetes-node@0.4.8-next.0

Patch Changes

  • d9a57de: Add KubernetesWatcher interface for streaming Kubernetes resource changes via an async iterator. The watcher is separated from KubernetesFetcher because watching is a long-lived streaming connection that only works with server-side auth providers. Watch supports all event types (ADDED, MODIFIED, DELETED, BOOKMARK, ERROR) with errors yielded as data rather than thrown.
  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.13-next.0

@backstage/plugin-kubernetes-react@0.5.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.13-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-mui-to-bui@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0

@backstage/plugin-notifications@0.5.21-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-org@0.7.8-next.0

Patch Changes

  • fe0ec65: Fixed ownership card catalog links to filter by stable entity references instead of display titles.
  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-org-react@0.1.54-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-scaffolder-backend-module-azure@0.2.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-gcp@0.2.25-next.0

Patch Changes

  • e95b649: Added new config path scaffolder.taskRecovery.gcsBucket.name for GCS workspace provider. The previous EXPERIMENTAL_workspaceSerializationGcpBucketName config is still supported as a fallback. Workspace upload failures are now propagated so that a task does not record a completed step without its corresponding workspace.
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-gerrit@0.2.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-gitea@0.2.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-github@0.9.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-gitlab@0.11.10-next.0

Patch Changes

  • 3c7c082: Fixed gitlab:repo:push failing with 400 Bad request - Provide at least one action when the workspace has no file changes to commit (e.g. re-running a template against an already up-to-date branch). The action now detects an empty action list, skips the commit API call, and logs a warning whenever allowEmpty is not true (covering both the default of unset and an explicit false). The commitHash output is omitted in this no-op case and is now declared optional. Pass allowEmpty: true to retain the previous behavior of forwarding an empty commit to GitLab.
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-notifications@0.1.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-rails@0.5.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-sentry@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-scaffolder-backend-module-yeoman@0.4.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0
    • @backstage/plugin-scaffolder-node-test-utils@0.3.15-next.0

@backstage/plugin-scaffolder-node@0.13.7-next.0

Patch Changes

  • e95b649: Added task recovery feature with new scaffolder.taskRecovery config section. When enabled, tasks that crash or timeout are automatically recovered and resume from the last completed step, task secrets are retained until the task reaches a terminal state so recovery can continue, and completed step outputs are persisted. Enabling recovery applies to all scaffolder tasks, so actions used by those tasks should be idempotent or use checkpoints. When recovery is disabled (the default), the previous behavior is unchanged: secrets are cleared as soon as a task is claimed and retries re-run every step. The new config consolidates previous experimental flags (EXPERIMENTAL_recoverTasks, EXPERIMENTAL_workspaceSerialization, EXPERIMENTAL_recoverTasksTimeout) which remain supported as fallbacks. The legacy workspace provider setting continues to select a provider only when EXPERIMENTAL_workspaceSerialization is true.

    Workspace serialization for task recovery now requires installing a separate workspace provider module, including when you use the legacy configuration. For development, use @backstage/plugin-scaffolder-backend-module-workspace-database (50 MB limit, not recommended for production). On first startup, that module migrates existing database workspace snapshots from the legacy task storage. For production, use @backstage/plugin-scaffolder-backend-module-gcp or a similar external storage provider. The scaffolder rejects a configured provider that has not been installed and registered.

    Enabling crash recovery does not keep completed task event streams open; normal task completion remains terminal for event-stream clients.

  • Updated dependencies

    • @backstage/plugin-scaffolder-common@2.3.0-next.0

@backstage/plugin-scaffolder-node-test-utils@0.3.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.7-next.0

@backstage/plugin-search@1.7.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-home-react@0.1.42-next.0

@backstage/plugin-search-backend@2.1.7-next.0

Patch Changes

  • b11c9b4: Fixed a bug where the search engine could receive an unfiltered query when no document types were permitted.

@backstage/plugin-search-backend-module-catalog@0.3.19-next.0

Patch Changes

  • 979c255: Improved catalog indexing performance by using cursor pagination for TechDocs and avoiding unused total item counts in search collators.

@backstage/plugin-search-backend-module-elasticsearch@1.8.8-next.0

Patch Changes

  • b11c9b4: Fixed a bug where an empty document type list could result in querying all indices instead of returning empty results.

@backstage/plugin-search-backend-module-techdocs@0.4.18-next.0

Patch Changes

  • 979c255: Improved catalog indexing performance by using cursor pagination for TechDocs and avoiding unused total item counts in search collators.

@backstage/plugin-search-react@1.11.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-signals@0.0.35-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-techdocs@1.18.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-auth-react@0.1.31-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@backstage/plugin-techdocs-addons-test-utils@2.0.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-catalog@2.0.9-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/plugin-techdocs@1.18.1-next.0
    • @backstage/test-utils@1.7.22-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@backstage/plugin-techdocs-react@1.3.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

@backstage/plugin-user-settings@0.9.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0

example-app@0.0.39-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-import@0.13.17-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-org@0.7.8-next.0
    • @backstage/plugin-scaffolder-react@2.1.0-next.0
    • @backstage/plugin-scaffolder@1.39.0-next.0
    • @backstage/plugin-app-module-user-settings@0.1.2-next.0
    • @backstage/plugin-app@0.5.3-next.0
    • @backstage/plugin-catalog@2.0.9-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-api-docs@0.14.5-next.0
    • @backstage/plugin-app-visualizer@0.2.8-next.0
    • @backstage/plugin-auth@0.1.12-next.0
    • @backstage/plugin-catalog-graph@0.6.8-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.35-next.0
    • @backstage/plugin-devtools@0.1.43-next.0
    • @backstage/plugin-notifications@0.5.21-next.0
    • @backstage/plugin-search@1.7.8-next.0
    • @backstage/plugin-techdocs@1.18.1-next.0
    • @backstage/plugin-user-settings@0.9.7-next.0
    • @backstage/cli@0.36.6-next.0
    • @backstage/core-compat-api@0.5.15-next.0
    • @backstage/plugin-home@0.9.10-next.0
    • @backstage/plugin-kubernetes@0.12.23-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.41-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.0
    • @backstage/frontend-app-api@0.16.8-next.0
    • @backstage/frontend-defaults@0.5.6-next.0
    • @backstage/app-defaults@1.7.12-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-auth-react@0.1.31-next.0
    • @backstage/plugin-home-react@0.1.42-next.0
    • @backstage/plugin-signals@0.0.35-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

app-example-plugin@0.0.39-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0

example-app-legacy@0.2.125-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog-import@0.13.17-next.0
    • @backstage/plugin-catalog-react@3.2.2-next.0
    • @backstage/plugin-org@0.7.8-next.0
    • @backstage/plugin-scaffolder-react@2.1.0-next.0
    • @backstage/plugin-scaffolder@1.39.0-next.0
    • @backstage/plugin-catalog@2.0.9-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-api-docs@0.14.5-next.0
    • @backstage/plugin-catalog-graph@0.6.8-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.35-next.0
    • @backstage/plugin-devtools@0.1.43-next.0
    • @backstage/plugin-mui-to-bui@0.2.11-next.0
    • @backstage/plugin-notifications@0.5.21-next.0
    • @backstage/plugin-search@1.7.8-next.0
    • @backstage/plugin-techdocs@1.18.1-next.0
    • @backstage/plugin-user-settings@0.9.7-next.0
    • @backstage/cli@0.36.6-next.0
    • @backstage/plugin-home@0.9.10-next.0
    • @backstage/plugin-kubernetes@0.12.23-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.41-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.40-next.0
    • @backstage/frontend-app-api@0.16.8-next.0
    • @backstage/app-defaults@1.7.12-next.0
    • @backstage/plugin-search-react@1.11.8-next.0
    • @backstage/plugin-auth-react@0.1.31-next.0
    • @backstage/plugin-home-react@0.1.42-next.0
    • @backstage/plugin-signals@0.0.35-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

example-backend@0.0.54-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@4.1.0-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.8.8-next.0
    • @backstage/plugin-kubernetes-backend@0.21.10-next.0
    • @backstage/plugin-search-backend-module-catalog@0.3.19-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.4.18-next.0
    • @backstage/plugin-search-backend@2.1.7-next.0
    • @backstage/plugin-auth-backend@0.30.1-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.24-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.9.13-next.0
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.26-next.0

e2e-test@0.2.44-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.9.2-next.0

@internal/scaffolder@0.0.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@2.1.0-next.0

techdocs-cli-embedded-app@0.2.124-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.17.2-next.0
    • @backstage/plugin-catalog@2.0.9-next.0
    • @backstage/core-app-api@1.20.5-next.0
    • @backstage/core-components@0.18.14-next.0
    • @backstage/plugin-techdocs@1.18.1-next.0
    • @backstage/cli@0.36.6-next.0
    • @backstage/frontend-defaults@0.5.6-next.0
    • @backstage/test-utils@1.7.22-next.0
    • @backstage/plugin-techdocs-react@1.3.15-next.0

@internal/plugin-todo-list@1.0.55-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.14-next.0