Skip to main content
Version: Next

Release v1.5.0-next.0

@backstage/backend-common@0.15.0-next.0

Minor Changes

  • 12e9b54f0e: Added back support for when no branch is provided to the UrlReader for Bitbucket Server
  • 30012e7d8c: - Added force and remoteRef option to push method in git actions
    • Added addRemote and deleteRemote methods to git actions

Patch Changes

  • fc8a5f797b: Improve scm/git wrapper around isomorphic-git library :

    • Add checkout function,
    • Add optional remoteRef parameter in the push function.
  • 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.

  • cfa078e255: The ZipArchiveResponse now correctly handles corrupt ZIP archives.

    Before this change, certain corrupt ZIP archives either cause the inflater to throw (as expected), or will hang the parser indefinitely.

    By switching out the zip parsing library, we now write to a temporary directory, and load from disk which should ensure that the parsing of the .zip files are done correctly because streaming of zip paths is technically impossible without being able to parse the headers at the end of the file.

  • 770d3f92c4: The config prop ensureExists now applies to schema creation when pluginDivisionMode is set to schema. This means schemas will no longer accidentally be automatically created when ensureExists is set to false.

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.

  • Updated dependencies

    • @backstage/integration@1.3.0-next.0

@backstage/integration@1.3.0-next.0

Minor Changes

  • 593dea6710: Add support for Basic Auth for Bitbucket Server.

Patch Changes

  • 163243a4d1: Handle incorrect return type from Octokit paginate plugin to resolve reading URLs from GitHub
  • c4b460a47d: Avoid double encoding of the file path in getBitbucketDownloadUrl
  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.

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

Minor Changes

  • 80da5162c7: Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.

    You can modify it by doing:

    import { catalogPlugin } from '@backstage/plugin-catalog';

    catalogPlugin.__experimentalReconfigure({
    createButtonTitle: 'New',
    });

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-search-react@1.0.1-next.0

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

Minor Changes

  • 593dea6710: Add support for Basic Auth for Bitbucket Server.
  • 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
  • 3f1316f1c5: User Bearer Authorization header at Git commands with token-based auth at Bitbucket Server.
  • eeff5046ae: Updated publish:gitlab:merge-request action to allow commit updates and deletes

Patch Changes

  • fc8a5f797b: Add a publish:gerrit:review scaffolder action
  • 014b3b7776: Add missing res.end() in scaffolder backend EventStream usage
  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-plugin-api@0.1.1-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0
    • @backstage/plugin-catalog-node@1.0.1-next.0

@backstage/plugin-shortcuts@0.3.0-next.0

Minor Changes

  • 5b769fddb5: Internal observable replaced with a mapping from the storage API. This fixes shortcuts initialization when using firestore.

    ShortcutApi.get method, that returns an immediate snapshot of shortcuts, made public.

    Example of how to get and observe shortcuts:

    const shortcutApi = useApi(shortcutsApiRef);
    const shortcuts = useObservable(shortcutApi.shortcut$(), shortcutApi.get());

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/backend-plugin-api@0.1.1-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0

@backstage/backend-tasks@0.3.4-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/cli@0.18.1-next.0

@backstage/cli@0.18.1-next.0

Patch Changes

  • a539564c0d: Added Backstage version to output of yarn backstage-cli info command
  • 94155a41e0: Updated dependencies @svgr/* to 6.3.x.

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0

@backstage/core-plugin-api@1.0.5-next.0

Patch Changes

  • 80da5162c7: Introduced a new experimental feature that allows you to declare plugin-wide options for your plugin by defining __experimentalConfigure in your createPlugin options. See https://backstage.io/docs/plugins/customization.md for more information.

    This is an experimental feature and it will have breaking changes in the future.

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

Patch Changes

  • Bumped create-app version.

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/app-defaults@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/test-utils@1.1.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@techdocs/cli@1.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-techdocs-node@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0

@backstage/plugin-adr@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-adr-common@0.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-search-react@1.0.1-next.0

@backstage/plugin-adr-backend@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-adr-common@0.1.3-next.0

@backstage/plugin-adr-common@0.1.3-next.0

Patch Changes

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

@backstage/plugin-airbrake@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/dev-utils@1.0.5-next.0
    • @backstage/test-utils@1.1.3-next.0

@backstage/plugin-airbrake-backend@0.2.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

@backstage/plugin-allure@0.1.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-analytics-module-ga@0.1.19-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-apache-airflow@0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-apollo-explorer@0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

@backstage/plugin-azure-devops@0.1.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-azure-devops-backend@0.3.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

@backstage/plugin-badges@0.2.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-badges-backend@0.1.29-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

@backstage/plugin-bazaar@0.1.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/cli@0.18.1-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-bazaar-backend@0.1.19-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-test-utils@0.1.27-next.0

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

Patch Changes

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

@backstage/plugin-bitrise@0.1.35-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-plugin-api@0.1.1-next.0
    • @backstage/plugin-catalog-node@1.0.1-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0

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

Patch Changes

  • 17d45dbf10: Deprecate AwsS3DiscoveryProcessor in favor of AwsS3EntityProvider (since v0.1.4).

    You can find a migration guide at the release notes for v0.1.4.

  • Updated dependencies

    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • b1995df9f3: Adjust references in deprecation warnings to point to stable URL/document.
  • Updated dependencies
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0

@backstage/plugin-cicd-statistics@0.1.10-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0

@backstage/plugin-cicd-statistics-module-gitlab@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-cicd-statistics@0.1.10-next.0

@backstage/plugin-circleci@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-cloudbuild@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-code-climate@0.1.8-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-code-coverage@0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-code-coverage-backend@0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0

@backstage/plugin-codescene@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-cost-insights@0.11.30-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-dynatrace@0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-explore@0.3.39-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-explore-react@0.0.20-next.0

@backstage/plugin-explore-react@0.0.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0

@backstage/plugin-firehydrant@0.1.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-fossa@0.2.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-gcalendar@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-gcp-projects@0.3.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-git-release-manager@0.3.21-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-github-actions@0.5.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-github-deployments@0.1.39-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-github-pull-requests-board@0.1.2-next.0

Patch Changes

  • 73268a67ff: Fixed rendering when PR contains references to deleted Github accounts
  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-gitops-profiles@0.3.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-gocd@0.1.14-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-graphiql@0.2.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-graphql-backend@0.1.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-stack-overflow@0.1.4-next.0

@backstage/plugin-ilert@0.1.34-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-jenkins@0.7.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-jenkins-backend@0.1.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0

@backstage/plugin-kafka@0.3.8-next.0

Patch Changes

  • bde245f0bf: Add dashboard URL feature and fix minor styling issues.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-kafka-backend@0.2.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0

@backstage/plugin-lighthouse@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-newrelic@0.3.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-newrelic-dashboard@0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-pagerduty@0.5.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-periskop@0.1.6-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-periskop-backend@0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0

@backstage/plugin-permission-react@0.4.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

@backstage/plugin-rollbar@0.4.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-rollbar-backend@0.1.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-scaffolder-backend@1.5.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-scaffolder-backend@1.5.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.5.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-search-react@1.0.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0
    • @backstage/plugin-search-backend-node@1.0.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-node@1.0.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-search-backend-node@1.0.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-sentry@0.4.1-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-sonarqube@0.3.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-splunk-on-call@0.3.32-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-stack-overflow@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-home@0.4.24-next.0

@backstage/plugin-stack-overflow-backend@0.1.4-next.0

Patch Changes

  • ea5631a8b2: Added API key as separate configuration

@backstage/plugin-tech-insights@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-tech-insights-common@0.2.6-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-tech-insights-backend@0.5.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-tech-insights-common@0.2.6-next.0
    • @backstage/plugin-tech-insights-node@0.3.3-next.0

@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.19-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-tech-insights-common@0.2.6-next.0
    • @backstage/plugin-tech-insights-node@0.3.3-next.0

@backstage/plugin-tech-insights-common@0.2.6-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.

@backstage/plugin-tech-insights-node@0.3.3-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-tech-insights-common@0.2.6-next.0

@backstage/plugin-tech-radar@0.5.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • 7a98c73dc8: Fixed techdocs sidebar layout bug for medium devices.
  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-search-react@1.0.1-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/plugin-techdocs@1.3.1-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/test-utils@1.1.3-next.0
    • @backstage/plugin-search-react@1.0.1-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-techdocs-node@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.3.0-next.0
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0

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

Patch Changes

  • c8196bd37d: Fix AWS S3 404 NotFound error

    When reading an object from the S3 bucket through a stream, the aws-sdk getObject() API may throw a 404 NotFound Error with no error message or, in fact, any sort of HTTP-layer error responses. These fail the @backstage/error's assertError() checks, so they must be wrapped. The test for this case was also updated to match the wrapped error message.

  • Updated dependencies

    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-todo@0.2.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-todo-backend@0.1.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-vault@0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0

@backstage/plugin-vault-backend@0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/backend-test-utils@0.1.27-next.0

@backstage/plugin-xcmetrics@0.2.28-next.0

Patch Changes

  • 29f782eb37: Updated dependency @types/luxon to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

example-app@0.2.74-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-techdocs@1.3.1-next.0
    • @backstage/cli@0.18.1-next.0
    • @backstage/plugin-kafka@0.3.8-next.0
    • @backstage/plugin-gocd@0.1.14-next.0
    • @backstage/plugin-sentry@0.4.1-next.0
    • @backstage/plugin-shortcuts@0.3.0-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/plugin-catalog-import@0.8.11-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/plugin-github-actions@0.5.8-next.0
    • @backstage/plugin-scaffolder@1.4.1-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.0.3-next.0
    • @backstage/app-defaults@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-airbrake@0.3.8-next.0
    • @backstage/plugin-apache-airflow@0.2.1-next.0
    • @backstage/plugin-api-docs@0.8.8-next.0
    • @backstage/plugin-azure-devops@0.1.24-next.0
    • @backstage/plugin-badges@0.2.32-next.0
    • @backstage/plugin-catalog-graph@0.2.20-next.0
    • @backstage/plugin-circleci@0.3.8-next.0
    • @backstage/plugin-cloudbuild@0.3.8-next.0
    • @backstage/plugin-code-coverage@0.2.1-next.0
    • @backstage/plugin-cost-insights@0.11.30-next.0
    • @backstage/plugin-dynatrace@0.1.2-next.0
    • @backstage/plugin-explore@0.3.39-next.0
    • @backstage/plugin-gcalendar@0.3.4-next.0
    • @backstage/plugin-gcp-projects@0.3.27-next.0
    • @backstage/plugin-graphiql@0.2.40-next.0
    • @backstage/plugin-home@0.4.24-next.0
    • @backstage/plugin-jenkins@0.7.7-next.0
    • @backstage/plugin-kubernetes@0.7.1-next.0
    • @backstage/plugin-lighthouse@0.3.8-next.0
    • @backstage/plugin-newrelic@0.3.26-next.0
    • @backstage/plugin-newrelic-dashboard@0.2.1-next.0
    • @backstage/plugin-org@0.5.8-next.0
    • @backstage/plugin-pagerduty@0.5.1-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0
    • @backstage/plugin-rollbar@0.4.8-next.0
    • @backstage/plugin-search@1.0.1-next.0
    • @backstage/plugin-search-react@1.0.1-next.0
    • @backstage/plugin-stack-overflow@0.1.4-next.0
    • @backstage/plugin-tech-insights@0.2.4-next.0
    • @backstage/plugin-tech-radar@0.5.15-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0
    • @backstage/plugin-todo@0.2.10-next.0
    • @backstage/plugin-user-settings@0.4.7-next.0
    • @internal/plugin-catalog-customized@0.0.1-next.0

example-backend@0.2.74-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/integration@1.3.0-next.0
    • @backstage/plugin-scaffolder-backend@1.5.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/plugin-kubernetes-backend@0.7.1-next.0
    • @backstage/plugin-tech-insights-node@0.3.3-next.0
    • @backstage/plugin-app-backend@0.3.35-next.0
    • @backstage/plugin-auth-backend@0.15.1-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0
    • @backstage/plugin-azure-devops-backend@0.3.14-next.0
    • @backstage/plugin-badges-backend@0.1.29-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0
    • @backstage/plugin-code-coverage-backend@0.2.1-next.0
    • @backstage/plugin-graphql-backend@0.1.25-next.0
    • @backstage/plugin-jenkins-backend@0.1.25-next.0
    • @backstage/plugin-kafka-backend@0.2.28-next.0
    • @backstage/plugin-permission-backend@0.5.10-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0
    • @backstage/plugin-proxy-backend@0.2.29-next.0
    • @backstage/plugin-rollbar-backend@0.1.32-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.3-next.0
    • @backstage/plugin-search-backend@1.0.1-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.0.1-next.0
    • @backstage/plugin-search-backend-module-pg@0.3.6-next.0
    • @backstage/plugin-search-backend-node@1.0.1-next.0
    • @backstage/plugin-tech-insights-backend@0.5.1-next.0
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.19-next.0
    • @backstage/plugin-techdocs-backend@1.2.1-next.0
    • @backstage/plugin-todo-backend@0.1.32-next.0
    • example-app@0.2.74-next.0

example-backend-next@0.0.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.5.0-next.0
    • @backstage/backend-app-api@0.1.1-next.0
    • @backstage/plugin-catalog-backend@1.3.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/plugin-techdocs@1.3.1-next.0
    • @backstage/cli@0.18.1-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/app-defaults@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/test-utils@1.1.3-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0

@internal/plugin-catalog-customized@0.0.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/plugin-auth-node@0.2.4-next.0