69 KiB
Release v1.31.0-next.1
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.31.0-next.1
@backstage/backend-common@0.25.0-next.1
Minor Changes
-
a4bac3c: BREAKING: You can no longer supply abasePathoption to the host discovery implementation. In the new backend system, the ability to choose this path has been removed anyway at the plugin router level. -
988c145: BREAKING: Simplifications and cleanup as part of the Backend System 1.0 work.- The deprecated
dropDatabasefunction has now been removed, without replacement.
- The deprecated
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
@backstage/backend-defaults@0.5.0-next.1
Minor Changes
-
a4bac3c: BREAKING: You can no longer supply abasePathoption to the host discovery implementation. In the new backend system, the ability to choose this path has been removed anyway at the plugin router level. -
055b75b: BREAKING: Simplifications and cleanup as part of the Backend System 1.0 work.For the
/databasesubpath exports:- The deprecated
dropDatabasefunction has now been removed, without replacement. - The deprecated
LegacyRootDatabaseServicetype has now been removed. - The return type from
DatabaseManager.forPluginis now directly aDatabaseService, as arguably expected. DatabaseManager.forPluginnow requires thedepsargument, with the logger and lifecycle services.
For the
/cachesubpath exports:- The
PluginCacheManagertype has been removed. You can still import it from@backstage/backend-common, but it's deprecated there, and you should move off of that package by migrating fully to the new backend system. - Accordingly,
CacheManager.forPluginimmediately returns aCacheServiceinstead of aPluginCacheManager. The outcome of this is that you no longer need to make the extra.getClient()call. The oldCacheManagerwith the old behavior still exists on@backstage/backend-common, but the above recommendations apply.
- The deprecated
Patch Changes
622360e: Move down the discovery config to be in the rootfe6fd8c: AcceptConfigServiceinstead ofConfigin constructors/factories5705424: Wrap scheduled tasks from the scheduler core service now in OpenTelemetry spansb2a329d: Properly indent the config schema- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-app-api@0.10.0-next.1
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/core-compat-api@0.3.0-next.1
Minor Changes
6db849e: BREAKING: Thenamespaceparameter for API's is now defaulted to thepluginIdwhich was discovered. This means that if you're overriding API's by using ID's directly, they might have changed to include the plugin ID too.
Patch Changes
c816e2d: Added support for newFrontendPluginandFrontendModuletypes.- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-plugin-api@1.9.3
- @backstage/version-bridge@1.0.8
@backstage/frontend-app-api@0.9.0-next.1
Minor Changes
-
7c80650: BREAKING: ThecreateSpecializedAppfunction now creates a bare-bones app without any of the default app structure or APIs. To re-introduce this functionality if you need to usecreateSpecializedAppyou can install theappplugin from@backstage/plugin-app.In addition, the
createAppandCreateAppFeatureLoaderexports are now deprecated as they are being moved to@backstage/frontend-defaults, which should be used instead.
Patch Changes
c816e2d: Added support for newFrontendPluginandFrontendModuletypes.948d431: Removing deprecatednamespaceparameter in favour ofpluginIdinstead- Updated dependencies
- @backstage/frontend-defaults@0.1.0-next.0
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
@backstage/frontend-defaults@0.1.0-next.0
Minor Changes
7c80650: Initial release of this package, which provides a default app setup through thecreateAppfunction. This replaces the existingcreateAppmethod from@backstage/frontend-app-api.
Patch Changes
7d19cd5: Added a newCreateAppOptionstype for thecreateAppoptions.7d19cd5: AddedcreatePublicSignInApp, used to creating apps for the public entry point.- Updated dependencies
- @backstage/frontend-app-api@0.9.0-next.1
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/plugin-app@0.1.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/app-defaults@1.5.11-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.25
@backstage/backend-app-api@0.10.0-next.1
Patch Changes
c246372: Updated the error message for missing service dependencies to include the plugin and module IDs.- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/backend-dynamic-feature-service@0.4.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-app-api@0.10.0-next.1
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.25-next.1
- @backstage/plugin-events-backend@0.3.12-next.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/backend-openapi-utils@0.1.18-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/errors@1.2.4
@backstage/backend-plugin-api@0.9.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.1
@backstage/backend-test-utils@0.6.0-next.1
Patch Changes
710f621: Added missing service mock formockServices.rootConfig.mock, and fixed the definition ofmockServices.rootHttpRouter.factoryto not have a duplicate callback.- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-app-api@0.10.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/catalog-client@1.6.7-next.0
Patch Changes
-
1882cfe: MovedgetEntitiesordering to utilize database instead of having it inside catalog clientPlease note that the latest version of
@backstage/catalog-clientwill not order the entities in the same way as before. This is because the ordering is now done in the database query instead of in the client. If you rely on the ordering of the entities, you may need to update your backend plugin or code to handle this change. -
Updated dependencies
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
@backstage/cli@0.27.1-next.1
Patch Changes
-
d2d2313: Addconfig.d.tsfiles to the list of included file intsconfig.json.This allows ESLint to detect issues or deprecations in those files.
-
97422b0: Update templates to not refer to backend-common -
f865103: Updated dependencyesbuildto^0.23.0. -
569c3f0: Fixed an issue where published frontend packages would end up with an invalid import structure if a single module imported both.cssand.svgfiles. -
Updated dependencies
- @backstage/catalog-model@1.6.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.8
- @backstage/integration@1.14.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
@backstage/codemods@0.1.50-next.0
Patch Changes
0894166: Updated dependencyjscodeshiftto^0.16.0.- Updated dependencies
- @backstage/cli-common@0.1.14
@backstage/core-components@0.14.11-next.0
Patch Changes
06b8206: AddedtitleComponentprop toSignInPagecomponent to allow further customization of the title usingReactNode- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/version-bridge@1.0.8
@backstage/create-app@0.5.19-next.1
Patch Changes
-
d2d2313: Addconfig.d.tsfiles to the list of included file intsconfig.json.This allows ESLint to detect issues or deprecations in those files.
-
97422b0: Update templates to not refer to backend-common -
bf370c2: Remove references to the@backstage/backend-tasksin versions of thecreate-apppackage, as it has been deprecated. -
Updated dependencies
- @backstage/cli-common@0.1.14
@backstage/dev-utils@1.0.38-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/app-defaults@1.5.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/theme@0.5.6
@backstage/frontend-plugin-api@0.8.0-next.1
Patch Changes
-
c816e2d: AddedcreateFrontendModuleas a replacement forcreateExtensionOverrides, which is now deprecated.Deprecated the
BackstagePluginandFrontendFeaturetype in favor ofFrontendPluginandFrontendFeaturefrom@backstage/frontend-app-apirespectively. -
52f9c5a: Deprecated thenamespaceoption forcreateExtensionBlueprintandcreateExtension, these are no longer required and will default to thepluginIdinstead.You can migrate some of your extensions that use
createExtensionOverridesto usingcreateFrontendModuleinstead and providing apluginIdthere.// Before createExtensionOverrides({ extensions: [ createExtension({ name: 'my-extension', namespace: 'my-namespace', kind: 'test', ... }) ], }); // After createFrontendModule({ pluginId: 'my-namespace', extensions: [ createExtension({ name: 'my-extension', kind: 'test', ... }) ], }); -
948d431: Removing deprecatednamespaceparameter in favour ofpluginIdinstead -
Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
@backstage/frontend-test-utils@0.2.0-next.1
Patch Changes
948d431: Removing deprecatednamespaceparameter in favour ofpluginIdinstead- Updated dependencies
- @backstage/frontend-app-api@0.9.0-next.1
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/plugin-app@0.1.0-next.1
- @backstage/config@1.2.0
- @backstage/test-utils@1.6.0-next.0
- @backstage/types@1.1.1
@backstage/repo-tools@0.9.7-next.1
Patch Changes
5c4aa2f: Updated dependency@useoptic/openapi-utilitiesto^0.55.0.- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
@techdocs/cli@1.8.19-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/plugin-techdocs-node@1.12.11-next.1
@backstage/plugin-api-docs@0.11.9-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-permission-react@0.4.25
@backstage/plugin-app@0.1.0-next.1
Patch Changes
-
52f9c5a: Deprecated thenamespaceoption forcreateExtensionBlueprintandcreateExtension, these are no longer required and will default to thepluginIdinstead.You can migrate some of your extensions that use
createExtensionOverridesto usingcreateFrontendModuleinstead and providing apluginIdthere.// Before createExtensionOverrides({ extensions: [ createExtension({ name: 'my-extension', namespace: 'my-namespace', kind: 'test', ... }) ], }); // After createFrontendModule({ pluginId: 'my-namespace', extensions: [ createExtension({ name: 'my-extension', kind: 'test', ... }) ], }); -
Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.25
@backstage/plugin-app-backend@0.3.74-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.25-next.1
@backstage/plugin-app-node@0.1.25-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config-loader@1.9.0
@backstage/plugin-app-visualizer@0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
@backstage/plugin-auth-backend@0.23.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.0-next.1
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.0-next.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.0-next.1
- @backstage/plugin-auth-backend-module-github-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-google-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.0-next.1
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.0-next.1
- @backstage/plugin-auth-backend-module-okta-provider@0.1.0-next.1
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.0-next.1
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-auth-backend-module-atlassian-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-aws-alb-provider@0.2.0-next.1
Patch Changes
8d1fb8d: Throw correct error when email is missing from the claims- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/errors@1.2.4
- @backstage/plugin-auth-backend@0.23.0-next.1
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-gitlab-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-google-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-guest-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-microsoft-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-oauth2-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-oidc-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-auth-backend@0.23.0-next.1
@backstage/plugin-auth-backend-module-okta-provider@0.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-onelogin-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-auth-backend-module-pinniped-provider@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
@backstage/plugin-auth-node@0.5.2-next.1
Patch Changes
c46eb0f: Extend the "unable to resolve user identity" message- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-react@0.1.6-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
@backstage/plugin-catalog@1.22.1-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-permission-react@0.4.25
- @backstage/plugin-scaffolder-common@1.5.5
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.0-next.1
@backstage/plugin-catalog-backend@1.25.3-next.1
Patch Changes
-
1882cfe: MovedgetEntitiesordering to utilize database instead of having it inside catalog clientPlease note that the latest version of
@backstage/catalog-clientwill not order the entities in the same way as before. This is because the ordering is now done in the database query instead of in the client. If you rely on the ordering of the entities, you may need to update your backend plugin or code to handle this change. -
Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-openapi-utils@0.1.18-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-search-backend-module-catalog@0.2.2-next.1
@backstage/plugin-catalog-backend-module-aws@0.4.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-kubernetes-common@0.8.2
@backstage/plugin-catalog-backend-module-azure@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.1.18-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.3.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-bitbucket-cloud-common@0.2.22
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-bitbucket-server@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-gcp@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-kubernetes-common@0.8.2
@backstage/plugin-catalog-backend-module-gerrit@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-github@0.7.3-next.1
Patch Changes
5edd344: Refactor to use injected catalog client in the new backend system- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-github-org@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.7.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-gitlab@0.4.2-next.1
Patch Changes
53b24d9: Internal update to use the new cache manager- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-catalog-backend-module-gitlab@0.4.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.5.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-catalog-backend-module-ldap@0.9.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-logs@0.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-catalog-backend-module-msgraph@0.6.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-openapi@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-puppetdb@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.12.7-next.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-scaffolder-common@1.5.5
@backstage/plugin-catalog-backend-module-unprocessed@0.5.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.4
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-catalog-graph@0.4.9-next.1
Patch Changes
da91078: Fixed a bug in theCatalogGraphPagecomponent where, after clicking on some nodes, clicking the back button would break the navigation. This issue caused the entire navigation to fail and behaved differently across various browsers.- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-import@0.12.3-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-react@1.1.30
- @backstage/plugin-catalog-common@1.0.26
@backstage/plugin-catalog-node@1.12.7-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/plugin-catalog-react@1.12.4-next.1
Patch Changes
ae9b6cb: Small internal fix to better work with recentlodashversions- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-react@0.4.25
@backstage/plugin-catalog-unprocessed-entities@0.2.8-next.0
Patch Changes
-
4f08c85: Show additional info on DevTools unprocessed entities table- Location path (so that it's easier to search the failed entity from the YAML URL)
- Time info of last discovery and next refresh time so that users can be aware of it and can sort the errors based on the time.
-
Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
@backstage/plugin-config-schema@0.1.59-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-devtools@0.1.18-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/plugin-devtools-common@0.1.12
- @backstage/plugin-permission-react@0.4.25
@backstage/plugin-devtools-backend@0.4.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.12
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/plugin-events-backend@0.3.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-aws-sqs@0.4.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-azure@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-gerrit@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-github@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-module-gitlab@0.2.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-backend-test-utils@0.1.35-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-events-node@0.4.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
@backstage/plugin-home@0.7.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-home-react@0.1.17-next.0
@backstage/plugin-home-react@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
@backstage/plugin-kubernetes@0.11.14-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-kubernetes-common@0.8.2
- @backstage/plugin-kubernetes-react@0.4.3-next.0
@backstage/plugin-kubernetes-backend@0.18.6-next.1
Patch Changes
ca96b66: Skip start without proper config- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-kubernetes-common@0.8.2
- @backstage/plugin-kubernetes-node@0.1.19-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/plugin-kubernetes-cluster@0.0.15-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-kubernetes-common@0.8.2
- @backstage/plugin-kubernetes-react@0.4.3-next.0
@backstage/plugin-kubernetes-node@0.1.19-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.2
@backstage/plugin-kubernetes-react@0.4.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.2
@backstage/plugin-notifications@0.3.1-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-react@0.0.5-next.0
@backstage/plugin-notifications-backend@0.4.0-next.1
Patch Changes
f195972: Validate notification link when new notification is created5edd344: Refactor to use injected catalog client in the new backend system- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.6-next.1
- @backstage/plugin-signals-node@0.1.11-next.1
@backstage/plugin-notifications-backend-module-email@0.3.0-next.1
Patch Changes
5edd344: Refactor to use injected catalog client in the new backend system- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.6-next.1
@backstage/plugin-notifications-node@0.2.6-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.11-next.1
@backstage/plugin-org@0.6.29-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog-common@1.0.26
@backstage/plugin-org-react@0.1.28-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
@backstage/plugin-permission-backend@0.5.49-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
@backstage/plugin-permission-node@0.8.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-proxy-backend@0.5.6-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-scaffolder@1.25.0-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-scaffolder-react@1.12.0-next.1
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-react@1.1.30
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-permission-react@0.4.25
- @backstage/plugin-scaffolder-common@1.5.5
@backstage/plugin-scaffolder-backend@1.25.0-next.1
Patch Changes
f865103: Updated dependencyesbuildto^0.23.0.- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-bitbucket-cloud-common@0.2.22
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.0-next.1
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-scaffolder-backend-module-azure@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.0-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.5.0-next.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.5.0-next.1
- @backstage/plugin-scaffolder-common@1.5.5
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-azure@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.0-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.0-next.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-bitbucket-cloud-common@0.2.22
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-gcp@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-gitea@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-github@0.5.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-gitlab@0.5.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-notifications@0.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.6-next.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-rails@0.5.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-sentry@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
- @backstage/plugin-scaffolder-node-test-utils@0.1.12-next.1
@backstage/plugin-scaffolder-node@0.4.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.5
@backstage/plugin-scaffolder-node-test-utils@0.1.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-test-utils@0.6.0-next.1
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.11-next.1
@backstage/plugin-scaffolder-react@1.12.0-next.1
Patch Changes
c2cbe1e: Updated dependencyuse-immerto^0.10.0.- Updated dependencies
- @backstage/catalog-client@1.6.7-next.0
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-permission-react@0.4.25
- @backstage/plugin-scaffolder-common@1.5.5
@backstage/plugin-search@1.4.16-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.0-next.1
@backstage/plugin-search-backend@1.5.17-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-openapi-utils@0.1.18-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-catalog@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-elasticsearch@1.5.6-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-explore@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-pg@0.5.35-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-techdocs@0.2.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-techdocs-node@1.12.11-next.1
@backstage/plugin-search-backend-node@1.3.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-react@1.8.0-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-signals@0.0.10-next.1
Patch Changes
3e9b1a4: Put a name on theSignalsDisplaycomponent extension- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.5-next.0
@backstage/plugin-signals-backend@0.2.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-signals-node@0.1.11-next.1
@backstage/plugin-signals-node@0.1.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.1
@backstage/plugin-techdocs@1.10.9-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-react@1.1.30
- @backstage/theme@0.5.6
- @backstage/plugin-auth-react@0.1.6-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.0-next.1
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-react@1.2.8-next.1
@backstage/plugin-techdocs-addons-test-utils@1.0.38-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/test-utils@1.6.0-next.0
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-search-react@1.8.0-next.1
- @backstage/plugin-techdocs@1.10.9-next.1
- @backstage/plugin-techdocs-react@1.2.8-next.1
@backstage/plugin-techdocs-backend@1.10.13-next.1
Patch Changes
5edd344: Refactor to use injected catalog client in the new backend system- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-module-techdocs@0.2.2-next.1
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-node@1.12.11-next.1
@backstage/plugin-techdocs-module-addons-contrib@1.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration@1.14.0
- @backstage/integration-react@1.1.30
- @backstage/plugin-techdocs-react@1.2.8-next.1
@backstage/plugin-techdocs-node@1.12.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-techdocs-common@0.1.0
@backstage/plugin-techdocs-react@1.2.8-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/version-bridge@1.0.8
@backstage/plugin-user-settings@0.8.12-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.5-next.0
- @backstage/plugin-user-settings-common@0.0.1
@backstage/plugin-user-settings-backend@0.2.24-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-signals-node@0.1.11-next.1
- @backstage/plugin-user-settings-common@0.0.1
example-app@0.2.101-next.1
Patch Changes
- Updated dependencies
- @backstage/cli@0.27.1-next.1
- @backstage/frontend-app-api@0.9.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-graph@0.4.9-next.1
- @backstage/plugin-scaffolder-react@1.12.0-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.8-next.0
- @backstage/plugin-signals@0.0.10-next.1
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/app-defaults@1.5.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.9-next.1
- @backstage/plugin-auth-react@0.1.6-next.0
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-import@0.12.3-next.1
- @backstage/plugin-devtools@0.1.18-next.1
- @backstage/plugin-home@0.7.10-next.1
- @backstage/plugin-kubernetes@0.11.14-next.1
- @backstage/plugin-kubernetes-cluster@0.0.15-next.1
- @backstage/plugin-notifications@0.3.1-next.1
- @backstage/plugin-org@0.6.29-next.1
- @backstage/plugin-permission-react@0.4.25
- @backstage/plugin-scaffolder@1.25.0-next.1
- @backstage/plugin-search@1.4.16-next.1
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.0-next.1
- @backstage/plugin-techdocs@1.10.9-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.14-next.1
- @backstage/plugin-techdocs-react@1.2.8-next.1
- @backstage/plugin-user-settings@0.8.12-next.1
example-app-next@0.0.15-next.1
Patch Changes
- Updated dependencies
- @backstage/cli@0.27.1-next.1
- @backstage/frontend-defaults@0.1.0-next.0
- @backstage/frontend-app-api@0.9.0-next.1
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-compat-api@0.3.0-next.1
- @backstage/plugin-app@0.1.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/plugin-catalog-graph@0.4.9-next.1
- @backstage/plugin-scaffolder-react@1.12.0-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.8-next.0
- @backstage/plugin-signals@0.0.10-next.1
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/app-defaults@1.5.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.9-next.1
- @backstage/plugin-app-visualizer@0.1.10-next.1
- @backstage/plugin-auth-react@0.1.6-next.0
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-catalog-common@1.0.26
- @backstage/plugin-catalog-import@0.12.3-next.1
- @backstage/plugin-home@0.7.10-next.1
- @backstage/plugin-kubernetes@0.11.14-next.1
- @backstage/plugin-kubernetes-cluster@0.0.15-next.1
- @backstage/plugin-notifications@0.3.1-next.1
- @backstage/plugin-org@0.6.29-next.1
- @backstage/plugin-permission-react@0.4.25
- @backstage/plugin-scaffolder@1.25.0-next.1
- @backstage/plugin-search@1.4.16-next.1
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.0-next.1
- @backstage/plugin-techdocs@1.10.9-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.14-next.1
- @backstage/plugin-techdocs-react@1.2.8-next.1
- @backstage/plugin-user-settings@0.8.12-next.1
app-next-example-plugin@0.0.15-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-components@0.14.11-next.0
example-backend@0.0.30-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/plugin-scaffolder-backend@1.25.0-next.1
- @backstage/plugin-notifications-backend@0.4.0-next.1
- @backstage/plugin-kubernetes-backend@0.18.6-next.1
- @backstage/plugin-techdocs-backend@1.10.13-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/plugin-app-backend@0.3.74-next.1
- @backstage/plugin-auth-backend@0.23.0-next.1
- @backstage/plugin-auth-backend-module-github-provider@0.2.0-next.1
- @backstage/plugin-auth-backend-module-guest-provider@0.2.0-next.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.0-next.1
- @backstage/plugin-catalog-backend-module-openapi@0.2.0-next.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.0-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.0-next.1
- @backstage/plugin-devtools-backend@0.4.0-next.1
- @backstage/plugin-permission-backend@0.5.49-next.1
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.0-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-proxy-backend@0.5.6-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.5.0-next.1
- @backstage/plugin-search-backend@1.5.17-next.1
- @backstage/plugin-search-backend-module-catalog@0.2.2-next.1
- @backstage/plugin-search-backend-module-explore@0.2.2-next.1
- @backstage/plugin-search-backend-module-techdocs@0.2.2-next.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-signals-backend@0.2.0-next.1
example-backend-legacy@0.2.102-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.0-next.1
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/catalog-client@1.6.7-next.0
- @backstage/plugin-catalog-backend@1.25.3-next.1
- @backstage/plugin-scaffolder-backend@1.25.0-next.1
- @backstage/plugin-kubernetes-backend@0.18.6-next.1
- @backstage/plugin-techdocs-backend@1.10.13-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-app-backend@0.3.74-next.1
- @backstage/plugin-auth-backend@0.23.0-next.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.0-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.0-next.1
- @backstage/plugin-catalog-node@1.12.7-next.1
- @backstage/plugin-devtools-backend@0.4.0-next.1
- @backstage/plugin-events-backend@0.3.12-next.1
- @backstage/plugin-events-node@0.4.0-next.1
- @backstage/plugin-permission-backend@0.5.49-next.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.3-next.1
- @backstage/plugin-proxy-backend@0.5.6-next.1
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.0-next.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.5.0-next.1
- @backstage/plugin-scaffolder-backend-module-rails@0.5.0-next.1
- @backstage/plugin-search-backend@1.5.17-next.1
- @backstage/plugin-search-backend-module-catalog@0.2.2-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.5.6-next.1
- @backstage/plugin-search-backend-module-explore@0.2.2-next.1
- @backstage/plugin-search-backend-module-pg@0.5.35-next.1
- @backstage/plugin-search-backend-module-techdocs@0.2.2-next.1
- @backstage/plugin-search-backend-node@1.3.2-next.1
- @backstage/plugin-signals-backend@0.2.0-next.1
- @backstage/plugin-signals-node@0.1.11-next.1
e2e-test@0.2.20-next.1
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.19-next.1
- @backstage/cli-common@0.1.14
- @backstage/errors@1.2.4
techdocs-cli-embedded-app@0.2.100-next.1
Patch Changes
- Updated dependencies
- @backstage/cli@0.27.1-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/app-defaults@1.5.11-next.0
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/test-utils@1.6.0-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-techdocs@1.10.9-next.1
- @backstage/plugin-techdocs-react@1.2.8-next.1
@internal/plugin-todo-list@1.0.31-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
@internal/plugin-todo-list-backend@1.0.31-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/errors@1.2.4