Release v1.53.0-next.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.53.0-next.0
@backstage/config-loader@1.11.0-next.0
Minor Changes
- 4a7240b: Configuration schemas declared in TypeScript now resolve and validate imported types instead of treating them as unconstrained values. Invalid imports now cause schema loading to fail.
@backstage/ui@0.17.0-next.0
Minor Changes
- 503ba32: Added re-exports from
react-aria-components. The typesSelection,SortDirection, andKeyare available as type-only exports (useimport type), whileFocusableis a runtime export. Consumers can now import these directly from@backstage/uiinstead of depending onreact-aria-components, avoiding version mismatches.
Patch Changes
-
791703e: Add
breadcrumbsprop & breadcrumbs toPluginHeader. When passedbreadcrumbs,PluginHeaderrenders anavwith breadcrumbs & visually hides the plugin title.These breadcrumbs:
- Collapses middle segments if 5 or more segments
- Shows tooltip if text is truncated
Affected components: PluginHeader
-
066c7ac: Added a new
TextAreaFieldcomponent for multi-line text input, following the same conventions asTextFieldwith support for a label, secondary label, and description.
@backstage/plugin-catalog-react@3.2.0-next.0
Minor Changes
-
ba49e37: BREAKING ALPHA: The
EntityContextMenuItemBlueprintnow outputs menu item data instead of a rendered MUI element. The Catalog entity page consumes this data and renders BUI menu items.The source-level
icon,useProps, and filter authoring model remains, withiconnow typed asIconElement. We recommend using Remix icons and checking that custom icons follow the standard icon sizing requirements.Menu items close immediately when selected, including while asynchronous actions are pending.
-
15719cc: Added an alpha BUI-ready entity header layout extension point. Its loaded component receives Catalog-composed tabs and the active tab ID, allowing custom entity headers to preserve or customize entity-page navigation.
DEPRECATED ALPHA: The existing opaque entity header extension point is deprecated. It continues to work through a temporary Catalog legacy-layout fallback so adopters can migrate custom entity headers incrementally.
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/frontend-test-utils@0.6.2-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/app-defaults@1.7.10-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.20.3-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/backend-app-api@1.7.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/connections@0.1.1-next.0
@backstage/backend-defaults@0.17.4-next.0
Patch Changes
- aaa7d65: Improved readability of the AWS S3 URL parser by splitting the single monolithic regex into two separate patterns (standard S3 and VPC PrivateLink) with named capture groups. Also made the VPC endpoint region mandatory in the regex, fixing a potential mis-parse when the region segment was absent.
- 8419f51: Added support for AWS PrivateLink for Amazon S3.
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-app-api@1.7.2-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/backend-dynamic-feature-service@0.8.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/config-loader@1.11.0-next.0
- @backstage/plugin-catalog-backend@3.8.1-next.0
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-events-backend@0.6.4-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
- @backstage/plugin-app-node@0.1.47-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/backend-openapi-utils@0.6.11-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/backend-plugin-api@1.9.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
@backstage/backend-test-utils@1.11.5-next.0
Patch Changes
- 41c56b3: Fixed MySQL test database failures by pinning the Docker image from the floating
mysql:8tag tomysql:8.4and replacing a startup flag that was removed in MySQL 8.4. Connection pool reduced from 50 to 5 per test database, idle connections are now reaped after 5 seconds, and container connection limits raised to 1000 for both MySQL and Postgres to handle parallel Jest workers on high-core machines. - Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-app-api@1.7.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/catalog-client@1.16.1-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
@backstage/cli@0.36.4-next.0
Patch Changes
- Updated dependencies
- @backstage/cli-module-build@0.1.5-next.0
- @backstage/cli-defaults@0.1.4-next.0
@backstage/cli-defaults@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/cli-module-build@0.1.5-next.0
- @backstage/cli-module-new@0.1.5-next.0
- @backstage/cli-module-config@0.1.4-next.0
@backstage/cli-module-build@0.1.5-next.0
Patch Changes
- 87af6ce: Package preparation now converts TypeScript configuration schemas to separate JSON files. Backend builds compile schemas together before assembling the distribution workspace, while package publishing compiles each schema independently.
- da820d1: Added support for passing custom flags to the embedded postgres processes via
backend.database.connection.flags.postgresandbackend.database.connection.flags.initdbconfiguration properties. - Updated dependencies
- @backstage/config-loader@1.11.0-next.0
@backstage/cli-module-config@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
@backstage/cli-module-new@0.1.5-next.0
Patch Changes
- 28c1c1c: Synced zod-validation-error versions between packages
@backstage/connections@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/core-app-api@1.20.3-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/core-compat-api@0.5.13-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-app-react@0.2.5-next.0
@backstage/core-components@0.18.12-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/core-plugin-api@1.12.8-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
@backstage/create-app@0.8.5-next.0
Patch Changes
- Bumped create-app version.
@backstage/dev-utils@1.1.25-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/app-defaults@1.7.10-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
@backstage/filter-predicates@0.1.4-next.0
Patch Changes
- 28c1c1c: Synced zod-validation-error versions between packages
@backstage/frontend-app-api@0.16.5-next.0
Patch Changes
- 74fbcd7: Extension
ifpredicates now support specifying anactionattribute in the permission reference. When a permission name contains a#separator (e.g.catalog.entity.read#read), the part after#is used asattributes.actionwhen evaluating the permission. This removes the need to configure action attributes separately for basic permissions. - Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/frontend-defaults@0.5.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/frontend-defaults@0.5.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.16.5-next.0
- @backstage/plugin-app@0.5.1-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
@backstage/frontend-dev-utils@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/plugin-app@0.5.1-next.0
- @backstage/frontend-defaults@0.5.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
@backstage/frontend-dynamic-feature-loader@0.1.14-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
@backstage/frontend-plugin-api@0.17.3-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
@backstage/frontend-test-utils@0.6.2-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.16.5-next.0
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/plugin-app@0.5.1-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/test-utils@1.7.20-next.0
- @backstage/plugin-app-react@0.2.5-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/integration-react@1.2.20-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/repo-tools@0.17.4-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@techdocs/cli@1.11.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/plugin-techdocs-node@1.15.2-next.0
@backstage/test-utils@1.7.20-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.20.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-api-docs@0.14.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.7-next.0
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-app@0.5.1-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-app-react@0.2.5-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-app-backend@0.5.16-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-app-node@0.1.47-next.0
@backstage/plugin-app-node@0.1.47-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-app-react@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-app-visualizer@0.2.6-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-auth@0.1.10-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
@backstage/plugin-auth-backend@0.29.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.4.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-auth0-provider@0.4.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-auth-backend@0.29.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-github-provider@0.5.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-google-provider@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-guest-provider@0.2.21-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-microsoft-provider@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.4.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.3.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-oidc-provider@0.4.18-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-auth-backend@0.29.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-okta-provider@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-onelogin-provider@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-openshift-provider@0.1.9-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.3.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-auth-node@0.7.3-next.0
Patch Changes
- 28c1c1c: Synced zod-validation-error versions between packages
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-auth-react@0.1.29-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-catalog@2.0.7-next.0
Patch Changes
-
ba49e37: Migrated the new frontend system Catalog entity context menu to BUI and switched its built-in action icons to Remix icons. The old frontend system Catalog context menu remains unchanged.
BREAKING ALPHA: The new frontend system Catalog entity page now consumes data-driven context menu item extensions. Its
contextMenuItemsinput expects theEntityContextMenuItemBlueprintdata output rather than a rendered React element.The default English value of the
entityContextMenu.moreButtonAriaLabeltranslation changed frommoretoMore actions. If you provide localized Catalog messages, update this label as appropriate for your locale. -
15719cc: BREAKING ALPHA: Migrated the new frontend system Catalog entity page to the automatic Catalog plugin header and a BUI page header with entity tags, title, metadata, favorite and context-menu actions, and Catalog-composed navigation.
Existing alpha opaque entity header customizations continue to render through a temporary per-entity legacy fallback with the previous MUI tabs and page shell. Migrate those customizations to the new BUI-ready entity header layout extension point to receive composed tabs and the active tab ID. The new extension point wins when both customization types match an entity.
The default BUI navigation does not render entity-content tab icons because the BUI Header tab API does not expose an icon slot. Legacy fallback pages retain their existing tab-icon behavior.
Added the translation keys
entityLabels.systemLabel,entityLabels.domainLabel, andentityLabels.partOfLabel. Apps that provide Catalog translations should add translations for these new messages. -
Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-catalog-backend@3.8.1-next.0
Patch Changes
- 28c1c1c: Synced zod-validation-error versions between packages
- Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/plugin-catalog-backend-module-ai-model@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-aws@0.4.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-azure@0.3.19-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-gcp@0.3.21-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.3.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-gitea@0.1.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-github@0.13.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-github-org@0.3.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.13.4-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.8.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.8.5-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/plugin-catalog-backend@3.8.1-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-ldap@0.12.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-logs@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.8.1-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.10.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-msgraph-incremental@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.14-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-backend-module-msgraph@0.10.4-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-openapi@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.2.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-backend-module-unprocessed@0.6.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
@backstage/plugin-catalog-graph@0.6.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-catalog-import@0.13.15-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-catalog-node@2.2.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.11.5-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-catalog-unprocessed-entities@0.2.33-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-config-schema@0.1.82-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-devtools@0.1.41-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-devtools-backend@0.5.19-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.0-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-devtools-react@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-events-backend@0.6.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/plugin-events-backend-module-aws-sqs@0.4.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-azure@0.2.33-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.33-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-bitbucket-server@0.1.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-gerrit@0.2.33-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-github@0.4.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-gitlab@0.3.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-google-pubsub@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-module-kafka@0.3.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-backend-test-utils@0.1.57-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-events-node@0.4.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-gateway-backend@1.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-home@0.9.8-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-home-react@0.1.40-next.0
@backstage/plugin-home-react@0.1.40-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-kubernetes@0.12.21-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-kubernetes-react@0.5.21-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-kubernetes-backend@0.21.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-node@0.4.6-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-kubernetes-cluster@0.0.39-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-kubernetes-react@0.5.21-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-kubernetes-node@0.4.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-kubernetes-react@0.5.21-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-mcp-actions-backend@0.1.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-mui-to-bui@0.2.9-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-notifications@0.5.19-next.0
Patch Changes
- Updated dependencies
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-signals-react@0.0.24-next.0
@backstage/plugin-notifications-backend@0.6.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-notifications-node@0.2.28-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
- @backstage/plugin-signals-node@0.2.3-next.0
@backstage/plugin-notifications-backend-module-email@0.3.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-notifications-node@0.2.28-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-notifications-backend-module-slack@0.4.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-notifications-node@0.2.28-next.0
@backstage/plugin-notifications-node@0.2.28-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-org@0.7.6-next.0
Patch Changes
- 9585e44: Fixed the ownership card emitting duplicate React key warnings when different entity kinds share the same type.
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-org-react@0.1.52-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-permission-backend@0.7.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.21-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-permission-node@0.11.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-permission-react@0.5.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-proxy-backend@0.6.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-proxy-node@0.1.17-next.0
@backstage/plugin-proxy-node@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-scaffolder@1.38.1-next.0
Patch Changes
- c32e636: Fixed an issue where Bitbucket Cloud and Bitbucket Server hosts would not render the correct repository and branch picker fields in the Scaffolder.
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/plugin-scaffolder-react@2.0.2-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-scaffolder-backend@4.0.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/plugin-scaffolder-backend-module-azure@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.25-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-gcp@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.2.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-github@0.9.11-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.11.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-notifications@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-notifications-node@0.2.28-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-rails@0.5.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-sentry@0.3.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.24-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
- @backstage/plugin-scaffolder-node-test-utils@0.3.13-next.0
@backstage/plugin-scaffolder-node@0.13.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.11.5-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-scaffolder-node-test-utils@0.3.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.11.5-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-scaffolder-node@0.13.5-next.0
@backstage/plugin-scaffolder-react@2.0.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/frontend-test-utils@0.6.2-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
@backstage/plugin-search@1.7.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-search-backend@2.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/backend-openapi-utils@0.6.11-next.0
@backstage/plugin-search-backend-module-catalog@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-search-backend-module-elasticsearch@1.8.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-search-backend-module-explore@0.3.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-search-backend-module-pg@0.5.57-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.22-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-search-backend-module-techdocs@0.4.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-techdocs-node@1.15.2-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-search-backend-node@1.4.6-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-search-react@1.11.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-signals@0.0.33-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-signals-react@0.0.24-next.0
@backstage/plugin-signals-backend@0.3.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
- @backstage/plugin-signals-node@0.2.3-next.0
@backstage/plugin-signals-node@0.2.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-events-node@0.4.24-next.0
@backstage/plugin-signals-react@0.0.24-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-techdocs@1.17.8-next.0
Patch Changes
- 65c7f98: Fixed duplicate React key warnings when documentation entities share a name across different namespaces or kinds.
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/catalog-client@1.16.1-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-auth-react@0.1.29-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-techdocs-addons-test-utils@2.0.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.7-next.0
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/plugin-techdocs@1.17.8-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/test-utils@1.7.20-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-techdocs-backend@2.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/plugin-techdocs-node@1.15.2-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-techdocs-module-addons-contrib@1.1.38-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-techdocs-node@1.15.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
@backstage/plugin-techdocs-react@1.3.13-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@backstage/plugin-user-settings@0.9.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/plugin-signals-react@0.0.24-next.0
@backstage/plugin-user-settings-backend@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-signals-node@0.2.3-next.0
example-app@0.0.37-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-org@0.7.6-next.0
- @backstage/plugin-catalog@2.0.7-next.0
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/plugin-scaffolder@1.38.1-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/plugin-techdocs@1.17.8-next.0
- @backstage/frontend-app-api@0.16.5-next.0
- @backstage/cli@0.36.4-next.0
- @backstage/core-compat-api@0.5.13-next.0
- @backstage/plugin-api-docs@0.14.3-next.0
- @backstage/plugin-catalog-graph@0.6.6-next.0
- @backstage/plugin-catalog-import@0.13.15-next.0
- @backstage/plugin-home@0.9.8-next.0
- @backstage/plugin-scaffolder-react@2.0.2-next.0
- @backstage/plugin-user-settings@0.9.5-next.0
- @backstage/plugin-kubernetes@0.12.21-next.0
- @backstage/plugin-kubernetes-cluster@0.0.39-next.0
- @backstage/plugin-search@1.7.6-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.38-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/plugin-app@0.5.1-next.0
- @backstage/plugin-app-visualizer@0.2.6-next.0
- @backstage/plugin-auth@0.1.10-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.33-next.0
- @backstage/plugin-devtools@0.1.41-next.0
- @backstage/plugin-notifications@0.5.19-next.0
- @backstage/frontend-defaults@0.5.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/app-defaults@1.7.10-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-app-react@0.2.5-next.0
- @backstage/plugin-auth-react@0.1.29-next.0
- @backstage/plugin-home-react@0.1.40-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
- @backstage/plugin-signals@0.0.33-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
app-example-plugin@0.0.37-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
example-app-legacy@0.2.123-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-org@0.7.6-next.0
- @backstage/plugin-catalog@2.0.7-next.0
- @backstage/plugin-catalog-react@3.2.0-next.0
- @backstage/plugin-scaffolder@1.38.1-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/plugin-techdocs@1.17.8-next.0
- @backstage/frontend-app-api@0.16.5-next.0
- @backstage/cli@0.36.4-next.0
- @backstage/plugin-api-docs@0.14.3-next.0
- @backstage/plugin-catalog-graph@0.6.6-next.0
- @backstage/plugin-catalog-import@0.13.15-next.0
- @backstage/plugin-home@0.9.8-next.0
- @backstage/plugin-scaffolder-react@2.0.2-next.0
- @backstage/plugin-user-settings@0.9.5-next.0
- @backstage/plugin-kubernetes@0.12.21-next.0
- @backstage/plugin-kubernetes-cluster@0.0.39-next.0
- @backstage/plugin-search@1.7.6-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.38-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.33-next.0
- @backstage/plugin-devtools@0.1.41-next.0
- @backstage/plugin-mui-to-bui@0.2.9-next.0
- @backstage/plugin-notifications@0.5.19-next.0
- @backstage/plugin-search-react@1.11.6-next.0
- @backstage/app-defaults@1.7.10-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/plugin-auth-react@0.1.29-next.0
- @backstage/plugin-home-react@0.1.40-next.0
- @backstage/plugin-permission-react@0.5.3-next.0
- @backstage/plugin-signals@0.0.33-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
example-backend@0.0.52-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/plugin-catalog-backend@3.8.1-next.0
- @backstage/plugin-auth-node@0.7.3-next.0
- @backstage/plugin-app-backend@0.5.16-next.0
- @backstage/plugin-auth-backend@0.29.2-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.5.5-next.0
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.9-next.0
- @backstage/plugin-devtools-backend@0.5.19-next.0
- @backstage/plugin-events-backend@0.6.4-next.0
- @backstage/plugin-events-backend-module-google-pubsub@0.2.5-next.0
- @backstage/plugin-kubernetes-backend@0.21.6-next.0
- @backstage/plugin-mcp-actions-backend@0.1.15-next.0
- @backstage/plugin-notifications-backend@0.6.7-next.0
- @backstage/plugin-permission-backend@0.7.14-next.0
- @backstage/plugin-permission-node@0.11.2-next.0
- @backstage/plugin-proxy-backend@0.6.15-next.0
- @backstage/plugin-scaffolder-backend@4.0.2-next.0
- @backstage/plugin-search-backend@2.1.4-next.0
- @backstage/plugin-search-backend-node@1.4.6-next.0
- @backstage/plugin-signals-backend@0.3.17-next.0
- @backstage/plugin-techdocs-backend@2.2.2-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.21-next.0
- @backstage/plugin-catalog-backend-module-ai-model@0.1.2-next.0
- @backstage/plugin-catalog-backend-module-logs@0.1.24-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.2.24-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.22-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.14-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.21-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.9.11-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.17-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.8.5-next.0
- @backstage/plugin-search-backend-module-explore@0.3.16-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.16-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.16-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.24-next.0
@internal/backend@0.0.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
e2e-test@0.2.42-next.0
Patch Changes
- Updated dependencies
- @backstage/create-app@0.8.5-next.0
@internal/frontend@0.0.22-next.0
Patch Changes
- Updated dependencies
- @backstage/filter-predicates@0.1.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
@internal/scaffolder@0.0.23-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@2.0.2-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
techdocs-cli-embedded-app@0.2.122-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.7-next.0
- @backstage/ui@0.17.0-next.0
- @backstage/plugin-techdocs@1.17.8-next.0
- @backstage/cli@0.36.4-next.0
- @backstage/core-app-api@1.20.3-next.0
- @backstage/frontend-defaults@0.5.4-next.0
- @backstage/frontend-plugin-api@0.17.3-next.0
- @backstage/core-components@0.18.12-next.0
- @backstage/integration-react@1.2.20-next.0
- @backstage/test-utils@1.7.20-next.0
- @backstage/plugin-app-react@0.2.5-next.0
- @backstage/plugin-techdocs-react@1.3.13-next.0
@backstage/plugin-connections-example-backend@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.4-next.0
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/connections@0.1.1-next.0
- @backstage/plugin-catalog-node@2.2.3-next.0
- @backstage/catalog-client@1.16.1-next.0
@backstage/plugin-connections-example-backend-module-gitlab@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0
- @backstage/connections@0.1.1-next.0
@internal/plugin-todo-list@1.0.53-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.12-next.0
- @backstage/core-plugin-api@1.12.8-next.0
@internal/plugin-todo-list-backend@1.0.52-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.3-next.0