Files
backstage/docs/releases/v1.35.0-next.0-changelog.md
github-actions[bot] 2e3fbc11c2 Version Packages (next)
2024-12-24 10:07:58 +00:00

51 KiB

Release v1.35.0-next.0

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

@backstage/backend-defaults@0.7.0-next.0

Minor Changes

  • ec547b8: Ensure that an error handler middleware exists at the end of each plugin httpRouter handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.

    If you were using the standard MiddlewareFactory just to put an error middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.

Patch Changes

  • 575613f: Go back to using node-fetch for gitlab
  • 8ecf8cb: Exclude @backstage/backend-common from schema collection if @backstage/backend-defaults is present
  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/backend-app-api@1.1.1-next.0
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-dev-utils@0.1.5
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.11
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/integration-aws-node@0.1.14
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-catalog-backend@1.30.0-next.0

Minor Changes

  • dd515e3: Removed the long-deprecated DefaultCatalogCollatorFactory and DefaultCatalogCollatorFactoryOptions exports, which now no longer exist in the search plugin's offerings. If you were using these, you want to migrate to the new backend system and use the catalog collator directly.

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • be0aae7: Improved concurrency of the entities endpoint when using the streamed query mode behind the catalog.disableRelationsCompatibility flag.
  • 3d475a0: Updated condition in resolveCodeOwner to fix a bug where normalizeCodeOwner could potentially be called with an invalid argument causing an error in CodeOwnersProcessor
  • Updated dependencies
    • @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/backend-openapi-utils@0.4.1-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-permission-common@0.8.3

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

Minor Changes

  • 5d9e5c8: Added the ability to use ${{ context.task.id }} in nunjucks templating, as well as ctx.task.id in actions to get the current task ID.

Patch Changes

  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/types@1.2.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.6-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.5.5-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1-next.0
    • @backstage/plugin-scaffolder-common@1.5.8

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

Minor Changes

Patch Changes

  • 1e09b06: Internal refactor to use cursor based pagination
  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

@backstage/backend-app-api@1.1.1-next.0

Patch Changes

  • 02534c7: Corrected spelling mistake in error message
  • Updated dependencies
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

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

Patch Changes

  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-app-api@1.1.1-next.0
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/plugin-catalog-backend@1.30.0-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-events-backend@0.4.1-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.11
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.29-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

@backstage/backend-openapi-utils@0.4.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

@backstage/backend-plugin-api@1.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.3

@backstage/backend-test-utils@1.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/backend-app-api@1.1.1-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/cli@0.29.5-next.0

Patch Changes

  • e937ce0: Fixed incompatible @typescript-eslint versions with current eslint@8.x.x
  • Updated dependencies
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.11
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/eslint-plugin@0.1.10
    • @backstage/integration@1.16.0
    • @backstage/release-manifests@0.0.12
    • @backstage/types@1.2.0

@backstage/config-loader@1.9.5-next.0

Patch Changes

  • 8ecf8cb: Exclude @backstage/backend-common from schema collection if @backstage/backend-defaults is present
  • Updated dependencies
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

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

Patch Changes

  • Bumped create-app version.
  • Updated dependencies
    • @backstage/cli-common@0.1.15

@backstage/repo-tools@0.12.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.11
    • @backstage/errors@1.2.6

@techdocs/cli@1.8.25-next.0

Patch Changes

@backstage/plugin-app-backend@0.4.4-next.0

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.29-next.0

@backstage/plugin-app-node@0.1.29-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

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

Patch Changes

  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.3.4-next.0
    • @backstage/plugin-auth-backend-module-auth0-provider@0.1.4-next.0
    • @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.2-next.0
    • @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.4-next.0
    • @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.4-next.0
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.4-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-google-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-microsoft-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.3.4-next.0
    • @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-oidc-provider@0.3.4-next.0
    • @backstage/plugin-auth-backend-module-okta-provider@0.1.4-next.0
    • @backstage/plugin-auth-backend-module-onelogin-provider@0.2.4-next.0
    • @backstage/plugin-catalog-node@1.15.1-next.0

@backstage/plugin-auth-backend-module-atlassian-provider@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-auth0-provider@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

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

Patch Changes

  • Updated dependencies

@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/errors@1.2.6

@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

@backstage/plugin-auth-backend-module-github-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-gitlab-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-google-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-guest-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/errors@1.2.6

@backstage/plugin-auth-backend-module-microsoft-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-oauth2-provider@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/errors@1.2.6

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

Patch Changes

@backstage/plugin-auth-backend-module-okta-provider@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-onelogin-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0

@backstage/plugin-auth-backend-module-pinniped-provider@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1

@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2

@backstage/plugin-auth-node@0.5.6-next.0

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/integration-aws-node@0.1.14
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.1

@backstage/plugin-catalog-backend-module-azure@0.3.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-openapi-utils@0.4.1-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-catalog-node@1.15.1-next.0

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/integration@1.16.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-catalog-backend-module-bitbucket-server@0.3.1-next.0

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.1

@backstage/plugin-catalog-backend-module-gerrit@0.2.6-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-github@0.7.9-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-github-org@0.3.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-github@0.7.9-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

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

Patch Changes

  • 575613f: Go back to using node-fetch for gitlab
  • Updated dependencies

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

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-gitlab@0.6.1-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.6.2-next.0

Patch Changes

  • ec547b8: Remove the error handler middleware, since that is now provided by the framework
  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-catalog-backend@1.30.0-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-catalog-backend-module-ldap@0.11.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0

@backstage/plugin-catalog-backend-module-logs@0.1.6-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-msgraph@0.6.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0

@backstage/plugin-catalog-backend-module-openapi@0.2.6-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-puppetdb@0.2.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.15.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-scaffolder-common@1.5.8

@backstage/plugin-catalog-backend-module-unprocessed@0.5.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/errors@1.2.6
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-catalog-unprocessed-entities-common@0.0.6
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-catalog-node@1.15.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-devtools-backend@0.5.1-next.0

Patch Changes

  • ec547b8: Remove the error handler middleware, since that is now provided by the framework
  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/config-loader@1.9.5-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-devtools-common@0.1.14
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-events-backend@0.4.1-next.0

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • Updated dependencies
    • @backstage/backend-openapi-utils@0.4.1-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-aws-sqs@0.4.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-azure@0.2.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-gerrit@0.2.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-github@0.2.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-module-gitlab@0.2.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-backend-test-utils@0.1.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-events-node@0.4.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration-aws-node@0.1.14
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.1
    • @backstage/plugin-kubernetes-node@0.2.2-next.0
    • @backstage/plugin-permission-common@0.8.3

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/types@1.2.0
    • @backstage/plugin-kubernetes-common@0.9.1

@backstage/plugin-notifications-backend@0.5.1-next.0

Patch Changes

  • cbc0e63: Remove @backstage/backend-common dependency
  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-notifications-common@0.0.7
    • @backstage/plugin-notifications-node@0.2.11-next.0
    • @backstage/plugin-signals-node@0.1.16-next.0

@backstage/plugin-notifications-backend-module-email@0.3.5-next.0

Patch Changes

  • bed5f35: Added more examples of the plugin configuration
  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/integration-aws-node@0.1.14
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-notifications-common@0.0.7
    • @backstage/plugin-notifications-node@0.2.11-next.0

@backstage/plugin-notifications-node@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/plugin-notifications-common@0.0.7
    • @backstage/plugin-signals-node@0.1.16-next.0

@backstage/plugin-permission-backend@0.5.53-next.0

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • Updated dependencies
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-permission-backend-module-allow-all-policy@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-permission-node@0.8.7-next.0

Patch Changes

  • d9d62ef: Remove some internal usages of the backend-common package
  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-permission-common@0.8.3

@backstage/plugin-proxy-backend@0.5.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/types@1.2.0

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/plugin-notifications-common@0.0.7
    • @backstage/plugin-notifications-node@0.2.11-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/types@1.2.0
    • @backstage/plugin-scaffolder-node-test-utils@0.1.18-next.0

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

Patch Changes

  • 5d9e5c8: Added the ability to use ${{ context.task.id }} in nunjucks templating, as well as ctx.task.id in actions to get the current task ID.
  • 7dd0013: Deprecate the logStream option in executeShellCommand, replacing it with a logger instance.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/types@1.2.0
    • @backstage/plugin-scaffolder-common@1.5.8

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.6.3-next.0
    • @backstage/backend-test-utils@1.2.1-next.0
    • @backstage/types@1.2.0

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/backend-openapi-utils@0.4.1-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/integration-aws-node@0.1.14
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

@backstage/plugin-search-backend-module-explore@0.2.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

@backstage/plugin-search-backend-module-pg@0.5.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/plugin-catalog-common@1.1.2
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-search-common@1.2.16
    • @backstage/plugin-techdocs-node@1.12.16-next.0

@backstage/plugin-search-backend-node@1.3.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-search-common@1.2.16

@backstage/plugin-signals-backend@0.2.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-signals-node@0.1.16-next.0

@backstage/plugin-signals-node@0.1.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/types@1.2.0
    • @backstage/plugin-events-node@0.4.7-next.0

@backstage/plugin-techdocs-backend@1.11.5-next.0

Patch Changes

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

Patch Changes

@backstage/plugin-techdocs-node@1.12.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/integration@1.16.0
    • @backstage/integration-aws-node@0.1.14
    • @backstage/plugin-search-common@1.2.16
    • @backstage/plugin-techdocs-common@0.1.0

@backstage/plugin-user-settings-backend@0.2.29-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/config@1.3.1
    • @backstage/errors@1.2.6
    • @backstage/types@1.2.0
    • @backstage/plugin-signals-node@0.1.16-next.0
    • @backstage/plugin-user-settings-common@0.0.1

example-app@0.2.105-next.0

Patch Changes

example-app-next@0.0.19-next.0

Patch Changes

example-backend@0.0.34-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-openapi@0.2.6-next.0
    • @backstage/plugin-devtools-backend@0.5.1-next.0
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-scaffolder-backend@1.29.0-next.0
    • @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
    • @backstage/plugin-permission-backend@0.5.53-next.0
    • @backstage/plugin-catalog-backend@1.30.0-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-events-backend@0.4.1-next.0
    • @backstage/plugin-app-backend@0.4.4-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/plugin-notifications-backend@0.5.1-next.0
    • @backstage/plugin-auth-backend@0.24.2-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-model@1.7.2
    • @backstage/plugin-auth-backend-module-github-provider@0.2.4-next.0
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.4-next.0
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.5.4-next.0
    • @backstage/plugin-kubernetes-backend@0.19.2-next.0
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.4-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-proxy-backend@0.5.10-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.5.5-next.0
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.6-next.0
    • @backstage/plugin-search-backend@1.8.1-next.0
    • @backstage/plugin-search-backend-module-explore@0.2.7-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.3.5-next.0
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-signals-backend@0.2.5-next.0
    • @backstage/plugin-techdocs-backend@1.11.5-next.0

example-backend-legacy@0.2.106-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.7.0-next.0
    • @backstage/plugin-scaffolder-backend@1.29.0-next.0
    • @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
    • @backstage/plugin-permission-backend@0.5.53-next.0
    • @backstage/plugin-catalog-backend@1.30.0-next.0
    • @backstage/plugin-permission-node@0.8.7-next.0
    • @backstage/plugin-events-backend@0.4.1-next.0
    • @backstage/plugin-app-backend@0.4.4-next.0
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/plugin-auth-backend@0.24.2-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/integration@1.16.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.5.4-next.0
    • @backstage/plugin-catalog-node@1.15.1-next.0
    • @backstage/plugin-events-node@0.4.7-next.0
    • @backstage/plugin-kubernetes-backend@0.19.2-next.0
    • @backstage/plugin-permission-common@0.8.3
    • @backstage/plugin-proxy-backend@0.5.10-next.0
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.5-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.5.5-next.0
    • @backstage/plugin-search-backend@1.8.1-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.6.4-next.0
    • @backstage/plugin-search-backend-module-explore@0.2.7-next.0
    • @backstage/plugin-search-backend-module-pg@0.5.40-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.3.5-next.0
    • @backstage/plugin-search-backend-node@1.3.7-next.0
    • @backstage/plugin-signals-backend@0.2.5-next.0
    • @backstage/plugin-signals-node@0.1.16-next.0
    • @backstage/plugin-techdocs-backend@1.11.5-next.0

e2e-test@0.2.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.24-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.6

@internal/scaffolder@0.0.5-next.0

Patch Changes

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

Patch Changes

@internal/plugin-todo-list-backend@1.0.35-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.6-next.0
    • @backstage/backend-plugin-api@1.1.1-next.0
    • @backstage/errors@1.2.6