# Release v1.23.0-next.0
## @backstage/backend-common@0.21.0-next.0
### Minor Changes
- e85aa98: drop databases after unit tests if the database instance is not running in docker
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.5.11-next.0
- @backstage/config-loader@1.6.1
- @backstage/backend-dev-utils@0.1.3
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
## @backstage/backend-test-utils@0.3.0-next.0
### Minor Changes
- e85aa98: drop databases after unit tests if the database instance is not running in docker
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-app-api@0.5.11-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/catalog-client@1.6.0-next.0
### Minor Changes
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
## @backstage/frontend-app-api@0.6.0-next.0
### Minor Changes
- 86346c2: **BREAKING**: The `app.routes.bindings` app-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.
Old form:
```yaml
app:
routes:
bindings:
plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot
plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPage
```
New form:
```yaml
app:
routes:
bindings:
catalog.viewTechDoc: techdocs.docRoot
catalog.createComponent: catalog-import.importPage
```
### Patch Changes
- 42ebf27: Added `IconsApi` implementation and the ability to configure icons through the `icons` option for `createApp` and `createSpecializedApp`. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.
- e0a4dd1: Improved the error message when data input/output shapes do not match
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
## @backstage/repo-tools@0.6.0-next.0
### Minor Changes
- 04907c3: Updates the OpenAPI client template to support the new format for identifying plugin ID. You should now use `info.title` like so,
```diff
info:
+ title: yourPluginId
- title: @internal/plugin-*-backend
servers:
- /
- - yourPluginId
```
- b10c603: Add support for `oneOf` in client generated by `schema openapi generate-client`.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/cli-node@0.2.2
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
## @backstage/test-utils@1.5.0-next.0
### Minor Changes
- bb40898: Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
### Patch Changes
- Updated dependencies
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-react@0.4.19
## @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.0
### Minor Changes
- 5d2fcba: Created new `@backstage/plugin-auth-backend-module-oidc-provider` module package to house oidc auth provider migration.
### Patch Changes
- 8afb6f4: Updated dependency `passport` to `^0.7.0`.
- Updated dependencies
- @backstage/plugin-auth-backend@0.20.4-next.0
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-catalog@1.17.0-next.0
### Minor Changes
- e541c0e: Exported `CatalogTable.defaultColumnsFunc` for defining the columns in `` of some Kinds while using the default columns for the others.
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- f899eec: Change default icon for `kind:resource` to the storage icon.
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- 797a329: Fixed inconsistencies in icons used for System and Template
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.23
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-catalog-backend@1.17.0-next.0
### Minor Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-openapi-utils@0.1.3-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-events-node@0.2.19-next.0
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-cloudbuild@0.4.0-next.0
### Minor Changes
- 0328d1b: Changed build list view to automatically filter builds based on repository name matching component-info's metadata.name.
Added optional `google.com/cloudbuild-repo-name` annotation which allows you to specify a different repository to filter on.
Added optional `google.com/cloudbuild-trigger-name` annotation which allows you to filter based on a trigger name instead of a repo name.
Updated the ReadMe with information about the filtering and some other minor verbiage updates.
Changed `substitutions.BRANCH_NAME` to `substitutions.REF_NAME` so that the Ref field is populated properly.
Added optional `google.com/cloudbuild-location` annotation which allows you to specify the Cloud Build location of your builds. Default is global scope.
Changed build list view to show builds in a specific location if the location annotation is used.
Updated ReadMe with information about the use of the location filtering.
### Patch Changes
- ef3cad4: Add telemetry HTTP header Google Cloud Platform
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-kubernetes-react@0.3.0-next.0
### Minor Changes
- 0d526c8: **BREAKING** The pod exec terminal is now disabled by default since there are several scenarios where it is known not to work. It can be re-enabled at your own risk by setting the config parameter `kubernetes.podExecTerminal.enabled` to `true`.
### Patch Changes
- 536f67d: Fix broken XtermJS CSS import
- db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/plugin-scaffolder@1.18.0-next.0
### Minor Changes
- c56f1a2: Remove the old legacy exports from `/alpha`
- a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
### Patch Changes
- b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- da059d7: Removed alpha symbol from Task List header
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
Updated dependency `@rjsf/core` to `5.16.1`.
Updated dependency `@rjsf/material-ui` to `5.16.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
- 11b9a08: Introduced the first version of recoverable tasks.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-scaffolder-react@1.8.0-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-react@0.4.19
## @backstage/plugin-scaffolder-backend@1.21.0-next.0
### Minor Changes
- 11b9a08: Introduced the first version of recoverable tasks.
- e9a5228: The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with `backend.add` to provide additional actions to the scaffolder. These modules are as follows:
- `@backstage/plugin-scaffolder-backend-module-github`
- `@backstage/plugin-scaffolder-backend-module-gitlab`
- `@backstage/plugin-scaffolder-backend-module-bitbucket`
- `@backstage/plugin-scaffolder-backend-module-gitea`
- `@backstage/plugin-scaffolder-backend-module-gerrit`
- `@backstage/plugin-scaffolder-backend-module-confluence-to-markdown`
- `@backstage/plugin-scaffolder-backend-module-cookiecutter`
- `@backstage/plugin-scaffolder-backend-module-rails`
- `@backstage/plugin-scaffolder-backend-module-sentry`
- `@backstage/plugin-scaffolder-backend-module-yeoman`
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.2-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.1.2-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.0
- @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-scaffolder-common@1.5.0-next.0
### Minor Changes
- 11b9a08: Introduced the first version of recoverable tasks.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-scaffolder-node@0.3.0-next.0
### Minor Changes
- 3a9ba42: Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
- 11b9a08: Introduced the first version of recoverable tasks.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
## @backstage/plugin-scaffolder-react@1.8.0-next.0
### Minor Changes
- c56f1a2: Remove the old legacy exports from `/alpha`
- 11b9a08: Introduced the first version of recoverable tasks.
### Patch Changes
- 0b0c6b6: Allow defining default output text to be shown
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
Updated dependency `@rjsf/core` to `5.16.1`.
Updated dependency `@rjsf/material-ui` to `5.16.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
## @backstage/plugin-search-backend@1.5.0-next.0
### Minor Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-openapi-utils@0.1.3-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## @backstage/app-defaults@1.4.8-next.0
### Patch Changes
- f899eec: Change default icon for `kind:resource` to the storage icon.
- Updated dependencies
- @backstage/core-components@0.13.10
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/plugin-permission-react@0.4.19
## @backstage/backend-app-api@0.5.11-next.0
### Patch Changes
- e0c18ef: Include the extension point ID and the module ID in the backend init error message.
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/cli-node@0.2.2
- @backstage/config-loader@1.6.1
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/backend-defaults@0.2.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-app-api@0.5.11-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/backend-dynamic-feature-service@0.1.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/cli-node@0.2.2
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-events-backend@0.2.19-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## @backstage/backend-openapi-utils@0.1.3-next.0
### Patch Changes
- 2067689: Internal updates due to `json-schema-to-ts`
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/errors@1.2.3
## @backstage/backend-plugin-api@0.6.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## @backstage/backend-tasks@0.5.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/cli@0.25.2-next.0
### Patch Changes
- c624938: Add experimental support for optional `auth` app entry point.
- acd2860: Updated dependency `vite-plugin-node-polyfills` to `^0.19.0`.
- 35725e2: Updated dependencies in frontend plugin templates
- c7259dc: Updated the backend module template to make the module instance the package default export.
- Updated dependencies
- @backstage/eslint-plugin@0.1.5-next.0
- @backstage/cli-node@0.2.2
- @backstage/config-loader@1.6.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## @backstage/core-compat-api@0.1.2-next.0
### Patch Changes
- 1fa5041: The backwards compatibility provider will now use the new `ComponentsApi` and `IconsApi` when implementing the old `AppContext`.
- 7155c30: Added `convertLegacyRouteRefs` for bulk conversion of plugin routes.
- 2f2a1d2: Plugins converted by `convertLegacyApp` now have their `routes` and `externalRoutes` included as well, allowing them to be used to bind external routes in configuration.
- 1184990: collectLegacyRoutes throws in case invalid element is found
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/version-bridge@1.0.7
## @backstage/create-app@0.5.11-next.0
### Patch Changes
- aeec29c: Updated `packages/app` as well as the root `package.json` type resolutions to use React v18.
The `@testing-library/*` dependencies have also been updated to the ones compatible with React v18, and the test at `packages/app/src/App.test.tsx` had been updated to use more modern patterns that work better with these new versions.
For information on how to migrate existing apps to React v18, see the [migration guide](https://backstage.io/docs/tutorials/react18-migration)
- Updated dependencies
- @backstage/cli-common@0.1.13
## @backstage/dev-utils@1.0.27-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/app-defaults@1.4.8-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/theme@0.5.0
## @backstage/eslint-plugin@0.1.5-next.0
### Patch Changes
- 995d280: Added new `@backstage/no-top-level-material-ui-4-imports` rule that forbids top level imports from Material UI v4 packages
## @backstage/frontend-plugin-api@0.5.1-next.0
### Patch Changes
- 7eae3e0: Added initial `IconsApi` definition.
- Updated dependencies
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
## @backstage/frontend-test-utils@0.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.6.0-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/test-utils@1.5.0-next.0
- @backstage/types@1.1.1
## @techdocs/cli@1.8.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-techdocs-node@1.11.2-next.0
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
## @backstage/plugin-adr@0.6.13-next.0
### Patch Changes
- 0b03962: Updated README
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/plugin-adr-common@0.2.19
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-adr-backend@0.4.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/plugin-adr-common@0.2.19
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-airbrake@0.3.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/test-utils@1.5.0-next.0
- @backstage/dev-utils@1.0.27-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-airbrake-backend@0.3.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-allure@0.1.46-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-api-docs@0.10.4-next.0
### Patch Changes
- 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
- c03f977: Updated dependency `graphiql` to `3.1.0`.
- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-react@0.4.19
## @backstage/plugin-app-backend@0.3.58-next.0
### Patch Changes
- 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config-loader@1.6.1
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.10-next.0
## @backstage/plugin-app-node@0.1.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-app-visualizer@0.1.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-auth-backend@0.20.4-next.0
### Patch Changes
- a3f1fa3: Use the externalized `auth-backend-module-microsoft-provider` again.
- 5d2fcba: Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
- Updated dependencies
- @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.0
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.0
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.0
### Patch Changes
- 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/errors@1.2.3
## @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.0
### Patch Changes
- cd5114c: Added missing `additionalScopes` option to configuration schema.
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
## @backstage/plugin-auth-node@0.4.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/plugin-azure-devops@0.3.12-next.0
### Patch Changes
- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- cb0afaa: Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-azure-devops-common@0.3.2
## @backstage/plugin-azure-devops-backend@0.5.2-next.0
### Patch Changes
- 353244d: Added a note about Service Principles
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-azure-devops-common@0.3.2
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-azure-sites@0.1.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-azure-sites-common@0.1.1
## @backstage/plugin-azure-sites-backend@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-sites-common@0.1.1
## @backstage/plugin-badges@0.2.54-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-badges-backend@0.3.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-bazaar@0.2.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-bazaar-backend@0.3.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
### Patch Changes
- 2e6af00: Updated dependency `ts-morph` to `^21.0.0`.
- Updated dependencies
- @backstage/integration@1.8.0
## @backstage/plugin-bitrise@0.1.57-next.0
### Patch Changes
- e24e4d3: Update README
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-catalog-backend-module-aws@0.3.4-next.0
### Patch Changes
- a81b1ba: The default EKS cluster entity transformer now sets the new
`kubernetes.io/x-k8s-aws-id` annotation.
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-azure@0.1.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-openapi-utils@0.1.3-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-catalog-backend-module-bitbucket@0.2.25-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.25-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.23-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-catalog-backend-module-gcp@0.1.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
## @backstage/plugin-catalog-backend-module-gerrit@0.1.26-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-catalog-backend-module-github@0.4.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-catalog-backend-module-github-org@0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-backend-module-github@0.4.8-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-catalog-backend-module-gitlab@0.3.7-next.0
### Patch Changes
- 60e4c2a: Added the option to provide custom `groupTransformer`, `userTransformer` and `groupNameTransformer` to allow custom transformations of groups and users
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-events-node@0.2.19-next.0
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-catalog-backend-module-ldap@0.5.25-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-msgraph@0.5.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-puppetdb@0.1.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.0-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
## @backstage/plugin-catalog-graph@0.3.4-next.0
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/types@1.1.1
## @backstage/plugin-catalog-import@0.10.6-next.0
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-catalog-node@1.6.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-catalog-react@1.9.4-next.0
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 71c6d7a: Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.23
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-react@0.4.19
## @backstage/plugin-cicd-statistics@0.1.32-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-cicd-statistics-module-gitlab@0.1.26-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-cicd-statistics@0.1.32-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-circleci@0.3.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-code-climate@0.1.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-code-coverage@0.2.23-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-code-coverage-backend@0.2.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-cost-insights@0.12.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/plugin-cost-insights-common@0.1.2
## @backstage/plugin-devtools@0.1.9-next.0
### Patch Changes
- c12a86c: Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
- b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-devtools-common@0.1.8
- @backstage/plugin-permission-react@0.4.19
## @backstage/plugin-devtools-backend@0.2.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config-loader@1.6.1
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.8
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-dynatrace@8.0.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-entity-feedback@0.2.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-entity-feedback-common@0.1.3
## @backstage/plugin-entity-feedback-backend@0.2.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-entity-feedback-common@0.1.3
## @backstage/plugin-entity-validation@0.1.15-next.0
### Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 1f70e46: Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-events-backend@0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-aws-sqs@0.2.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-azure@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-gerrit@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-github@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-module-gitlab@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-backend-test-utils@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-events-node@0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
## @backstage/plugin-explore@0.4.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-explore-react@0.0.35
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-explore-backend@0.0.20-next.0
### Patch Changes
- fd3d51c: Add support for the new backend system.
A new backend plugin for the explore backend
was added and exported as `default`.
You can use it with the new backend system like
```ts title="packages/backend/src/index.ts"
backend.add(import('@backstage/plugin-explore-backend'));
```
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-search-backend-module-explore@0.1.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-explore-common@0.0.2
## @backstage/plugin-firehydrant@0.2.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-fossa@0.2.62-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-github-actions@0.6.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
## @backstage/plugin-github-deployments@0.1.61-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
## @backstage/plugin-github-issues@0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-github-pull-requests-board@0.1.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration@1.8.0
## @backstage/plugin-gocd@0.1.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-graphiql@0.3.3-next.0
### Patch Changes
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-home@0.6.2-next.0
### Patch Changes
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
Updated dependency `@rjsf/core` to `5.16.1`.
Updated dependency `@rjsf/material-ui` to `5.16.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
- e9cdfd3: Fix typo in VisitsStorageApi
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-home-react@0.1.8-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
## @backstage/plugin-home-react@0.1.8-next.0
### Patch Changes
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
Updated dependency `@rjsf/core` to `5.16.1`.
Updated dependency `@rjsf/material-ui` to `5.16.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
- Updated dependencies
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-ilert@0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-jenkins@0.9.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.23
## @backstage/plugin-jenkins-backend@0.3.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.23
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-kafka@0.3.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-kafka-backend@0.3.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-kubernetes@0.11.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-kubernetes-react@0.3.0-next.0
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-kubernetes-backend@0.14.2-next.0
### Patch Changes
- 7233f57: Fixed an issue where a misleading error message would be logged when an
unsupported service locator method was specified.
- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
- 7278d80: The purpose of this patch is to add a new login method which is `googleServiceAccount` configuring the kubernetes properties in the app-config.yaml file with authProvider key
- daad576: Clusters configured with the `aws` authentication strategy can now customize the
`x-k8s-aws-id` header value used to generate tokens. This value can be specified
specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
`metadata.annotations` for clusters in the catalog, or the `authMetadata` block
on clusters in the app-config). This is particularly helpful when a Backstage
instance contains multiple AWS clusters with the same name in different regions
\-- using this new parameter, the clusters can be given different logical names
to distinguish them but still use the same ID for the purposes of generating
tokens.
- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- 7f6ff25: Custom per-cluster auth metadata (mainly for use with custom `AuthenticationStrategy` implementations) can now be specified in the `authMetadata` property of clusters in the app-config.
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-kubernetes-node@0.1.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-kubernetes-cluster@0.0.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-kubernetes-react@0.3.0-next.0
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-kubernetes-common@0.7.4-next.0
### Patch Changes
- daad576: Clusters configured with the `aws` authentication strategy can now customize the
`x-k8s-aws-id` header value used to generate tokens. This value can be specified
specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
`metadata.annotations` for clusters in the catalog, or the `authMetadata` block
on clusters in the app-config). This is particularly helpful when a Backstage
instance contains multiple AWS clusters with the same name in different regions
\-- using this new parameter, the clusters can be given different logical names
to distinguish them but still use the same ID for the purposes of generating
tokens.
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-kubernetes-node@0.1.4-next.0
### Patch Changes
- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
## @backstage/plugin-lighthouse@0.4.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-lighthouse-common@0.1.4
## @backstage/plugin-lighthouse-backend@0.4.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-lighthouse-common@0.1.4
## @backstage/plugin-linguist@0.1.15-next.0
### Patch Changes
- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-linguist-common@0.1.2
## @backstage/plugin-linguist-backend@0.5.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-linguist-common@0.1.2
## @backstage/plugin-newrelic-dashboard@0.3.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-nomad@0.1.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-nomad-backend@0.1.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-octopus-deploy@0.2.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-org@0.6.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-catalog-common@1.0.20
## @backstage/plugin-org-react@0.1.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-pagerduty@0.7.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-home-react@0.1.8-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-periskop@0.1.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-periskop-backend@0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-permission-backend@0.5.33-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-permission-node@0.7.21-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-playlist@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-playlist-common@0.1.14
## @backstage/plugin-playlist-backend@0.3.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-playlist-common@0.1.14
## @backstage/plugin-proxy-backend@0.4.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
## @backstage/plugin-puppetdb@0.1.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-rollbar@0.4.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-rollbar-backend@0.1.55-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config@1.1.1
## @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.2-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.34-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-github@0.1.2-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.0
### Patch Changes
- e9a5228: Make `containerRunner` argument optional
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/types@1.1.1
## @backstage/plugin-scaffolder-backend-module-sentry@0.1.18-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.31-next.0
### Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/types@1.1.1
## @backstage/plugin-search@1.4.6-next.0
### Patch Changes
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-explore@0.1.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-pg@0.5.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-techdocs-node@1.11.2-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-backend-node@1.2.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-search-react@1.7.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-sentry@0.5.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-signals@0.0.1-next.0
### Patch Changes
- 047bead: Add support to subscribe and publish messages through signals plugins
- Updated dependencies
- @backstage/plugin-signals-react@0.0.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
## @backstage/plugin-signals-backend@0.0.1-next.0
### Patch Changes
- 047bead: Add support to subscribe and publish messages through signals plugins
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-signals-node@0.0.1-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-signals-node@0.0.1-next.0
### Patch Changes
- 047bead: Add support to subscribe and publish messages through signals plugins
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19-next.0
## @backstage/plugin-signals-react@0.0.1-next.0
### Patch Changes
- 047bead: Add support to subscribe and publish messages through signals plugins
- Updated dependencies
- @backstage/core-plugin-api@1.8.2
- @backstage/types@1.1.1
## @backstage/plugin-sonarqube@0.7.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-sonarqube-react@0.1.12
## @backstage/plugin-sonarqube-backend@0.2.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
## @backstage/plugin-splunk-on-call@0.4.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-stack-overflow@0.1.25-next.0
### Patch Changes
- c1bc331: Fixes a bug that made the API return questions not related to the tags provided
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/plugin-home-react@0.1.8-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/config@1.1.1
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-stack-overflow-backend@0.2.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.0
## @backstage/plugin-tech-insights@0.3.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
## @backstage/plugin-tech-insights-backend@0.5.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-tech-insights-node@0.4.16-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-tech-insights-node@0.4.16-next.0
- @backstage/errors@1.2.3
- @backstage/plugin-tech-insights-common@0.2.12
## @backstage/plugin-tech-insights-node@0.4.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
## @backstage/plugin-tech-radar@0.6.13-next.0
### Patch Changes
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
## @backstage/plugin-techdocs@1.9.4-next.0
### Patch Changes
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
- @backstage/theme@0.5.0
- @backstage/plugin-search-common@1.2.10
- @backstage/plugin-techdocs-react@1.1.15
## @backstage/plugin-techdocs-addons-test-utils@1.0.27-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/plugin-techdocs@1.9.4-next.0
- @backstage/test-utils@1.5.0-next.0
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/plugin-techdocs-react@1.1.15
## @backstage/plugin-techdocs-backend@1.9.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
- @backstage/plugin-techdocs-node@1.11.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-common@0.7.12
## @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
### Patch Changes
- 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
- Updated dependencies
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.23
- @backstage/plugin-techdocs-react@1.1.15
## @backstage/plugin-techdocs-node@1.11.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-search-common@1.2.10
## @backstage/plugin-todo@0.2.34-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-todo-backend@0.3.8-next.0
### Patch Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-openapi-utils@0.1.3-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
## @backstage/plugin-user-settings@0.8.1-next.0
### Patch Changes
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
## @backstage/plugin-user-settings-backend@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## @backstage/plugin-vault@0.1.25-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
## @backstage/plugin-vault-backend@0.4.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-vault-node@0.1.3-next.0
## @backstage/plugin-vault-node@0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.0
## example-app@0.2.92-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-import@0.10.6-next.0
- @backstage/plugin-catalog-graph@0.3.4-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/plugin-adr@0.6.13-next.0
- @backstage/app-defaults@1.4.8-next.0
- @backstage/frontend-app-api@0.6.0-next.0
- @backstage/plugin-scaffolder-react@1.8.0-next.0
- @backstage/plugin-scaffolder@1.18.0-next.0
- @backstage/plugin-devtools@0.1.9-next.0
- @backstage/plugin-user-settings@0.8.1-next.0
- @backstage/plugin-tech-radar@0.6.13-next.0
- @backstage/plugin-graphiql@0.3.3-next.0
- @backstage/plugin-techdocs@1.9.4-next.0
- @backstage/plugin-search@1.4.6-next.0
- @backstage/plugin-api-docs@0.10.4-next.0
- @backstage/cli@0.25.2-next.0
- @backstage/plugin-stack-overflow@0.1.25-next.0
- @backstage/plugin-signals@0.0.1-next.0
- @backstage/plugin-home@0.6.2-next.0
- @backstage/plugin-cloudbuild@0.4.0-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
- @backstage/plugin-azure-devops@0.3.12-next.0
- @backstage/plugin-linguist@0.1.15-next.0
- @backstage/plugin-airbrake@0.3.30-next.0
- @backstage/plugin-azure-sites@0.1.19-next.0
- @backstage/plugin-badges@0.2.54-next.0
- @backstage/plugin-code-coverage@0.2.23-next.0
- @backstage/plugin-cost-insights@0.12.19-next.0
- @backstage/plugin-dynatrace@8.0.4-next.0
- @backstage/plugin-entity-feedback@0.2.13-next.0
- @backstage/plugin-explore@0.4.16-next.0
- @backstage/plugin-github-actions@0.6.11-next.0
- @backstage/plugin-gocd@0.1.36-next.0
- @backstage/plugin-jenkins@0.9.5-next.0
- @backstage/plugin-kafka@0.3.30-next.0
- @backstage/plugin-kubernetes@0.11.5-next.0
- @backstage/plugin-kubernetes-cluster@0.0.6-next.0
- @backstage/plugin-lighthouse@0.4.15-next.0
- @backstage/plugin-newrelic-dashboard@0.3.5-next.0
- @backstage/plugin-nomad@0.1.11-next.0
- @backstage/plugin-octopus-deploy@0.2.12-next.0
- @backstage/plugin-org@0.6.20-next.0
- @backstage/plugin-pagerduty@0.7.2-next.0
- @backstage/plugin-playlist@0.2.4-next.0
- @backstage/plugin-puppetdb@0.1.13-next.0
- @backstage/plugin-rollbar@0.4.30-next.0
- @backstage/plugin-sentry@0.5.15-next.0
- @backstage/plugin-tech-insights@0.3.22-next.0
- @backstage/plugin-todo@0.2.34-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/theme@0.5.0
- @backstage/plugin-apache-airflow@0.2.19
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-catalog-unprocessed-entities@0.1.7
- @backstage/plugin-gcalendar@0.3.22
- @backstage/plugin-gcp-projects@0.3.45
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-microsoft-calendar@0.1.11
- @backstage/plugin-newrelic@0.3.44
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-search-common@1.2.10
- @backstage/plugin-shortcuts@0.3.18
- @backstage/plugin-stackstorm@0.1.10
- @backstage/plugin-techdocs-react@1.1.15
## example-app-next@0.0.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.1.2-next.0
- @backstage/plugin-catalog-import@0.10.6-next.0
- @backstage/plugin-catalog-graph@0.3.4-next.0
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/plugin-adr@0.6.13-next.0
- @backstage/app-defaults@1.4.8-next.0
- @backstage/frontend-app-api@0.6.0-next.0
- @backstage/plugin-scaffolder-react@1.8.0-next.0
- @backstage/plugin-scaffolder@1.18.0-next.0
- @backstage/plugin-devtools@0.1.9-next.0
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/plugin-user-settings@0.8.1-next.0
- @backstage/plugin-tech-radar@0.6.13-next.0
- @backstage/plugin-graphiql@0.3.3-next.0
- @backstage/plugin-techdocs@1.9.4-next.0
- @backstage/plugin-search@1.4.6-next.0
- @backstage/plugin-api-docs@0.10.4-next.0
- @backstage/cli@0.25.2-next.0
- @backstage/plugin-home@0.6.2-next.0
- @backstage/plugin-cloudbuild@0.4.0-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
- @backstage/plugin-azure-devops@0.3.12-next.0
- @backstage/plugin-linguist@0.1.15-next.0
- @backstage/plugin-airbrake@0.3.30-next.0
- @backstage/plugin-azure-sites@0.1.19-next.0
- @backstage/plugin-badges@0.2.54-next.0
- @backstage/plugin-code-coverage@0.2.23-next.0
- @backstage/plugin-cost-insights@0.12.19-next.0
- @backstage/plugin-dynatrace@8.0.4-next.0
- @backstage/plugin-entity-feedback@0.2.13-next.0
- @backstage/plugin-explore@0.4.16-next.0
- @backstage/plugin-github-actions@0.6.11-next.0
- @backstage/plugin-gocd@0.1.36-next.0
- @backstage/plugin-jenkins@0.9.5-next.0
- @backstage/plugin-kafka@0.3.30-next.0
- @backstage/plugin-kubernetes@0.11.5-next.0
- @backstage/plugin-lighthouse@0.4.15-next.0
- @backstage/plugin-newrelic-dashboard@0.3.5-next.0
- @backstage/plugin-octopus-deploy@0.2.12-next.0
- @backstage/plugin-org@0.6.20-next.0
- @backstage/plugin-pagerduty@0.7.2-next.0
- @backstage/plugin-playlist@0.2.4-next.0
- @backstage/plugin-puppetdb@0.1.13-next.0
- @backstage/plugin-rollbar@0.4.30-next.0
- @backstage/plugin-sentry@0.5.15-next.0
- @backstage/plugin-tech-insights@0.3.22-next.0
- @backstage/plugin-todo@0.2.34-next.0
- @backstage/core-components@0.13.10
- @backstage/plugin-search-react@1.7.6-next.0
- app-next-example-plugin@0.0.6-next.0
- @backstage/plugin-app-visualizer@0.1.1-next.0
- @backstage/catalog-model@1.4.3
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/theme@0.5.0
- @backstage/plugin-apache-airflow@0.2.19
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-catalog-unprocessed-entities@0.1.7
- @backstage/plugin-gcalendar@0.3.22
- @backstage/plugin-gcp-projects@0.3.45
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-microsoft-calendar@0.1.11
- @backstage/plugin-newrelic@0.3.44
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-search-common@1.2.10
- @backstage/plugin-shortcuts@0.3.18
- @backstage/plugin-stackstorm@0.1.10
- @backstage/plugin-techdocs-react@1.1.15
## app-next-example-plugin@0.0.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
## example-backend@0.2.92-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.0
- @backstage/plugin-azure-devops-backend@0.5.2-next.0
- @backstage/plugin-explore-backend@0.0.20-next.0
- @backstage/plugin-auth-backend@0.20.4-next.0
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-kubernetes-backend@0.14.2-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/plugin-search-backend@1.5.0-next.0
- @backstage/plugin-todo-backend@0.3.8-next.0
- @backstage/catalog-client@1.6.0-next.0
- @backstage/plugin-signals-backend@0.0.1-next.0
- @backstage/plugin-signals-node@0.0.1-next.0
- @backstage/plugin-scaffolder-backend@1.21.0-next.0
- @backstage/plugin-app-backend@0.3.58-next.0
- example-app@0.2.92-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-badges-backend@0.3.7-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
- @backstage/plugin-catalog-node@1.6.2-next.0
- @backstage/plugin-entity-feedback-backend@0.2.7-next.0
- @backstage/plugin-events-backend@0.2.19-next.0
- @backstage/plugin-linguist-backend@0.5.7-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-playlist-backend@0.3.14-next.0
- @backstage/plugin-proxy-backend@0.4.8-next.0
- @backstage/plugin-rollbar-backend@0.1.55-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
- @backstage/plugin-search-backend-module-explore@0.1.14-next.0
- @backstage/plugin-search-backend-module-pg@0.5.19-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
- @backstage/plugin-tech-insights-backend@0.5.24-next.0
- @backstage/plugin-techdocs-backend@1.9.3-next.0
- @backstage/plugin-adr-backend@0.4.7-next.0
- @backstage/plugin-azure-sites-backend@0.1.20-next.0
- @backstage/plugin-code-coverage-backend@0.2.24-next.0
- @backstage/plugin-devtools-backend@0.2.7-next.0
- @backstage/plugin-jenkins-backend@0.3.4-next.0
- @backstage/plugin-kafka-backend@0.3.8-next.0
- @backstage/plugin-lighthouse-backend@0.4.2-next.0
- @backstage/plugin-nomad-backend@0.1.12-next.0
- @backstage/plugin-permission-backend@0.5.33-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.0
- @backstage/plugin-tech-insights-node@0.4.16-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
- @backstage/plugin-events-node@0.2.19-next.0
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## example-backend-next@0.0.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops-backend@0.5.2-next.0
- @backstage/plugin-kubernetes-backend@0.14.2-next.0
- @backstage/plugin-catalog-backend@1.17.0-next.0
- @backstage/plugin-search-backend@1.5.0-next.0
- @backstage/plugin-todo-backend@0.3.8-next.0
- @backstage/plugin-scaffolder-backend@1.21.0-next.0
- @backstage/plugin-app-backend@0.3.58-next.0
- @backstage/backend-defaults@0.2.10-next.0
- @backstage/backend-tasks@0.5.15-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-badges-backend@0.3.7-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
- @backstage/plugin-entity-feedback-backend@0.2.7-next.0
- @backstage/plugin-linguist-backend@0.5.7-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-playlist-backend@0.3.14-next.0
- @backstage/plugin-proxy-backend@0.4.8-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
- @backstage/plugin-search-backend-module-explore@0.1.14-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
- @backstage/plugin-sonarqube-backend@0.2.12-next.0
- @backstage/plugin-techdocs-backend@1.9.3-next.0
- @backstage/plugin-adr-backend@0.4.7-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.0
- @backstage/plugin-devtools-backend@0.2.7-next.0
- @backstage/plugin-jenkins-backend@0.3.4-next.0
- @backstage/plugin-lighthouse-backend@0.4.2-next.0
- @backstage/plugin-nomad-backend@0.1.12-next.0
- @backstage/plugin-permission-backend@0.5.33-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
- @backstage/plugin-permission-common@0.7.12
## e2e-test@0.2.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.11-next.0
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
## techdocs-cli-embedded-app@0.2.91-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/app-defaults@1.4.8-next.0
- @backstage/plugin-techdocs@1.9.4-next.0
- @backstage/cli@0.25.2-next.0
- @backstage/test-utils@1.5.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/theme@0.5.0
- @backstage/plugin-techdocs-react@1.1.15
## @internal/plugin-todo-list-backend@1.0.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/errors@1.2.3