108 KiB
Release v1.28.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.28.0
@backstage/backend-common@0.23.0
Minor Changes
395b973: ImplementedreadTreefor Harness provider to support TechDocs functionality02103be: Deprecated and moved over core services to@backstage/backend-defaults
Patch Changes
9539a0b: Import utility functions frombackend-defaultsinstead ofbackend-app-apib2c4607: Removed accents on deprecation notec6c0919: Updated configuration schema to include theuseRedisSetscache config option.ed3074e: Thedatabasetypes, helpers and implementations were moved to the package@backstage/backend-defaultsand deprecated from the package@backstage/backend-commons.9cca724: TheTokenManagerhas been deprecated in preparation for the stable release of the New Backend System. Please migrate to the newcoreServices.auth,coreServices.httpAuth, andcoreServices.userInfoservices as needed instead.1779188: In preparation to the new backend system stable release, theisDatabaseConflictErrorhelper have been moved to the@backstage/backend-plugin-apipackage and deprecated from@backstage/backend-common.78a0b08: Internal refactor to handleBackendFeaturecontract change.e171620: Movecacheimplementation and types to the@backstage/backend-defaultspackage.1a6f38a:ContainerRunner,DockerContainerRunnerandKubernetesContainerRunnerare now deprecated8869b8e: We are deprecating the legacycreateServiceBuilderfactory, so if you are still using it, please checkout the migration guide and migrate your plugin to use the new backend system.0634fdc: DeprecateddropDatabaseb2ee7f3: Moved over all URL reader functionality from@backstage/backend-commonto@backstage/backend-defaults/urlReader. Please update your imports.d94a477: Removed the circular dependency on@backstage/backend-app-api3bd04bb: 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 hoste9a03c9: Finalizes the deprecation of legacy backend utilities. Deprecated utilities include theServiceBuildertype,notFoundHandlerandredactWintonLogLinefunctions.6a576dc: Deprecate legacy service logger helpers and stop usinggetVoidLoggerin tests.032a7a6: Deprecate the legacy error and request logging handler types, respectively:ErrorHandlerOptionsandRequestLoggingHandlerFactory.- 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: Theworkdirargument have been removed from TheGerritUrlReaderconstructor.BREAKING: The Gerrit
readTreeimplementation 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: ExposedDefaultSchedulerServiceb5bc997: Refactor cache manager inline types.e171620: Remove dependency with@backstage/backend-commonspackage.6551b3d: Added core service factories and implementations from@backstage/backend-app-api. They are now available as subpath exports, e.g.@backstage/backend-defaults/scheduleris where the service factory and default implementation ofcoreServices.schedulernow lives. They have been marked as deprecated in their old locations.8aab451: Internal minor refactors of the database connectors0634fdc: DeprecateddropDatabaseb2ee7f3: Moved over all URL reader functionality from@backstage/backend-commonto@backstage/backend-defaults/urlReader. Please update your imports.9539a0b: Added@backstage/backend-defaults/auth,@backstage/backend-defaults/httpAuth, and@backstage/backend-defaults/userInfoto 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
TestCachesthat functions just likeTestDatabases
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.9e63318: Made it possible to give access restrictions tomockCredentials.service006b3e8: The typeMockDirectoryOptionswas renamed toCreateMockDirectoryOptionsso that it's clear these options are exclusive to the mock directory factory.0634fdc: RefactoredTestDatabasesto no longer depend onbackend-common6a576dc: Fix the logger service mock to prevent returningundefinedfrom thechildmethod.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 fromGitHubtoGithubnearly two years ago. The following items have been removed:getGitHubFileFetchUrl(usegetGithubFileFetchUrlinstead)GitHubIntegrationConfig(useGithubIntegrationConfiginstead)GitHubIntegration(useGithubIntegrationinstead)readGitHubIntegrationConfig(usereadGithubIntegrationConfiginstead)readGitHubIntegrationConfigs(usereadGithubIntegrationConfigsinstead)replaceGitHubUrlType(usereplaceGithubUrlTypeinstead)
-
395b973: ImplementedreadTreefor Harness provider to support TechDocs functionality -
662dce8: BREAKING:gitilesBaseUrlis now mandatory for the Gerrit integration. The ability to override this requirement using theDISABLE_GERRIT_GITILES_REQUIREMENTenvironment variable has been removed.
Patch Changes
509e08c: Updated function for getHarnessEditContentsUrl23ee9ab: 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: Thescopeandscopesconfig options have been removed and replaced by the standardadditionalScopesconfig. In addition, theoffline_access,read:jira-work, andread:jira-userscopes have been set to required and will always be present.
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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: Thescopeconfig option have been removed and replaced by the standardadditionalScopesconfig.
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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: Thescopeconfig option have been removed and replaced by the standardadditionalScopesconfig. In addition,openid,profile, andemailscopes have been set to required and will always be present.
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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: Thescopeconfig option have been removed and replaced by the standardadditionalScopesconfig. In addition,openid, andoffline_accessscopes have been set to required and will always be present.
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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:createComponentbinds to the Scaffolder page.viewTechDocbinds to the TechDocs entity documentation page.createFromTemplatebinds to the Scaffolder selected template page.
Patch Changes
-
d44a20a: Added additional plugin metadata topackage.json. -
e04e57d: Fix bug with missing Actions column after adding "pagination" prop to catalog table -
a2d2649: ExportcatalogTranslationRefunder/alpha -
bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions:scaffolder.task.createscaffolder.task.cancelscaffolder.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 throughEventsServicetoo in the new backend system
Patch Changes
8869b8e: Updated local development setup.78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.d779e3b: Added a regex test to check commit hash. If url is from git commit branch ignore the edit url.6c5cab1: Fix bug ingetLocationByEntity0f55f5c: Ensure name and title are both indexed by the DefaultCatalogCollator1779188: Start using theisDatabaseConflictErrorhelper from the@backstage/backend-plugin-apipackage in order to avoid dependency with the soon to deprecate@backstage/backend-commonpackage.- 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.json.1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- 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:
proxy: endpoints: '/pagerduty': target: https://api.pagerduty.com credentials: require # NEW! headers: Authorization: Token token=${PAGERDUTY_TOKEN}There are three possible
credentialssettings 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 addallowedHeaders: ['Authorization']to an endpoint configuration, then the Backstage token (if provided) WILL be forwarded.
The value
dangerously-allow-unauthenticatedwas the old default.The value
requireis the new default, so requests that were previously permitted may now start resulting in401 Unauthorizedresponses. If you havebackend.auth.dangerouslyDisableDefaultAuthPolicyset totrue, this does not apply; the proxy will behave as if all endpoints were set todangerously-allow-unauthenticated.If you have proxy endpoints that require unauthenticated access still, please add
credentials: dangerously-allow-unauthenticatedto their declarations in your app-config.
Patch Changes
8869b8e: Updated local development setup.78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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: Replaceui:widget: passwordwith the a warning message stating that it's not secure and to use the build inSecretField.You can do this by updating your
template.yamlfiles that have the referenceui:widget: passwordtoui:field: Secretinstead.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:registerComponentbinds to the catalog import page.viewTechDocbinds to the TechDocs entity documentation page.
Patch Changes
-
cbebad1: Internal updates to allow reusing Backstage'sfetchApiimplementation for event source requests. This allows you to for example, override theAuthorizationheader. -
1ea7679: Removed waiting for the workspace and repository fields to be filled in before requesting user credentials -
d44a20a: Added additional plugin metadata topackage.json. -
6cb4886: Updated dependency@rjsf/utilsto5.18.4. Updated dependency@rjsf/coreto5.18.4. Updated dependency@rjsf/material-uito5.18.4. Updated dependency@rjsf/validator-ajv8to5.18.4. -
75dcd7e: Fixing bug informDatatype as it should beoptionalas it's possibly undefined -
bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions:scaffolder.task.createscaffolder.task.cancelscaffolder.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 functionality78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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: Replaceui:widget: passwordwith the a warning message stating that it's not secure and to use the build inSecretField.You can do this by updating your
template.yamlfiles that have the referenceui:widget: passwordtoui:field: Secretinstead.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 theScaffolderFieldcomponent are now opened in new tabs.d44a20a: Added additional plugin metadata topackage.json.fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it6cb4886: Updated dependency@rjsf/utilsto5.18.4. Updated dependency@rjsf/coreto5.18.4. Updated dependency@rjsf/material-uito5.18.4. Updated dependency@rjsf/validator-ajv8to5.18.4.75dcd7e: Fixing bug informDatatype as it should beoptionalas it's possibly undefined928cfa0: 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 methodgetAliasesofElasticSearchClientWrapperhas 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 handleBackendFeaturecontract change.6a576dc: Replace the usage ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.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 anullprototype as log meta. -
9539a0b: DeprecatedauthServiceFactory,httpAuthServiceFactory, anduserInfoServiceFactory. Please import them from@backstage/backend-defaults/auth,@backstage/backend-defaults/httpAuth, and@backstage/backend-defaults/userInforespectively instead. -
3e823d3: Limited user tokens will no longer include theentfield 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 handleBackendFeaturecontract change. -
398b82a: Add support for JWKS tokens in ExternalTokenHandler. -
9e63318: Added an optionalaccessRestrictionsto 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. 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
openssl ecparam -name prime256v1 -genkey -out private.ec.key -
Convert it to PKCS#8 format
openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private.ec.key -out private.key -
Extract the public key
openssl ec -inform PEM -outform PEM -pubout -in private.key -out public.key
After this you have the files
private.keyandpublic.key. Put them in a place where you know their absolute paths, and then set up your app-config accordingly: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 usinggetVoidLoggerin tests to reduce the dependency on the soon-to-deprecatebackstage-commonpackage. -
6551b3d: Deprecated core service factories and implementations and moved them over to subpath exports on@backstage/backend-defaultsinstead. E.g.@backstage/backend-defaults/scheduleris where the service factory and default implementation ofcoreServices.schedulernow 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 handleBackendFeaturecontract 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 usingstartTestBackend).The background for this is that
createBackendPluginandcreateBackendModulefunction now effectively return aBackendFeaturerather 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:
await startTestBackend({ features: [ eventsServiceFactory(), // service - stays unchanged - catalogModuleBitbucketCloudEntityProvider(), // module - remove parentheses + catalogModuleBitbucketCloudEntityProvider, -
9bdc3e8: In tests, returnnullrather than throwing an error when trying to get theExtensionPoint.Tproperty, so that tests asserting the property are not easily broken. -
9e63318: Added an optionalaccessRestrictionsto external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions. -
3aa3fc7: Marked theTokenManagerServiceandIdentityServicetypes as deprecated -
b2ee7f3: Deprecated all of theUrlReaderrelated type names and replaced them with prefixed versions. Please update your imports.ReadTreeOptionswas renamed toUrlReaderServiceReadTreeOptionsReadTreeResponsewas renamed toUrlReaderServiceReadTreeResponseReadTreeResponseDirOptionswas renamed toUrlReaderServiceReadTreeResponseDirOptionsReadTreeResponseFilewas renamed toUrlReaderServiceReadTreeResponseFileReadUrlResponsewas renamed toUrlReaderServiceReadUrlResponseReadUrlOptionswas renamed toUrlReaderServiceReadUrlOptionsSearchOptionswas renamed toUrlReaderServiceSearchOptionsSearchResponsewas renamed toUrlReaderServiceSearchResponseSearchResponseFilewas renamed toUrlReaderServiceSearchResponseFile
-
9539a0b: ImprovedcoreServicesdoc comments -
6551b3d: Moved the declaration of theSchedulerServicehere, along with prefixed versions of all of the types it depends on, from@backstage/backend-tasks -
0665b7e: RenamedBackendPluginConfig,BackendModuleConfig, andExtensionPointConfigrespectively toCreateBackendPluginOptions,CreateBackendModuleOptions, andCreateExtensionPointOptionsto standardize frontend and backend factories signatures. -
1779188: Start using theisDatabaseConflictErrorhelper from the@backstage/backend-plugin-apipackage in order to avoid dependency with the soon to deprecate@backstage/backend-commonpackage. -
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-apiand@backstage/backend-defaultsed473cd: Updated theTaskScheduleDefinitionConfigdeprecated comment to point toSchedulerServiceTaskScheduleDefinitionConfig6a576dc: Deprecate the legacyTaskScheduler.fromConfigmethod and stop using thegetVoidloggerin tests files to reduce the dependency on the soon-to-deprecatebackstage-commonpackage.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 cli90c5268: AddpeerDependenciestodevDependenciesinpackage.json.hbstemplates.c00f7ee: Fix issue withesmloaded dependencies being different from thecjsimport for Vite dependenciesb0f66e9: Updated dependencyvite-plugin-node-polyfillsto^0.22.0.c328131: Added a new--publishflag to therepo fixcommand. 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 thebackstage.pluginIdandbackstage.pluginPackage(s)fields are present when packing a package for publishing.5afbe1d: Export default module forscaffolder-actioncli template009da47: Fixversions:check --fixwhenyarn.lockhas multiple joint versions in the same section9ee948a: Bumpesbuildtarget for package builds toES2022.- 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 infindPathswill now accept a shorthandworkspacesconfig inpackage.json, no longer requiringworkspaces.packages.
@backstage/cli-node@0.2.6
Patch Changes
a1ae9cc: Updated doc link.c328131: Added new plugin metadata fields toBackstagePackageJsontype.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.bindingskey, for example:app: routes: bindings: catalog.createComponent: catalog-import.importPageEach key in the route binding object is of the form
<plugin-id>.<externalRouteName>, where the route name is key used in theexternalRoutesobject passed tocreatePlugin. The value is of the same form, but with the name taken from the pluginroutesoption instead.The equivalent of the above configuration in code is the following:
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 columns59cee81: Useinheritvariant on OverflowTooltip underlying Typography component.eae0e4d: Fixed an issue causingSidebarSubmenutext to not follow the theme colore4811ec: Make number of decimal digits in Gauge configurable via thedecimalDigitsproperty83c4251: Adds icons to status component3e175c8: Removed max width fromSelectcomponent.57d7582: Fixed a bug inSupportButtonwhere 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 newdefaultTargetoption has been added tocreateExternalRouteRef. 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: Removeddockerodedependency.34daaea: Fixed a broken link to the node-postgres documentation78363f6: Bumped TypeScript to version5.4.1a212f9: Remove Tech Radar menu item from sidebar of scaffolded app to align with removal of tech-radar plugin from backend81507c8: Updatednode-gypto 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-propertiesoption toopenapi generatecommand- 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: Removeddockerodedependency.- 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 5v5-class prefixing gets removed by tree shaking.
@backstage/plugin-api-docs@0.11.6
Patch Changes
7f84039: TheregisterComponentexternal 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 cardsd44a20a: Added additional plugin metadata topackage.json.96cd13e:DefaultApiExplorerPagenow accepts an optionalownerPickerModefor toggling the behavior of theEntityOwnerPicker, exposing a new mode<DefaultApiExplorerPage ownerPickerMode="all" />particularly suitable for larger catalogs. In this new mode,EntityOwnerPickerwill 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 topackage.json.
@backstage/plugin-app-backend@0.3.68
Patch Changes
8869b8e: Updated local development setup.78a0b08: Internal refactor to handleBackendFeaturecontract change.82c2b90: Restore the support of external config schema in the router of theapp-backendplugin, which was broken in release1.26.0. This support is critical for dynamic frontend plugins to have access to their config values.d44a20a: Added additional plugin metadata topackage.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 topackage.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 topackage.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 theentfield 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 handleBackendFeaturecontract change. -
d44a20a: Added additional plugin metadata topackage.json. -
3e1bb15: Updated to use the new@backstage/plugin-auth-backend-module-onelogin-providerimplementation -
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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration. In addition, theaccountscope has been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration. In addition, theread:userscope has been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration. In addition, theread_userscope has been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration. In addition, theopenid,userinfo.email, anduserinfo.profilescopes have been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration, which means it can now also be specified as an array. In addition, theopenid,email,profile, andoffline_accessscopes have been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.8efc6cf: BREAKING: Thescopeconfig option have been removed and replaced by the standardadditionalScopesconfig. In addition, theopenid,pinniped:request-audience,username, andoffline_accessscopes have been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.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 thecreateOAuthAuthenticatornow accepts a new collection ofscopesoptions:scopes.persist- Whether scopes should be persisted, replaces theshouldPersistScopesoption.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
createOAuthProviderFactoryhas also received a newadditionalScopesoption, and will also readadditionalScopesfrom 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 topackage.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 topackage.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 topackage.json.- Updated dependencies
@backstage/plugin-catalog-backend-module-aws@0.3.14
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.6a576dc: Replace the usage ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.b51e823: Remove debug console logging statementd44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.150fc77: Fixed an issue inGitlabOrgDiscoveryEntityProviderwhere a missingorgEnabledconfig key was throwing an error.f271164: Fixed an issue inGitlabDiscoveryEntityProviderwhere 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.f7be17a: Added missinguserSelectproperty inreadMicrosoftGraphOrgmethodd44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 toEntityRelationsGraphfilter that excludes entities from graphd44a20a: Added additional plugin metadata topackage.json.cd6aeea: ThecatalogEntityexternal 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 topackage.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 topackage.json.- Updated dependencies
- @backstage/plugin-permission-common@0.7.14
@backstage/plugin-config-schema@0.1.56
Patch Changes
d44a20a: Added additional plugin metadata topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.json.- Updated dependencies
- @backstage/plugin-events-node@0.3.5
@backstage/plugin-events-node@0.3.5
Patch Changes
6a576dc: Replace the usage ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-plugin-api@0.6.19
@backstage/plugin-home@0.7.5
Patch Changes
d44a20a: Added additional plugin metadata topackage.json.6cb4886: Updated dependency@rjsf/utilsto5.18.4. Updated dependency@rjsf/coreto5.18.4. Updated dependency@rjsf/material-uito5.18.4. Updated dependency@rjsf/validator-ajv8to5.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 topackage.json.6cb4886: Updated dependency@rjsf/utilsto5.18.4. Updated dependency@rjsf/coreto5.18.4. Updated dependency@rjsf/material-uito5.18.4. Updated dependency@rjsf/validator-ajv8to5.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 topackage.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 topackage.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 topackage.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 topackage.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 topackage.json.
@backstage/plugin-org@0.6.26
Patch Changes
d8e2f53: ThecatalogIndexexternal route is now optional and will by default bind to the catalog index page if it is available.d44a20a: Added additional plugin metadata topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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 accountd44a20a: Added additional plugin metadata topackage.json.c7b0dd1: ImporttokenManagerdefinition 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 topackage.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 handleBackendFeaturecontract change. -
5c65785: Fixing issues with log redaction in the scaffolder logs -
d44a20a: Added additional plugin metadata topackage.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.createscaffolder.task.cancelscaffolder.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 handleBackendFeaturecontract change.b4169ee: UseGitRepository.webUrlinstead ofGitRepository.remoteUrlto set the value ofrepoContentsUrlasremoteUrlcan sometimes return an URL with the wrong format (e.g.https://<organization>@dev.azure.com/<organization>/<project>/\_git/<repository>).d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- 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 handleBackendFeaturecontract change.cf96041: Addedgitlab:issue:editaction to edit existing GitLab issuesd44a20a: Added additional plugin metadata topackage.json.829e0ec: Add newgitlab:pipeline:triggeraction 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.json. -
bcec60f: added the following new permissions to the scaffolder backend endpoints:scaffolder.task.createscaffolder.task.cancelscaffolder.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 topackage.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 ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.5b6f979: Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup34dc47d: 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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.6a576dc: Replace the usage ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.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 topackage.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 topackage.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 topackage.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 handleBackendFeaturecontract change.6a576dc: Replace the usage ofgetVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage.d44a20a: Added additional plugin metadata topackage.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 topackage.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 topackage.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'sfetchApiimplementation for event source requests. This allows you to for example, override theAuthorizationheader.96cd13e:TechDocsIndexPagenow accepts an optionalownerPickerModefor toggling the behavior of theEntityOwnerPicker, exposing a new mode<TechDocsIndexPage ownerPickerMode="all" />particularly suitable for larger catalogs. In this new mode,EntityOwnerPickerwill display all the users and groups present in the catalog.e40bd9a: Fixed bug inCopyToClipboardButtoncomponent where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases.d44a20a: Added additional plugin metadata topackage.json.1256d88: Fixed an issue preventing theTechDocsSearchBarcomponent 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 topackage.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 builder8869b8e: Updated local development setup.78a0b08: Internal refactor to handleBackendFeaturecontract change.2110d76: Removeddockerodedependency.d44a20a: Added additional plugin metadata topackage.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 topackage.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 builder48c38f0:TechdocsGeneratorwon't require acontainerRunneroption anymore for generating TechDocs in docker.d44a20a: Added additional plugin metadata topackage.json.5db7536: UpdatedgetRepoUrlFromLocationAnnotationto 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 topackage.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 topackage.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 handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.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 topackage.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