Release v1.10.0-next.2
@backstage/plugin-scaffolder-react@1.0.0-next.0
Major Changes
- b4955ed7b9: Re-home some of the common types, components, hooks and
scaffolderApiReffor the@backstage/plugin-scaffolderto this package for easy re-use across things that want to interact with thescaffolder.
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-scaffolder-common@1.2.4-next.1
@backstage/app-defaults@1.1.0-next.2
Minor Changes
- bca8e8b393: Allow defining application level feature flags. See Feature Flags documentation for reference.
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-app-api@1.4.0-next.1
- @backstage/plugin-permission-react@0.4.9-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/backend-app-api@0.3.0-next.1
Minor Changes
-
02b119ff93: BREAKING: The
httpRouterFactorynow accepts agetPathoption rather thanindexPlugin. To set up custom index path, configure the newrootHttpRouterFactorywith a customindexPathinstead.Added an implementation for the new
rootHttpRouterServiceRef.
Patch Changes
- ecc6bfe4c9: Use new
ServiceFactoryOrFunctiontype. - b99c030f1b: Moved over implementation of the root HTTP service from
@backstage/backend-common, and replaced themiddlewareoption with aconfigurecallback option. - 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service.
- 015a6dced6: The
createSpecializedBackendfunction will now throw an error if duplicate service implementations are provided. - e3fca10038: Tweaked the plugin logger to use
pluginas the label for the plugin ID, rather thanpluginId. - 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/plugin-permission-node@0.7.3-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
@backstage/backend-plugin-api@0.3.0-next.1
Minor Changes
- 8e06f3cf00: Moved
loggerToWinstonLoggerto@backstage/backend-common.
Patch Changes
- ecc6bfe4c9: Added
ServiceFactoryOrFunctiontype, for use when either aServiceFactoryor() => ServiceFactorycan be used. - 02b119ff93: Added a new
rootHttpRouterServiceRefandRootHttpRouterServiceinterface. - 5437fe488f: Migrated types related to
TokenManagerService,CacheServiceandDatabaseServiceinto backend-plugin-api. - 16054afdec: Documented
coreServicesan all of its members. - 62b04bb865: Updates all
create*methods to simplify their type definitions and ensure they all have configuration interfaces. - Updated dependencies
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/config@1.0.6-next.0
- @backstage/types@1.0.2
- @backstage/plugin-permission-common@0.7.3-next.0
@backstage/core-app-api@1.4.0-next.1
Minor Changes
- bca8e8b393: Allow defining application level feature flags. See Feature Flags documentation for reference.
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
@backstage/core-plugin-api@1.3.0-next.1
Minor Changes
- bca8e8b393: Allow defining application level feature flags. See Feature Flags documentation for reference.
Patch Changes
- Updated dependencies
- @backstage/config@1.0.6-next.0
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
@techdocs/cli@1.3.0-next.2
Minor Changes
- bc18c902a2: Add
--preview-app-bundle-pathand--preview-app-portoptions to theservecommand enabling previewing with apps other than the provided one
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/plugin-techdocs-node@1.4.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6-next.0
@backstage/plugin-adr@0.3.0-next.2
Minor Changes
-
e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
BREAKING The ADR plugin now uses UrlReaders. You will have to configure integrations for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi just like you can with other apis. The previously used Octokit implementation has been completely removed.
Patch Changes
- 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x
- Updated dependencies
- @backstage/plugin-search-react@1.4.0-next.2
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/integration-react@1.1.9-next.2
- @backstage/theme@0.2.16
- @backstage/plugin-adr-common@0.2.5-next.1
- @backstage/plugin-search-common@1.2.1-next.0
@backstage/plugin-scaffolder@1.10.0-next.2
Minor Changes
-
b4955ed7b9: - Deprecation - Deprecated the following exports, please import them directly from
@backstage/plugin-scaffolder-reactinsteadcreateScaffolderFieldExtension
ScaffolderFieldExtensions
useTemplateSecrets
scaffolderApiRef
ScaffolderApi
ScaffolderUseTemplateSecrets
TemplateParameterSchema
CustomFieldExtensionSchema
CustomFieldValidator
FieldExtensionOptions
FieldExtensionComponentProps
FieldExtensionComponent
ListActionsResponse
LogEvent
ScaffolderDryRunOptions
ScaffolderDryRunResponse
ScaffolderGetIntegrationsListOptions
ScaffolderGetIntegrationsListResponse
ScaffolderOutputlink
ScaffolderScaffoldOptions
ScaffolderScaffoldResponse
ScaffolderStreamLogsOptions
ScaffolderTask
ScaffolderTaskOutput
ScaffolderTaskStatus-
Deprecation - Deprecated the
rootRouteRefexport, this should now be used fromscaffolderPlugin.routes.root -
The following
/alphatypes have removed from this package and moved to the@backstage/plugin-scaffolder-react/alphapackagecreateNextScaffolderFieldExtension
FormProps
NextCustomFieldValidator
NextFieldExtensionComponentProps
NextFieldExtensionOptions
-
Patch Changes
- 2fadff2a25: Render the scaffolder action description using the
MarkdownContentcomponent. This will allow the page to show richer content to describe scaffolder actions. - 659c92a1dc: Updated dependency
use-immerto^0.8.0. - 489935d625: Show action example yaml on the scaffolder actions documentation page.
- b8269de9f1: Explicitly declaring children as optional props to facilitate react 18 changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.0.0-next.0
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/plugin-permission-react@0.4.9-next.1
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/integration-react@1.1.9-next.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.10-next.1
- @backstage/plugin-scaffolder-common@1.2.4-next.1
@backstage/plugin-search-react@1.4.0-next.2
Minor Changes
-
6d9a93def8: Allow customizing empty state component through
noResultsComponentproperty.Example:
<SearchResult noResultsComponent={<>No results were found</>}>
{({ results }) => (
<List>
{results.map(({ type, document }) => {
switch (type) {
case 'custom-result-item':
return (
<CustomResultListItem
key={document.location}
result={document}
/>
);
default:
return (
<DefaultResultListItem
key={document.location}
result={document}
/>
);
}
})}
</List>
)}
</SearchResult>
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.1-next.0
@backstage/plugin-tech-radar@0.6.0-next.2
Minor Changes
- 38fd519fc1: Add highlighting of legend item and show bubble on hover within the Tech Radar
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/backend-common@0.18.0-next.1
Patch Changes
- 8e06f3cf00: Added
loggerToWinstonLogger, which was moved from@backstage/backend-plugin-api. - 2b1554cebf: Replaced dependencies on the
Loggertype fromwinstonwithLoggerServicefrom@backstage/backend-plugin-api. This is not a breaking change as theLoggerServiceis a subset of theLoggerinterface. - 5437fe488f: Migrated types related to
TokenManagerService,CacheServiceandDatabaseServiceinto backend-plugin-api. - d592ec4f51: Updated the logger created by
createRootLoggerto make it possible to override the defaultservicelog label. - b99c030f1b: Refactor to rely on
@backstage/backend-app-apifor the implementation ofcreateServiceBuilder. - f23eef3aa2: Updated dependency
better-sqlite3to^8.0.0. - Updated dependencies
- @backstage/backend-app-api@0.3.0-next.1
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6-next.0
- @backstage/config-loader@1.1.8-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/types@1.0.2
@backstage/backend-defaults@0.1.5-next.1
Patch Changes
- ecc6bfe4c9: Use new
ServiceFactoryOrFunctiontype. - 015a6dced6: Updated to make sure that service implementations replace default service implementations.
- 02b119ff93: The new root HTTP router service is now installed by default.
- Updated dependencies
- @backstage/backend-app-api@0.3.0-next.1
- @backstage/backend-plugin-api@0.3.0-next.1
@backstage/backend-tasks@0.4.1-next.1
Patch Changes
- b99c030f1b: Minor internal refactor to avoid import cycle issue.
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
@backstage/backend-test-utils@0.1.32-next.2
Patch Changes
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
- a3ec2f32ea: The
startTestBackendsetup now includes default implementations for all core services. - f23eef3aa2: Updated dependency
better-sqlite3to^8.0.0. - Updated dependencies
- @backstage/backend-app-api@0.3.0-next.1
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/cli@0.22.1-next.2
- @backstage/config@1.0.6-next.0
@backstage/catalog-client@1.3.0-next.2
Patch Changes
- e23f13a573: Enable the
by-refsendpoint to receivefieldsthrough the POST body as well as through query parameters. - Updated dependencies
- @backstage/catalog-model@1.1.5-next.1
- @backstage/errors@1.1.4
@backstage/cli@0.22.1-next.2
Patch Changes
- 7b407b303b: Slightly improve readability of "base URL conflict" error handling code
- d06a7890c6: Removed unused package
type-fest - Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6-next.0
- @backstage/config-loader@1.1.8-next.0
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
@backstage/core-components@0.12.3-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.3
@backstage/create-app@0.4.36-next.2
Patch Changes
-
016a52c28f: Bumped the minimum version of
better-sqlite3. You can make the following change to yourpackages/backend/package.jsonto keep your instance of Backstage updated.- "better-sqlite3": "^7.5.0",
+ "better-sqlite3": "^8.0.0", -
Updated dependencies
- @backstage/cli-common@0.1.11
@backstage/dev-utils@1.0.11-next.2
Patch Changes
- Updated dependencies
- @backstage/app-defaults@1.1.0-next.2
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-app-api@1.4.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/integration-react@1.1.9-next.2
- @backstage/test-utils@1.2.4-next.1
- @backstage/theme@0.2.16
@backstage/integration-react@1.1.9-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/core-components@0.12.3-next.2
- @backstage/integration@1.4.2-next.0
- @backstage/theme@0.2.16
@backstage/repo-tools@0.1.1-next.2
Patch Changes
- 76fc6f7ec8: Updates Api-extractor and api-documenter version
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/errors@1.1.4
@backstage/test-utils@1.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-app-api@1.4.0-next.1
- @backstage/plugin-permission-react@0.4.9-next.1
- @backstage/config@1.0.6-next.0
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-permission-common@0.7.3-next.0
@backstage/plugin-adr-backend@0.2.5-next.2
Patch Changes
-
e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
BREAKING The ADR plugin now uses UrlReaders. You will have to configure integrations for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi just like you can with other apis. The previously used Octokit implementation has been completely removed.
-
21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x
-
Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/plugin-adr-common@0.2.5-next.1
- @backstage/plugin-search-common@1.2.1-next.0
@backstage/plugin-airbrake@0.3.14-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/dev-utils@1.0.11-next.2
- @backstage/test-utils@1.2.4-next.1
- @backstage/theme@0.2.16
@backstage/plugin-airbrake-backend@0.2.13-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
@backstage/plugin-allure@0.1.30-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/plugin-analytics-module-ga@0.1.25-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/plugin-apache-airflow@0.2.7-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-components@0.12.3-next.2
@backstage/plugin-api-docs@0.8.14-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.2-next.2
@backstage/plugin-apollo-explorer@0.1.7-next.2
Patch Changes
- e8269bca15: Updated dependency
@apollo/explorerto^2.0.0. - Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/plugin-app-backend@0.3.40-next.1
Patch Changes
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/config-loader@1.1.8-next.0
- @backstage/types@1.0.2
@backstage/plugin-auth-backend@0.17.3-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-auth-node@0.2.9-next.1
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
@backstage/plugin-auth-node@0.2.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
@backstage/plugin-azure-devops@0.2.5-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-azure-devops-common@0.3.0
@backstage/plugin-azure-devops-backend@0.3.19-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/plugin-azure-devops-common@0.3.0
@backstage/plugin-azure-sites@0.1.3-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
- @backstage/plugin-azure-sites-common@0.1.0
@backstage/plugin-azure-sites-backend@0.1.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/config@1.0.6-next.0
- @backstage/plugin-azure-sites-common@0.1.0
@backstage/plugin-badges@0.2.38-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
@backstage/plugin-badges-backend@0.1.34-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
@backstage/plugin-bazaar@0.2.3-next.2
Patch Changes
- 92a33f0ae3: Updated README.md to include instructions of installing the Bazaar Backend
- Updated dependencies
- @backstage/cli@0.22.1-next.2
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.2-next.2
@backstage/plugin-bazaar-backend@0.2.3-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@0.1.32-next.2
- @backstage/backend-common@0.18.0-next.1
- @backstage/plugin-auth-node@0.2.9-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
@backstage/plugin-bitbucket-cloud-common@0.2.3-next.1
Patch Changes
- 0358d399ad: Updated dependency
ts-morphto^17.0.0. - Updated dependencies
- @backstage/integration@1.4.2-next.0
@backstage/plugin-bitrise@0.1.41-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/theme@0.2.16
@backstage/plugin-catalog@1.7.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.4.0-next.2
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-react@1.2.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/core-components@0.12.3-next.2
- @backstage/errors@1.1.4
- @backstage/integration-react@1.1.9-next.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.10-next.1
- @backstage/plugin-search-common@1.2.1-next.0
@backstage/plugin-catalog-backend@1.7.0-next.2
Patch Changes
- e23f13a573: Enable the
by-refsendpoint to receivefieldsthrough the POST body as well as through query parameters. - f23eef3aa2: Updated dependency
better-sqlite3to^8.0.0. - 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/plugin-permission-node@0.7.3-next.1
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.10-next.1
- @backstage/plugin-permission-common@0.7.3-next.0
- @backstage/plugin-scaffolder-common@1.2.4-next.1
- @backstage/plugin-search-common@1.2.1-next.0
@backstage/plugin-catalog-backend-module-aws@0.1.13-next.2
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/types@1.0.2
@backstage/plugin-catalog-backend-module-azure@0.1.11-next.2
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/types@1.0.2
@backstage/plugin-catalog-backend-module-bitbucket@0.2.7-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
- @backstage/types@1.0.2
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.7-next.2
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/catalog-client@1.3.0-next.2
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/plugin-events-node@0.2.1-next.1
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/integration@1.4.2-next.0
- @backstage/plugin-catalog-common@1.0.10-next.1
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.5-next.2
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.1.8-next.2
Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- 8e06f3cf00: Switched imports of
loggerToWinstonLoggerto@backstage/backend-common. - Updated dependencies
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/backend-tasks@0.4.1-next.1
- @backstage/plugin-catalog-backend@1.7.0-next.2
- @backstage/plugin-catalog-node@1.3.1-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/config@1.0.6-next.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2-next.0