Skip to main content

Release v1.4.0-next.0

@backstage/catalog-model@1.1.0-next.0

Minor Changes

  • 1380b389dc: Adding an optional type field to entity links to group and categorize links

Patch Changes

  • c3cfc83af2: Updated JSDoc to be MDX compatible.

@backstage/plugin-api-docs-module-protoc-gen-doc@0.1.0-next.0

Minor Changes

  • e0328f2107: Added the new grpcDocsApiWidget to render protoc-gen-doc generated descriptors by the grpc-docs package.

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

Minor Changes

  • 0791af993f: Refactor KubernetesObjectsProvider with new methods, KubernetesServiceLocator now takes an Entity instead of serviceId

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-kubernetes-common@0.4.0-next.0

@backstage/plugin-kubernetes-common@0.4.0-next.0

Minor Changes

  • 0791af993f: Refactor KubernetesObjectsProvider with new methods, KubernetesServiceLocator now takes an Entity instead of serviceId

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0

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

Minor Changes

  • 8798f8d93f: Introduces a new annotation pagerduty.com/service-id that can be used instead of the pagerduty.com/integration-key annotation. Note: If both annotations are specified on a given Entity, then the pagerduty.com/integration-key annotation will be prefered

    BREAKING The PagerDutyClient.fromConfig static method now expects a FetchApi compatible object and has been refactored to accept 2 arguments: config and ClientApiDependencies The PagerDutyClient now relies on a fetchApi being available to execute fetch requests.

    BREAKING A new query method getServiceByEntity that is used to query for Services by either the integrationKey or serviceId annotation values if they are defined. The integrationKey value is preferred currently over serviceId. As such, the previous getServiceByIntegrationKey method has been removed.

    BREAKING The return values for each Client query method has been changed to return an object instead of raw values. For example, the getIncidentsByServiceId query method now returns an object in the shape of { incidents: Incident[] } instead of just Incident[]. This same pattern goes for getChangeEventsByServiceId and getOnCallByPolicyId functions.

    BREAKING All public exported types that relate to entities within PagerDuty have been prefixed with PagerDuty (e.g. ServicesResponse is now PagerDutyServicesResponse and User is now PagerDutyUser)

    In addition, various enhancements/bug fixes were introduced:

    • The PagerDutyCard component now wraps error and loading messages with an InfoCard to contain errors/messages. This enforces a consistent experience on the EntityPage
    • If no service can be found for the provided integration key, a new Error Message Empty State component will be shown instead of an error alert
    • Introduces the fetchApi to replace standard window.fetch
      • ensures that Identity Authorization is respected and provided in API requests

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Minor Changes

  • 3500c13a33: A new template editor has been added which is accessible via the context menu on the top right hand corner of the Create page. It allows you to load a template from a local directory, edit it with a preview, execute it in dry-run mode, and view the results. Note that the File System Access API must be supported by your browser for this to be available.

    To support the new template editor the ScaffolderApi now has an optional dryRun method, which is implemented by the default ScaffolderClient.

Patch Changes

  • 37539e29d8: The template editor now shows the cause of request errors that happen during a dry-run.
  • 842282ecf9: Bumped codemirror dependencies to v6.0.0.
  • 464bb0e6c8: The max content size for dry-run files has been reduced from 256k to 64k.
  • a7c0b34d70: Swap usage of MaterialTable with Table from core-components
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/plugin-scaffolder-common@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0

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

Minor Changes

  • 3500c13a33: Added a new /v2/dry-run endpoint that allows for a synchronous dry run of a provided template. A supportsDryRun option has been added to createTemplateAction, which signals whether the action should be executed during dry runs. When enabled, the action context will have the new isDryRun property set to signal if the action is being executed during a dry run.

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-scaffolder-common@1.1.2-next.0

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

Minor Changes

  • 5ebf2c7023: Throw exceptions instead of swallow them, remove some exported types from the api-report, small changes in the API responses & expose the vault baseUrl to the frontend as well

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/backend-test-utils@0.1.26-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/core-app-api@1.0.4-next.0

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

Patch Changes

  • b1edb5cfd9: Fix parsing of S3 URLs for the default region.
  • c3cfc83af2: Updated JSDoc to be MDX compatible.
  • Updated dependencies
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/cli@0.17.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0

@backstage/cli@0.17.3-next.0

Patch Changes

  • d2256c0384: Fix webpack-dev-server deprecations.

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

Patch Changes

  • 8fe2357101: The signOut method of the IdentityApi will now navigate the user back to the base URL of the app as indicated by the app.baseUrl config.

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

Patch Changes

  • c3cfc83af2: Updated JSDoc to be MDX compatible.

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

Patch Changes

  • bc87604c26: Added an explicit node-gyp dependency to the root package.json. This is to work around a bug in older versions of node-gyp that causes Python execution to fail on macOS.

    You can add this workaround to your existing project by adding node-gyp as a devDependency in your root package.json file:

       "devDependencies": {
    + "node-gyp": "^9.0.0"
    },

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/core-app-api@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/app-defaults@1.0.4-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/test-utils@1.1.2-next.0

@backstage/integration@1.2.2-next.0

Patch Changes

  • 8829e175f2: Allow frontend visibility for integrations itself.

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0

@techdocs/cli@1.1.3-next.0

Patch Changes

  • 14ce0d9347: Fixed a bug that prevented docker images from being pulled by default when generating TechDocs.
  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-techdocs-node@1.1.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.0.4-next.0

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

Patch Changes

  • 7d47e7e512: Track discover event and result rank for AdrSearchResultListItem
  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-adr-common@0.1.2-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-adr-common@0.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/dev-utils@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/test-utils@1.1.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

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

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

Patch Changes

  • 859346bfbb: Updated dependency google-auth-library to ^8.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

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

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

Patch Changes

  • e049e41048: Exporting azureDevOpsApiRef, AzureGitTagsIcon, and all hooks for the benefit of other plugins.
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • 13a232ec22: Added comments to example to help avoid confusion as to where lines need to be added
  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/cli@0.17.3-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/backend-test-utils@0.1.26-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • dcaf1cb418: Previously, the color of the Entity Context Menu (in the Entity Page Header) was hardcoded as white.

    This was an issue for themes that use a header with a white background. By default, the color of the icon is now theme.palette.bursts.fontColor.

    It can now also be overridden in the theme, which is only necessary if the header title, subtitle and three-dots icon need to have different colors. For example:

    export function createThemeOverrides(theme: BackstageTheme): Overrides {
    return {
    PluginCatalogEntityContextMenu: {
    button: {
    color: 'blue',
    },
    },
    ...
    },
    ...
    }
  • Updated dependencies

    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-permission-node@0.6.3-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-scaffolder-common@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.1.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.1.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

@backstage/plugin-catalog-graphql@0.3.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0

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

Patch Changes

  • 272106fdad: Support use without integrations or only integrations without frontend visible properties (e.g., bitbucketCloud) being configured by checking integrations.github directly without attempting to load integrations.
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-cicd-statistics@0.1.9-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

  • 217f919f0a: Minor cleanup of the API surface.
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0

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

Patch Changes

  • c6690d9d24: Fix bug on fetching teams repositories where were being filtered by type service unnecessarily
  • 04e1504e85: Support namespaced teams and fetch all kinds
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-catalog-graphql@0.3.11-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-stack-overflow@0.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-kubernetes-common@0.4.0-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0
    • @backstage/plugin-permission-node@0.6.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-scaffolder-backend@1.4.0-next.0
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-scaffolder-backend@1.4.0-next.0
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0
    • @backstage/plugin-permission-node@0.6.3-next.0
    • @backstage/plugin-search-backend-node@0.6.3-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-search-backend-node@0.6.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/backend-tasks@0.3.3-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • 12ae3eed2f: - Publicly exports StackOverflowIcon.
    • HomePageStackOverflowQuestions accepts optional icon property.
  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-home@0.4.23-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • 2ef58ab539: TechInsightsBackend: Added missing 'scheduler' to code examples
  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-tech-insights-node@0.3.2-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-tech-insights-node@0.3.2-next.0

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • 3cbebf710e: Reorder browser tab title in Techdocs pages to have the site name first.
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/core-app-api@1.0.4-next.0
    • @backstage/plugin-techdocs@1.2.1-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0
    • @backstage/test-utils@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-techdocs-node@1.1.3-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/integration-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0

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

Patch Changes

  • c3cfc83af2: Updated JSDoc to be MDX compatible.
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • 5ebf2c7023: Export missing parameters and added them to the api-report. Also adapted the API to the expected response from the backend
  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

example-app@0.2.73-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder@1.4.0-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/plugin-stack-overflow@0.1.3-next.0
    • @backstage/core-app-api@1.0.4-next.0
    • @backstage/cli@0.17.3-next.0
    • @backstage/plugin-azure-devops@0.1.23-next.0
    • @backstage/plugin-techdocs@1.2.1-next.0
    • @backstage/plugin-catalog-import@0.8.10-next.0
    • @backstage/plugin-pagerduty@0.5.0-next.0
    • @backstage/plugin-github-actions@0.5.7-next.0
    • @backstage/plugin-airbrake@0.3.7-next.0
    • @backstage/plugin-api-docs@0.8.7-next.0
    • @backstage/plugin-badges@0.2.31-next.0
    • @backstage/plugin-catalog-graph@0.2.19-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0
    • @backstage/plugin-circleci@0.3.7-next.0
    • @backstage/plugin-cloudbuild@0.3.7-next.0
    • @backstage/plugin-code-coverage@0.1.34-next.0
    • @backstage/plugin-cost-insights@0.11.29-next.0
    • @backstage/plugin-dynatrace@0.1.1-next.0
    • @backstage/plugin-explore@0.3.38-next.0
    • @backstage/plugin-gocd@0.1.13-next.0
    • @backstage/plugin-home@0.4.23-next.0
    • @backstage/plugin-jenkins@0.7.6-next.0
    • @backstage/plugin-kafka@0.3.7-next.0
    • @backstage/plugin-kubernetes@0.6.7-next.0
    • @backstage/plugin-lighthouse@0.3.7-next.0
    • @backstage/plugin-newrelic-dashboard@0.1.15-next.0
    • @backstage/plugin-org@0.5.7-next.0
    • @backstage/plugin-rollbar@0.4.7-next.0
    • @backstage/plugin-search@0.9.1-next.0
    • @backstage/plugin-sentry@0.3.45-next.0
    • @backstage/plugin-tech-insights@0.2.3-next.0
    • @backstage/plugin-todo@0.2.9-next.0
    • @backstage/app-defaults@1.0.4-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-apache-airflow@0.1.15-next.0
    • @backstage/plugin-gcalendar@0.3.3-next.0
    • @backstage/plugin-gcp-projects@0.3.26-next.0
    • @backstage/plugin-graphiql@0.2.39-next.0
    • @backstage/plugin-newrelic@0.3.25-next.0
    • @backstage/plugin-search-react@0.2.2-next.0
    • @backstage/plugin-shortcuts@0.2.8-next.0
    • @backstage/plugin-tech-radar@0.5.14-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.0.2-next.0
    • @backstage/plugin-user-settings@0.4.6-next.0

example-backend@0.2.73-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-tech-insights-backend@0.4.2-next.0
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/plugin-scaffolder-backend@1.4.0-next.0
    • @backstage/plugin-auth-backend@0.14.2-next.0
    • @backstage/plugin-kubernetes-backend@0.7.0-next.0
    • @backstage/integration@1.2.2-next.0
    • @backstage/plugin-azure-devops-backend@0.3.13-next.0
    • example-app@0.2.73-next.0
    • @backstage/backend-tasks@0.3.3-next.0
    • @backstage/plugin-app-backend@0.3.34-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0
    • @backstage/plugin-badges-backend@0.1.28-next.0
    • @backstage/plugin-catalog-backend@1.2.1-next.0
    • @backstage/plugin-code-coverage-backend@0.1.32-next.0
    • @backstage/plugin-graphql-backend@0.1.24-next.0
    • @backstage/plugin-jenkins-backend@0.1.24-next.0
    • @backstage/plugin-kafka-backend@0.2.27-next.0
    • @backstage/plugin-permission-backend@0.5.9-next.0
    • @backstage/plugin-permission-node@0.6.3-next.0
    • @backstage/plugin-proxy-backend@0.2.28-next.0
    • @backstage/plugin-rollbar-backend@0.1.31-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.2-next.0
    • @backstage/plugin-search-backend@0.5.4-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@0.1.6-next.0
    • @backstage/plugin-search-backend-module-pg@0.3.5-next.0
    • @backstage/plugin-search-backend-node@0.6.3-next.0
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.18-next.0
    • @backstage/plugin-tech-insights-node@0.3.2-next.0
    • @backstage/plugin-techdocs-backend@1.1.3-next.0
    • @backstage/plugin-todo-backend@0.1.31-next.0
    • @backstage/catalog-client@1.0.4-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/core-app-api@1.0.4-next.0
    • @backstage/cli@0.17.3-next.0
    • @backstage/plugin-techdocs@1.2.1-next.0
    • @backstage/app-defaults@1.0.4-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/test-utils@1.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.0
    • @backstage/plugin-auth-node@0.2.3-next.0