github backstage/backstage v0.55.0

latest releases: v1.27.2, v1.27.1, v1.27.0...
2 years ago

@backstage/cli@0.9.0

Minor Changes

  • 25f637f: Tweaked style insertion logic to make sure that JSS stylesheets always receive the highest priority.

Patch Changes

  • 677bfc2: Keep backstage.json in sync

    The versions:bump script now takes care about updating the version property inside backstage.json file. The file is created if is not present.

  • 8809b6c: Update the json-schema dependency version.

  • fdfd2f8: remove double config dep

  • 1e99c73: Update internal usage of configLoader.loadConfig that now returns an object instead of an array of configs.

  • 6dcfe22: Added a scaffolder backend module template for the create command.

  • 4ca3542: Fixed a bug where calling backstage-cli backend:bundle --build-dependencies with no dependencies to be built would cause all monorepo packages to be built instead.

  • 867ea81: bump @rollup/plugin-commonjs from 17.1.0 to 21.0.1

  • 16d06f6: Introduces new backstage-cli create command to replace create-plugin and make space for creating a wider array of things. The create command also adds a new template for creating isomorphic common plugin packages.

  • Updated dependencies

    • @backstage/config-loader@0.8.0
    • @backstage/cli-common@0.1.6

@backstage/config-loader@0.8.0

Minor Changes

  • 1e99c73: Update loadConfig to return LoadConfigResult instead of an array of AppConfig.

    This function is primarily used internally by other config loaders like loadBackendConfig which means no changes are required for most users.

    If you use loadConfig directly you will need to update your usage from:

    - const appConfigs = await loadConfig(options)
    + const { appConfigs } = await loadConfig(options)

Patch Changes

  • 8809b6c: Update the json-schema dependency version.
  • Updated dependencies
    • @backstage/cli-common@0.1.6

@backstage/core-plugin-api@0.2.0

Minor Changes

  • 7e18ed7: Removed the unused UserFlags type.
  • 7df99cd: Remove exports of unused types(RouteOptions and RoutePath).

Patch Changes

  • 37ebea2: Add deprecation warnings around title icon and path as they are no longer controlled when creating routeRefs
  • 2dd2a7b: Deprecated the theme property on AppTheme, replacing it with Provider. See https://backstage.io/docs/api/deprecations#app-theme for more details.
  • b6a4bac: Deprecated the Error and ErrorContext types, replacing them with identical ErrorApiError and ErrorApiErrorContext types.

@backstage/plugin-azure-devops-common@0.1.0

Minor Changes

  • 2b5ccd2: Improved Date handling for the Azure DevOps set of plugins by using strings and letting the frontend handle the conversion to DateTime

@backstage/app-defaults@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21

@backstage/backend-common@0.9.10

Patch Changes

  • d7c1e0e: Added the isDatabaseConflictError function.

  • e21e3c6: Bumping minimum requirements for dockerode and testcontainers

  • 1e99c73: Update internal usage of configLoader.loadConfig that now returns an object instead of an array of configs.

  • 1daada3: Paths can be specified in backend.reading.allow to further restrict allowed targets

  • 7ad9a07: Adding config prop pluginDivisionMode to allow plugins using the pg client to create their own management schemas in the db. This allows pg client plugins to work in separate schemas in the same db.

  • 01f74aa: Add AbortSignal support to UrlReader

  • a8732a1: Make sure that server builder start() propagates errors (such as failing to bind to the required port) properly and doesn't resolve the promise prematurely.

    After this change, the backend logger will be able to actually capture the error as it happens:

    2021-11-11T10:54:21.334Z backstage info Initializing http server
    2021-11-11T10:54:21.335Z backstage error listen EADDRINUSE: address already in use :::7000 code=EADDRINUSE errno=-48 syscall=listen address=:: port=7000
    
  • 26b5da1: Do not redact empty or one-character strings. These imply that it's just a test or local dev, and unnecessarily ruin the log output.

  • Updated dependencies

    • @backstage/config-loader@0.8.0
    • @backstage/cli-common@0.1.6

@backstage/backend-test-utils@0.1.9

Patch Changes

  • e21e3c6: Bumping minimum requirements for dockerode and testcontainers
  • Updated dependencies
    • @backstage/cli@0.9.0
    • @backstage/backend-common@0.9.10

@backstage/catalog-client@0.5.2

Patch Changes

  • 3bf2238: Update to the right version of @backstage/errors
  • Updated dependencies
    • @backstage/catalog-model@0.9.7

@backstage/catalog-model@0.9.7

Patch Changes

  • 8809b6c: Update the json-schema dependency version.

@backstage/cli-common@0.1.6

Patch Changes

  • 677bfc2: Keep backstage.json in sync

    The versions:bump script now takes care about updating the version property inside backstage.json file. The file is created if is not present.

@backstage/codemods@0.1.22

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.6
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21

@backstage/core-app-api@0.1.21

Patch Changes

  • 0b1de52: Migrated to using new ErrorApiError and ErrorApiErrorContext names.

  • ecd1fcb: Deprecated the BackstagePluginWithAnyOutput type.

  • 32bfbaf: Start exporting and marking several types as public to address errors in the API report.

  • 014cbf8: The createApp function from @backstage/core-app-api has been deprecated, with two new options being provided as a replacement.

    The first and most commonly used one is createApp from the new @backstage/app-defaults package, which behaves just like the existing createApp. In the future this method is likely to be expanded to add more APIs and other pieces into the default setup, for example the Utility APIs from @backstage/integration-react.

    The other option that we now provide is to use createSpecializedApp from @backstage/core-app-api. This is a more low-level API where you need to provide a full set of options, including your own components, icons, defaultApis, and themes. The createSpecializedApp way of creating an app is particularly useful if you are not using @backstage/core-components or MUI, as it allows you to avoid those dependencies completely.

  • 475edb5: move the BehaviorSubject init into the constructor

  • Updated dependencies

    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/app-defaults@0.1.1

@backstage/core-components@0.7.4

Patch Changes

  • 274a4fc: Add Props Icon for Sidebar Item SidebarSearchField and Settings
  • 682945e: Changing the Header styles to use more theme variables. With this the title font-size will not change on resizing the window.
  • 892c1d9: Update OAuthAdapter to create identity.token from identity.idToken if it does not exist, and prevent overwrites to identity.toke. Update login page commonProvider to prefer .token over .idToken
  • Updated dependencies
    • @backstage/core-plugin-api@0.2.0

@backstage/create-app@0.4.4

Patch Changes

  • 4ebc9fd: Create backstage.json file

    @backstage/create-app will create a new backstage.json file. At this point, the file will contain a version property, representing the version of @backstage/create-app used for creating the application. If the backstage's application has been bootstrapped using an older version of @backstage/create-app, the backstage.json file can be created and kept in sync, together with all the changes of the latest version of backstage, by running the following script:

    yarn backstage-cli versions:bump
  • e21e3c6: Bumping minimum requirements for dockerode and testcontainers

  • 014cbf8: Migrated the app template use the new @backstage/app-defaults for the createApp import, since the createApp exported by @backstage/app-core-api will be removed in the future.

    To migrate an existing application, add the latest version of @backstage/app-defaults as a dependency in packages/app/package.json, and make the following change to packages/app/src/App.tsx:

    -import { createApp, FlatRoutes } from '@backstage/core-app-api';
    +import { createApp } from '@backstage/app-defaults';
    +import { FlatRoutes } from '@backstage/core-app-api';
  • 2163e83: Refactor and add regression tests for create-app tasks

  • Updated dependencies

    • @backstage/cli-common@0.1.6

@backstage/dev-utils@0.2.13

Patch Changes

  • 58a4e67: Add theme switcher to sidebar of dev app.
  • 014cbf8: Migrated to using @backstage/app-defaults.
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21
    • @backstage/test-utils@0.1.22
    • @backstage/app-defaults@0.1.1
    • @backstage/integration-react@0.1.14

@backstage/integration-react@0.1.14

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@techdocs/cli@0.8.6

Patch Changes

  • e21e3c6: Bumping minimum requirements for dockerode and testcontainers
  • 1578ad3: Add support for specifying bucketRootPath for AWS and GCS publishers
  • f2694e3: Adds ability to use encrypted S3 buckets by utilizing the SSE option in the AWS SDK
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10
    • @backstage/techdocs-common@0.10.7

@backstage/techdocs-common@0.10.7

Patch Changes

  • 0b60a05: Added OpenStack Swift case migration support.
  • 9e64a7a: Allow amazon web services s3 buckets to pass an server side encryption configuration so they can publish to encrypted buckets
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10

@backstage/test-utils@0.1.22

Patch Changes

  • 0b1de52: Migrated to using new ErrorApiError and ErrorApiErrorContext names.
  • 2dd2a7b: Migrated to using createSpecializedApp.
  • Updated dependencies
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21

@backstage/plugin-allure@0.1.7

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-analytics-module-ga@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-api-docs@0.6.14

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/plugin-catalog@0.7.3
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-app-backend@0.3.19

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@0.8.0
    • @backstage/backend-common@0.9.10

@backstage/plugin-auth-backend@0.4.8

Patch Changes

  • 892c1d9: Update OAuthAdapter to create identity.token from identity.idToken if it does not exist, and prevent overwrites to identity.toke. Update login page commonProvider to prefer .token over .idToken
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10
    • @backstage/test-utils@0.1.22

@backstage/plugin-azure-devops@0.1.4

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • b5eac95: Added entity view for Azure Repo Pull Requests
  • 2b5ccd2: Improved Date handling for the Azure DevOps set of plugins by using strings and letting the frontend handle the conversion to DateTime
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/plugin-azure-devops-common@0.1.0

@backstage/plugin-azure-devops-backend@0.2.1

Patch Changes

  • 2b5ccd2: Improved Date handling for the Azure DevOps set of plugins by using strings and letting the frontend handle the conversion to DateTime
  • Updated dependencies
    • @backstage/backend-common@0.9.10
    • @backstage/plugin-azure-devops-common@0.1.0

@backstage/plugin-badges@0.2.14

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-bazaar@0.1.4

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • f6ba309: A Bazaar project has been extended with the following fields: size, start date (optional), end date (optional) and a responsible person.
  • Updated dependencies
    • @backstage/plugin-catalog@0.7.3
    • @backstage/cli@0.9.0
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-bazaar-backend@0.1.2

Patch Changes

  • f6ba309: A Bazaar project has been extended with the following fields: size, start date (optional), end date (optional) and a responsible person.
  • Updated dependencies
    • @backstage/backend-common@0.9.10
    • @backstage/backend-test-utils@0.1.9

@backstage/plugin-bitrise@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-catalog@0.7.3

Patch Changes

  • 38d6df6: Remove the "View Api" icon in the AboutCard, as the information is misleading for some users and is
    duplicated in the tabs above.
  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/integration-react@0.1.14

@backstage/plugin-catalog-backend@0.17.4

Patch Changes

  • 5d2a730: This fixes a bug where locations couldn't be added unless the processing engine is started.
    It's now possible to run the catalog backend without starting the processing engine and still allowing locations registrations.

    This is done by refactor the EntityProvider.connect to happen outside the engine.

  • 06934f2: Adjust entity query construction to ensure sub-queries are always isolated from one another.

  • b90fc74: adds getDefaultProcessor method to CatalogBuilder

  • Updated dependencies

    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10

@backstage/plugin-catalog-graph@0.2.2

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-catalog-import@0.7.4

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/integration-react@0.1.14

@backstage/plugin-catalog-react@0.6.4

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21

@backstage/plugin-circleci@0.2.29

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-cloudbuild@0.2.28

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-code-coverage@0.1.18

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-config-schema@0.1.13

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-cost-insights@0.11.11

Patch Changes

  • 4576f82: Fixed generation of sample data in the example Cost Insights client
  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-explore@0.3.21

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/plugin-explore-react@0.0.7

@backstage/plugin-explore-react@0.0.7

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-firehydrant@0.1.8

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-fossa@0.2.22

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-gcp-projects@0.3.9

Patch Changes

  • 741bcb1: UI updates to GCP-projects plugin

    Adds the following to the project list page:

    • pagination
    • filtering
    • sorting
    • rows per page
    • show/hide columns

    Makes breadcrumb a link back to project list for the project details and new project views.

    In project list page, updates New project button to use RouterLink instead of href to avoid login prompt.

    In project details view, links to project details and logs now work, clicking on these will open the project or logs in GCP in new tab.

  • a125278: Refactor out the deprecated path and icon from RouteRefs

  • Updated dependencies

    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-git-release-manager@0.3.3

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-github-actions@0.4.24

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-github-deployments@0.1.21

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/integration-react@0.1.14

@backstage/plugin-gitops-profiles@0.3.9

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-graphiql@0.2.21

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-home@0.4.6

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-ilert@0.1.17

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-jenkins@0.5.12

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-kafka@0.2.21

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-kafka-backend@0.2.11

Patch Changes

  • 9145449: Update Kafka configuration types
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10

@backstage/plugin-kubernetes@0.4.20

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-lighthouse@0.2.30

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-newrelic@0.3.9

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-org@0.3.28

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-pagerduty@0.3.18

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-rollbar@0.3.19

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-scaffolder@0.11.11

Patch Changes

  • 8809b6c: Update the json-schema dependency version.
  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/integration-react@0.1.14

@backstage/plugin-scaffolder-backend@0.15.13

Patch Changes

  • 26eb174: Skip empty file names when scaffolding with nunjucks
  • ecdcbd0: Expose template metadata to custom action handler in Scaffolder.
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10
    • @backstage/plugin-catalog-backend@0.17.4

@backstage/plugin-search@0.4.18

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • 704b267: Smaller UX improvements to search components such as optional autoFocus prop to SearchBar components, decreased debounce value and closing modal on link click of SearchModal, terminology updates of SearchResultPager.
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-sentry@0.3.29

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-shortcuts@0.1.14

Patch Changes

  • f93e56a: Add tooltip to display shortcut title on hover. This should improve the readability of shortcuts with long names, which are cutoff by ellipsis.
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-sonarqube@0.2.7

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-splunk-on-call@0.3.15

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-tech-insights-backend@0.1.1

Patch Changes

  • 5c00e45: Add catalog fact retrievers

    Add fact retrievers which generate facts related to the completeness
    of entity data in the catalog.

  • Updated dependencies

    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10

@backstage/plugin-tech-radar@0.4.12

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-techdocs@0.12.6

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • c1858c4: Fixed entity triplet case handling for certain locales.
  • f770398: Use a better checkbox rendering in a task list.
  • e266687: Updates reader component used to display techdocs documentation. A previous change made this component not usable out of a page which don't have entityRef in url parameters. Reader component EntityRef parameter is now used instead of url parameters. Techdocs documentation component can now be used in our custom pages.
  • Updated dependencies
    • @backstage/plugin-catalog@0.7.3
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/plugin-search@0.4.18
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/integration-react@0.1.14

@backstage/plugin-techdocs-backend@0.10.8

Patch Changes

  • e21e3c6: Bumping minimum requirements for dockerode and testcontainers
  • 9e64a7a: Allow amazon web services s3 buckets to pass an server side encryption configuration so they can publish to encrypted buckets
  • Updated dependencies
    • @backstage/catalog-client@0.5.2
    • @backstage/catalog-model@0.9.7
    • @backstage/backend-common@0.9.10
    • @backstage/techdocs-common@0.10.7

@backstage/plugin-todo@0.1.15

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-user-settings@0.3.11

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • 274a4fc: Add Props Icon for Sidebar Item SidebarSearchField and Settings
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

@backstage/plugin-xcmetrics@0.2.10

Patch Changes

  • a125278: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

example-app@0.2.53

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@0.7.3
    • @backstage/plugin-cost-insights@0.11.11
    • @backstage/cli@0.9.0
    • @backstage/plugin-gcp-projects@0.3.9
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-scaffolder@0.11.11
    • @backstage/plugin-api-docs@0.6.14
    • @backstage/plugin-azure-devops@0.1.4
    • @backstage/plugin-badges@0.2.14
    • @backstage/plugin-catalog-graph@0.2.2
    • @backstage/plugin-catalog-import@0.7.4
    • @backstage/plugin-catalog-react@0.6.4
    • @backstage/plugin-circleci@0.2.29
    • @backstage/plugin-cloudbuild@0.2.28
    • @backstage/plugin-code-coverage@0.1.18
    • @backstage/plugin-explore@0.3.21
    • @backstage/plugin-github-actions@0.4.24
    • @backstage/plugin-home@0.4.6
    • @backstage/plugin-jenkins@0.5.12
    • @backstage/plugin-kafka@0.2.21
    • @backstage/plugin-kubernetes@0.4.20
    • @backstage/plugin-lighthouse@0.2.30
    • @backstage/plugin-newrelic@0.3.9
    • @backstage/plugin-pagerduty@0.3.18
    • @backstage/plugin-rollbar@0.3.19
    • @backstage/plugin-search@0.4.18
    • @backstage/plugin-sentry@0.3.29
    • @backstage/plugin-tech-radar@0.4.12
    • @backstage/plugin-techdocs@0.12.6
    • @backstage/plugin-todo@0.1.15
    • @backstage/plugin-user-settings@0.3.11
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21
    • @backstage/plugin-shortcuts@0.1.14
    • @backstage/app-defaults@0.1.1
    • @backstage/integration-react@0.1.14
    • @backstage/plugin-graphiql@0.2.21
    • @backstage/plugin-org@0.3.28

embedded-techdocs-app@0.2.53

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@0.7.3
    • @backstage/cli@0.9.0
    • @backstage/catalog-model@0.9.7
    • @backstage/plugin-techdocs@0.12.6
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21
    • @backstage/test-utils@0.1.22
    • @backstage/app-defaults@0.1.1
    • @backstage/integration-react@0.1.14

Don't miss a new backstage release

NewReleases is sending notifications on new releases.