# Release v1.28.0 Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.28.0](https://backstage.github.io/upgrade-helper/?to=1.28.0) ## @backstage/backend-common@0.23.0 ### Minor Changes - 395b973: Implemented `readTree` for Harness provider to support TechDocs functionality - 02103be: Deprecated and moved over core services to `@backstage/backend-defaults` ### Patch Changes - 9539a0b: Import utility functions from `backend-defaults` instead of `backend-app-api` - b2c4607: Removed accents on deprecation note - c6c0919: Updated configuration schema to include the `useRedisSets` cache config option. - ed3074e: The `database` types, helpers and implementations were moved to the package `@backstage/backend-defaults` and deprecated from the package `@backstage/backend-commons`. - 9cca724: The `TokenManager` has been deprecated in preparation for the [stable release of the New Backend System](https://github.com/backstage/backstage/issues/24493). Please [migrate](https://backstage.io/docs/tutorials/auth-service-migration) to the new `coreServices.auth`, `coreServices.httpAuth`, and `coreServices.userInfo` services as needed instead. - 1779188: In preparation to the new backend system stable release, the `isDatabaseConflictError` helper have been moved to the `@backstage/backend-plugin-api` package and deprecated from `@backstage/backend-common`. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - e171620: Move `cache` implementation and types to the `@backstage/backend-defaults` package. - 1a6f38a: `ContainerRunner`, `DockerContainerRunner` and `KubernetesContainerRunner` are now deprecated - 8869b8e: We are deprecating the legacy `createServiceBuilder` factory, so if you are still using it, please checkout the migration guide and [migrate](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating) your plugin to use the new backend system. - 0634fdc: Deprecated `dropDatabase` - b2ee7f3: Moved over all URL reader functionality from `@backstage/backend-common` to `@backstage/backend-defaults/urlReader`. Please update your imports. - d94a477: Removed the circular dependency on `@backstage/backend-app-api` - 3bd04bb: We are deprecating the legacy router handlers and contexts in preparation for the new backend system stable release. - 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host - e9a03c9: Finalizes the deprecation of legacy backend utilities. Deprecated utilities include the `ServiceBuilder` type, `notFoundHandler` and `redactWintonLogLine` functions. - 6a576dc: Deprecate legacy service logger helpers and stop using `getVoidLogger` in tests. - 032a7a6: Deprecate the legacy error and request logging handler types, respectively: `ErrorHandlerOptions` and `RequestLoggingHandlerFactory`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/integration@1.12.0 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/backend-dev-utils@0.1.4 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 ## @backstage/backend-defaults@0.3.0 ### Minor Changes - 662dce8: **BREAKING**: The `workdir` argument have been removed from The `GerritUrlReader` constructor. **BREAKING**: The Gerrit `readTree` implementation will now only use the Gitiles api. Support for using git to clone the repo has been removed. - 02103be: Deprecated and moved over core services to `@backstage/backend-defaults` ### Patch Changes - 1897169: Exposed `DefaultSchedulerService` - b5bc997: Refactor cache manager inline types. - e171620: Remove dependency with `@backstage/backend-commons` package. - 6551b3d: Added core service factories and implementations from `@backstage/backend-app-api`. They are now available as subpath exports, e.g. `@backstage/backend-defaults/scheduler` is where the service factory and default implementation of `coreServices.scheduler` now lives. They have been marked as deprecated in their old locations. - 8aab451: Internal minor refactors of the database connectors - 0634fdc: Deprecated `dropDatabase` - b2ee7f3: Moved over all URL reader functionality from `@backstage/backend-common` to `@backstage/backend-defaults/urlReader`. Please update your imports. - 9539a0b: Added `@backstage/backend-defaults/auth`, `@backstage/backend-defaults/httpAuth`, and `@backstage/backend-defaults/userInfo` to house their respective backend service factories. You should now import these services from those new locations, instead of `@backstage/backend-app-api`. - Updated dependencies - @backstage/backend-app-api@0.7.6 - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/integration@1.12.0 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-permission-node@0.7.30 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/backend-dev-utils@0.1.4 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 ## @backstage/backend-test-utils@0.4.0 ### Minor Changes - 805cbe7: Added `TestCaches` that functions just like `TestDatabases` ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 9e63318: Made it possible to give access restrictions to `mockCredentials.service` - 006b3e8: The type `MockDirectoryOptions` was renamed to `CreateMockDirectoryOptions` so that it's clear these options are exclusive to the mock directory factory. - 0634fdc: Refactored `TestDatabases` to no longer depend on `backend-common` - 6a576dc: Fix the logger service mock to prevent returning `undefined` from the `child` method. - 6c11f6e: Use imports from backend-defaults instead of the deprecated ones from backend-app-api - Updated dependencies - @backstage/backend-app-api@0.7.6 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/backend-defaults@0.3.0 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/integration@1.12.0 ### Minor Changes - be1014d: **BREAKING** Removed deprecated code from when casing was changed from `GitHub` to `Github` nearly two years ago. The following items have been removed: - `getGitHubFileFetchUrl` (use `getGithubFileFetchUrl` instead) - `GitHubIntegrationConfig` (use `GithubIntegrationConfig` instead) - `GitHubIntegration` (use `GithubIntegration` instead) - `readGitHubIntegrationConfig` (use `readGithubIntegrationConfig` instead) - `readGitHubIntegrationConfigs` (use `readGithubIntegrationConfigs` instead) - `replaceGitHubUrlType` (use `replaceGithubUrlType` instead) - 395b973: Implemented `readTree` for Harness provider to support TechDocs functionality - 662dce8: **BREAKING**: `gitilesBaseUrl` is now mandatory for the Gerrit integration. The ability to override this requirement using the `DISABLE_GERRIT_GITILES_REQUIREMENT` environment variable has been removed. ### Patch Changes - 509e08c: Updated function for getHarnessEditContentsUrl - 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host - Updated dependencies - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.2.0 ### Minor Changes - 8efc6cf: **BREAKING**: The `scope` and `scopes` config options have been removed and replaced by the standard `additionalScopes` config. In addition, the `offline_access`, `read:jira-work`, and `read:jira-user` scopes have been set to required and will always be present. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.2.0 ### Minor Changes - 8efc6cf: **BREAKING**: The `scope` config option have been removed and replaced by the standard `additionalScopes` config. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-oidc-provider@0.2.0 ### Minor Changes - 8efc6cf: **BREAKING**: The `scope` config option have been removed and replaced by the standard `additionalScopes` config. In addition, `openid`, `profile`, and `email` scopes have been set to required and will always be present. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 4f21993: if oidc server do not provide revocation_endpoint,we should not call revoke function - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-auth-backend@0.22.6 ## @backstage/plugin-auth-backend-module-onelogin-provider@0.1.0 ### Minor Changes - 566d7cb: Separate out the OneLogin provider into its own module ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.2.0 ### Minor Changes - 8efc6cf: **BREAKING**: The `scope` config option have been removed and replaced by the standard `additionalScopes` config. In addition, `openid`, and `offline_access` scopes have been set to required and will always be present. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-catalog@1.21.0 ### Minor Changes - 863a800: Added the following default targets for external routes: - `createComponent` binds to the Scaffolder page. - `viewTechDoc` binds to the TechDocs entity documentation page. - `createFromTemplate` binds to the Scaffolder selected template page. ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - e04e57d: Fix bug with missing Actions column after adding "pagination" prop to catalog table - a2d2649: Export `catalogTranslationRef` under `/alpha` - bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-scaffolder-common@1.5.3 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-search-react@1.7.12 - @backstage/integration-react@1.1.28 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend@1.23.0 ### Minor Changes - c7528b0: Pass through `EventsService` too in the new backend system ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - d779e3b: Added a regex test to check commit hash. If url is from git commit branch ignore the edit url. - 6c5cab1: Fix bug in `getLocationByEntity` - 0f55f5c: Ensure name and title are both indexed by the DefaultCatalogCollator - 1779188: Start using the `isDatabaseConflictError` helper from the `@backstage/backend-plugin-api` package in order to avoid dependency with the soon to deprecate `@backstage/backend-common` package. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-search-backend-module-catalog@0.1.25 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-catalog-common@1.0.24 - @backstage/backend-openapi-utils@0.1.12 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-ldap@0.6.0 ### Minor Changes - debcc8c: Migrate LDAP catalog module to the new backend system. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-import@0.12.0 ### Minor Changes - 4f92394: Migrate from identityApi to fetchApi in frontend plugins. ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - 3daad61: Integrated Azure DevOps as a catalog import source. This enables Backstage to create Pull Requests to Azure DevOps repositories as it does with GitHub repositories - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/integration@1.12.0 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-catalog-react@1.12.1 - @backstage/integration-react@1.1.28 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-kubernetes-backend@0.18.0 ### Minor Changes - 0177f75: Update kubernetes plugins to use autoscaling/v2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-kubernetes-node@0.1.13 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 ## @backstage/plugin-kubernetes-common@0.8.0 ### Minor Changes - 0177f75: Update kubernetes plugins to use autoscaling/v2 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-permission-common@0.7.14 - @backstage/catalog-model@1.5.0 - @backstage/types@1.1.1 ## @backstage/plugin-kubernetes-react@0.4.0 ### Minor Changes - 4f92394: Migrate from identityApi to fetchApi in frontend plugins. - 0177f75: Update kubernetes plugins to use autoscaling/v2 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-notifications-backend@0.3.0 ### Minor Changes - 07a789b: adding filtering of notifications by processors ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-notifications-node@0.2.0 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-notifications-common@0.0.4 - @backstage/plugin-signals-node@0.1.5 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-notifications-backend-module-email@0.1.0 ### Minor Changes - 07a789b: add notification filters ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-notifications-node@0.2.0 - @backstage/plugin-notifications-common@0.0.4 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 ## @backstage/plugin-notifications-node@0.2.0 ### Minor Changes - 07a789b: add notifications filtering by processors ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - 1354d81: Use `node-fetch` instead of native fetch, as per - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-notifications-common@0.0.4 - @backstage/plugin-signals-node@0.1.5 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-proxy-backend@0.5.0 ### Minor Changes - 88480e4: **BREAKING**: The proxy backend plugin is now protected by Backstage auth, by default. Unless specifically configured (see below), all proxy endpoints will reject requests immediately unless a valid Backstage user or service token is passed along with the request. This aligns the proxy with how other Backstage backends behave out of the box, and serves to protect your upstreams from unauthorized access. A proxy configuration section can now look as follows: ```yaml proxy: endpoints: '/pagerduty': target: https://api.pagerduty.com credentials: require # NEW! headers: Authorization: Token token=${PAGERDUTY_TOKEN} ``` There are three possible `credentials` settings at this point: - `require`: Callers must provide Backstage user or service credentials with each request. The credentials are not forwarded to the proxy target. - `forward`: Callers must provide Backstage user or service credentials with each request, and those credentials are forwarded to the proxy target. - `dangerously-allow-unauthenticated`: No Backstage credentials are required to access this proxy target. The target can still apply its own credentials checks, but the proxy will not help block non-Backstage-blessed callers. If you also add `allowedHeaders: ['Authorization']` to an endpoint configuration, then the Backstage token (if provided) WILL be forwarded. The value `dangerously-allow-unauthenticated` was the old default. The value `require` is the new default, so requests that were previously permitted may now start resulting in `401 Unauthorized` responses. If you have `backend.auth.dangerouslyDisableDefaultAuthPolicy` set to `true`, this does not apply; the proxy will behave as if all endpoints were set to `dangerously-allow-unauthenticated`. If you have proxy endpoints that require unauthenticated access still, please add `credentials: dangerously-allow-unauthenticated` to their declarations in your app-config. ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder@1.21.0 ### Minor Changes - d57ebbc: Changed the way to display entities in EntityPicker to use entityPresentationApi instead of humanizeEntityRef - 62bd9eb: Replace `ui:widget: password` with the a warning message stating that it's not secure and to use the build in `SecretField`. You can do this by updating your `template.yaml` files that have the reference `ui:widget: password` to `ui:field: Secret` instead. ```diff apiVersion: backstage.io/v1alpha1 kind: Template metadata: ... spec: parameters: - title: collect some information schema: type: object properties: password: title: Password type: string - ui:widget: password + ui:field: Secret steps: - id: collect-info name: Collect some information action: acme:do:something input: - password: ${{ parameters.password }} + password: ${{ secrets.password }} ``` - 60085dd: Added the following default targets for external routes: - `registerComponent` binds to the catalog import page. - `viewTechDoc` binds to the TechDocs entity documentation page. ### Patch Changes - cbebad1: Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header. - 1ea7679: Removed waiting for the workspace and repository fields to be filled in before requesting user credentials - d44a20a: Added additional plugin metadata to `package.json`. - 6cb4886: Updated dependency `@rjsf/utils` to `5.18.4`. Updated dependency `@rjsf/core` to `5.18.4`. Updated dependency `@rjsf/material-ui` to `5.18.4`. Updated dependency `@rjsf/validator-ajv8` to `5.18.4`. - 75dcd7e: Fixing bug in `formData` type as it should be `optional` as it's possibly undefined - bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - 612a453: Change owner to project for azure host - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/integration@1.12.0 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-scaffolder-react@1.9.0 - @backstage/plugin-scaffolder-common@1.5.3 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-catalog-react@1.12.1 - @backstage/integration-react@1.1.28 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-github@0.3.0 ### Minor Changes - 403394a: Allow empty author info in createPullRequest action for Github ### Patch Changes - f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-react@1.9.0 ### Minor Changes - 62bd9eb: Replace `ui:widget: password` with the a warning message stating that it's not secure and to use the build in `SecretField`. You can do this by updating your `template.yaml` files that have the reference `ui:widget: password` to `ui:field: Secret` instead. ```diff apiVersion: backstage.io/v1alpha1 kind: Template metadata: ... spec: parameters: - title: collect some information schema: type: object properties: password: title: Password type: string - ui:widget: password + ui:field: Secret steps: - id: collect-info name: Collect some information action: acme:do:something input: - password: ${{ parameters.password }} + password: ${{ secrets.password }} ``` ### Patch Changes - 86dc29d: Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs. - d44a20a: Added additional plugin metadata to `package.json`. - fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it - 6cb4886: Updated dependency `@rjsf/utils` to `5.18.4`. Updated dependency `@rjsf/core` to `5.18.4`. Updated dependency `@rjsf/material-ui` to `5.18.4`. Updated dependency `@rjsf/validator-ajv8` to `5.18.4`. - 75dcd7e: Fixing bug in `formData` type as it should be `optional` as it's possibly undefined - 928cfa0: Fixed a typo ' ## @backstage/plugin-search-backend-module-elasticsearch@1.5.0 ### Minor Changes - b186701: **BREAKING**: The ElasticSearch indexer will now delete stale indices matching the indexer's pattern. The method `getAliases` of `ElasticSearchClientWrapper` has been deprecated and might be removed in future releases. An indexer using the `some-type-index__*` pattern will remove indices matching this pattern after indexation to prevent stale indices leading to shards exhaustion. Before upgrading ensure that the index pattern doesn't match indices that are not managed by Backstage and thus shouldn't be deleted. Note: The ElasticSearch indexer already uses wildcards patterns to remove aliases on these indices. ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-search-common@1.2.12 - @backstage/config@1.2.0 - @backstage/integration-aws-node@0.1.12 ## @backstage/app-defaults@1.5.6 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-permission-react@0.4.23 - @backstage/core-app-api@1.12.6 ## @backstage/backend-app-api@0.7.6 ### Patch Changes - b7de623: Fixed a potential crash when passing an object with a `null` prototype as log meta. - 9539a0b: Deprecated `authServiceFactory`, `httpAuthServiceFactory`, and `userInfoServiceFactory`. Please import them from `@backstage/backend-defaults/auth`, `@backstage/backend-defaults/httpAuth`, and `@backstage/backend-defaults/userInfo` respectively instead. - 3e823d3: Limited user tokens will no longer include the `ent` field in its payload. Ownership claims will now be fetched from the user info service. NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 398b82a: Add support for JWKS tokens in ExternalTokenHandler. - 9e63318: Added an optional `accessRestrictions` to external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions. - e25e467: Added a new static key based method for plugin-to-plugin auth. This is useful for example if you are running readonly service nodes that cannot use a database for the default public-key signature scheme outlined in [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). Most users should want to stay on the more secure zero-config database signature scheme. You can generate a public and private key pair using `openssl`. - First generate a private key using the ES256 algorithm ```sh openssl ecparam -name prime256v1 -genkey -out private.ec.key ``` - Convert it to PKCS#8 format ```sh openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private.ec.key -out private.key ``` - Extract the public key ```sh openssl ec -inform PEM -outform PEM -pubout -in private.key -out public.key ``` After this you have the files `private.key` and `public.key`. Put them in a place where you know their absolute paths, and then set up your app-config accordingly: ```yaml backend: auth: keyStore: type: static static: keys: - publicKeyFile: /absolute/path/to/public.key privateKeyFile: /absolute/path/to/private.key keyId: some-custom-id ``` - 7d30d95: Fixing issue with log meta fields possibly being circular refs - 6a576dc: Stop using `getVoidLogger` in tests to reduce the dependency on the soon-to-deprecate `backstage-common` package. - 6551b3d: Deprecated core service factories and implementations and moved them over to subpath exports on `@backstage/backend-defaults` instead. E.g. `@backstage/backend-defaults/scheduler` is where the service factory and default implementation of `coreServices.scheduler` now lives. - d617103: Updating the logger redaction message to something less dramatic - Updated dependencies - @backstage/cli-node@0.2.6 - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-permission-node@0.7.30 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/backend-dynamic-feature-service@0.2.11 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - Updated dependencies - @backstage/cli-node@0.2.6 - @backstage/backend-app-api@0.7.6 - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/plugin-events-backend@0.3.6 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-app-node@0.1.19 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/backend-openapi-utils@0.1.12 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/errors@1.2.4 ## @backstage/backend-plugin-api@0.6.19 ### Patch Changes - 78a0b08: **DEPRECATION**: You should no longer do a function call on backend features when adding them to backends. The support for doing that is deprecated, and you should remove all trailing `()` parentheses after plugins and modules where you add them to your backend or test backends (e.g. when using `startTestBackend`). The background for this is that `createBackendPlugin` and `createBackendModule` function now effectively return a `BackendFeature` rather than a `() => BackendFeature`. This is part of the cleanup efforts for New Backend System 1.0. In the short run this is non-breaking because the feature type has been given a callback signature that returns itself. But we strongly recommend that you remove all now-redundant calls made to feature objects, because that callback signature will be removed in a future release. Service factories are still callbacks at this point. Example change: ```diff await startTestBackend({ features: [ eventsServiceFactory(), // service - stays unchanged - catalogModuleBitbucketCloudEntityProvider(), // module - remove parentheses + catalogModuleBitbucketCloudEntityProvider, ``` - 9bdc3e8: In tests, return `null` rather than throwing an error when trying to get the `ExtensionPoint.T` property, so that tests asserting the property are not easily broken. - 9e63318: Added an optional `accessRestrictions` to external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions. - 3aa3fc7: Marked the `TokenManagerService` and `IdentityService` types as deprecated - b2ee7f3: Deprecated all of the `UrlReader` related type names and replaced them with prefixed versions. Please update your imports. - `ReadTreeOptions` was renamed to `UrlReaderServiceReadTreeOptions` - `ReadTreeResponse` was renamed to `UrlReaderServiceReadTreeResponse` - `ReadTreeResponseDirOptions` was renamed to `UrlReaderServiceReadTreeResponseDirOptions` - `ReadTreeResponseFile` was renamed to `UrlReaderServiceReadTreeResponseFile` - `ReadUrlResponse` was renamed to `UrlReaderServiceReadUrlResponse` - `ReadUrlOptions` was renamed to `UrlReaderServiceReadUrlOptions` - `SearchOptions` was renamed to `UrlReaderServiceSearchOptions` - `SearchResponse` was renamed to `UrlReaderServiceSearchResponse` - `SearchResponseFile` was renamed to `UrlReaderServiceSearchResponseFile` - 9539a0b: Improved `coreServices` doc comments - 6551b3d: Moved the declaration of the `SchedulerService` here, along with prefixed versions of all of the types it depends on, from `@backstage/backend-tasks` - 0665b7e: Renamed `BackendPluginConfig`, `BackendModuleConfig`, and `ExtensionPointConfig` respectively to `CreateBackendPluginOptions`, `CreateBackendModuleOptions`, and `CreateExtensionPointOptions` to standardize frontend and backend factories signatures. - 1779188: Start using the `isDatabaseConflictError` helper from the `@backstage/backend-plugin-api` package in order to avoid dependency with the soon to deprecate `@backstage/backend-common` package. - Updated dependencies - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-permission-common@0.7.14 - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/backend-tasks@0.5.24 ### Patch Changes - 736bc3c: Marked all exports as deprecated and pointed at `@backstage/backend-plugin-api` and `@backstage/backend-defaults` - ed473cd: Updated the `TaskScheduleDefinitionConfig` deprecated comment to point to `SchedulerServiceTaskScheduleDefinitionConfig` - 6a576dc: Deprecate the legacy `TaskScheduler.fromConfig` method and stop using the `getVoidlogger` in tests files to reduce the dependency on the soon-to-deprecate `backstage-common` package. - 1897169: More detailed deprecation messages - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/cli@0.26.7 ### Patch Changes - 788eca7: Fix readme for new plugins created using cli - 90c5268: Add `peerDependencies` to `devDependencies` in `package.json.hbs` templates. - c00f7ee: Fix issue with `esm` loaded dependencies being different from the `cjs` import for Vite dependencies - b0f66e9: Updated dependency `vite-plugin-node-polyfills` to `^0.22.0`. - c328131: Added a new `--publish` flag to the `repo fix` command. This command will validate and if possible generate the metadata required for publishing packages with the Backstage CLI. In addition, a check has been added that the `backstage.pluginId` and `backstage.pluginPackage(s)` fields are present when packing a package for publishing. - 5afbe1d: Export default module for `scaffolder-action` cli template - 009da47: Fix `versions:check --fix` when `yarn.lock` has multiple joint versions in the same section - 9ee948a: Bump `esbuild` target for package builds to `ES2022`. - Updated dependencies - @backstage/cli-node@0.2.6 - @backstage/integration@1.12.0 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/eslint-plugin@0.1.8 - @backstage/release-manifests@0.0.11 - @backstage/types@1.1.1 ## @backstage/cli-common@0.1.14 ### Patch Changes - 142abb0: The monorepo root check in `findPaths` will now accept a shorthand `workspaces` config in `package.json`, no longer requiring `workspaces.packages`. ## @backstage/cli-node@0.2.6 ### Patch Changes - a1ae9cc: Updated doc link. - c328131: Added new plugin metadata fields to `BackstagePackageJson` type. - 93be042: Upgraded @yarnpkg/parsers to stable 3.0 - Updated dependencies - @backstage/cli-common@0.1.14 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/codemods@0.1.49 ### Patch Changes - Updated dependencies - @backstage/cli-common@0.1.14 ## @backstage/config-loader@1.8.1 ### Patch Changes - Updated dependencies - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/core-app-api@1.12.6 ### Patch Changes - 35fbe09: Added support for configuration of route bindings through static configuration, and default targets for external route refs. In addition to configuring route bindings through code, it is now also possible to configure route bindings under the `app.routes.bindings` key, for example: ```yaml app: routes: bindings: catalog.createComponent: catalog-import.importPage ``` Each key in the route binding object is of the form `.`, where the route name is key used in the `externalRoutes` object passed to `createPlugin`. The value is of the same form, but with the name taken from the plugin `routes` option instead. The equivalent of the above configuration in code is the following: ```ts const app = createApp({ // ... bindRoutes({ bind }) { bind(catalogPlugin.externalRoutes, { createComponent: catalogImportPlugin.routes.importPage, }); }, }); ``` - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/config@1.2.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/core-compat-api@0.2.6 ### Patch Changes - 35fbe09: Add support for forwarding default target from legacy external route refs. - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/frontend-plugin-api@0.6.6 - @backstage/version-bridge@1.0.8 ## @backstage/core-components@0.14.8 ### Patch Changes - a0b46f6: Having tooltip inherit font size for consistency in catalog table columns - 59cee81: Use `inherit` variant on OverflowTooltip underlying Typography component. - eae0e4d: Fixed an issue causing `SidebarSubmenu` text to not follow the theme color - e4811ec: Make number of decimal digits in Gauge configurable via the `decimalDigits` property - 83c4251: Adds icons to status component - 3e175c8: Removed max width from `Select` component. - 57d7582: Fixed a bug in `SupportButton` where the title was rendered with the characteristics of a button. - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/version-bridge@1.0.8 ## @backstage/core-plugin-api@1.9.3 ### Patch Changes - 35fbe09: A new `defaultTarget` option has been added to `createExternalRouteRef`. This allows one to specify a default target of the route by name, for example `'catalog.catalogIndex'`, which will be used if the target route is present in the app and there is no explicit route binding. - Updated dependencies - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/create-app@0.5.16 ### Patch Changes - cce0495: Bumped create-app version. - 77da22e: Bumped create-app version. - 2110d76: Removed `dockerode` dependency. - 34daaea: Fixed a broken link to the node-postgres documentation - 78363f6: Bumped TypeScript to version `5.4`. - 1a212f9: Remove Tech Radar menu item from sidebar of scaffolded app to align with removal of tech-radar plugin from backend - 81507c8: Updated `node-gyp` to v10 - Updated dependencies - @backstage/cli-common@0.1.14 ## @backstage/dev-utils@1.0.33 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-catalog-react@1.12.1 - @backstage/core-app-api@1.12.6 - @backstage/integration-react@1.1.28 - @backstage/app-defaults@1.5.6 - @backstage/catalog-model@1.5.0 ## @backstage/frontend-app-api@0.7.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/core-app-api@1.12.6 - @backstage/frontend-plugin-api@0.6.6 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/frontend-plugin-api@0.6.6 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/frontend-test-utils@0.1.8 ### Patch Changes - Updated dependencies - @backstage/frontend-app-api@0.7.1 - @backstage/frontend-plugin-api@0.6.6 - @backstage/test-utils@1.5.6 - @backstage/types@1.1.1 ## @backstage/integration-react@1.1.28 ### Patch Changes - 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host - Updated dependencies - @backstage/integration@1.12.0 - @backstage/core-plugin-api@1.9.3 - @backstage/config@1.2.0 ## @backstage/repo-tools@0.9.1 ### Patch Changes - 8721a02: Add `--client-additional-properties` option to `openapi generate` command - Updated dependencies - @backstage/cli-node@0.2.6 - @backstage/backend-plugin-api@0.6.19 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 ## @techdocs/cli@1.8.12 ### Patch Changes - 2110d76: Removed `dockerode` dependency. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/plugin-techdocs-node@1.12.5 - @backstage/cli-common@0.1.14 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/test-utils@1.5.6 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-permission-react@0.4.23 - @backstage/core-app-api@1.12.6 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/theme@0.5.6 ### Patch Changes - 702fa7d: Internal refactor to fix an issue where the MUI 5 `v5-` class prefixing gets removed by tree shaking. ## @backstage/plugin-api-docs@0.11.6 ### Patch Changes - 7f84039: The `registerComponent` external route will now by default bind to the catalog import page if it is available. - 9cdc651: Make sure that the toggle button state is properly reflected in API cards - d44a20a: Added additional plugin metadata to `package.json`. - 96cd13e: `DefaultApiExplorerPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-catalog@1.21.0 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-api-docs-module-protoc-gen-doc@0.1.7 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. ## @backstage/plugin-app-backend@0.3.68 ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 82c2b90: Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`. This support is critical for dynamic frontend plugins to have access to their config values. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-app-node@0.1.19 - @backstage/config-loader@1.8.1 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-app-node@0.1.19 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/config-loader@1.8.1 ## @backstage/plugin-app-visualizer@0.1.7 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/frontend-plugin-api@0.6.6 ## @backstage/plugin-auth-backend@0.22.6 ### Patch Changes - 3e823d3: Limited user tokens will no longer include the `ent` field in its payload. Ownership claims will now be fetched from the user info service. NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens. - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 3e1bb15: Updated to use the new `@backstage/plugin-auth-backend-module-onelogin-provider` implementation - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/plugin-auth-backend-module-onelogin-provider@0.1.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2 - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2 - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12 - @backstage/plugin-auth-backend-module-atlassian-provider@0.2.0 - @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2 - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.14 - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11 - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14 - @backstage/plugin-auth-backend-module-github-provider@0.1.16 - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.16 - @backstage/plugin-auth-backend-module-google-provider@0.1.16 - @backstage/plugin-auth-backend-module-oauth2-provider@0.2.0 - @backstage/plugin-auth-backend-module-oidc-provider@0.2.0 - @backstage/plugin-auth-backend-module-okta-provider@0.0.12 - @backstage/plugin-catalog-node@1.12.1 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-auth-backend@0.22.6 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration. In addition, the `account` scope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 1354d81: Use `node-fetch` instead of native fetch, as per - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-github-provider@0.1.16 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration. In addition, the `read:user` scope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.16 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration. In addition, the `read_user` scope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-google-provider@0.1.16 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration. In addition, the `openid`, `userinfo.email`, and `userinfo.profile` scopes have been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-guest-provider@0.1.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.14 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration. - d44a20a: Added additional plugin metadata to `package.json`. - c187a9c: Minor internal type updates - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-okta-provider@0.0.12 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: Added support for the new shared `additionalScopes` configuration, which means it can now also be specified as an array. In addition, the `openid`, `email`, `profile`, and `offline_access` scopes have been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.13 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 8efc6cf: **BREAKING**: The `scope` config option have been removed and replaced by the standard `additionalScopes` config. In addition, the `openid`, `pinniped:request-audience`, `username`, and `offline_access` scopes have been set to required and will always be present. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/config@1.2.0 ## @backstage/plugin-auth-node@0.4.14 ### Patch Changes - 798ec37: Updated scope management for OAuth providers, where the `createOAuthAuthenticator` now accepts a new collection of `scopes` options: - `scopes.persist` - Whether scopes should be persisted, replaces the `shouldPersistScopes` option. - `scopes.required` - A list of required scopes that will always be requested. - `scopes.transform` - A function that can be used to transform the scopes before they are requested. The `createOAuthProviderFactory` has also received a new `additionalScopes` option, and will also read `additionalScopes` from the auth provider configuration. Both of these can be used to add additional scopes that should always be requested. A significant change under the hood that this new scope management brings is that providers that persist scopes will now always merge the already granted scopes with the requested ones. The previous behavior was that the full authorization flow would not include existing scopes, while the refresh flow would only include the existing scopes. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-auth-react@0.1.3 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/errors@1.2.4 ## @backstage/plugin-bitbucket-cloud-common@0.2.20 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/integration@1.12.0 ## @backstage/plugin-catalog-backend-module-aws@0.3.14 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 ## @backstage/plugin-catalog-backend-module-azure@0.1.39 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-catalog-common@1.0.24 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/backend-openapi-utils@0.1.12 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.6 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - b51e823: Remove debug console logging statement - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-bitbucket-cloud-common@0.2.20 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.33 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-backend-module-gcp@0.1.20 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.36 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-backend-module-github@0.6.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 67d0530: Fix bug in root repo import where catalog-info.yaml.hcl file is found by search and breaks the import - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-github-org@0.1.14 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-backend-module-github@0.6.2 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.3.18 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 150fc77: Fixed an issue in `GitlabOrgDiscoveryEntityProvider` where a missing `orgEnabled` config key was throwing an error. - f271164: Fixed an issue in `GitlabDiscoveryEntityProvider` where the fallback branch was taking precedence over the GitLab default branch. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-gitlab-org@0.0.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-catalog-backend-module-gitlab@0.3.18 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.24 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-permission-common@0.7.14 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-backend-module-msgraph@0.5.27 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - f7be17a: Added missing `userSelect` property in `readMicrosoftGraphOrg` method - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-catalog-backend-module-openapi@0.1.37 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-puppetdb@0.1.25 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-scaffolder-common@1.5.3 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-catalog-backend-module-unprocessed@0.4.6 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-catalog-unprocessed-entities-common@0.0.2 - @backstage/plugin-permission-common@0.7.14 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-common@1.0.24 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-search-common@1.2.12 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-catalog-graph@0.4.6 ### Patch Changes - 8d474d3: Add function to `EntityRelationsGraph` filter that excludes entities from graph - d44a20a: Added additional plugin metadata to `package.json`. - cd6aeea: The `catalogEntity` external route will now by default bind to the catalog entity page if it is available. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-catalog-react@1.12.1 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-node@1.12.1 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-react@1.12.1 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-catalog-common@1.0.24 - @backstage/integration-react@1.1.28 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/plugin-catalog-unprocessed-entities@0.2.5 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-unprocessed-entities-common@0.0.2 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-permission-common@0.7.14 ## @backstage/plugin-config-schema@0.1.56 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-devtools@0.1.15 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-devtools-common@0.1.10 - @backstage/frontend-plugin-api@0.6.6 - @backstage/errors@1.2.4 ## @backstage/plugin-devtools-backend@0.3.5 ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-devtools-common@0.1.10 - @backstage/cli-common@0.1.14 - @backstage/config-loader@1.8.1 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-devtools-common@0.1.10 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-permission-common@0.7.14 - @backstage/types@1.1.1 ## @backstage/plugin-events-backend@0.3.6 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 ## @backstage/plugin-events-backend-module-aws-sqs@0.3.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-events-backend-module-azure@0.2.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 ## @backstage/plugin-events-backend-module-gerrit@0.2.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 ## @backstage/plugin-events-backend-module-github@0.2.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 ## @backstage/plugin-events-backend-module-gitlab@0.2.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 ## @backstage/plugin-events-backend-test-utils@0.1.29 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-events-node@0.3.5 ## @backstage/plugin-events-node@0.3.5 ### Patch Changes - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 ## @backstage/plugin-home@0.7.5 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - 6cb4886: Updated dependency `@rjsf/utils` to `5.18.4`. Updated dependency `@rjsf/core` to `5.18.4`. Updated dependency `@rjsf/material-ui` to `5.18.4`. Updated dependency `@rjsf/validator-ajv8` to `5.18.4`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-home-react@0.1.14 - @backstage/core-app-api@1.12.6 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-home-react@0.1.14 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - 6cb4886: Updated dependency `@rjsf/utils` to `5.18.4`. Updated dependency `@rjsf/core` to `5.18.4`. Updated dependency `@rjsf/material-ui` to `5.18.4`. Updated dependency `@rjsf/validator-ajv8` to `5.18.4`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 ## @backstage/plugin-kubernetes@0.11.11 ### Patch Changes - 4f92394: Migrate from identityApi to fetchApi in frontend plugins. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/plugin-kubernetes-react@0.4.0 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/plugin-catalog-react@1.12.1 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-kubernetes-cluster@0.0.12 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/plugin-kubernetes-react@0.4.0 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/plugin-catalog-react@1.12.1 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-kubernetes-node@0.1.13 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-kubernetes-common@0.8.0 - @backstage/catalog-model@1.5.0 - @backstage/types@1.1.1 ## @backstage/plugin-notifications@0.2.2 ### Patch Changes - 7f02684: Do not always show scrollbars in notification description - 6d196b4: Fixes performance issue with Notifications title counter. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-notifications-common@0.0.4 - @backstage/plugin-signals-react@0.0.4 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-notifications-common@0.0.4 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. ## @backstage/plugin-org@0.6.26 ### Patch Changes - d8e2f53: The `catalogIndex` external route is now optional and will by default bind to the catalog index page if it is available. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-catalog-react@1.12.1 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-org-react@0.1.25 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-catalog-react@1.12.1 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 ## @backstage/plugin-permission-backend@0.5.43 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.16 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 ## @backstage/plugin-permission-common@0.7.14 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-permission-node@0.7.30 ### Patch Changes - 9e63318: Ensure that service token access restrictions, when present, are taken into account - d44a20a: Added additional plugin metadata to `package.json`. - c7b0dd1: Import `tokenManager` definition from `@backstage/backend-plugin-api` - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-permission-common@0.7.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-permission-react@0.4.23 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-permission-common@0.7.14 - @backstage/config@1.2.0 ## @backstage/plugin-scaffolder-backend@1.22.9 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 5c65785: Fixing issues with log redaction in the scaffolder logs - d44a20a: Added additional plugin metadata to `package.json`. - 7d30d95: Fixing issue with log meta fields possibly being circular refs - d617103: Updating the logger redaction message to something less dramatic - f4c8486: Increase max wait time in debug:wait action to 10 minutes - bcec60f: added the following new permissions to the scaffolder backend endpoints: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-scaffolder-backend-module-github@0.3.0 - @backstage/integration@1.12.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9 - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11 - @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1 - @backstage/plugin-scaffolder-backend-module-azure@0.1.11 - @backstage/plugin-scaffolder-backend-module-gitea@0.1.9 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-scaffolder-common@1.5.3 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-azure@0.1.11 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - b4169ee: Use `GitRepository.webUrl` instead of `GitRepository.remoteUrl` to set the value of `repoContentsUrl` as `remoteUrl` can sometimes return an URL with the wrong format (e.g. `https://@dev.azure.com///\_git/`). - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.20 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.43 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-gitea@0.1.9 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 1354d81: Use `node-fetch` instead of native fetch, as per - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - cf96041: Added `gitlab:issue:edit` action to edit existing GitLab issues - d44a20a: Added additional plugin metadata to `package.json`. - 829e0ec: Add new `gitlab:pipeline:trigger` action to trigger GitLab pipelines. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-notifications@0.0.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-notifications-node@0.2.0 - @backstage/plugin-notifications-common@0.0.4 - @backstage/plugin-scaffolder-node@0.4.5 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.36 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-sentry@0.1.27 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 1354d81: Use `node-fetch` instead of native fetch, as per - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.3.2 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-scaffolder-node-test-utils@0.1.5 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-common@1.5.3 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - bcec60f: added the following new permissions to the scaffolder backend endpoints: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - Updated dependencies - @backstage/plugin-permission-common@0.7.14 - @backstage/catalog-model@1.5.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-node@0.4.5 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-common@1.5.3 - @backstage/catalog-model@1.5.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-node-test-utils@0.1.5 ### Patch Changes - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-test-utils@0.4.0 - @backstage/plugin-scaffolder-node@0.4.5 - @backstage/types@1.1.1 ## @backstage/plugin-search@1.4.12 ### Patch Changes - 4f92394: Migrate from identityApi to fetchApi in frontend plugins. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-search-react@1.7.12 - @backstage/frontend-plugin-api@0.6.6 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/plugin-search-backend@1.5.10 ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - 5b6f979: Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup - 34dc47d: Move @backstage/repo-tools to devDependencies - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-defaults@0.3.0 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-search-common@1.2.12 - @backstage/backend-openapi-utils@0.1.12 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-search-backend-module-catalog@0.1.25 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-search-common@1.2.12 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-search-backend-module-explore@0.1.25 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-search-common@1.2.12 - @backstage/config@1.2.0 ## @backstage/plugin-search-backend-module-pg@0.5.28 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-app-api@0.7.6 - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-search-common@1.2.12 - @backstage/config@1.2.0 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.12 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-search-common@1.2.12 - @backstage/config@1.2.0 ## @backstage/plugin-search-backend-module-techdocs@0.1.24 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-techdocs-node@1.12.5 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-search-common@1.2.12 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## @backstage/plugin-search-backend-node@1.2.24 ### Patch Changes - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - 5b6f979: Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-search-common@1.2.12 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-search-common@1.2.12 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-permission-common@0.7.14 - @backstage/types@1.1.1 ## @backstage/plugin-search-react@1.7.12 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-search-common@1.2.12 - @backstage/frontend-plugin-api@0.6.6 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.8 ## @backstage/plugin-signals@0.0.7 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-signals-react@0.0.4 - @backstage/types@1.1.1 ## @backstage/plugin-signals-backend@0.1.5 ### Patch Changes - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-signals-node@0.1.5 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-node@0.1.5 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-events-node@0.3.5 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-react@0.0.4 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-plugin-api@1.9.3 - @backstage/types@1.1.1 ## @backstage/plugin-techdocs@1.10.6 ### Patch Changes - 654af4a: mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage. - cbebad1: Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header. - 96cd13e: `TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. - e40bd9a: Fixed bug in `CopyToClipboardButton` component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases. - d44a20a: Added additional plugin metadata to `package.json`. - 1256d88: Fixed an issue preventing the `TechDocsSearchBar` component from opening when clicking on the arrow icon. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/integration@1.12.0 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-search-react@1.7.12 - @backstage/plugin-auth-react@0.1.3 - @backstage/integration-react@1.1.28 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-techdocs-addons-test-utils@1.0.33 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/plugin-techdocs@1.10.6 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-react@1.7.12 - @backstage/plugin-catalog@1.21.0 - @backstage/core-app-api@1.12.6 - @backstage/integration-react@1.1.28 - @backstage/test-utils@1.5.6 ## @backstage/plugin-techdocs-backend@1.10.6 ### Patch Changes - e64bfb2: Allow defining custom build log transport for techdocs builder - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - 2110d76: Removed `dockerode` dependency. - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-techdocs-node@1.12.5 - @backstage/integration@1.12.0 - @backstage/plugin-search-backend-module-techdocs@0.1.24 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-catalog-common@1.0.24 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.11 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/integration@1.12.0 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/integration-react@1.1.28 ## @backstage/plugin-techdocs-node@1.12.5 ### Patch Changes - e64bfb2: Allow defining custom build log transport for techdocs builder - 48c38f0: `TechdocsGenerator` won't require a `containerRunner` option anymore for generating TechDocs in docker. - d44a20a: Added additional plugin metadata to `package.json`. - 5db7536: Updated `getRepoUrlFromLocationAnnotation` to check for Harness SCM integration - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/integration@1.12.0 - @backstage/plugin-search-common@1.2.12 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 ## @backstage/plugin-techdocs-react@1.2.5 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/version-bridge@1.0.8 ## @backstage/plugin-user-settings@0.8.7 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - e6ec179: Use signals to update user settings across sessions - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-compat-api@0.2.6 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-user-settings-common@0.0.1 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-signals-react@0.0.4 - @backstage/core-app-api@1.12.6 - @backstage/frontend-plugin-api@0.6.6 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-user-settings-backend@0.2.18 ### Patch Changes - 8869b8e: Updated local development setup. - 78a0b08: Internal refactor to handle `BackendFeature` contract change. - d44a20a: Added additional plugin metadata to `package.json`. - e6ec179: Use signals to update user settings across sessions - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-user-settings-common@0.0.1 - @backstage/plugin-signals-node@0.1.5 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-user-settings-common@0.0.1 ### Patch Changes - d44a20a: Added additional plugin metadata to `package.json`. - e6ec179: Use signals to update user settings across sessions ## example-app@0.2.98 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/plugin-techdocs@1.10.6 - @backstage/plugin-api-docs@0.11.6 - @backstage/cli@0.26.7 - @backstage/plugin-scaffolder@1.21.0 - @backstage/plugin-catalog-import@0.12.0 - @backstage/plugin-kubernetes@0.11.11 - @backstage/plugin-search@1.4.12 - @backstage/plugin-catalog-graph@0.4.6 - @backstage/plugin-notifications@0.2.2 - @backstage/plugin-org@0.6.26 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-scaffolder-react@1.9.0 - @backstage/theme@0.5.6 - @backstage/plugin-techdocs-module-addons-contrib@1.1.11 - @backstage/plugin-catalog-unprocessed-entities@0.2.5 - @backstage/plugin-kubernetes-cluster@0.0.12 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-user-settings@0.8.7 - @backstage/plugin-search-react@1.7.12 - @backstage/plugin-auth-react@0.1.3 - @backstage/plugin-devtools@0.1.15 - @backstage/plugin-catalog@1.21.0 - @backstage/plugin-signals@0.0.7 - @backstage/plugin-home@0.7.5 - @backstage/core-app-api@1.12.6 - @backstage/integration-react@1.1.28 - @backstage/app-defaults@1.5.6 - @backstage/frontend-app-api@0.7.1 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## example-app-next@0.0.12 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/plugin-techdocs@1.10.6 - @backstage/plugin-api-docs@0.11.6 - @backstage/core-compat-api@0.2.6 - @backstage/cli@0.26.7 - @backstage/plugin-scaffolder@1.21.0 - @backstage/plugin-catalog-import@0.12.0 - @backstage/plugin-kubernetes@0.11.11 - @backstage/plugin-search@1.4.12 - @backstage/plugin-catalog-graph@0.4.6 - @backstage/plugin-notifications@0.2.2 - @backstage/plugin-org@0.6.26 - @backstage/core-plugin-api@1.9.3 - @backstage/plugin-scaffolder-react@1.9.0 - @backstage/theme@0.5.6 - @backstage/plugin-techdocs-module-addons-contrib@1.1.11 - @backstage/plugin-catalog-unprocessed-entities@0.2.5 - @backstage/plugin-kubernetes-cluster@0.0.12 - @backstage/plugin-permission-react@0.4.23 - @backstage/plugin-app-visualizer@0.1.7 - @backstage/plugin-catalog-common@1.0.24 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/plugin-catalog-react@1.12.1 - @backstage/plugin-search-common@1.2.12 - @backstage/plugin-user-settings@0.8.7 - @backstage/plugin-search-react@1.7.12 - @backstage/plugin-auth-react@0.1.3 - @backstage/plugin-catalog@1.21.0 - @backstage/plugin-signals@0.0.7 - @backstage/plugin-home@0.7.5 - @backstage/core-app-api@1.12.6 - @backstage/integration-react@1.1.28 - @backstage/app-defaults@1.5.6 - @backstage/frontend-app-api@0.7.1 - @backstage/frontend-plugin-api@0.6.6 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## app-next-example-plugin@0.0.12 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/frontend-plugin-api@0.6.6 ## example-backend@0.0.27 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.19 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-auth-backend@0.22.6 - @backstage/plugin-techdocs-backend@1.10.6 - @backstage/plugin-scaffolder-backend-module-github@0.3.0 - @backstage/plugin-devtools-backend@0.3.5 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/plugin-search-backend@1.5.10 - @backstage/plugin-proxy-backend@0.5.0 - @backstage/plugin-app-backend@0.3.68 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17 - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.16 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.2 - @backstage/plugin-auth-backend-module-github-provider@0.1.16 - @backstage/plugin-auth-backend-module-guest-provider@0.1.5 - @backstage/plugin-catalog-backend-module-unprocessed@0.4.6 - @backstage/plugin-catalog-backend-module-openapi@0.1.37 - @backstage/plugin-search-backend-module-techdocs@0.1.24 - @backstage/plugin-search-backend-module-catalog@0.1.25 - @backstage/plugin-search-backend-module-explore@0.1.25 - @backstage/plugin-notifications-backend@0.3.0 - @backstage/plugin-kubernetes-backend@0.18.0 - @backstage/plugin-permission-backend@0.5.43 - @backstage/plugin-scaffolder-backend@1.22.9 - @backstage/plugin-signals-backend@0.1.5 - @backstage/backend-defaults@0.3.0 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/catalog-model@1.5.0 ## example-backend-legacy@0.2.99 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-tasks@0.5.24 - @backstage/plugin-auth-node@0.4.14 - @backstage/plugin-auth-backend@0.22.6 - @backstage/plugin-techdocs-backend@1.10.6 - @backstage/plugin-devtools-backend@0.3.5 - @backstage/plugin-catalog-backend@1.23.0 - @backstage/plugin-search-backend@1.5.10 - @backstage/plugin-proxy-backend@0.5.0 - @backstage/plugin-app-backend@0.3.68 - @backstage/integration@1.12.0 - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.20 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17 - @backstage/plugin-search-backend-module-elasticsearch@1.5.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.4.6 - @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1 - @backstage/plugin-scaffolder-backend-module-rails@0.4.36 - @backstage/plugin-search-backend-module-techdocs@0.1.24 - @backstage/plugin-search-backend-module-catalog@0.1.25 - @backstage/plugin-search-backend-module-explore@0.1.25 - @backstage/plugin-search-backend-module-pg@0.5.28 - @backstage/plugin-kubernetes-backend@0.18.0 - @backstage/plugin-permission-backend@0.5.43 - @backstage/plugin-scaffolder-backend@1.22.9 - @backstage/plugin-signals-backend@0.1.5 - @backstage/plugin-events-backend@0.3.6 - @backstage/plugin-catalog-node@1.12.1 - @backstage/plugin-search-backend-node@1.2.24 - @backstage/plugin-events-node@0.3.5 - @backstage/plugin-permission-node@0.7.30 - @backstage/plugin-permission-common@0.7.14 - @backstage/plugin-signals-node@0.1.5 - example-app@0.2.98 - @backstage/catalog-client@1.6.5 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 ## e2e-test@0.2.17 ### Patch Changes - Updated dependencies - @backstage/create-app@0.5.16 - @backstage/cli-common@0.1.14 - @backstage/errors@1.2.4 ## techdocs-cli-embedded-app@0.2.97 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/plugin-techdocs@1.10.6 - @backstage/cli@0.26.7 - @backstage/core-plugin-api@1.9.3 - @backstage/theme@0.5.6 - @backstage/plugin-techdocs-react@1.2.5 - @backstage/plugin-catalog@1.21.0 - @backstage/core-app-api@1.12.6 - @backstage/integration-react@1.1.28 - @backstage/app-defaults@1.5.6 - @backstage/catalog-model@1.5.0 - @backstage/config@1.2.0 - @backstage/test-utils@1.5.6 ## yarn-plugin-backstage@0.0.1 ### Patch Changes - Updated dependencies - @backstage/cli-common@0.1.14 - @backstage/release-manifests@0.0.11 ## @internal/plugin-todo-list@1.0.28 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.8 - @backstage/core-plugin-api@1.9.3 ## @internal/plugin-todo-list-backend@1.0.28 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.23.0 - @backstage/backend-plugin-api@0.6.19 - @backstage/plugin-auth-node@0.4.14 - @backstage/errors@1.2.4 ## @internal/plugin-todo-list-common@1.0.19 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.14