64 KiB
Release v1.27.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0
@backstage/backend-common@0.22.0
Minor Changes
-
ed83f85: Internal refactor of the database code.BREAKING: The helper functions
createDatabaseClientandensureDatabaseExistshave been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider usingcoreServices.databaseorDatabaseManagerdirectly wherever possible instead.
Patch Changes
2cc750d: AddedHarnessURLReaderwithreadUrlsupport.57f692e: Preparing for a stable new backend system release, we are deprecating utilities in thebackend-commonthat are not used by the core framework, such as the isomorphicGitclass. As we will no longer support the isomorphicGitutility in the framework packages, we recommend plugins that start maintaining their own implementation of this class.0ec0796: Plugins created through thelegacyPluginhelper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes theKey for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Arrayerror.d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.ccc8851: Added config propensureSchemaExiststo support postgres instances where user can create schemas but not databases.f66bbb4: Only create a single actual connection to memcache/redis, even in cases where manyCacheServiceinstances are madeba0b8b4: Added option toServerTokenManager.fromConfigthat allows it to be instantiated in production without any configured keys.- Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
@backstage/catalog-model@1.5.0
Minor Changes
79025f3: Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.
@backstage/frontend-app-api@0.7.0
Minor Changes
ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/integration@1.11.0
Minor Changes
2cc750d: AddedHarnessIntegrationvia theScmIntegrationsinterface.
@backstage/repo-tools@0.9.0
Minor Changes
683870a: Adds 2 new commandsrepo schema openapi diffandpackage schema openapi diff.repo schema openapi diffis intended to power a new breaking changes check on pull requests and the package level command allows plugin developers to quickly see new API breaking changes. They're intended to be used in complement with the existingrepo schema openapi verifycommand to validate your OpenAPI spec against a variety of things.
Patch Changes
9ae9bb2: Update the paths logic in the api reports command to support complex subpathsd229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-catalog@1.20.0
Minor Changes
8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes
131e5cb: Fix broken links in README.5d99272: Update local development dependencies.4118530: Avoiding pre-loading display total count undefined for table counts- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-search-react@1.7.11
@backstage/plugin-catalog-backend@1.22.0
Minor Changes
f2a2a83: Deprecated theLocationAnalyzertype, which has been moved to@backstage/plugin-catalog-node.f2a2a83: The/alphaplugin export has had its implementation of thecatalogAnalysisExtensionPointupdated to reflect the new API.8d14475: Emit well known relationships for the Domain entity kind.
Patch Changes
131e5cb: Fix broken links in README.c6cb568: Add lifecycle monitoring for the catalog processingd229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.8479a0b: Fixed bug in stitching queue gauge that included entities that are scheduled in the future.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/backend-openapi-utils@0.1.11
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-catalog-import@0.11.0
Minor Changes
e1174b0:EntityListComponentusesentityPresentationApiinstead ofhumanizeEntityRefto display Entity
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-node@1.12.0
Minor Changes
f2a2a83: AddedLocationAnalyzertype, moved from@backstage/plugin-catalog-backend.f2a2a83: Breaking change to/alphaAPI where thecatalogAnalysisExtensionPointhas been reworked. TheaddLocationAnalyzermethod has been renamed toaddScmLocationAnalyzer, and a newsetLocationAnalyzermethod has been added which allows the fullLocationAnalyzerimplementation to be overridden.
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-catalog-react@1.12.0
Minor Changes
8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-scaffolder@1.20.0
Minor Changes
4268696:MultiEntityPickerusesEntityDisplayNameinstead ofhumanizeEntityRefto display entity.
Patch Changes
9156654: Capturing more event clicks for scaffolder131e5cb: Fix broken links in README.0040ec2: Updated dependency@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2.762141c: Fixed a bug where theMultiEntityPickerwas not able to be set as required- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
Minor Changes
18f736f: Add examples forgitlab:projectVariable:createscaffolder action & improve related tests
Patch Changes
8fa8a00: Add merge method and squash option for project creationd229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.ffc73ec: Add examples forgitlab:repo:pushscaffolder action & improve related tests- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/app-defaults@1.5.5
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
@backstage/backend-app-api@0.7.3
Patch Changes
-
4cd5ff0: Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service -
e8199b1: Move the JWKS registration outside of the lifecycle middleware -
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage. -
dc8c5dd: The defaultTokenManagerimplementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The defaultAuthServiceimplementation will now also provide additional context if such an error is throw when falling back to using theTokenManagerservice to generate tokens for outgoing requests. -
025641b: Redactmetafields too with the logger -
09f8988: Remove explicitalgcheck for user tokens inverifyToken -
5863e02: Internal refactor to only create one external token handler -
a1dc547: Added support for camel case CSP directives in app-config. For example:backend: csp: upgradeInsecureRequests: false -
329cc34: Added logging of all plugins being initialized, periodic status, and completion. -
Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/backend-defaults@0.2.18
Patch Changes
7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used- Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/plugin-events-node@0.3.4
@backstage/backend-dynamic-feature-service@0.2.10
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.b611fd0: Updates thescanRootmethod in thePluginScannerclass to specifically ignore thelost+founddirectory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors.- Updated dependencies
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
- @backstage/plugin-events-backend@0.3.5
- @backstage/plugin-permission-node@0.7.29
@backstage/backend-openapi-utils@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/backend-plugin-api@0.6.18
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.1fedf0c: Removed explicittoString()method fromServiceReftype.- Updated dependencies
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
@backstage/backend-tasks@0.5.23
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
@backstage/backend-test-utils@0.3.8
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used- Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
@backstage/catalog-client@1.6.5
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/cli@0.26.5
Patch Changes
b8f1fc2: Thebuild-workspacecommand no longer manually runsyarn postpack, relying instead on the fact that runningyarn packwill automatically invoke thepostpackscript. No action is necessary if you are running the latest version of yarn 1, 3, or 4.fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in@backstage/cli/config/tsconfig.json.0cc5ed3: Add support forversions:migrateto do code changes. Can be skipped with--no-code-changesf97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack2a6f10d: Theversions:bumpcommand will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all@backstage/*-app-apipackages.c5d7b40: Allow passing a--requireargument through to the Node process duringpackage startcc3c518: Fixed an issue causing therepo fixcommand to set an incorrectworkspaceproperty using Windows812dff0: Add previously-missing semicolon in file templated bybackstage-cli new --select plugin.f185603: Fixed the dynamic import of vite.- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/eslint-plugin@0.1.8
- @backstage/integration@1.11.0
@backstage/core-app-api@1.12.5
Patch Changes
1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.
@backstage/core-compat-api@0.2.5
Patch Changes
5d99272: Update local development dependencies.- Updated dependencies
- @backstage/frontend-plugin-api@0.6.5
@backstage/core-components@0.14.7
Patch Changes
e42779e: Properly log theerrorInfoinErrorBoundary5223c4c: Fixed an internal circular import that broke Jest mocks.71e4229: Added optionalinitialShowDropDownprop toSidebarSubmenuItemto internally manage the initial display state of the dropdown items.a2ee4df: AddalignGaugeprop to theGaugeCard, and a small size version. WhenalignGaugeis'bottom'the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines. AddalignContentprop to theInfoCard, defaulting to'normal'with the option of'bottom'which vertically aligns the content to the bottom of the card.5b7b49b: TheSignInPageguest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.359376a: Removing react-text-truncate with css styles.- Updated dependencies
- @backstage/theme@0.5.4
@backstage/create-app@0.5.15
Patch Changes
c066c88: Removedpackages/backend/src/types.tsfrom the template as it is unused. It was mistakenly left in after moving the template to the new backend system.5d99272: Update local development dependencies.0478509: Bumped create-app version.d85dd88: Bumped create-app version.8105aad: Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
@backstage/dev-utils@1.0.32
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
@backstage/eslint-plugin@0.1.8
Patch Changes
65ec043: add somepickersfixes
@backstage/frontend-plugin-api@0.6.5
Patch Changes
- Updated dependencies
@backstage/frontend-test-utils@0.1.7
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.7.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/test-utils@1.5.5
@backstage/integration-react@1.1.27
Patch Changes
- Updated dependencies
@techdocs/cli@1.8.11
Patch Changes
1a0e009: Fix cookie endpoint mock forserve- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-techdocs-node@1.12.4
@backstage/test-utils@1.5.5
Patch Changes
- Updated dependencies
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
@backstage/theme@0.5.4
Patch Changes
f1462df: Fixed bug where scrollbars don't pick up the theme when in dark mode
@backstage/plugin-api-docs@0.11.5
Patch Changes
5d99272: Update local development dependencies.725ff0b: Fix dark mode text color inside tables indescription:from OpenAPI definitions- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-app-backend@0.3.66
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
@backstage/plugin-app-node@0.1.18
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-app-visualizer@0.1.6
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-auth-backend@0.22.5
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.4a0577e: fix: Move config declarations to appropriate auth backend modulesea9262b: Allow overriding default ownership resolving with the newAuthOwnershipResolutionExtensionPoint- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
- @backstage/plugin-auth-backend-module-google-provider@0.1.15
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
- @backstage/plugin-auth-backend-module-okta-provider@0.0.11
@backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
Patch Changes
4a0577e: fix: Move config declarations to appropriate auth backend modules- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-github-provider@0.1.15
Patch Changes
4a0577e: fix: Move config declarations to appropriate auth backend modules- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-google-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-guest-provider@0.1.4
Patch Changes
07d8cca: Error if used outside of a development environment without explicit allowance- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oidc-provider@0.1.9
Patch Changes
dd53bf3: Add nonce to authorize request to be added in ID token- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-okta-provider@0.0.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.12
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.10
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-node@0.4.13
Patch Changes
ea9262b: Allow overriding default ownership resolving with the newAuthOwnershipResolutionExtensionPoint- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
@backstage/plugin-auth-react@0.1.2
Patch Changes
c297afd: When usingCookieAuthRefreshProvideroruseCookieAuthRefresh, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.- Updated dependencies
@backstage/plugin-bitbucket-cloud-common@0.2.19
Patch Changes
d76cb29: Updated dependencyts-morphto^22.0.0.- Updated dependencies
@backstage/plugin-catalog-backend-module-aws@0.3.13
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-catalog-backend-module-azure@0.1.38
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1
Patch Changes
f3f0281: Fix incorrect dependency import.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/backend-openapi-utils@0.1.11
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-bitbucket-cloud-common@0.2.19
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.32
Patch Changes
062ffb1: Allow skipping archived repositories (skipArchivedReposflag) on Bitbucket.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
@backstage/plugin-catalog-backend-module-gcp@0.1.19
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-catalog-backend-module-gerrit@0.1.35
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
@backstage/plugin-catalog-backend-module-github@0.6.1
Patch Changes
-
0b50143: GitHub push events now schedule a refresh on entities that have arefresh_keymatching thecatalogPathconfig itself. This allows to support acatalogPathconfiguration that uses glob patterns. -
f2a2a83: Updated to use the newcatalogAnalysisExtensionPointAPI. -
5bdeaa7: AddedalwaysUseDefaultNamespaceoption toGithubMultiOrgEntityProvider.If set to true, the provider will use
defaultas the namespace for all group entities. Groups with the same name across different orgs will be considered the same group. -
Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-github-org@0.1.13
Patch Changes
5bdeaa7: Fixed an issue where thecatalog-backend-module-github-orgwould not correctly create groups usingdefaultas namespace in case a single organization was configured.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-backend-module-github@0.6.1
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-gitlab@0.3.15
Patch Changes
a70377d: Added events support forGitlabDiscoveryEntityProviderandGitlabOrgDiscoveryEntityProvider.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-gitlab-org@0.0.1
Patch Changes
a70377d: Added a newcatalog-backend-module-gitlab-orgmodule which adds theGitlabOrgDiscoveryEntityProviderto the catalog's providers using the new backend system.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend-module-gitlab@0.3.15
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.23
Patch Changes
8c1ab9e: Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-ldap@0.5.34
Patch Changes
7699967: Remove dependency to Winston Logger and use Backstage LoggerService instead- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-msgraph@0.5.26
Patch Changes
49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.6e370e6: Handle fetching huge amounts of users from Azure without crashing- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-openapi@0.1.36
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-puppetdb@0.1.24
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-unprocessed@0.4.5
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.6f5a3a3: Correctly convert owner to string in case owner has not been provided- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-catalog-common@1.0.23
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/plugin-catalog-graph@0.4.5
Patch Changes
39564b3: Allow multiple edges with different type (e.g.ownedByandapplicationOwnerBy) to have the same source and target node.- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-catalog-unprocessed-entities@0.2.4
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
@backstage/plugin-config-schema@0.1.55
Patch Changes
- Updated dependencies
@backstage/plugin-devtools@0.1.14
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-devtools-backend@0.3.4
Patch Changes
036feca: Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-events-backend@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-aws-sqs@0.3.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-azure@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-gerrit@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-github@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-gitlab@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-test-utils@0.1.28
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-node@0.3.4
Patch Changes
7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-home@0.7.4
Patch Changes
2196d3e: Use relative time when displaying visits from the same day0040ec2: Updated dependency@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2.- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/plugin-home-react@0.1.13
- @backstage/core-app-api@1.12.5
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-home-react@0.1.13
Patch Changes
0040ec2: Updated dependency@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2.- Updated dependencies
@backstage/plugin-kubernetes@0.11.10
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-backend@0.17.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-kubernetes-common@0.7.6
- @backstage/plugin-kubernetes-node@0.1.12
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-kubernetes-cluster@0.0.11
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-common@0.7.6
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/plugin-kubernetes-node@0.1.12
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-react@0.3.5
Patch Changes
3102a99: add the namespace label to CronJobDrawer & IngressDrawer.- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-notifications@0.2.1
Patch Changes
e6bf85f: Allow overridingNotificationsPagepage propertiesf730c0b: The user can newly mark all unread messages as read at one click.bfcb2f1: Allow showing notifications as snackbars in the UIe49a810: Show all notifications by default to match the sidebar item status42eaf63: Increase default and allow modifying notification snackbar auto hide durationa42a19b: Empty descriptions are not rendered to improve the look&feel.1bc3b86: Fix to show web notifications even when browser is on foreground. Fix duplicate notifications with multiple tabs.f793112: Allow definingclassNameand additional properties forNotificationsSideBarIteme1c7d6e: Fix infinite loop in the notification title counterfcda449: The rendered size of a notification is limited for very long descriptions.f6633ca: Add option to set the notification as read automatically when the notification link is opened- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
@backstage/plugin-notifications-backend@0.2.1
Patch Changes
d541ff6: Fixed email processoresmissue and config reading295c05d: Support for filtering entities from notification recipients after resolving them from the recipientsd229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.cba628a: Add possibility to generate random notifications on the fly in local developmentee09dfc: Updated documentation for sending messages by external services.- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
@backstage/plugin-notifications-backend-module-email@0.0.1
Patch Changes
d541ff6: Fixed email processoresmissue and config readinge538b10: Support relative links in notifications sent via emaildbf2696: Allow sending notifications by email with the new notifications module- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
@backstage/plugin-notifications-node@0.1.4
Patch Changes
295c05d: Support for filtering entities from notification recipients after resolving them from the recipients- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
@backstage/plugin-org@0.6.25
Patch Changes
99e6105: Fix ownership card sometimes locking up for complex org structures- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-org-react@0.1.24
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
@backstage/plugin-permission-backend@0.5.42
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-permission-node@0.7.29
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-proxy-backend@0.4.16
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-scaffolder-backend@1.22.6
Patch Changes
131e5cb: Fix broken links in README.025641b: Fix issue with the log format not being respected when logging from actionsd229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.e4b50ab: Scaffolder workspace serialization025641b: Redactmetafields too with the logger- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.8
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.8
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-scaffolder-backend-module-azure@0.1.10
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10
@backstage/plugin-scaffolder-backend-module-azure@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/integration@1.11.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
Patch Changes
24dd655: Add examples forpublish:bitbucketServer:pull-requestscaffolder action & improve related tests- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.42
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-gitea@0.1.8
Patch Changes
554af73: Allow definingrepoVisibilityfield for the actionpublish:gitea- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-github@0.2.8
Patch Changes
5d99272: Update local development dependencies.d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.52ab241: Adding support to change the default commit author forpublish:github:pull-request- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-notifications@0.0.1
Patch Changes
503d769: Add a new scaffolder action to allow sending notifications from templates- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
@backstage/plugin-scaffolder-backend-module-rails@0.4.35
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-sentry@0.1.26
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
@backstage/plugin-scaffolder-backend-module-yeoman@0.3.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/plugin-scaffolder-node-test-utils@0.1.4
@backstage/plugin-scaffolder-common@1.5.2
Patch Changes
9156654: Capturing more event clicks for scaffolder- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/plugin-scaffolder-node@0.4.4
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.e4b50ab: Scaffolder workspace serializationf633efa: To remove the dependency on the soon-to-be-deprecatedbackend-commonpackage, this package now maintains its own isomorphic Git class implementation.- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-node-test-utils@0.1.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-test-utils@0.3.8
- @backstage/plugin-scaffolder-node@0.4.4
@backstage/plugin-scaffolder-react@1.8.5
Patch Changes
9156654: Capturing more event clicks for scaffolder0040ec2: Updated dependency@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2.- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/catalog-client@1.6.5
@backstage/plugin-search@1.4.11
Patch Changes
0501243: Addedaria-labelattribute to DialogTitle element and setaria-modalattribute totruefor improved accessibility in the search modal.- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-search-react@1.7.11
@backstage/plugin-search-backend@1.5.8
Patch Changes
c6cb568: Add lifecycle monitoring for the search index registry- Updated dependencies
- @backstage/repo-tools@0.9.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/backend-openapi-utils@0.1.11
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-search-backend-module-catalog@0.1.24
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.d5fff66: Fix wiring of the module exported at the/alphapath, which was causing authentication failures.5dc5f4f: Allow thetokenManagerparameter to be optional when instantiating collator- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-search-backend-module-elasticsearch@1.4.1
Patch Changes
5252ee1: Fix never resolved indexer promise.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
@backstage/plugin-search-backend-module-explore@0.1.24
Patch Changes
ca6e2e0: Migrate search collator to use the new auth services.5d99272: Update README.md to point to explore plugin in community-plugins repository.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
@backstage/plugin-search-backend-module-pg@0.5.27
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
@backstage/plugin-search-backend-module-techdocs@0.1.23
Patch Changes
5dc5f4f: Allow thetokenManagerparameter to be optional when instantiating collator- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-techdocs-node@1.12.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-search-backend-node@1.2.22
Patch Changes
c6cb568: Add lifecycle monitoring for the search index registry- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
@backstage/plugin-search-react@1.7.11
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-signals@0.0.6
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
@backstage/plugin-signals-backend@0.1.4
Patch Changes
845d56a: Improved signal lifecycle management and added server side pinging of connections- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-signals-node@0.1.4
@backstage/plugin-signals-node@0.1.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-techdocs@1.10.5
Patch Changes
d2cc139: Update path in Readme for Plugin Techdocs to show the correct setup information.5863cf7: Thetechdocs.builderconfig is now optional and it will default tolocal.- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/integration@1.11.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-techdocs-react@1.2.4
@backstage/plugin-techdocs-addons-test-utils@1.0.32
Patch Changes
2f13862: Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-react@1.12.0
- @backstage/core-app-api@1.12.5
- @backstage/integration-react@1.1.27
- @backstage/test-utils@1.5.5
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-techdocs-react@1.2.4
@backstage/plugin-techdocs-backend@1.10.5
Patch Changes
5863cf7: Thetechdocs.builderconfig is now optional and it will default tolocal.- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-techdocs-node@1.12.4
- @backstage/integration@1.11.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-techdocs-module-addons-contrib@1.1.10
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/integration@1.11.0
- @backstage/integration-react@1.1.27
- @backstage/plugin-techdocs-react@1.2.4
@backstage/plugin-techdocs-node@1.12.4
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
@backstage/plugin-techdocs-react@1.2.4
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
@backstage/plugin-user-settings@0.8.6
Patch Changes
131e5cb: Fix broken links in README.- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-user-settings-backend@0.2.17
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
example-app@0.2.97
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/plugin-scaffolder@1.20.0
- @backstage/plugin-user-settings@0.8.6
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-notifications@0.2.1
- @backstage/plugin-api-docs@0.11.5
- @backstage/plugin-home@0.7.4
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-import@0.11.0
- @backstage/frontend-app-api@0.7.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/plugin-catalog-graph@0.4.5
- @backstage/plugin-search@1.4.11
- @backstage/plugin-org@0.6.25
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-catalog-unprocessed-entities@0.2.4
- @backstage/plugin-devtools@0.1.14
- @backstage/plugin-kubernetes@0.11.10
- @backstage/plugin-kubernetes-cluster@0.0.11
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-signals@0.0.6
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10
- @backstage/plugin-techdocs-react@1.2.4
example-app-next@0.0.11
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/plugin-scaffolder@1.20.0
- @backstage/plugin-user-settings@0.8.6
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-notifications@0.2.1
- @backstage/core-compat-api@0.2.5
- @backstage/plugin-api-docs@0.11.5
- @backstage/plugin-home@0.7.4
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-import@0.11.0
- @backstage/frontend-app-api@0.7.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/plugin-catalog-graph@0.4.5
- @backstage/plugin-search@1.4.11
- @backstage/plugin-org@0.6.25
- @backstage/app-defaults@1.5.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-app-visualizer@0.1.6
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-catalog-unprocessed-entities@0.2.4
- @backstage/plugin-kubernetes@0.11.10
- @backstage/plugin-kubernetes-cluster@0.0.11
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-signals@0.0.6
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10
- @backstage/plugin-techdocs-react@1.2.4
app-next-example-plugin@0.0.11
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
example-backend@0.0.26
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.22.6
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.8
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/plugin-notifications-backend@0.2.1
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-app-backend@0.3.66
- @backstage/plugin-devtools-backend@0.3.4
- @backstage/plugin-signals-backend@0.1.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-search-backend@1.5.8
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-techdocs-backend@1.10.5
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1
- @backstage/plugin-auth-backend-module-guest-provider@0.1.4
- @backstage/backend-defaults@0.2.18
- @backstage/plugin-search-backend-module-explore@0.1.24
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- @backstage/plugin-catalog-backend-module-openapi@0.1.36
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-kubernetes-backend@0.17.1
- @backstage/plugin-permission-backend@0.5.42
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.15
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-proxy-backend@0.4.16
example-backend-legacy@0.2.98
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-elasticsearch@1.4.1
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-scaffolder-backend@1.22.6
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-search-backend-module-pg@0.5.27
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-app-backend@0.3.66
- @backstage/plugin-devtools-backend@0.3.4
- @backstage/plugin-signals-backend@0.1.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-search-backend@1.5.8
- @backstage/plugin-techdocs-backend@1.10.5
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-search-backend-module-explore@0.1.24
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- example-app@0.2.97
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-events-backend@0.3.5
- @backstage/plugin-kubernetes-backend@0.17.1
- @backstage/plugin-permission-backend@0.5.42
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-proxy-backend@0.4.16
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19
- @backstage/plugin-scaffolder-backend-module-rails@0.4.35
- @backstage/plugin-signals-node@0.1.4
e2e-test@0.2.16
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.15
techdocs-cli-embedded-app@0.2.96
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
- @backstage/test-utils@1.5.5
- @backstage/plugin-techdocs-react@1.2.4
@internal/plugin-todo-list@1.0.27
Patch Changes
- Updated dependencies
@internal/plugin-todo-list-backend@1.0.27
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13