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
templateDryRunPermissionto inline Software Template dry runs and the corresponding backend action. Permission policies that deny unknown permissions must explicitly allowscaffolder.template.dry-runto retain existing dry-run access. -
e95b649: Added task recovery feature with new
scaffolder.taskRecoveryconfig 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 whenEXPERIMENTAL_workspaceSerializationistrue.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-gcpor 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
elsebranch now render an empty string when their condition is false, matching Nunjucks behavior. - beaa3db: Reject Scaffolder steps where
eachresolves to a primitive value instead of an array or object. - c1a30ef: Restored support for intrinsic string, number, array,
Map, andSetmethods 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.taskRecoveryconfig 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 whenEXPERIMENTAL_workspaceSerializationistrue.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-gcpor 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-workspacewhen 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 servewould silently stop detecting documentation changes and no longer refresh the browser when the Python environment (TechDocs container image or local) containsclick8.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
GitlabDiscoveryEntityProviderto 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.yamlas a display name instead of an entity reference. Groups are still suggested by their display name, but selecting one now sets a validspec.owner, for example pickingMy Teamresults inmy-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
EntityOwnerPickercrashing withEntity reference "<name>" had missing or empty kindwhen theownersquery parameter contains humanized entity refs, as produced by theOwnershipCardlinks 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
parseEntityRefcall rejects a ref without a kind. The same raw value was also sent tocatalogApi.getEntitiesByRefson mount, and made the option checkboxes render unselected until the effect ran.The query parameters are now normalized through
EntityOwnerFilterwhen the state is initialized, matching what the existing effect already did and what thefilterscode 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
KubernetesWatcherinterface for streaming Kubernetes resource changes via an async iterator. The watcher is separated fromKubernetesFetcherbecause 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
KubernetesWatcherinterface for streaming Kubernetes resource changes via an async iterator. The watcher is separated fromKubernetesFetcherbecause 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
KubernetesWatcherinterface for streaming Kubernetes resource changes via an async iterator. The watcher is separated fromKubernetesFetcherbecause 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.namefor GCS workspace provider. The previousEXPERIMENTAL_workspaceSerializationGcpBucketNameconfig 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:pushfailing with400 Bad request - Provide at least one actionwhen 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 wheneverallowEmptyis not true (covering both the default of unset and an explicitfalse). ThecommitHashoutput is omitted in this no-op case and is now declared optional. PassallowEmpty: trueto 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.taskRecoveryconfig 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 whenEXPERIMENTAL_workspaceSerializationistrue.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-gcpor 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