Release v1.26.0-next.1
@backstage/backend-app-api@0.7.0-next.1
Minor Changes
- 3256f14: BREAKING: Modules are no longer loaded unless the plugin that they extend is present.
Patch Changes
-
10327fb: Deprecate the
getPath
option for thehttpRouterServiceFactory
and more generally the ability to configure plugin API paths to be anything else than/api/:pluginId/
. Requests towards/api/*
that do not match an installed plugin will also no longer be handled by the index router, typically instead returning a 404. -
1a20b12: Make the auth service create and validate dedicated OBO tokens, containing the user identity proof.
-
bce0879: Service-to-service authentication has been improved.
Each plugin now has the capability to generate its own signing keys for token issuance. The generated public keys are stored in a database, and they are made accessible through a newly created endpoint:
/.backstage/auth/v1/jwks.json
.AuthService
can now issue tokens with a reduced scope using thegetPluginRequestToken
method. This improvement enables plugins to identify the plugin originating the request. -
54f2ac8: Added
initialization
option tocreateServiceFactory
which defines the initialization strategy for the service. The default strategy mimics the current behavior where plugin scoped services are initialized lazily by default and root scoped services are initialized eagerly. -
d62bc51: Add support for limited user tokens by using user identity proof provided by the auth backend.
-
c884b9a: Automatically creates a get and delete cookie endpoint when a
user-cookie
policy is added. -
Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-react@0.1.0-next.1
Minor Changes
-
c884b9a: BREAKING: Removed the path option from
CookieAuthRefreshProvider
anduseCookieAuthRefresh
.A new
CookieAuthRedirect
component has been added to redirect a public app bundle to the protected one when using theapp-backend
with a separate public entry point.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
@backstage/plugin-kubernetes-backend@0.17.0-next.1
Minor Changes
- 6c19c14: BREAKING:
KubernetesProxy
now requires theDiscoveryService
to be passed to the constuctor
Patch Changes
- f5cec55: Fixing issue where
BackstageCredentials
were not properly forwarded for all calls - Updated dependencies
- @backstage/plugin-kubernetes-node@0.1.11-next.1
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-kubernetes-common@0.7.5
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-notifications@0.2.0-next.1
Minor Changes
- ec40998: On the Notifications page, the user can trigger "Save" or "Mark as read" actions once for multiple selected notifications.
Patch Changes
- Updated dependencies
- @backstage/plugin-signals-react@0.0.3-next.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/plugin-notifications-common@0.0.2
@backstage/plugin-notifications-backend@0.2.0-next.1
Minor Changes
- ec40998: On the Notifications page, the user can trigger "Save" or "Mark as read" actions once for multiple selected notifications.
Patch Changes
- 9987066: fix: retrieve relations and children when mapping group entities for notifications
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/plugin-notifications-node@0.1.3-next.1
- @backstage/plugin-signals-node@0.1.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-notifications-common@0.0.2
@backstage/app-defaults@1.5.4-next.1
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/plugin-permission-react@0.4.21
@backstage/backend-common@0.21.7-next.1
Patch Changes
- 007e7ea: Added placeholder for
listPublicServiceKeys()
in theAuthService
returned bycreateLegacyAuthAdapters
. - 75a53b8: KubernetesContainerRunner.runContainer no longer closes the
logStream
it receives as input. - Updated dependencies
- @backstage/backend-app-api@0.7.0-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/backend-dev-utils@0.1.4
- @backstage/cli-common@0.1.13
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
@backstage/backend-defaults@0.2.17-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-app-api@0.7.0-next.1
@backstage/backend-dynamic-feature-service@0.2.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-app-api@0.7.0-next.1
- @backstage/plugin-events-backend@0.3.4-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.17-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
@backstage/backend-openapi-utils@0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/errors@1.2.4
@backstage/backend-plugin-api@0.6.17-next.1
Patch Changes
- 007e7ea: Added a new required
listPublicServiceKeys
toAuthService
. - 54f2ac8: Added
initialization
option tocreateServiceFactory
which defines the initialization strategy for the service. The default strategy mimics the current behavior where plugin scoped services are initialized lazily by default and root scoped services are initialized eagerly. - 4fecffc: The credentials passed to the
issueUserCookie
method of theHttpAuthService
are no longer required to represent a user principal. - Updated dependencies
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.13
@backstage/backend-tasks@0.5.22-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/backend-test-utils@0.3.7-next.1
Patch Changes
- 3256f14:
startTestBackend
will now add placeholder plugins when a modules are provided without their parent plugin. - 007e7ea: Added mock of the new
listPublicServiceKeys
method forAuthService
. - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-app-api@0.7.0-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/catalog-client@1.6.4-next.0
Patch Changes
- dad7505: Fix the
CatalogClient::getEntities
method to only sort the resulting entities in case noorder
-parameter is provided. - Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/errors@1.2.4
@backstage/cli@0.26.3-next.1
Patch Changes
- c884b9a: Fix the bundle public subpath configuration.
- 6b5ddbe: Fix the backend plugin to use correct plugin id
- 4fecffc: When building the frontend app public assets are now also copied to the public dist directory when in use.
- Updated dependencies
- @backstage/eslint-plugin@0.1.7-next.0
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
@backstage/core-app-api@1.12.4-next.0
Patch Changes
- c884b9a: The app is now aware of if it is being served from the
app-backend
with a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out. - Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/core-compat-api@0.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-plugin-api@1.9.1
- @backstage/version-bridge@1.0.7
@backstage/create-app@0.5.14-next.1
Patch Changes
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.13
@backstage/dev-utils@1.0.31-next.1
Patch Changes
- 995f66b: add @backstage/no-top-level-material-ui-4-imports lint rule
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/app-defaults@1.5.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/theme@0.5.2
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/eslint-plugin@0.1.7-next.0
Patch Changes
- 9ef572d: fix lint rule fixer for more than one
Component + Prop
- 3a7eee7: eslint autofix for mui ThemeProvider
@backstage/frontend-app-api@0.6.4-next.1
Patch Changes
- c884b9a: The app is now aware of if it is being served from the
app-backend
with a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out. - Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-plugin-api@0.6.4-next.1
Patch Changes
- 35452b3: Fixed the type for
useRouteRef
, which wasn't handling optional external route refs correctly. - Updated dependencies
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-test-utils@0.1.6-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.6.4-next.1
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/test-utils@1.5.4-next.0
- @backstage/types@1.1.1
@backstage/repo-tools@0.8.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
@techdocs/cli@1.8.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-techdocs-node@1.12.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/config@1.2.0
@backstage/test-utils@1.5.4-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-adr@0.6.17-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/plugin-adr-common@0.2.22-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-adr-backend@0.4.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-adr-common@0.2.22-next.0
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-airbrake@0.3.34-next.1
Patch Changes
- Updated dependencies
- @backstage/dev-utils@1.0.31-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/test-utils@1.5.4-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-airbrake-backend@0.3.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
@backstage/plugin-allure@0.1.50-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-analytics-module-ga@0.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-analytics-module-ga4@0.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-analytics-module-newrelic-browser@0.1.4-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-api-docs@0.11.4-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-app-backend@0.3.65-next.1
Patch Changes
- c884b9a: Track assets namespace in the cache store, implement a cookie authentication for when the public entry is enabled and used with the new auth services.
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.17-next.1
@backstage/plugin-app-node@0.1.17-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config-loader@1.8.0-next.0
@backstage/plugin-app-visualizer@0.1.5-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-auth-backend@0.22.4-next.1
Patch Changes
- d62bc51: Added token type header parameter and user identity proof to issued user tokens.
- bf4d71a: Initial implementation of the
/v1/userinfo
endpoint, which is now able to parse and return thesub
andent
claims from a Backstage user token. - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.9-next.1
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.8-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.9-next.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.12-next.1
- @backstage/plugin-auth-backend-module-github-provider@0.1.14-next.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.14-next.1
- @backstage/plugin-auth-backend-module-google-provider@0.1.14-next.1
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.12-next.1
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.14-next.1
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.10-next.1
- @backstage/plugin-auth-backend-module-okta-provider@0.0.10-next.1
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-auth-backend-module-atlassian-provider@0.1.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.9-next.1
Patch Changes
-
30f5a51: Added
authModuleAwsAlbProvider
as a default export.It can now be used like this in your backend:
backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));
-
Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-auth-backend@0.22.4-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-google-provider@0.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-guest-provider@0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-model@1.4.5
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-oidc-provider@0.1.8-next.1
Patch Changes
- 28eb473: Support revoke refresh token to oidc logout function
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-auth-backend@0.22.4-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-okta-provider@0.0.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-model@1.4.5
@backstage/plugin-auth-node@0.4.12-next.1
Patch Changes
- d62bc51: Add
tokenTypes
export with constants for various Backstage token types. - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-azure-devops@0.4.3-next.1
Patch Changes
-
95b0573:
getAllTeams
now accepts an optionallimit
parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps APIpullRequestOptions
have been equipped withteamsLimit
so that the property can be used withgetAllTeams
-
4d895b3: Fixed bug in EntityPageAzurePipeline component where build definition annotation used for viewing pipelines
-
Updated dependencies
- @backstage/plugin-azure-devops-common@0.4.1-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-azure-devops-backend@0.6.4-next.1
Patch Changes
-
95b0573:
getAllTeams
now accepts an optionallimit
parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps APIpullRequestOptions
have been equipped withteamsLimit
so that the property can be used withgetAllTeams
-
c7c4053: Fixed a bug where the
azureDevOps.token
was not truly optional -
Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-azure-devops-common@0.4.1-next.0
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-azure-devops-common@0.4.1-next.0
Patch Changes
-
95b0573:
getAllTeams
now accepts an optionallimit
parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps APIpullRequestOptions
have been equipped withteamsLimit
so that the property can be used withgetAllTeams
-
Updated dependencies
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-azure-sites@0.1.23-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/plugin-azure-sites-common@0.1.3
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-azure-sites-backend@0.3.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-azure-sites-common@0.1.3
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-badges@0.2.58-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-badges-backend@0.3.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-bazaar@0.2.26-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-bazaar-backend@0.3.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
@backstage/plugin-bitrise@0.1.61-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-catalog@1.19.0-next.1
Patch Changes
- bcb2674: Added a "create something similar" button to the
<AboutCard>
that is visible and links to the scaffolder template corresponding to the entity'sbackstage.io/source-template
annotation, if present. - 4ef0dcf: Fixed a bug that prevented the default
entityPresentationApi
from being set in apps using the new frontend system. - Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.26-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-react@0.4.21
- @backstage/plugin-scaffolder-common@1.5.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-catalog-backend@1.21.1-next.1
Patch Changes
-
c52f7ac: Make entity collection errors a little quieter in the logs.
Instead of logging a warning line when an entity has an error during processing, it will now instead emit an event on the event broker.
This only removes a single log line, however it is possible to add the log line back if it is required by subscribing to the
CATALOG_ERRORS_TOPIC
as shown below.env.eventBroker.subscribe({
supportsEventTopics(): string[] {
return [CATALOG_ERRORS_TOPIC];
},
async onEvent(
params: EventParams<{
entity: string;
location?: string;
errors: Array<Error>;
}>,
): Promise<void> {
const { entity, location, errors } = params.eventPayload;
for (const error of errors) {
env.logger.warn(error.message, {
entity,
location,
});
}
},
}); -
Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-search-backend-module-catalog@0.1.22-next.1
- @backstage/backend-openapi-utils@0.1.10-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-catalog-backend-module-aws@0.3.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-catalog-backend-module-azure@0.1.37-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/backend-openapi-utils@0.1.10-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.18-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.31-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-gcp@0.1.18-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-catalog-backend-module-gerrit@0.1.34-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-github@0.5.8-next.1
Patch Changes
- 469e87f: Properly instantiate
GithubMultiOrgEntityProvider
andGithubOrgEntityProvider
withEventsService
if defined - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-github-org@0.1.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-catalog-backend-module-github@0.5.8-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-gitlab@0.3.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.22-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-catalog-backend-module-ldap@0.5.33-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-msgraph@0.5.25-next.1
Patch Changes
- 9b6320f: Retry msgraph API calls, due to frequent ETIMEDOUT errors. Also allow disabling fetching user photos.
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-openapi@0.1.35-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-puppetdb@0.1.23-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-model@1.4.5
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-scaffolder-common@1.5.1
@backstage/plugin-catalog-backend-module-unprocessed@0.4.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-model@1.4.5
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-catalog-graph@0.4.4-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-catalog-import@0.10.10-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-react@1.1.26-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-catalog-node@1.11.1-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/catalog-model@1.4.5
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-catalog-react@1.11.3-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.26-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-cicd-statistics@0.1.36-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-cicd-statistics-module-gitlab@0.1.30-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-cicd-statistics@0.1.36-next.1
@backstage/plugin-circleci@0.3.34-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-cloudbuild@0.5.1-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-code-climate@0.1.34-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-code-coverage@0.2.27-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-code-coverage-backend@0.2.31-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-codescene@0.1.26-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-cost-insights@0.12.23-next.1
Patch Changes
- 43ca784: Updated dependency
@types/yup
to^0.32.0
. - Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-cost-insights-common@0.1.2
@backstage/plugin-devtools@0.1.13-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-devtools-common@0.1.9
- @backstage/plugin-permission-react@0.4.21
@backstage/plugin-devtools-backend@0.3.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/cli-common@0.1.13
- @backstage/config@1.2.0
- @backstage/config-loader@1.8.0-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.9
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-dynatrace@10.0.3-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-entity-feedback@0.2.17-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-feedback-backend@0.2.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-validation@0.1.19-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-events-backend@0.3.4-next.1
Patch Changes
- 7899e55: Allow unauthenticated requests for HTTP ingress.
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
@backstage/plugin-events-backend-module-aws-sqs@0.3.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-events-backend-module-azure@0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
@backstage/plugin-events-backend-module-gerrit@0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
@backstage/plugin-events-backend-module-github@0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
@backstage/plugin-events-backend-module-gitlab@0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
@backstage/plugin-events-backend-test-utils@0.1.27-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.3.3-next.1
@backstage/plugin-events-node@0.3.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
@backstage/plugin-explore@0.4.20-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-explore-react@0.0.37
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-explore-backend@0.0.27-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-search-backend-module-explore@0.1.21-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-explore-common@0.0.2
@backstage/plugin-firehydrant@0.2.18-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-fossa@0.2.66-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-github-actions@0.6.15-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration@1.10.0-next.0
- @backstage/integration-react@1.1.26-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-github-deployments@0.1.65-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-react@1.1.26-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-github-issues@0.4.1-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-github-pull-requests-board@0.1.28-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-gocd@0.1.40-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-graphiql@0.3.7-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-home@0.7.3-next.1
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-home-react@0.1.12-next.0
@backstage/plugin-ilert@0.2.23-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-jenkins@0.9.9-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-jenkins-common@0.1.25
@backstage/plugin-jenkins-backend@0.4.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-jenkins-common@0.1.25
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-kafka@0.3.34-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-kafka-backend@0.3.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-kubernetes@0.11.9-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-react@0.3.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-kubernetes-cluster@0.0.10-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-react@0.3.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-kubernetes-node@0.1.11-next.1
Patch Changes
- f5cec55: Fixing issue where
BackstageCredentials
were not properly forwarded for all calls - Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-model@1.4.5
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-kubernetes-react@0.3.4-next.1
Patch Changes
- e6d474f: Fixed ResourceUtilization component for POD Memory Limits
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.7.5
@backstage/plugin-lighthouse@0.4.19-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-lighthouse-common@0.1.5
@backstage/plugin-lighthouse-backend@0.4.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-lighthouse-common@0.1.5
@backstage/plugin-linguist@0.1.19-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-linguist-backend@0.5.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-newrelic-dashboard@0.3.9-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-nomad@0.1.15-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-nomad-backend@0.1.19-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-notifications-node@0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-signals-node@0.1.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/plugin-notifications-common@0.0.2
@backstage/plugin-octopus-deploy@0.2.16-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-org@0.6.24-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-org-react@0.1.23-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-pagerduty@0.7.6-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-home-react@0.1.12-next.0
@backstage/plugin-periskop@0.1.32-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-periskop-backend@0.2.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
@backstage/plugin-permission-backend@0.5.41-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.14-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-permission-node@0.7.28-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-playlist@0.2.8-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-permission-react@0.4.21
- @backstage/plugin-playlist-common@0.1.15
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-playlist-backend@0.3.21-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-playlist-common@0.1.15
@backstage/plugin-proxy-backend@0.4.15-next.1
Patch Changes
- 43ca784: Updated dependency
@types/yup
to^0.32.0
. - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
@backstage/plugin-puppetdb@0.1.17-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-rollbar@0.4.34-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-rollbar-backend@0.1.62-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/config@1.2.0
@backstage/plugin-scaffolder@1.19.3-next.1
Patch Changes
- 605c971: Allow the task list search to work on the Scaffolder template title.
- 87d2eb8: Updated dependency
json-schema-library
to^9.0.0
. - 419e948: Don't show login prompt if token is set in the state
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.4-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-react@1.1.26-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-permission-react@0.4.21
- @backstage/plugin-scaffolder-common@1.5.1
@backstage/plugin-scaffolder-backend@1.22.4-next.1
Patch Changes
- f34a9b1: The
catalog:write
action now automatically adds abackstage.io/template-source
annotation, indicating which Scaffolder template was used to create the entity. - Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.7-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.7-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.2.7-next.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.3.3-next.1
- @backstage/plugin-scaffolder-backend-module-azure@0.1.9-next.1
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.7-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15-next.1
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.9-next.1
- @backstage/plugin-scaffolder-common@1.5.1
@backstage/plugin-scaffolder-backend-module-azure@0.1.9-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.7-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.7-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.7-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.7-next.1
Patch Changes
- 4a15c86: Add examples for
publish:bitbucketServer
scaffolder action & improve related tests - Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.18-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.41-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.1.7-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-github@0.2.7-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.3.3-next.1
Patch Changes
- 33f958a: Improve examples to ensure consistency across all publish actions
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
@backstage/plugin-scaffolder-backend-module-rails@0.4.34-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-sentry@0.1.25-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.38-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/plugin-scaffolder-node-test-utils@0.1.3-next.1
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-node@0.4.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-model@1.4.5
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.1
@backstage/plugin-scaffolder-node-test-utils@0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-test-utils@0.3.7-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-react@1.8.4-next.1
Patch Changes
-
87d2eb8: Updated dependency
json-schema-library
to^9.0.0
. -
df99f62: The
value
sent on thecreate
analytics event (fired when a Scaffolder template is executed) is now set to the number of minutes saved by executing the template. This value is derived from thebackstage.io/time-saved
annotation on the template entity, if available.Note: the
create
event is now captured in the<Workflow>
component. If you are directly making use of the alpha-exported<Stepper>
component, an analyticscreate
event will no longer be captured on your behalf. -
Updated dependencies
- @backstage/catalog-client@1.6.4-next.0
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-scaffolder-common@1.5.1
@backstage/plugin-search@1.4.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-search-backend@1.5.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/repo-tools@0.8.0-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/backend-openapi-utils@0.1.10-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-catalog@0.1.22-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-elasticsearch@1.3.20-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-explore@0.1.21-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/config@1.2.0
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-pg@0.5.26-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/config@1.2.0
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/config@1.2.0
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-module-techdocs@0.1.22-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/plugin-techdocs-node@1.12.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-backend-node@1.2.21-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-search-react@1.7.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-sentry@0.5.19-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-signals@0.0.5-next.1
Patch Changes
- f06458c: fixed typo in docs
- Updated dependencies
- @backstage/plugin-signals-react@0.0.3-next.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
@backstage/plugin-signals-backend@0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/plugin-signals-node@0.1.3-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-signals-node@0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-signals-react@0.0.3-next.0
Patch Changes
- f06458c: fixed typo in docs
- Updated dependencies
- @backstage/core-plugin-api@1.9.1
- @backstage/types@1.1.1
@backstage/plugin-sonarqube@0.7.16-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-sonarqube-react@0.1.14
@backstage/plugin-sonarqube-backend@0.2.19-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-splunk-on-call@0.4.23-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-stack-overflow@0.1.29-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/plugin-home-react@0.1.12-next.0
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
@backstage/plugin-stack-overflow-backend@0.2.21-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.10-next.1
@backstage/plugin-tech-insights@0.3.26-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend@0.5.31-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-tech-insights-node@0.5.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.49-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-tech-insights-node@0.5.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-node@0.5.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-radar@0.7.3-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
@backstage/plugin-techdocs@1.10.4-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-react@0.1.0-next.1
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-react@1.1.26-next.0
- @backstage/theme@0.5.2
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
- @backstage/plugin-techdocs-react@1.2.3-next.0
@backstage/plugin-techdocs-addons-test-utils@1.0.31-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/core-app-api@1.12.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/test-utils@1.5.4-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-search-react@1.7.10-next.1
- @backstage/plugin-techdocs@1.10.4-next.1
- @backstage/plugin-techdocs-react@1.2.3-next.0
@backstage/plugin-techdocs-backend@1.10.4-next.1
Patch Changes
- c884b9a: Use the default cookie endpoints added automatically when a cookie policy is set.
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.22-next.1
- @backstage/plugin-techdocs-node@1.12.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-permission-common@0.7.13
@backstage/plugin-techdocs-node@1.12.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.11
@backstage/plugin-todo@0.2.38-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-todo-backend@0.3.16-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/backend-openapi-utils@0.1.10-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-catalog-node@1.11.1-next.1
@backstage/plugin-user-settings@0.8.5-next.1
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-user-settings-backend@0.2.16-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-vault@0.1.29-next.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-react@1.11.3-next.1
@backstage/plugin-vault-backend@0.4.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-vault-node@0.1.10-next.1
@backstage/plugin-vault-node@0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
example-app@0.2.96-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops@0.4.3-next.1
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/cli@0.26.3-next.1
- @backstage/plugin-auth-react@0.1.0-next.1
- @backstage/plugin-scaffolder@1.19.3-next.1
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-app-api@0.6.4-next.1
- @backstage/plugin-scaffolder-react@1.8.4-next.1
- @backstage/plugin-cost-insights@0.12.23-next.1
- @backstage/plugin-signals@0.0.5-next.1
- @backstage/plugin-notifications@0.2.0-next.1
- @backstage/plugin-api-docs@0.11.4-next.1
- @backstage/plugin-catalog-graph@0.4.4-next.1
- @backstage/plugin-explore@0.4.20-next.1
- @backstage/plugin-org@0.6.24-next.1
- @backstage/plugin-user-settings@0.8.5-next.1
- @backstage/plugin-kubernetes@0.11.9-next.1
- @backstage/plugin-kubernetes-cluster@0.0.10-next.1
- @backstage/app-defaults@1.5.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/theme@0.5.2
- @backstage/plugin-adr@0.6.17-next.1
- @backstage/plugin-airbrake@0.3.34-next.1
- @backstage/plugin-apache-airflow@0.2.24-next.0
- @backstage/plugin-azure-sites@0.1.23-next.1
- @backstage/plugin-badges@0.2.58-next.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-import@0.10.10-next.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.3-next.0
- @backstage/plugin-cloudbuild@0.5.1-next.1
- @backstage/plugin-code-coverage@0.2.27-next.1
- @backstage/plugin-devtools@0.1.13-next.1
- @backstage/plugin-dynatrace@10.0.3-next.1
- @backstage/plugin-entity-feedback@0.2.17-next.1
- @backstage/plugin-gcalendar@0.3.27-next.0
- @backstage/plugin-gcp-projects@0.3.50-next.0
- @backstage/plugin-github-actions@0.6.15-next.1
- @backstage/plugin-github-pull-requests-board@0.1.28-next.1
- @backstage/plugin-gocd@0.1.40-next.1
- @backstage/plugin-graphiql@0.3.7-next.1
- @backstage/plugin-home@0.7.3-next.1
- @backstage/plugin-jenkins@0.9.9-next.1
- @backstage/plugin-kafka@0.3.34-next.1
- @backstage/plugin-lighthouse@0.4.19-next.1
- @backstage/plugin-linguist@0.1.19-next.1
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-microsoft-calendar@0.1.16-next.0
- @backstage/plugin-newrelic@0.3.49-next.0
- @backstage/plugin-newrelic-dashboard@0.3.9-next.1
- @backstage/plugin-nomad@0.1.15-next.1
- @backstage/plugin-octopus-deploy@0.2.16-next.1
- @backstage/plugin-pagerduty@0.7.6-next.1
- @backstage/plugin-permission-react@0.4.21
- @backstage/plugin-playlist@0.2.8-next.1
- @backstage/plugin-puppetdb@0.1.17-next.1
- @backstage/plugin-rollbar@0.4.34-next.1
- @backstage/plugin-search@1.4.10-next.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
- @backstage/plugin-sentry@0.5.19-next.1
- @backstage/plugin-shortcuts@0.3.23-next.0
- @backstage/plugin-stack-overflow@0.1.29-next.1
- @backstage/plugin-stackstorm@0.1.15-next.0
- @backstage/plugin-tech-insights@0.3.26-next.1
- @backstage/plugin-tech-radar@0.7.3-next.1
- @backstage/plugin-techdocs@1.10.4-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.9-next.0
- @backstage/plugin-techdocs-react@1.2.3-next.0
- @backstage/plugin-todo@0.2.38-next.1
example-app-next@0.0.10-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops@0.4.3-next.1
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/cli@0.26.3-next.1
- @backstage/plugin-scaffolder@1.19.3-next.1
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-app-api@0.6.4-next.1
- @backstage/plugin-scaffolder-react@1.8.4-next.1
- @backstage/plugin-cost-insights@0.12.23-next.1
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-compat-api@0.2.4-next.1
- @backstage/plugin-api-docs@0.11.4-next.1
- @backstage/plugin-catalog-graph@0.4.4-next.1
- @backstage/plugin-explore@0.4.20-next.1
- @backstage/plugin-org@0.6.24-next.1
- @backstage/plugin-user-settings@0.8.5-next.1
- @backstage/plugin-kubernetes@0.11.9-next.1
- @backstage/app-defaults@1.5.4-next.1
- app-next-example-plugin@0.0.10-next.1
- @backstage/catalog-model@1.4.5
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/theme@0.5.2
- @backstage/plugin-adr@0.6.17-next.1
- @backstage/plugin-airbrake@0.3.34-next.1
- @backstage/plugin-apache-airflow@0.2.24-next.0
- @backstage/plugin-app-visualizer@0.1.5-next.1
- @backstage/plugin-azure-sites@0.1.23-next.1
- @backstage/plugin-badges@0.2.58-next.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-import@0.10.10-next.1
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-catalog-unprocessed-entities@0.2.3-next.0
- @backstage/plugin-cloudbuild@0.5.1-next.1
- @backstage/plugin-code-coverage@0.2.27-next.1
- @backstage/plugin-devtools@0.1.13-next.1
- @backstage/plugin-dynatrace@10.0.3-next.1
- @backstage/plugin-entity-feedback@0.2.17-next.1
- @backstage/plugin-gcalendar@0.3.27-next.0
- @backstage/plugin-gcp-projects@0.3.50-next.0
- @backstage/plugin-github-actions@0.6.15-next.1
- @backstage/plugin-gocd@0.1.40-next.1
- @backstage/plugin-graphiql@0.3.7-next.1
- @backstage/plugin-home@0.7.3-next.1
- @backstage/plugin-jenkins@0.9.9-next.1
- @backstage/plugin-kafka@0.3.34-next.1
- @backstage/plugin-lighthouse@0.4.19-next.1
- @backstage/plugin-linguist@0.1.19-next.1
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-microsoft-calendar@0.1.16-next.0
- @backstage/plugin-newrelic@0.3.49-next.0
- @backstage/plugin-newrelic-dashboard@0.3.9-next.1
- @backstage/plugin-octopus-deploy@0.2.16-next.1
- @backstage/plugin-pagerduty@0.7.6-next.1
- @backstage/plugin-permission-react@0.4.21
- @backstage/plugin-playlist@0.2.8-next.1
- @backstage/plugin-puppetdb@0.1.17-next.1
- @backstage/plugin-rollbar@0.4.34-next.1
- @backstage/plugin-search@1.4.10-next.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10-next.1
- @backstage/plugin-sentry@0.5.19-next.1
- @backstage/plugin-shortcuts@0.3.23-next.0
- @backstage/plugin-stackstorm@0.1.15-next.0
- @backstage/plugin-tech-insights@0.3.26-next.1
- @backstage/plugin-tech-radar@0.7.3-next.1
- @backstage/plugin-techdocs@1.10.4-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.9-next.0
- @backstage/plugin-techdocs-react@1.2.3-next.0
- @backstage/plugin-todo@0.2.38-next.1
app-next-example-plugin@0.0.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/core-components@0.14.4-next.0
example-backend@0.2.97-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-backend@0.17.0-next.1
- @backstage/backend-common@0.21.7-next.1
- @backstage/plugin-azure-devops-backend@0.6.4-next.1
- @backstage/plugin-techdocs-backend@1.10.4-next.1
- @backstage/plugin-events-backend@0.3.4-next.1
- @backstage/plugin-auth-backend@0.22.4-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-proxy-backend@0.4.15-next.1
- @backstage/plugin-scaffolder-backend@1.22.4-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.3.3-next.1
- @backstage/plugin-app-backend@0.3.65-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-adr-backend@0.4.14-next.1
- @backstage/plugin-badges-backend@0.3.14-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.4-next.1
- @backstage/plugin-code-coverage-backend@0.2.31-next.1
- @backstage/plugin-devtools-backend@0.3.3-next.1
- @backstage/plugin-entity-feedback-backend@0.2.14-next.1
- @backstage/plugin-events-node@0.3.3-next.1
- @backstage/plugin-explore-backend@0.0.27-next.1
- @backstage/plugin-jenkins-backend@0.4.4-next.1
- @backstage/plugin-kafka-backend@0.3.15-next.1
- @backstage/plugin-lighthouse-backend@0.4.10-next.1
- @backstage/plugin-linguist-backend@0.5.15-next.1
- @backstage/plugin-nomad-backend@0.1.19-next.1
- @backstage/plugin-permission-backend@0.5.41-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-playlist-backend@0.3.21-next.1
- @backstage/plugin-rollbar-backend@0.1.62-next.1
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.18-next.1
- @backstage/plugin-scaffolder-backend-module-rails@0.4.34-next.1
- @backstage/plugin-search-backend@1.5.7-next.1
- @backstage/plugin-search-backend-module-catalog@0.1.22-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.3.20-next.1
- @backstage/plugin-search-backend-module-explore@0.1.21-next.1
- @backstage/plugin-search-backend-module-pg@0.5.26-next.1
- @backstage/plugin-search-backend-module-techdocs@0.1.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/plugin-signals-backend@0.1.3-next.1
- @backstage/plugin-signals-node@0.1.3-next.1
- @backstage/plugin-tech-insights-backend@0.5.31-next.1
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.49-next.1
- @backstage/plugin-tech-insights-node@0.5.3-next.1
- @backstage/plugin-todo-backend@0.3.16-next.1
- example-app@0.2.96-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/integration@1.10.0-next.0
- @backstage/plugin-azure-sites-common@0.1.3
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15-next.1
- @backstage/plugin-catalog-node@1.11.1-next.1
- @backstage/plugin-permission-common@0.7.13
example-backend-next@0.0.25-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-backend@0.17.0-next.1
- @backstage/plugin-azure-devops-backend@0.6.4-next.1
- @backstage/plugin-techdocs-backend@1.10.4-next.1
- @backstage/plugin-auth-backend@0.22.4-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/plugin-proxy-backend@0.4.15-next.1
- @backstage/plugin-scaffolder-backend@1.22.4-next.1
- @backstage/plugin-catalog-backend@1.21.1-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.2.7-next.1
- @backstage/plugin-app-backend@0.3.65-next.1
- @backstage/plugin-notifications-backend@0.2.0-next.1
- @backstage/backend-defaults@0.2.17-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/plugin-adr-backend@0.4.14-next.1
- @backstage/plugin-auth-backend-module-guest-provider@0.1.3-next.1
- @backstage/plugin-badges-backend@0.3.14-next.1
- @backstage/plugin-catalog-backend-module-openapi@0.1.35-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.4-next.1
- @backstage/plugin-devtools-backend@0.3.3-next.1
- @backstage/plugin-entity-feedback-backend@0.2.14-next.1
- @backstage/plugin-jenkins-backend@0.4.4-next.1
- @backstage/plugin-lighthouse-backend@0.4.10-next.1
- @backstage/plugin-linguist-backend@0.5.15-next.1
- @backstage/plugin-nomad-backend@0.1.19-next.1
- @backstage/plugin-permission-backend@0.5.41-next.1
- @backstage/plugin-permission-node@0.7.28-next.1
- @backstage/plugin-playlist-backend@0.3.21-next.1
- @backstage/plugin-search-backend@1.5.7-next.1
- @backstage/plugin-search-backend-module-catalog@0.1.22-next.1
- @backstage/plugin-search-backend-module-explore@0.1.21-next.1
- @backstage/plugin-search-backend-module-techdocs@0.1.22-next.1
- @backstage/plugin-search-backend-node@1.2.21-next.1
- @backstage/plugin-signals-backend@0.1.3-next.1
- @backstage/plugin-sonarqube-backend@0.2.19-next.1
- @backstage/plugin-todo-backend@0.3.16-next.1
- @backstage/catalog-model@1.4.5
- @backstage/plugin-auth-backend-module-github-provider@0.1.14-next.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.11-next.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15-next.1
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.14-next.1
- @backstage/plugin-permission-common@0.7.13
e2e-test@0.2.15-next.1
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.14-next.1
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.4
techdocs-cli-embedded-app@0.2.95-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/cli@0.26.3-next.1
- @backstage/core-app-api@1.12.4-next.0
- @backstage/app-defaults@1.5.4-next.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/test-utils@1.5.4-next.0
- @backstage/theme@0.5.2
- @backstage/plugin-techdocs@1.10.4-next.1
- @backstage/plugin-techdocs-react@1.2.3-next.0
@internal/plugin-todo-list-backend@1.0.26-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/errors@1.2.4