a12639fa7f
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
28 KiB
28 KiB
Release v1.27.0-next.2
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0-next.2
@backstage/backend-app-api@0.7.3-next.1
Patch Changes
09f8988: Remove explicitalgcheck for user tokens inverifyToken- Updated dependencies
- @backstage/backend-common@0.22.0-next.1
- @backstage/backend-tasks@0.5.23-next.1
- @backstage/plugin-auth-node@0.4.13-next.1
- @backstage/plugin-permission-node@0.7.29-next.1
- @backstage/cli-node@0.2.5
- @backstage/config-loader@1.8.0
- @backstage/backend-plugin-api@0.6.18-next.1
@backstage/frontend-app-api@0.7.0-next.2
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-next.2
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/integration@1.11.0-next.0
Minor Changes
2cc750d: AddedHarnessIntegrationvia theScmIntegrationsinterface.
@backstage/repo-tools@0.9.0-next.2
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
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-catalog@1.20.0-next.2
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
4118530: Avoiding pre-loading display total count undefined for table counts- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-catalog-backend@1.22.0-next.2
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.
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-search-backend-module-catalog@0.1.24-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-node@1.12.0-next.2
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.
@backstage/plugin-catalog-react@1.12.0-next.2
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-next.2
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.4.0-next.2
Minor Changes
18f736f: Add examples forgitlab:projectVariable:createscaffolder action & improve related tests
Patch Changes
8fa8a00: Add merge method and squash option for project creation- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/backend-common@0.22.0-next.2
Patch Changes
2cc750d: AddedHarnessURLReaderwithreadUrlsupport.ccc8851: Added config propensureSchemaExiststo support postgres instances where user can create schemas but not databases.- Updated dependencies
- @backstage/integration@1.11.0-next.0
@backstage/backend-defaults@0.2.18-next.2
Patch Changes
7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/backend-dynamic-feature-service@0.2.10-next.2
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.- Updated dependencies
- @backstage/plugin-catalog-backend@1.22.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/backend-test-utils@0.3.8-next.2
Patch Changes
7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/cli@0.26.5-next.1
Patch Changes
2a6f10d: 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.- Updated dependencies
- @backstage/integration@1.11.0-next.0
@backstage/core-components@0.14.7-next.2
Patch Changes
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.
@backstage/create-app@0.5.15-next.2
Patch Changes
- Bumped create-app version.
@backstage/dev-utils@1.0.32-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/integration-react@1.1.27-next.0
@backstage/frontend-test-utils@0.1.7-next.2
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.7.0-next.2
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/integration-react@1.1.27-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@1.11.0-next.0
@backstage/plugin-api-docs@0.11.5-next.2
Patch Changes
725ff0b: Fix dark mode text color inside tables indescription:from OpenAPI definitions- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/plugin-auth-backend@0.22.5-next.2
Patch Changes
4a0577e: fix: Move config declarations to appropriate auth backend modules- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10-next.2
- @backstage/plugin-auth-backend-module-github-provider@0.1.15-next.2
@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10-next.2
Patch Changes
4a0577e: fix: Move config declarations to appropriate auth backend modules- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-auth-backend@0.22.5-next.2
@backstage/plugin-auth-backend-module-github-provider@0.1.15-next.2
Patch Changes
4a0577e: fix: Move config declarations to appropriate auth backend modules
@backstage/plugin-bitbucket-cloud-common@0.2.19-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-aws@0.3.13-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-azure@0.1.38-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.5-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.19-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.32-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-gcp@0.1.19-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-catalog-backend-module-gerrit@0.1.35-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-github@0.6.1-next.2
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.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-catalog-backend@1.22.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-github-org@0.1.13-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-catalog-backend-module-github@0.6.1-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/plugin-catalog-backend-module-gitlab@0.3.15-next.4
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.0.1-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/plugin-catalog-backend-module-gitlab@0.3.15-next.4
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.23-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-catalog-backend@1.22.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/plugin-catalog-backend-module-ldap@0.5.34-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
@backstage/plugin-catalog-backend-module-msgraph@0.5.26-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-catalog-backend-module-openapi@0.1.36-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-catalog-backend@1.22.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.1.24-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
@backstage/plugin-catalog-backend-module-unprocessed@0.4.5-next.2
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-catalog-graph@0.4.5-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/plugin-catalog-import@0.10.11-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-devtools-backend@0.3.4-next.2
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-next.2
@backstage/plugin-events-node@0.3.4-next.2
Patch Changes
7e5a50d: addedeventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used
@backstage/plugin-home@0.7.4-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/plugin-kubernetes@0.11.10-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
@backstage/plugin-kubernetes-backend@0.17.1-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-kubernetes-cluster@0.0.11-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
@backstage/plugin-notifications@0.2.1-next.2
Patch Changes
42eaf63: Increase default and allow modifying notification snackbar auto hide duration- Updated dependencies
- @backstage/core-components@0.14.7-next.2
@backstage/plugin-notifications-backend@0.2.1-next.2
Patch Changes
d541ff6: Fixed email processoresmissue and config reading- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/plugin-notifications-backend-module-email@0.0.1-next.1
Patch Changes
d541ff6: Fixed email processoresmissue and config readinge538b10: Support relative links in notifications sent via email- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-org@0.6.25-next.2
Patch Changes
99e6105: Fix ownership card sometimes locking up for complex org structures- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
@backstage/plugin-org-react@0.1.24-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
@backstage/plugin-scaffolder@1.19.4-next.2
Patch Changes
762141c: Fixed a bug where theMultiEntityPickerwas not able to be set as required- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-scaffolder-backend@1.22.6-next.2
Patch Changes
e4b50ab: Scaffolder workspace serialization- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16-next.2
- @backstage/plugin-scaffolder-backend-module-azure@0.1.10-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8-next.2
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10-next.2
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.8-next.2
- @backstage/plugin-scaffolder-backend-module-github@0.2.8-next.2
@backstage/plugin-scaffolder-backend-module-azure@0.1.10-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8-next.2
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.42-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.10-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.1.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-github@0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-backend-module-notifications@0.0.1-next.0
Patch Changes
503d769: Add a new scaffolder action to allow sending notifications from templates- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
@backstage/plugin-scaffolder-backend-module-rails@0.4.35-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-node@0.4.4-next.2
Patch Changes
e4b50ab: Scaffolder workspace serialization- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-scaffolder-react@1.8.5-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
@backstage/plugin-search@1.4.11-next.2
Patch Changes
0501243: Addedaria-labelattribute to DialogTitle element and setaria-modalattribute totruefor improved accessibility in the search modal.- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/plugin-search-react@1.7.11-next.1
@backstage/plugin-search-backend@1.5.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/repo-tools@0.9.0-next.2
@backstage/plugin-search-backend-module-catalog@0.1.24-next.2
Patch Changes
b192752: UpdatedREADME.mdto point topackages/backendinstead ofpackages/backend-next.5dc5f4f: Allow thetokenManagerparameter to be optional when instantiating collator- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
@backstage/plugin-search-backend-module-techdocs@0.1.23-next.2
Patch Changes
5dc5f4f: Allow thetokenManagerparameter to be optional when instantiating collator- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-techdocs-node@1.12.4-next.2
@backstage/plugin-signals-backend@0.1.4-next.2
Patch Changes
845d56a: Improved signal lifecycle management and added server side pinging of connections- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-events-node@0.3.4-next.2
@backstage/plugin-techdocs@1.10.5-next.2
Patch Changes
5863cf7: Thetechdocs.builderconfig is now optional and it will default tolocal.- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-techdocs-addons-test-utils@1.0.32-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.5-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-techdocs-backend@1.10.5-next.2
Patch Changes
5863cf7: Thetechdocs.builderconfig is now optional and it will default tolocal.- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23-next.2
- @backstage/plugin-techdocs-node@1.12.4-next.2
@backstage/plugin-techdocs-module-addons-contrib@1.1.10-next.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/integration-react@1.1.27-next.0
@backstage/plugin-techdocs-node@1.12.4-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/integration@1.11.0-next.0
@backstage/plugin-user-settings@0.8.6-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
example-app@0.2.97-next.2
Patch Changes
- Updated dependencies
- @backstage/cli@0.26.5-next.1
- @backstage/frontend-app-api@0.7.0-next.2
- @backstage/plugin-techdocs@1.10.5-next.2
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/plugin-scaffolder@1.19.4-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-home@0.7.4-next.2
- @backstage/plugin-kubernetes@0.11.10-next.2
- @backstage/plugin-kubernetes-cluster@0.0.11-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-user-settings@0.8.6-next.2
- @backstage/integration-react@1.1.27-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10-next.2
example-app-next@0.0.11-next.2
Patch Changes
- Updated dependencies
- @backstage/cli@0.26.5-next.1
- @backstage/frontend-app-api@0.7.0-next.2
- @backstage/plugin-techdocs@1.10.5-next.2
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/plugin-scaffolder@1.19.4-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-home@0.7.4-next.2
- @backstage/plugin-kubernetes@0.11.10-next.2
- @backstage/plugin-kubernetes-cluster@0.0.11-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-user-settings@0.8.6-next.2
- @backstage/integration-react@1.1.27-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10-next.2
example-backend-legacy@0.2.98-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0-next.2
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.5-next.2
- @backstage/plugin-search-backend-module-catalog@0.1.24-next.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0-next.2
- @backstage/plugin-catalog-backend@1.22.0-next.2
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-devtools-backend@0.3.4-next.2
- @backstage/plugin-scaffolder-backend@1.22.6-next.2
- @backstage/plugin-signals-backend@0.1.4-next.2
- @backstage/plugin-auth-backend@0.22.5-next.2
- @backstage/plugin-techdocs-backend@1.10.5-next.2
- @backstage/plugin-events-node@0.3.4-next.2
- @backstage/integration@1.11.0-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16-next.2
- @backstage/plugin-kubernetes-backend@0.17.1-next.2
- @backstage/plugin-search-backend@1.5.8-next.2
- example-app@0.2.97-next.2
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19-next.2
- @backstage/plugin-scaffolder-backend-module-rails@0.4.35-next.2
techdocs-cli-embedded-app@0.2.96-next.2
Patch Changes
- Updated dependencies
- @backstage/cli@0.26.5-next.1
- @backstage/plugin-techdocs@1.10.5-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/integration-react@1.1.27-next.0