Release v1.35.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.35.0
@backstage/backend-defaults@0.7.0
Minor Changes
-
ec547b8: Ensure that an error handler middleware exists at the end of each plugin
httpRouterhandler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.If you were using the standard
MiddlewareFactoryjust to put anerrormiddleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.
Patch Changes
- 575613f: Go back to using
node-fetchfor gitlab - d2b16db: The
GerritUrlReadercan now read content from a commit and not only from the top of a branch. The Gitiles URL must contain the full commitSHAhash like:https://gerrit.com/gitiles/repo/+/2846e8dc327ae2f60249983b1c3b96f42f205bae/catalog-info.yaml. - 8ecf8cb: Exclude
@backstage/backend-commonfrom schema collection if@backstage/backend-defaultsis present - 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/backend-app-api@1.1.1
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/integration@1.16.1
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@1.1.1
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.12
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-proxy-node@0.1.0
Minor Changes
- 11b001c: Added
proxyEndpointsExtensionPointto allow addition of proxy configuration through an extension point in the new backend system.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-scaffolder-backend@1.29.0
Minor Changes
- 5d9e5c8: Added the ability to use
${{ context.task.id }}in nunjucks templating, as well asctx.task.idin actions to get the current task ID.
Patch Changes
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/plugin-scaffolder-backend-module-github@0.5.5
- @backstage/backend-defaults@0.7.0
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-bitbucket-cloud-common@0.2.27
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-scaffolder-backend-module-azure@0.2.5
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.6
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.5
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.5
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-search-backend-module-catalog@0.3.0
Minor Changes
-
dd515e3: BREAKING: Removed support for the old backend system. Please migrate to the new backend system and enable the catalog collator there.
As part of this, the
/alphaexport path is gone too. Just import the module from the root of the package as usual instead.
Patch Changes
- 1e09b06: Internal refactor to use cursor based pagination
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-signals-backend@0.3.0
Minor Changes
- f59ea1d: Removed support for the old backend system. If you were using the old
createRouterexport, please migrate to the new backend system.
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-signals-node@0.1.16
@backstage/app-defaults@1.5.16
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/core-app-api@1.15.4
- @backstage/theme@0.6.3
- @backstage/plugin-permission-react@0.4.30
@backstage/backend-app-api@1.1.1
Patch Changes
- 02534c7: Corrected spelling mistake in error message
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/backend-dynamic-feature-service@0.5.3
Patch Changes
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/backend-app-api@1.1.1
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-events-backend@0.4.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.12
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-app-node@0.1.29
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/backend-openapi-utils@0.4.1
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@backstage/backend-plugin-api@1.1.1
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
@backstage/backend-test-utils@1.2.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/backend-app-api@1.1.1
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-events-node@0.4.7
@backstage/catalog-client@1.9.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/catalog-model@1.7.3
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/errors@1.2.7
@backstage/cli@0.29.5
Patch Changes
- e937ce0: Fixed incompatible
@typescript-eslintversions with currenteslint@8.x.x - 8557e09: Removed the
EXPERIMENTAL_VITEflag for using Vite as a dev server. If you were using this feature, we recommend switching to Rspack via theEXPERIMENTAL_RSPACKflag. - Updated dependencies
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/integration@1.16.1
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.12
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.10
- @backstage/release-manifests@0.0.12
@backstage/cli-node@0.2.12
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
@backstage/config@1.3.2
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/errors@1.2.7
@backstage/config-loader@1.9.5
Patch Changes
- 8ecf8cb: Exclude
@backstage/backend-commonfrom schema collection if@backstage/backend-defaultsis present - Updated dependencies
- @backstage/types@1.2.1
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/core-app-api@1.15.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/version-bridge@1.0.10
@backstage/core-compat-api@0.3.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/version-bridge@1.0.10
@backstage/core-components@0.16.3
Patch Changes
- 4ec6f7b: Allow passing component for
ContentHeaderdescription - Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/theme@0.6.3
- @backstage/version-bridge@1.0.10
@backstage/core-plugin-api@1.10.3
Patch Changes
- b40eb41: Move
ExpandandExpandRecursiveto@backstage/types - Updated dependencies
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/version-bridge@1.0.10
@backstage/create-app@0.5.24
Patch Changes
- 2e3fbc1: Bumped create-app version.
- 0980e40: Bumped create-app version.
- 828c993: Added
--jobs unlimitedtodevscript to help cases where the backend does not start up during local development - Updated dependencies
- @backstage/cli-common@0.1.15
@backstage/dev-utils@1.1.6
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/app-defaults@1.5.16
- @backstage/catalog-model@1.7.3
- @backstage/core-app-api@1.15.4
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
@backstage/errors@1.2.7
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
@backstage/frontend-app-api@0.10.4
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.5
- @backstage/version-bridge@1.0.10
@backstage/frontend-defaults@0.1.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-app-api@0.10.4
- @backstage/plugin-app@0.1.5
@backstage/frontend-plugin-api@0.9.4
Patch Changes
- b40eb41: Move
ExpandandExpandRecursiveto@backstage/types - Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/version-bridge@1.0.10
@backstage/frontend-test-utils@0.2.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/frontend-app-api@0.10.4
- @backstage/test-utils@1.7.4
- @backstage/version-bridge@1.0.10
- @backstage/plugin-app@0.1.5
@backstage/integration@1.16.1
Patch Changes
-
d2b16db: A new Gerrit helper function (
buildGerritGitilesArchiveUrlFromLocation) has been added. This constructs a Gitiles URL to download an archive. It is similar to the existingbuildGerritGitilesArchiveUrlbut also support content referenced by a full commitSHA.DEPRECATIONS: The function
buildGerritGitilesArchiveUrlis deprecated, use thebuildGerritGitilesArchiveUrlFromLocationfunction instead.DEPRECATIONS: The function
parseGerritGitilesUrlis deprecated, use theparseGitilesUrlReffunction instead. -
Updated dependencies
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/integration-aws-node@0.1.15
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/integration-react@1.2.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/integration@1.16.1
- @backstage/config@1.3.2
@backstage/repo-tools@0.12.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.9.5
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.12
- @backstage/errors@1.2.7
@techdocs/cli@1.8.25
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/plugin-techdocs-node@1.12.16
@backstage/test-utils@1.7.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/theme@0.6.3
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-permission-react@0.4.30
@backstage/types@1.2.1
Patch Changes
- b40eb41: Move
ExpandandExpandRecursiveto@backstage/types
@backstage/plugin-api-docs@0.12.3
Patch Changes
- dcf6e72: Fix typo in default path of api docs definition route
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/plugin-catalog@1.26.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-app@0.1.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-app-backend@0.4.4
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-app-node@0.1.29
@backstage/plugin-app-node@0.1.29
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.9.5
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-app-visualizer@0.1.15
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
@backstage/plugin-auth-backend@0.24.2
Patch Changes
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.4
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.4
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.4
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.2
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.4
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.4
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.4
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.4
- @backstage/plugin-auth-backend-module-github-provider@0.2.4
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.4
- @backstage/plugin-auth-backend-module-google-provider@0.2.4
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.4
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.4
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.4
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.4
- @backstage/plugin-auth-backend-module-okta-provider@0.1.4
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.4
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-auth-backend-module-atlassian-provider@0.3.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-auth0-provider@0.1.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-aws-alb-provider@0.3.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/plugin-auth-backend@0.24.2
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.4
Patch Changes
- d4a8246: Use the email from
cfIdentityinstead ofclaimswhen constructing user profile in order to support Cloudflare Service Tokens. - Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.4
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-github-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-gitlab-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-google-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-guest-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-microsoft-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-oauth2-provider@0.3.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-oidc-provider@0.3.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/plugin-auth-backend@0.24.2
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-okta-provider@0.1.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-onelogin-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
@backstage/plugin-auth-backend-module-pinniped-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.3
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
@backstage/plugin-auth-node@0.5.6
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-auth-react@0.1.11
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/errors@1.2.7
@backstage/plugin-bitbucket-cloud-common@0.2.27
Patch Changes
- Updated dependencies
- @backstage/integration@1.16.1
@backstage/plugin-catalog@1.26.1
Patch Changes
- 208e53b: Fixing spelling mistake in translation
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-scaffolder-common@1.5.9
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.5
@backstage/plugin-catalog-backend@1.30.0
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - be0aae7: Improved concurrency of the
entitiesendpoint when using the streamed query mode behind thecatalog.disableRelationsCompatibilityflag. - dd515e3: Internalize the deprecated collator types since they were removed from the collator itself during new-backend-system migration.
- 3d475a0: Updated condition in
resolveCodeOwnerto fix a bug wherenormalizeCodeOwnercould potentially be called with an invalid argument causing an error inCodeOwnersProcessor - Updated dependencies
- @backstage/plugin-search-backend-module-catalog@0.3.0
- @backstage/types@1.2.1
- @backstage/plugin-permission-node@0.8.7
- @backstage/integration@1.16.1
- @backstage/backend-openapi-utils@0.4.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-catalog-backend-module-aws@0.4.7
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-kubernetes-common@0.9.2
@backstage/plugin-catalog-backend-module-azure@0.3.1
Patch Changes
- Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4
Patch Changes
- 12ba80f: docs: Use a valid configuration as example
- Updated dependencies
- @backstage/backend-openapi-utils@0.4.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.4
Patch Changes
- Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-bitbucket-cloud-common@0.2.27
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-bitbucket-server@0.3.1
Patch Changes
- 8c04d7a: Updated the
getFilemethod inBitbucketServerClientto usethis.config.apiBaseUrldirectly for constructing the API request URL, removing the creation of an unnecessaryURLobject. The method now relies on REST API paths for accessing resources instead of direct access, ensuring better alignment with Bitbucket's API conventions. - Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-gcp@0.3.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-kubernetes-common@0.9.2
@backstage/plugin-catalog-backend-module-gerrit@0.2.6
Patch Changes
- Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-github@0.7.9
Patch Changes
- 8379bf4: Remove usages of
PluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types - 64dd0b8: Added rate limiting and throttling to
GithubOrgEntityProvider - 4ab00e4: Fixes an issue in
GithubMultiOrgEntityProviderthat caused an error when processing teams without a parent. - Updated dependencies
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-github-org@0.3.6
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.7.9
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-gitlab@0.6.2
Patch Changes
- 575613f: Go back to using
node-fetchfor gitlab - Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.5
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.6.2
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.6.2
Patch Changes
- ec547b8: Remove the error handler middleware, since that is now provided by the framework
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/types@1.2.1
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-backend-module-ldap@0.11.1
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-logs@0.1.6
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-catalog-backend-module-msgraph@0.6.6
Patch Changes
- 29a4aa8: fix(config): add missing parameters in config schema
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-openapi@0.2.6
Patch Changes
- 57e794a: Refactor to no longer use backend-common
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-puppetdb@0.2.6
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-catalog-backend-module-unprocessed@0.5.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.7
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-common@1.1.3
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.7.3
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-catalog-graph@0.4.15
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
@backstage/plugin-catalog-import@0.12.9
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/integration@1.16.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.3
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-node@1.15.1
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-permission-node@0.8.7
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-react@1.15.1
Patch Changes
- aaf6508: Creates new CatalogAutocomplete component in catalog-react that aligns with Select component UI for consistent a dropdown UI for all catalog filters.
- cbfc0a4: Fixed an issue where the
<EntityListProvider />inoffsetmode would unnecessarily re-fetch data when the filter didn't change, causing a flicker effect. - Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/frontend-test-utils@0.2.5
- @backstage/integration-react@1.2.3
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-catalog-unprocessed-entities@0.2.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/plugin-catalog-unprocessed-entities-common@0.0.7
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-config-schema@0.1.64
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/errors@1.2.7
@backstage/plugin-devtools@0.1.23
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-devtools-backend@0.5.1
Patch Changes
- ec547b8: Remove the error handler middleware, since that is now provided by the framework
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/types@1.2.1
- @backstage/config-loader@1.9.5
- @backstage/plugin-permission-node@0.8.7
- @backstage/backend-plugin-api@1.1.1
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-devtools-common@0.1.15
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-events-backend@0.4.1
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-openapi-utils@0.4.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-aws-sqs@0.4.7
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-azure@0.2.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-gerrit@0.2.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-github@0.2.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-module-gitlab@0.2.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-backend-test-utils@0.1.40
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-events-node@0.4.7
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@backstage/plugin-home@0.8.4
Patch Changes
- 7932f1e: Exported
QuickStartCardcomponent. - d8f9079: Updated dependency
@rjsf/utilsto5.23.2. Updated dependency@rjsf/coreto5.23.2. Updated dependency@rjsf/material-uito5.23.2. Updated dependency@rjsf/validator-ajv8to5.23.2. - Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/plugin-home-react@0.1.22
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/core-compat-api@0.3.5
- @backstage/theme@0.6.3
@backstage/plugin-home-react@0.1.22
Patch Changes
- d8f9079: Updated dependency
@rjsf/utilsto5.23.2. Updated dependency@rjsf/coreto5.23.2. Updated dependency@rjsf/material-uito5.23.2. Updated dependency@rjsf/validator-ajv8to5.23.2. - Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
@backstage/plugin-kubernetes@0.12.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/plugin-kubernetes-common@0.9.2
- @backstage/plugin-kubernetes-react@0.5.3
@backstage/plugin-kubernetes-backend@0.19.2
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-kubernetes-common@0.9.2
- @backstage/plugin-kubernetes-node@0.2.2
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-kubernetes-cluster@0.0.21
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/plugin-kubernetes-common@0.9.2
- @backstage/plugin-kubernetes-react@0.5.3
@backstage/plugin-kubernetes-common@0.9.2
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-kubernetes-node@0.2.2
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-kubernetes-common@0.9.2
@backstage/plugin-kubernetes-react@0.5.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-kubernetes-common@0.9.2
@backstage/plugin-notifications@0.5.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/errors@1.2.7
- @backstage/theme@0.6.3
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-signals-react@0.0.9
@backstage/plugin-notifications-backend@0.5.1
Patch Changes
- cbc0e63: Remove
@backstage/backend-commondependency - Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.11
- @backstage/plugin-signals-node@0.1.16
@backstage/plugin-notifications-backend-module-email@0.3.5
Patch Changes
- bed5f35: Added more examples of the plugin configuration
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.11
@backstage/plugin-notifications-common@0.0.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
@backstage/plugin-notifications-node@0.2.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-signals-node@0.1.16
@backstage/plugin-org@0.6.35
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-org-react@0.1.34
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
@backstage/plugin-permission-backend@0.5.53
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-permission-common@0.8.4
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-permission-node@0.8.7
Patch Changes
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-permission-react@0.4.30
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/config@1.3.2
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-proxy-backend@0.5.10
Patch Changes
- 11b001c: Added
proxyEndpointsExtensionPointto allow addition of proxy configuration through an extension point in the new backend system. - Updated dependencies
- @backstage/plugin-proxy-node@0.1.0
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
@backstage/plugin-scaffolder@1.27.4
Patch Changes
- d8f9079: Updated dependency
@rjsf/utilsto5.23.2. Updated dependency@rjsf/coreto5.23.2. Updated dependency@rjsf/material-uito5.23.2. Updated dependency@rjsf/validator-ajv8to5.23.2. - 4756287: Added support for
FormDecoratorBlueprintto create form decorators in the Scaffolder plugin - 3f09ef4: Fix issue with
secretsnot being forwarded properly to the backend when creating a task - Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/plugin-scaffolder-react@1.14.3
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/integration@1.16.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-scaffolder-backend-module-azure@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.6
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-bitbucket-cloud-common@0.2.27
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.6
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/types@1.2.1
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gcp@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gitea@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-github@0.5.5
Patch Changes
- edaf925: Updates to allow users to subscribe to the newly created repository within GitHub to mimic similar functionality found within the GitHub UI.
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gitlab@0.7.1
Patch Changes
- 8fb529a: Added
reviewerIdsto the Gitlab Merge Request action. - a913beb: Added action
gitlab:group:migrateto migrate projects usingbulk_import - 7b62987: Updated the path field in the
gitlab:group:ensureExistsaction to accept an array of either strings or objects with name and slug fields. - Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-notifications@0.1.6
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.11
@backstage/plugin-scaffolder-backend-module-rails@0.5.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/types@1.2.1
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-sentry@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.6
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/types@1.2.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/plugin-scaffolder-node-test-utils@0.1.18
@backstage/plugin-scaffolder-common@1.5.9
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-scaffolder-node@0.6.3
Patch Changes
- 5d9e5c8: Added the ability to use
${{ context.task.id }}in nunjucks templating, as well asctx.task.idin actions to get the current task ID. - 7dd0013: Deprecate the
logStreamoption inexecuteShellCommand, replacing it with a logger instance. - Updated dependencies
- @backstage/types@1.2.1
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-scaffolder-node-test-utils@0.1.18
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3
- @backstage/types@1.2.1
- @backstage/backend-test-utils@1.2.1
@backstage/plugin-scaffolder-react@1.14.3
Patch Changes
- 91bb99a: Fix field extension validation not working when field is in dependencies in an array field
- d8f9079: Updated dependency
@rjsf/utilsto5.23.2. Updated dependency@rjsf/coreto5.23.2. Updated dependency@rjsf/material-uito5.23.2. Updated dependency@rjsf/validator-ajv8to5.23.2. - 37421bc: Fixed scaffolder form fields not resolving correctly in the
useCustomFieldExtensionshook. - 4756287: Added support for
FormDecoratorBlueprintto create form decorators in the Scaffolder plugin - Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/theme@0.6.3
- @backstage/version-bridge@1.0.10
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-search@1.4.22
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/version-bridge@1.0.10
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.5
@backstage/plugin-search-backend@1.8.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/types@1.2.1
- @backstage/plugin-permission-node@0.8.7
- @backstage/backend-openapi-utils@0.4.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-backend-module-elasticsearch@1.6.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-backend-module-explore@0.2.7
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-backend-module-pg@0.5.40
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-backend-module-techdocs@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-node@1.12.16
@backstage/plugin-search-backend-node@1.3.7
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-search-common@1.2.17
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-search-react@1.8.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/theme@0.6.3
- @backstage/version-bridge@1.0.10
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-signals@0.0.15
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/theme@0.6.3
- @backstage/plugin-signals-react@0.0.9
@backstage/plugin-signals-node@0.1.16
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
@backstage/plugin-signals-react@0.0.9
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
@backstage/plugin-techdocs@1.12.1
Patch Changes
- 3710b35: Allow passing down
withSearchprop toEntityTechdocsContentcomponent since it wastrueby default, now user can use theEntityTechdocsContentcomponent without showing the search field on top of the content. - Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/integration@1.16.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-auth-react@0.1.11
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.5
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-react@1.2.13
@backstage/plugin-techdocs-addons-test-utils@1.0.44
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/plugin-techdocs@1.12.1
- @backstage/core-plugin-api@1.10.3
- @backstage/plugin-catalog@1.26.1
- @backstage/core-app-api@1.15.4
- @backstage/integration-react@1.2.3
- @backstage/test-utils@1.7.4
- @backstage/plugin-search-react@1.8.5
- @backstage/plugin-techdocs-react@1.2.13
@backstage/plugin-techdocs-backend@1.11.5
Patch Changes
- 29a4aa8: fix(config): add missing parameters in config schema
- Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-module-techdocs@0.3.5
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-node@1.12.16
@backstage/plugin-techdocs-module-addons-contrib@1.1.20
Patch Changes
- b664b2a: Internal refactor for safer handling of possible null value.
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/integration@1.16.1
- @backstage/integration-react@1.2.3
- @backstage/plugin-techdocs-react@1.2.13
@backstage/plugin-techdocs-node@1.12.16
Patch Changes
- Updated dependencies
- @backstage/integration@1.16.1
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-common@0.1.0
@backstage/plugin-techdocs-react@1.2.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/version-bridge@1.0.10
@backstage/plugin-user-settings@0.8.18
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/core-components@0.16.3
- @backstage/catalog-model@1.7.3
- @backstage/core-app-api@1.15.4
- @backstage/core-compat-api@0.3.5
- @backstage/errors@1.2.7
- @backstage/theme@0.6.3
- @backstage/plugin-signals-react@0.0.9
- @backstage/plugin-user-settings-common@0.0.1
@backstage/plugin-user-settings-backend@0.2.29
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.7.0
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-signals-node@0.1.16
- @backstage/plugin-user-settings-common@0.0.1
example-app@0.2.105
Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.4
- @backstage/cli@0.29.5
- @backstage/plugin-catalog-react@1.15.1
- @backstage/plugin-techdocs@1.12.1
- @backstage/plugin-scaffolder-react@1.14.3
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/plugin-catalog@1.26.1
- @backstage/plugin-scaffolder@1.27.4
- @backstage/plugin-api-docs@0.12.3
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20
- @backstage/app-defaults@1.5.16
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/frontend-app-api@0.10.4
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-auth-react@0.1.11
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-graph@0.4.15
- @backstage/plugin-catalog-import@0.12.9
- @backstage/plugin-catalog-unprocessed-entities@0.2.13
- @backstage/plugin-devtools@0.1.23
- @backstage/plugin-kubernetes@0.12.3
- @backstage/plugin-kubernetes-cluster@0.0.21
- @backstage/plugin-notifications@0.5.1
- @backstage/plugin-org@0.6.35
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-search@1.4.22
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.5
- @backstage/plugin-signals@0.0.15
- @backstage/plugin-techdocs-react@1.2.13
- @backstage/plugin-user-settings@0.8.18
example-app-next@0.0.19
Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.4
- @backstage/cli@0.29.5
- @backstage/plugin-catalog-react@1.15.1
- @backstage/plugin-techdocs@1.12.1
- @backstage/plugin-scaffolder-react@1.14.3
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/plugin-catalog@1.26.1
- @backstage/plugin-scaffolder@1.27.4
- @backstage/plugin-api-docs@0.12.3
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20
- @backstage/app-defaults@1.5.16
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/core-compat-api@0.3.5
- @backstage/frontend-app-api@0.10.4
- @backstage/frontend-defaults@0.1.5
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-app@0.1.5
- @backstage/plugin-app-visualizer@0.1.15
- @backstage/plugin-auth-react@0.1.11
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-graph@0.4.15
- @backstage/plugin-catalog-import@0.12.9
- @backstage/plugin-catalog-unprocessed-entities@0.2.13
- @backstage/plugin-kubernetes@0.12.3
- @backstage/plugin-kubernetes-cluster@0.0.21
- @backstage/plugin-notifications@0.5.1
- @backstage/plugin-org@0.6.35
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-search@1.4.22
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.5
- @backstage/plugin-signals@0.0.15
- @backstage/plugin-techdocs-react@1.2.13
- @backstage/plugin-user-settings@0.8.18
app-next-example-plugin@0.0.19
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-components@0.16.3
example-backend@0.0.34
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend-module-github@0.5.5
- @backstage/plugin-catalog-backend-module-openapi@0.2.6
- @backstage/plugin-devtools-backend@0.5.1
- @backstage/plugin-signals-backend@0.3.0
- @backstage/backend-defaults@0.7.0
- @backstage/plugin-scaffolder-backend@1.29.0
- @backstage/plugin-proxy-backend@0.5.10
- @backstage/plugin-search-backend-module-catalog@0.3.0
- @backstage/plugin-techdocs-backend@1.11.5
- @backstage/plugin-permission-backend@0.5.53
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-events-backend@0.4.1
- @backstage/plugin-app-backend@0.4.4
- @backstage/plugin-auth-node@0.5.6
- @backstage/plugin-notifications-backend@0.5.1
- @backstage/plugin-auth-backend@0.24.2
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-auth-backend-module-github-provider@0.2.4
- @backstage/plugin-auth-backend-module-guest-provider@0.2.4
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4
- @backstage/plugin-kubernetes-backend@0.19.2
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.4
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.6
- @backstage/plugin-search-backend@1.8.1
- @backstage/plugin-search-backend-module-explore@0.2.7
- @backstage/plugin-search-backend-module-techdocs@0.3.5
- @backstage/plugin-search-backend-node@1.3.7
example-backend-legacy@0.2.106
Patch Changes
- Updated dependencies
- @backstage/plugin-signals-backend@0.3.0
- @backstage/backend-defaults@0.7.0
- @backstage/plugin-scaffolder-backend@1.29.0
- @backstage/plugin-proxy-backend@0.5.10
- @backstage/plugin-search-backend-module-catalog@0.3.0
- @backstage/plugin-techdocs-backend@1.11.5
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1
- @backstage/plugin-permission-backend@0.5.53
- @backstage/plugin-catalog-backend@1.30.0
- @backstage/plugin-permission-node@0.8.7
- @backstage/plugin-events-backend@0.4.1
- @backstage/plugin-app-backend@0.4.4
- @backstage/plugin-auth-node@0.5.6
- @backstage/integration@1.16.1
- @backstage/plugin-auth-backend@0.24.2
- @backstage/backend-plugin-api@1.1.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4
- @backstage/plugin-catalog-node@1.15.1
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-kubernetes-backend@0.19.2
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.5
- @backstage/plugin-scaffolder-backend-module-rails@0.5.5
- @backstage/plugin-search-backend@1.8.1
- @backstage/plugin-search-backend-module-elasticsearch@1.6.4
- @backstage/plugin-search-backend-module-explore@0.2.7
- @backstage/plugin-search-backend-module-pg@0.5.40
- @backstage/plugin-search-backend-module-techdocs@0.3.5
- @backstage/plugin-search-backend-node@1.3.7
- @backstage/plugin-signals-node@0.1.16
e2e-test@0.2.24
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.24
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
@internal/frontend@0.0.5
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
@internal/scaffolder@0.0.5
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.14.3
- @backstage/frontend-plugin-api@0.9.4
techdocs-cli-embedded-app@0.2.104
Patch Changes
- Updated dependencies
- @backstage/cli@0.29.5
- @backstage/plugin-techdocs@1.12.1
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
- @backstage/plugin-catalog@1.26.1
- @backstage/app-defaults@1.5.16
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/integration-react@1.2.3
- @backstage/test-utils@1.7.4
- @backstage/theme@0.6.3
- @backstage/plugin-techdocs-react@1.2.13
@internal/plugin-todo-list@1.0.35
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.3
- @backstage/core-components@0.16.3
@internal/plugin-todo-list-backend@1.0.35
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/errors@1.2.7
@internal/plugin-todo-list-common@1.0.24
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.8.4