Skip to main content
Version: Next

Release v1.34.0-next.0

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

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

Minor Changes

  • de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.

    This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.

    If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:

    backend:
    cache:
    store: redis
    connection: redis://user:pass@cache.example.com:6379
    - useRedisSets: false
  • 277092a: Implemented AzureBlobStorageUrlReader to read from the url of committed location from the entity provider

  • 18a2c00: All middleware used by the default coreServices.http is now exported for use by custom implementations.

Patch Changes

  • 8863b38: Export PluginTokenHandler and pluginTokenHandlerDecoratorServiceRef to allow for custom decoration of the plugin token handler without having to re-implement the entire handler.
  • 97c6837: Export DefaultHttpAuthService to allow for custom token extraction logic.
  • e5255f1: Log request and response metadata so it can be used for filtering log messages. The format of the request date was also changed from clf to utc.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/backend-dev-utils@0.1.5
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/integration-aws-node@0.1.13
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Minor Changes

  • de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.

    This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.

    If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:

    backend:
    cache:
    store: redis
    connection: redis://user:pass@cache.example.com:6379
    - useRedisSets: false

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

@backstage/integration@1.16.0-next.0

Minor Changes

  • 277092a: Add the integration for Azure blob storage to read the credentials to access the storage account and provide the default credential provider.

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Minor Changes

  • c1eccd6: Fix invalid path and malformed flags bugs in api-reports.ts

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5

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

Minor Changes

  • 277092a: Added the Azure Blob Storage as catalog entity provider to import all the desired entities from storage account provided in app-config.yaml

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Minor Changes

  • 732700a: Updated fix for ldap entity mapping which doesn't require extra config setting of dnCaseSensitive
  • 95ac4a2: Add new ldap vendor config 'LLDAP'

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Minor Changes

  • c05a343: Emit scaffolder events using the optional EventsService

Patch Changes

  • 3c62a50: Experimental support for formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks
  • 8f59dc5: Add fs:readdir to scaffolder startup
  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.7.0-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.4-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.5.3-next.0

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

Minor Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • 32459d0: BREAKING: Upgraded the gitbeaker library to version 41. As part of this, the scopes parameter to the gitlab:projectDeployToken:create is no longer optional, so you will have to pass it a value (for example ['read_repository']).

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • eef3ef1: Removed unused express dependencies.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-events-backend@0.3.17-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.28-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

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

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

Patch Changes

  • eef3ef1: Removed unused express dependencies.
  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2

@backstage/catalog-client@1.8.1-next.0

Patch Changes

  • d7e7836: Fixed a bug in the queryEntities method where errors were not being handled properly.
  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

@backstage/cli@0.29.3-next.0

Patch Changes

  • 2b6c1ea: If the Backstage yarn plugin is installed, it will now be automatically updated as part of versions:bump.
  • 7dcff85: Remove special-casing for @types packages when generating dependency entries during templating
  • 0aff006: Bumped the version range for html-webpack-plugin to fix the htmlPluginExports.getCompilationHooks is not a function error when using experimental Rspack.
  • 583f3d4: Added @backstage/cli/config/prettier as a replacement for @spotify/prettier-config, but with the same configuration.
  • 5f04976: Update rollup to avoid issues with build output when running backstage-cli package build.
  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/release-manifests@0.0.12-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/eslint-plugin@0.1.10
    • @backstage/types@1.2.0

@backstage/cli-node@0.2.11-next.0

Patch Changes

  • af665ea: add PackageManager and Lockfile interfaces for future use
  • cbfc69e: Internal refactor
  • Updated dependencies
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
  • 2830689: Decrease OAuth2 token refresh grace period
  • Updated dependencies
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • 5819f8d: Updated Dockerfile to include backstage.json file
  • 583f3d4: Updated the template to use @backstage/cli/config/prettier instead of @spotify/prettier-config.
  • Updated dependencies
    • @backstage/cli-common@0.1.15

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/app-defaults@1.5.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/frontend-defaults@0.1.4-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.1.4-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/frontend-app-api@0.10.3-next.0

@backstage/frontend-plugin-api@0.9.3-next.0

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.1.4-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/frontend-app-api@0.10.3-next.0
    • @backstage/test-utils@1.7.3-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@backstage/integration-react@1.2.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1

@backstage/release-manifests@0.0.12-next.0

Patch Changes

  • 2e140dc: Switch to native fetch for loading release manifests

@techdocs/cli@1.8.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/plugin-techdocs-node@1.12.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-react@0.4.28

@backstage/theme@0.6.3-next.0

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.

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

Patch Changes

  • 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • 74c3f2a: Fixed a bug where config would not be injected on the / and /index.html paths.
  • d66fa80: Fix root route handling when query parameters are present
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.28-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config-loader@1.9.2

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

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-auth0-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1-next.0
    • @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-google-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-microsoft-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-oidc-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-okta-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-onelogin-provider@0.2.3-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-auth-backend@0.24.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-auth-backend@0.24.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1

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

Patch Changes

  • 1e624ca: Restrict @types/express version range from * to ^4.17.6.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5

@backstage/plugin-bitbucket-cloud-common@0.2.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-react@0.4.28
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • f159b25: Compute deltas more efficiently, which generally leads to less wasted processing cycles
  • 56511ba: Be more aggressive in dequeueing entities for stitching
  • 71152e3: Correctly report stitching queue length
  • 3ab57c6: Support changing location keys on existing entities, in delta mutations
  • 2924ffe: Compute some metrics using search table facet aggregations instead of reading the full refresh state
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-search-backend-module-catalog@0.2.6-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/backend-openapi-utils@0.3.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/integration-aws-node@0.1.13
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-openapi-utils@0.3.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26-next.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • 468bbcc: Pass in a default schedule to the GithubEntityProvider if none is provided
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-github@0.7.8-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-catalog-backend-module-gitlab@0.5.1-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • cce9cae: Deprecate old-backend-system IncrementalCatalogBuilder
  • 5aa44d2: Wire up the events together in the new backend system
  • cbfc69e: Create a dev/index.ts entrypoint for yarn start
  • 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-catalog-unprocessed-entities-common@0.0.5
    • @backstage/plugin-permission-common@0.8.2

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.1.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • f18c67d: Fix catalog filtering to allow searching entities by display name
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/frontend-test-utils@0.2.4-next.0
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/plugin-devtools-common@0.1.13
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • 1e624ca: Restrict @types/express version range from * to ^4.17.6.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-devtools-common@0.1.13
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • 1577511: Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:

    events:
    notifyTimeoutMs: 30000
  • Updated dependencies

    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/backend-openapi-utils@0.3.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/config@1.3.0
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/config@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/config@1.3.0

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

Patch Changes

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

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

Patch Changes

  • 79a06f6: Clarified purpose of subscriber ID in TSDoc for EventsServiceSubscribeOptions.

  • 1577511: Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:

    events:
    notifyTimeoutMs: 30000
  • Updated dependencies

    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.
  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/plugin-home-react@0.1.21-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

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

Patch Changes

  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.
  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-kubernetes-common@0.9.0
    • @backstage/plugin-kubernetes-react@0.5.2-next.0

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

Patch Changes

  • cbfc69e: Create a dev/index.ts entrypoint for yarn start
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/integration-aws-node@0.1.13
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.0
    • @backstage/plugin-kubernetes-node@0.2.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-kubernetes-common@0.9.0
    • @backstage/plugin-kubernetes-react@0.5.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/types@1.2.0
    • @backstage/plugin-kubernetes-common@0.9.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-kubernetes-common@0.9.0

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

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-notifications-common@0.0.6
    • @backstage/plugin-signals-react@0.0.7

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-notifications-common@0.0.6
    • @backstage/plugin-notifications-node@0.2.10-next.0
    • @backstage/plugin-signals-node@0.1.15-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/integration-aws-node@0.1.13
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-notifications-common@0.0.6
    • @backstage/plugin-notifications-node@0.2.10-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/plugin-notifications-common@0.0.6
    • @backstage/plugin-signals-node@0.1.15-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-catalog-common@1.1.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

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

Patch Changes

  • 1e624ca: Restrict @types/express version range from * to ^4.17.6.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-permission-common@0.8.2

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

Patch Changes

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

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

Patch Changes

  • 3c62a50: Experimental support for formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks
  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/plugin-scaffolder-react@1.14.2-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.3-next.0

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

Patch Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-bitbucket-cloud-common@0.2.26-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/plugin-notifications-common@0.0.6
    • @backstage/plugin-notifications-node@0.2.10-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/types@1.2.0
    • @backstage/plugin-scaffolder-node-test-utils@0.1.16-next.0

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

Patch Changes

  • 3c62a50: Experimental support for formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks
  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2

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

Patch Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

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

Patch Changes

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

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

Patch Changes

  • 3c62a50: Experimental support for formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks
  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10
    • @backstage/plugin-permission-react@0.4.28

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

Patch Changes

  • d311c84: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
  • Updated dependencies
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-openapi-utils@0.3.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • ed0aaec: Update README
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/integration-aws-node@0.1.13
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • ed0aaec: Update README
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • ed0aaec: Update README
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-techdocs-node@1.12.15-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • d311c84: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10
    • @backstage/plugin-search-common@1.2.15

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

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/plugin-signals-react@0.0.7

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

Patch Changes

  • 1e624ca: Restrict @types/express version range from * to ^4.17.6.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/types@1.2.0
    • @backstage/plugin-signals-node@0.1.15-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/types@1.2.0

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

Patch Changes

  • 7d8777d: Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-auth-react@0.1.10-next.0
    • @backstage/plugin-search-common@1.2.15
    • @backstage/plugin-techdocs-common@0.1.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/plugin-techdocs@1.11.3-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/test-utils@1.7.3-next.0
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.3.4-next.0
    • @backstage/plugin-techdocs-node@1.12.15-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-techdocs-common@0.1.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0

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

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/integration-aws-node@0.1.13
    • @backstage/plugin-search-common@1.2.15
    • @backstage/plugin-techdocs-common@0.1.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/version-bridge@1.0.10

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-signals-react@0.0.7
    • @backstage/plugin-user-settings-common@0.0.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-signals-node@0.1.15-next.0
    • @backstage/plugin-user-settings-common@0.0.1

example-app@0.2.104-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.29.3-next.0
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-scaffolder-react@1.14.2-next.0
    • @backstage/plugin-scaffolder@1.27.2-next.0
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-search@1.4.21-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/plugin-techdocs@1.11.3-next.0
    • @backstage/plugin-home@0.8.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/plugin-api-docs@0.12.2-next.0
    • @backstage/app-defaults@1.5.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/frontend-app-api@0.10.3-next.0
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-auth-react@0.1.10-next.0
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-graph@0.4.14-next.0
    • @backstage/plugin-catalog-import@0.12.8-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.12-next.0
    • @backstage/plugin-devtools@0.1.22-next.0
    • @backstage/plugin-kubernetes@0.12.2-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.20-next.0
    • @backstage/plugin-notifications@0.4.2-next.0
    • @backstage/plugin-org@0.6.34-next.0
    • @backstage/plugin-permission-react@0.4.28
    • @backstage/plugin-search-common@1.2.15
    • @backstage/plugin-signals@0.0.14-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.19-next.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0
    • @backstage/plugin-user-settings@0.8.17-next.0

example-app-next@0.0.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.29.3-next.0
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-app@0.1.4-next.0
    • @backstage/plugin-scaffolder-react@1.14.2-next.0
    • @backstage/plugin-scaffolder@1.27.2-next.0
    • @backstage/plugin-search-react@1.8.4-next.0
    • @backstage/plugin-search@1.4.21-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/plugin-techdocs@1.11.3-next.0
    • @backstage/plugin-home@0.8.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/plugin-api-docs@0.12.2-next.0
    • @backstage/app-defaults@1.5.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/frontend-app-api@0.10.3-next.0
    • @backstage/frontend-defaults@0.1.4-next.0
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-app-visualizer@0.1.14-next.0
    • @backstage/plugin-auth-react@0.1.10-next.0
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-graph@0.4.14-next.0
    • @backstage/plugin-catalog-import@0.12.8-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.12-next.0
    • @backstage/plugin-kubernetes@0.12.2-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.20-next.0
    • @backstage/plugin-notifications@0.4.2-next.0
    • @backstage/plugin-org@0.6.34-next.0
    • @backstage/plugin-permission-react@0.4.28
    • @backstage/plugin-search-common@1.2.15
    • @backstage/plugin-signals@0.0.14-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.19-next.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0
    • @backstage/plugin-user-settings@0.8.17-next.0

app-next-example-plugin@0.0.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-components@0.16.2-next.0

example-backend@0.0.33-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/plugin-scaffolder-backend@1.28.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.3.4-next.0
    • @backstage/plugin-search-backend-module-catalog@0.2.6-next.0
    • @backstage/plugin-search-backend-module-explore@0.2.6-next.0
    • @backstage/plugin-app-backend@0.4.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-permission-backend@0.5.52-next.0
    • @backstage/plugin-devtools-backend@0.4.3-next.0
    • @backstage/plugin-signals-backend@0.2.4-next.0
    • @backstage/plugin-events-backend@0.3.17-next.0
    • @backstage/plugin-kubernetes-backend@0.19.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/plugin-auth-backend@0.24.1-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.3-next.0
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.3-next.0
    • @backstage/plugin-catalog-backend-module-openapi@0.2.5-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.5.3-next.0
    • @backstage/plugin-notifications-backend@0.4.4-next.0
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.3-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-proxy-backend@0.5.9-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.5.3-next.0
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.4-next.0
    • @backstage/plugin-search-backend@1.7.1-next.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-techdocs-backend@1.11.4-next.0

example-backend-legacy@0.2.105-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-scaffolder-backend@1.28.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.3.4-next.0
    • @backstage/plugin-search-backend-module-catalog@0.2.6-next.0
    • @backstage/plugin-search-backend-module-explore@0.2.6-next.0
    • @backstage/plugin-app-backend@0.4.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.7.0-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-permission-backend@0.5.52-next.0
    • @backstage/plugin-devtools-backend@0.4.3-next.0
    • @backstage/plugin-signals-backend@0.2.4-next.0
    • @backstage/plugin-events-backend@0.3.17-next.0
    • @backstage/plugin-kubernetes-backend@0.19.1-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/plugin-auth-backend@0.24.1-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.5.3-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-proxy-backend@0.5.9-next.0
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.3-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.5.3-next.0
    • @backstage/plugin-search-backend@1.7.1-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.6.3-next.0
    • @backstage/plugin-search-backend-module-pg@0.5.39-next.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-signals-node@0.1.15-next.0
    • @backstage/plugin-techdocs-backend@1.11.4-next.0

e2e-test@0.2.23-next.0

Patch Changes

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

@internal/frontend@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@internal/scaffolder@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.14.2-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.29.3-next.0
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-techdocs@1.11.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/app-defaults@1.5.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/test-utils@1.7.3-next.0
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-techdocs-react@1.2.12-next.0

yarn-plugin-backstage@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/release-manifests@0.0.12-next.0
    • @backstage/cli-common@0.1.15

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5