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: Implemented
readTreefor Harness provider to support TechDocs functionality - 02103be: Deprecated and moved over core services to
@backstage/backend-defaults
Patch Changes
- 9539a0b: Import utility functions from
backend-defaultsinstead ofbackend-app-api - b2c4607: Removed accents on deprecation note
- c6c0919: Updated configuration schema to include the
useRedisSetscache config option. - ed3074e: The
databasetypes, helpers and implementations were moved to the package@backstage/backend-defaultsand deprecated from the package@backstage/backend-commons. - 9cca724: The
TokenManagerhas 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, the
isDatabaseConflictErrorhelper have been moved to the@backstage/backend-plugin-apipackage and deprecated from@backstage/backend-common. - 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - e171620: Move
cacheimplementation and types to the@backstage/backend-defaultspackage. - 1a6f38a:
ContainerRunner,DockerContainerRunnerandKubernetesContainerRunnerare now deprecated - 8869b8e: We are deprecating the legacy
createServiceBuilderfactory, so if you are still using it, please checkout the migration guide and migrate your plugin to use the new backend system. - 0634fdc: Deprecated
dropDatabase - b2ee7f3: 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-api - 3bd04bb: We are deprecating the legacy router handlers and contexts in preparation for the new backend system stable release.
- 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host
- e9a03c9: Finalizes the deprecation of legacy backend utilities. Deprecated utilities include the
ServiceBuildertype,notFoundHandlerandredactWintonLogLinefunctions. - 6a576dc: Deprecate legacy service logger helpers and stop using
getVoidLoggerin 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: The
workdirargument 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: Exposed
DefaultSchedulerService - b5bc997: 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 connectors
- 0634fdc: Deprecated
dropDatabase - b2ee7f3: 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 handle
BackendFeaturecontract change. - 9e63318: Made it possible to give access restrictions to
mockCredentials.service - 006b3e8: The type
MockDirectoryOptionswas renamed toCreateMockDirectoryOptionsso that it's clear these options are exclusive to the mock directory factory. - 0634fdc: Refactored
TestDatabasesto no longer depend onbackend-common - 6a576dc: Fix the logger service mock to prevent returning
undefinedfrom 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 from
GitHubtoGithubnearly two years ago. The following items have been removed:getGitHubFileFetchUrl(usegetGithubFileFetchUrlinstead)GitHubIntegrationConfig(useGithubIntegrationConfiginstead)GitHubIntegration(useGithubIntegrationinstead)readGitHubIntegrationConfig(usereadGithubIntegrationConfiginstead)readGitHubIntegrationConfigs(usereadGithubIntegrationConfigsinstead)replaceGitHubUrlType(usereplaceGithubUrlTypeinstead)
-
395b973: Implemented
readTreefor 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 getHarnessEditContentsUrl
- 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-atlassian-provider@0.2.0
Minor Changes
- 8efc6cf: BREAKING: The
scopeandscopesconfig 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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-oauth2-provider@0.2.0
Minor Changes
- 8efc6cf: BREAKING: The
scopeconfig option have been removed and replaced by the standardadditionalScopesconfig.
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-oidc-provider@0.2.0
Minor Changes
- 8efc6cf: BREAKING: The
scopeconfig 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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - 4f21993: if oidc server do not provide revocation_endpoint,we should not call revoke function
- Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/plugin-auth-backend@0.22.6
@backstage/plugin-auth-backend-module-onelogin-provider@0.1.0
Minor Changes
- 566d7cb: Separate out the OneLogin provider into its own module
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.2.0
Minor Changes
- 8efc6cf: BREAKING: The
scopeconfig 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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/catalog-model@1.5.0
@backstage/plugin-catalog@1.21.0
Minor Changes
-
863a800: Added the following default targets for external routes:
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 to
package.json. -
e04e57d: Fix bug with missing Actions column after adding "pagination" prop to catalog table
-
a2d2649: Export
catalogTranslationRefunder/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 through
EventsServicetoo in the new backend system
Patch Changes
- 8869b8e: Updated local development setup.
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - d779e3b: Added a regex test to check commit hash. If url is from git commit branch ignore the edit url.
- 6c5cab1: Fix bug in
getLocationByEntity - 0f55f5c: Ensure name and title are both indexed by the DefaultCatalogCollator
- 1779188: Start using the
isDatabaseConflictErrorhelper 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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/backend-tasks@0.5.24
- @backstage/plugin-catalog-node@1.12.1
- @backstage/plugin-catalog-common@1.0.24
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-catalog-import@0.12.0
Minor Changes
- 4f92394: Migrate from identityApi to fetchApi in frontend plugins.
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - 3daad61: Integrated Azure DevOps as a catalog import source. This enables Backstage to create Pull Requests to Azure DevOps repositories as it does with GitHub repositories
- Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-compat-api@0.2.6
- @backstage/integration@1.12.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog-common@1.0.24
- @backstage/plugin-catalog-react@1.12.1
- @backstage/integration-react@1.1.28
- @backstage/frontend-plugin-api@0.6.6
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-kubernetes-backend@0.18.0
Minor Changes
- 0177f75: Update kubernetes plugins to use autoscaling/v2
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/plugin-catalog-node@1.12.1
- @backstage/plugin-permission-node@0.7.30
- @backstage/plugin-kubernetes-common@0.8.0
- @backstage/plugin-permission-common@0.7.14
- @backstage/plugin-kubernetes-node@0.1.13
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-common@0.8.0
Minor Changes
- 0177f75: Update kubernetes plugins to use autoscaling/v2
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/plugin-permission-common@0.7.14
- @backstage/catalog-model@1.5.0
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-react@0.4.0
Minor Changes
- 4f92394: Migrate from identityApi to fetchApi in frontend plugins.
- 0177f75: Update kubernetes plugins to use autoscaling/v2
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-kubernetes-common@0.8.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-notifications-backend@0.3.0
Minor Changes
- 07a789b: adding filtering of notifications by processors
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/plugin-notifications-node@0.2.0
- @backstage/plugin-events-node@0.3.5
- @backstage/plugin-notifications-common@0.0.4
- @backstage/plugin-signals-node@0.1.5
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-notifications-backend-module-email@0.1.0
Minor Changes
- 07a789b: add notification filters
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-notifications-node@0.2.0
- @backstage/plugin-notifications-common@0.0.4
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
@backstage/plugin-notifications-node@0.2.0
Minor Changes
- 07a789b: add notifications filtering by processors
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - 1354d81: Use
node-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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-scaffolder@1.21.0
Minor Changes
-
d57ebbc: Changed the way to display entities in EntityPicker to use entityPresentationApi instead of humanizeEntityRef
-
62bd9eb: Replace
ui:widget: 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's
fetchApiimplementation 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 to
package.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 in
formDatatype 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 functionality
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/integration@1.12.0
- @backstage/plugin-scaffolder-node@0.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-scaffolder-react@1.9.0
Minor Changes
-
62bd9eb: Replace
ui:widget: 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 the
ScaffolderFieldcomponent are now opened in new tabs. - d44a20a: Added additional plugin metadata to
package.json. - fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
- 6cb4886: Updated dependency
@rjsf/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 in
formDatatype as it should beoptionalas it's possibly undefined - 928cfa0: Fixed a typo '
@backstage/plugin-search-backend-module-elasticsearch@1.5.0
Minor Changes
-
b186701: BREAKING: The ElasticSearch indexer will now delete stale indices matching the indexer's pattern. The method
getAliasesofElasticSearchClientWrapperhas been deprecated and might be removed in future releases.An indexer using the
some-type-index__*pattern will remove indices matching this pattern after indexation to prevent stale indices leading to shards exhaustion.Before upgrading ensure that the index pattern doesn't match indices that are not managed by Backstage and thus shouldn't be deleted.
Note: The ElasticSearch indexer already uses wildcards patterns to remove aliases on these indices.
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 6a576dc: Replace the usage of
getVoidLoggerwithmockServices.logger.mockin order to remove the dependency with the soon-to-be-deprecatedbackend-commonpackage. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-search-backend-node@1.2.24
- @backstage/plugin-search-common@1.2.12
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
@backstage/app-defaults@1.5.6
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.23
- @backstage/core-app-api@1.12.6
@backstage/backend-app-api@0.7.6
Patch Changes
-
b7de623: Fixed a potential crash when passing an object with a
nullprototype as log meta. -
9539a0b: Deprecated
authServiceFactory,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 the
entfield in its payload. Ownership claims will now be fetched from the user info service.NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens.
-
78a0b08: Internal refactor to handle
BackendFeaturecontract change. -
398b82a: Add support for JWKS tokens in ExternalTokenHandler.
-
9e63318: Added an optional
accessRestrictionsto 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 using
getVoidLoggerin 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 handle
BackendFeaturecontract 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, return
nullrather than throwing an error when trying to get theExtensionPoint.Tproperty, so that tests asserting the property are not easily broken. -
9e63318: Added an optional
accessRestrictionsto external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions. -
3aa3fc7: Marked the
TokenManagerServiceandIdentityServicetypes as deprecated -
b2ee7f3: Deprecated all of the
UrlReaderrelated 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: Improved
coreServicesdoc comments -
6551b3d: Moved the declaration of the
SchedulerServicehere, along with prefixed versions of all of the types it depends on, from@backstage/backend-tasks -
0665b7e: Renamed
BackendPluginConfig,BackendModuleConfig, andExtensionPointConfigrespectively toCreateBackendPluginOptions,CreateBackendModuleOptions, andCreateExtensionPointOptionsto standardize frontend and backend factories signatures. -
1779188: Start using the
isDatabaseConflictErrorhelper 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-defaults - ed473cd: Updated the
TaskScheduleDefinitionConfigdeprecated comment to point toSchedulerServiceTaskScheduleDefinitionConfig - 6a576dc: Deprecate the legacy
TaskScheduler.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 cli
- 90c5268: Add
peerDependenciestodevDependenciesinpackage.json.hbstemplates. - c00f7ee: Fix issue with
esmloaded dependencies being different from thecjsimport for Vite dependencies - b0f66e9: Updated dependency
vite-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 for
scaffolder-actioncli template - 009da47: Fix
versions:check --fixwhenyarn.lockhas multiple joint versions in the same section - 9ee948a: Bump
esbuildtarget 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 in
findPathswill 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 to
BackstagePackageJsontype. - 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 columns
- 59cee81: Use
inheritvariant on OverflowTooltip underlying Typography component. - eae0e4d: Fixed an issue causing
SidebarSubmenutext to not follow the theme color - e4811ec: Make number of decimal digits in Gauge configurable via the
decimalDigitsproperty - 83c4251: Adds icons to status component
- 3e175c8: Removed max width from
Selectcomponent. - 57d7582: Fixed a bug in
SupportButtonwhere the title was rendered with the characteristics of a button. - Updated dependencies
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/version-bridge@1.0.8
@backstage/core-plugin-api@1.9.3
Patch Changes
- 35fbe09: A new
defaultTargetoption 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: Removed
dockerodedependency. - 34daaea: Fixed a broken link to the node-postgres documentation
- 78363f6: Bumped TypeScript to version
5.4. - 1a212f9: Remove Tech Radar menu item from sidebar of scaffolded app to align with removal of tech-radar plugin from backend
- 81507c8: Updated
node-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: Removed
dockerodedependency. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/plugin-techdocs-node@1.12.5
- @backstage/cli-common@0.1.14
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
@backstage/test-utils@1.5.6
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-common@0.7.14
- @backstage/plugin-permission-react@0.4.23
- @backstage/core-app-api@1.12.6
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/theme@0.5.6
Patch Changes
- 702fa7d: Internal refactor to fix an issue where the MUI 5
v5-class prefixing gets removed by tree shaking.
@backstage/plugin-api-docs@0.11.6
Patch Changes
- 7f84039: The
registerComponentexternal route will now by default bind to the catalog import page if it is available. - 9cdc651: Make sure that the toggle button state is properly reflected in API cards
- d44a20a: Added additional plugin metadata to
package.json. - 96cd13e:
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 to
package.json.
@backstage/plugin-app-backend@0.3.68
Patch Changes
- 8869b8e: Updated local development setup.
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 82c2b90: Restore the support of external config schema in the router of the
app-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 to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/plugin-app-node@0.1.19
- @backstage/config-loader@1.8.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-app-node@0.1.19
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/config-loader@1.8.1
@backstage/plugin-app-visualizer@0.1.7
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-plugin-api@1.9.3
- @backstage/frontend-plugin-api@0.6.6
@backstage/plugin-auth-backend@0.22.6
Patch Changes
-
3e823d3: Limited user tokens will no longer include the
entfield in its payload. Ownership claims will now be fetched from the user info service.NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens.
-
8869b8e: Updated local development setup.
-
78a0b08: Internal refactor to handle
BackendFeaturecontract change. -
d44a20a: Added additional plugin metadata to
package.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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/plugin-auth-backend@0.22.6
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration. In addition, theaccountscope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - 1354d81: Use
node-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 handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.1.16
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration. In addition, theread:userscope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.16
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration. In addition, theread_userscope has been set to required and will always be present. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-google-provider@0.1.16
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration. In addition, theopenid,userinfo.email, anduserinfo.profilescopes have been set to required and will always be present. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-guest-provider@0.1.5
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.14
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration. - d44a20a: Added additional plugin metadata to
package.json. - c187a9c: Minor internal type updates
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-okta-provider@0.0.12
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: Added support for the new shared
additionalScopesconfiguration, 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 to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.13
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - 8efc6cf: BREAKING: The
scopeconfig 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 to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/config@1.2.0
@backstage/plugin-auth-node@0.4.14
Patch Changes
-
798ec37: Updated scope management for OAuth providers, where the
createOAuthAuthenticatornow 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 to
package.json. -
Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-react@0.1.3
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
@backstage/plugin-bitbucket-cloud-common@0.2.20
Patch Changes
- d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/integration@1.12.0
@backstage/plugin-catalog-backend-module-aws@0.3.14
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/backend-tasks@0.5.24
- @backstage/integration@1.12.0
- @backstage/plugin-catalog-node@1.12.1
- @backstage/plugin-kubernetes-common@0.8.0
- @backstage/plugin-catalog-common@1.0.24
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
@backstage/plugin-catalog-backend-module-azure@0.1.39
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/backend-tasks@0.5.24
- @backstage/integration@1.12.0
- @backstage/plugin-catalog-node@1.12.1
- @backstage/plugin-catalog-common@1.0.24
- @backstage/config@1.2.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.2.2
Patch Changes
- 78a0b08: Internal refactor to handle
BackendFeaturecontract change. - d44a20a: Added additional plugin metadata to
package.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/backend-tasks@0.5.24
- @backstage/plugin-catalog-node@1.12.1
- @backstage/backend-openapi-utils@0.1.12
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4