Release v1.33.0-next.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.33.0-next.0
@backstage/catalog-client@1.8.0-next.0
Minor Changes
- 31c4fe0: The client now automatically splits up very large
getEntitiesByRefs
calls into several smaller requests behind the scenes when needed. This ensures that each individual request does not exceed common Express.js request body limits or overload the server.
Patch Changes
- 873f89a: Fix for certain filter fields in the
catalogApiMock
being case sensitive. - Updated dependencies
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
@backstage/cli@0.29.0-next.0
Minor Changes
- bc71665: BREAKING: The
LEGACY_BACKEND_START
flag has been removed, along with support forsrc/run.ts
as the development entry point.
Patch Changes
-
28b60ad: The check for
react-dom/client
in the Jest configuration will now properly always run from the target directory. -
e30b65d: Added
--alwaysPack
as a replacement for the now hidden--alwaysYarnPack
flag for thebuild-workspace
command. -
a7f97e4: Added a new
"rejectFrontendNetworkRequests"
configuration flag that can be set in the"jest"
field in the rootpackage.json
:{
"jest": {
"rejectFrontendNetworkRequests": true
}
}This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root
package.json
and can not be overridden in individual package configurations. -
04297a0: The
--successCache
option for therepo test
andrepo lint
commands now use an additive store that keeps old entries around for a week before they are cleaned up automatically. -
b4627f2: Fixed an issue where the
raw-loader
for loading HTML templates was not resolved from the context of the CLI package. -
17850a5: Update upgrade-helper link in
versions:bump
command to includeyarnPlugin
parameter when the yarn plugin is installed -
b084f5a: Bump the Webpack dependency range to
^5.94.0
, as our current configuration is not compatible with some older versions. -
946fa34: Added a new
--link <workspace-path>
option for frontend builds that allow you to override module resolution to link in an external workspace at runtime.As part of this change the Webpack linked workspace resolution plugin for frontend builds has been removed. It was in place to support the old workspace linking where it was done by Yarn, which is no longer a working option.
-
Updated dependencies
- @backstage/catalog-model@1.7.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.9
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.10
- @backstage/integration@1.15.1
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
@backstage/core-components@0.16.0-next.0
Minor Changes
- dc409c5: The SupportButton component will now be hidden if no support config is specified in app-config
Patch Changes
-
af9097e: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:
const { set } = mockBreakpoint({
initialBreakpoint: 'md',
queryBreakpointMap: {
'(min-width:1500px)': 'xl',
'(min-width:1000px)': 'lg',
'(min-width:700px)': 'md',
'(min-width:400px)': 'sm',
'(min-width:0px)': 'xs',
},
});
// assertions for when the active break point is "md"
set('lg');
// assertions for when the active break point is "lg" -
Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/theme@0.6.0
- @backstage/version-bridge@1.0.10
@backstage/repo-tools@0.11.0-next.0
Minor Changes
- 47fdbb4: Adds a
--watch
mode to theschema openapi generate
command for a better local schema writing experience.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.9
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend@0.24.0-next.0
Minor Changes
- 75168e3: BREAKING: The AWS ALB
fullProfile
will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-okta-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.2-next.0
@backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0-next.0
Minor Changes
- 75168e3: BREAKING: The AWS ALB
fullProfile
will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.24.0-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
@backstage/plugin-catalog-node@1.14.0-next.0
Minor Changes
-
bc13b42: The
catalogServiceRef
now has its own accompanyingCatalogService
interface that requires Backstagecredentials
objects to be passed. This new version of thecatalogServiceRef
has been promoted and is now available via the main@backstage/plugin-catalog-node
entry point.The old
catalogServiceRef
with the oldCatalogApi
type is still available from the/alpha
entry point.
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/app-defaults@1.5.13-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/theme@0.6.0
- @backstage/plugin-permission-react@0.4.27
@backstage/backend-app-api@1.0.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/backend-defaults@0.5.3-next.0
Patch Changes
- f6eaec2: Link to proper package in
rootLoggerServiceFactory
doc string. - Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-app-api@1.0.2-next.0
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.9
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/backend-dynamic-feature-service@0.4.4-next.0
Patch Changes
- 8593dfa: Improve the way alpha packages are supported when loading dynamic backend plugins.
The
ScannedPluginPackage
descriptor of dynamic backend plugins loaded from their alphapackage.json
now contain both the main package manifest and the alpha manifest. Previously it used to contain only the content of the alphapackage.json
, which is nearly empty. This will make it easier to use or display metadata of loaded dynamic backend plugins, which is contained in the main manifest. - Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-events-backend@0.3.15-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-app-api@1.0.2-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.9
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.27-next.0
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
- @backstage/plugin-scaffolder-node@0.5.1-next.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/backend-openapi-utils@0.2.1-next.0
Patch Changes
- f01787a: Moves msw from dependencies to devDependencies
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/backend-plugin-api@1.0.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.1
@backstage/backend-test-utils@1.0.3-next.0
Patch Changes
- 7aae8e3: The
mockServices.discovery.factory()
factory now uses the mocked discovery service as its implementation, avoid the need for configuration. - eb82994: Removed unused
msw
dependency. - Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-app-api@1.0.2-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/core-compat-api@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/version-bridge@1.0.10
@backstage/create-app@0.5.22-next.0
Patch Changes
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.14
@backstage/dev-utils@1.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/app-defaults@1.5.13-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/theme@0.6.0
- @backstage/plugin-catalog-react@1.14.1-next.0
@backstage/frontend-app-api@0.10.1-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.2-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
@backstage/frontend-defaults@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/frontend-app-api@0.10.1-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/plugin-app@0.1.2-next.0
@backstage/frontend-plugin-api@0.9.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
@backstage/frontend-test-utils@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/frontend-app-api@0.10.1-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/test-utils@1.7.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-app@0.1.2-next.0
@techdocs/cli@1.8.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/catalog-model@1.7.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/plugin-techdocs-node@1.12.13-next.0
@backstage/plugin-api-docs@0.11.12-next.0
Patch Changes
- 11f57de: bump
@asyncapi/react-component
to latest2.x
- 3cd1dee: Uses theme values to style the API definition schema so that theme overrides apply.
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/plugin-catalog@1.24.1-next.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-permission-react@0.4.27
@backstage/plugin-app@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration-react@1.2.0
- @backstage/theme@0.6.0
- @backstage/plugin-permission-react@0.4.27
@backstage/plugin-app-backend@0.3.77-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.27-next.0
@backstage/plugin-app-node@0.1.27-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config-loader@1.9.1
@backstage/plugin-app-visualizer@0.1.12-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-auth0-provider@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-google-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-guest-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-microsoft-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
@backstage/plugin-auth-backend-module-oidc-provider@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.24.0-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-okta-provider@0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-onelogin-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
@backstage/plugin-auth-node@0.5.4-next.0
Patch Changes
- a0a9a4a: Browsers silently drop cookies that exceed 4KB, which can be problematic for refresh tokens and other large cookies.This update ensures that large cookies, like refresh tokens, are not dropped by browsers, maintaining the integrity of the authentication process. The changes include both the implementation of the cookie splitting logic and corresponding tests to validate the new functionality.
- Updated dependencies
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-auth-react@0.1.8-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
@backstage/plugin-catalog@1.24.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration-react@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/plugin-scaffolder-common@1.5.6
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.2-next.0
@backstage/plugin-catalog-backend@1.27.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-search-backend-module-catalog@0.2.5-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-openapi-utils@0.2.1-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/plugin-catalog-backend-module-aws@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-kubernetes-common@0.8.3
@backstage/plugin-catalog-backend-module-azure@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-openapi-utils@0.2.1-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/plugin-bitbucket-cloud-common@0.2.24
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
@backstage/plugin-catalog-backend-module-gcp@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/plugin-kubernetes-common@0.8.3
@backstage/plugin-catalog-backend-module-gerrit@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
@backstage/plugin-catalog-backend-module-github@0.7.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-github-org@0.3.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-backend-module-github@0.7.7-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/plugin-catalog-backend-module-gitlab@0.4.5-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.5.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-catalog-backend-module-ldap@0.9.2-next.0
Patch Changes
- 884a86c: Added a
dnCaseSensitive
flag to support LDAP servers with mixed-case attributes. - Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-logs@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/plugin-catalog-backend@1.27.2-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.6.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-openapi@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-catalog-common@1.1.0
@backstage/plugin-catalog-backend-module-puppetdb@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-scaffolder-common@1.5.6
@backstage/plugin-catalog-backend-module-unprocessed@0.5.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.4
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-catalog-graph@0.4.12-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-react@1.14.1-next.0
@backstage/plugin-catalog-import@0.12.6-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration@1.15.1
- @backstage/integration-react@1.2.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-react@1.14.1-next.0
@backstage/plugin-catalog-react@1.14.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/frontend-test-utils@0.2.2-next.0
- @backstage/integration-react@1.2.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-react@0.4.27
@backstage/plugin-catalog-unprocessed-entities@0.2.10-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
@backstage/plugin-config-schema@0.1.61-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-devtools@0.1.20-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/plugin-devtools-common@0.1.12
- @backstage/plugin-permission-react@0.4.27
@backstage/plugin-devtools-backend@0.4.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/config-loader@1.9.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.12
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/plugin-events-backend@0.3.15-next.0
Patch Changes
- e02a02b: Fix
events.useEventBus
by propagating config toDefaultEventsService
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-openapi-utils@0.2.1-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-events-backend-module-aws-sqs@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-events-backend-module-azure@0.2.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-events-backend-module-gerrit@0.2.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
@backstage/plugin-events-backend-module-github@0.2.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
@backstage/plugin-events-backend-module-gitlab@0.2.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
@backstage/plugin-events-backend-test-utils@0.1.38-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
@backstage/plugin-events-node@0.4.3-next.0
Patch Changes
-
4501631: Fixed an issue where subscribing to events threw an error and gave up too easily. Calling the subscribe method will cause the background polling loop to keep trying to connect to the events backend, even if the initial request fails.
By default the events service will attempt to publish and subscribe to events from the events bus API in the events backend, but if it fails due to the events backend not being installed, it will bail and never try calling the API again. There is now a new
events.useEventBus
configuration and option for theDefaultEventsService
that lets you control this behavior. You can set it to'never'
to disabled API calls to the events backend completely, or'always'
to never allow it to be disabled. -
e02a02b: Fix
events.useEventBus
by propagating config toDefaultEventsService
-
Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
@backstage/plugin-home@0.8.1-next.0
Patch Changes
-
8b1b2cf: Improve Starred Entities UI to reduce whitespace and provide more context on the entities:
- Use the Entity Presentation API (via
<EntityDisplayName>
) to display the entity's name - Component's
kind
andspec.type
are displayed as a secondary text - List items are condensed to reduce unnecessary spacing
- Use the Entity Presentation API (via
-
Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/theme@0.6.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-home-react@0.1.19-next.0
@backstage/plugin-home-react@0.1.19-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
@backstage/plugin-kubernetes@0.11.17-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-kubernetes-common@0.8.3
- @backstage/plugin-kubernetes-react@0.4.5-next.0
@backstage/plugin-kubernetes-backend@0.18.8-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.3
- @backstage/plugin-kubernetes-node@0.1.21-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/plugin-kubernetes-cluster@0.0.18-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-plugin-api@1.10.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-kubernetes-common@0.8.3
- @backstage/plugin-kubernetes-react@0.4.5-next.0
@backstage/plugin-kubernetes-node@0.1.21-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.3
@backstage/plugin-kubernetes-react@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.3
@backstage/plugin-notifications@0.3.3-next.0
Patch Changes
- 97ba58f: Add support for user specific notification settings
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-notifications-common@0.0.6-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/theme@0.6.0
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.6
@backstage/plugin-notifications-backend@0.4.3-next.0
Patch Changes
- 97ba58f: Add support for user specific notification settings
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/plugin-notifications-common@0.0.6-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-notifications-node@0.2.9-next.0
- @backstage/plugin-signals-node@0.1.14-next.0
@backstage/plugin-notifications-backend-module-email@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/plugin-notifications-common@0.0.6-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-notifications-node@0.2.9-next.0
@backstage/plugin-notifications-common@0.0.6-next.0
Patch Changes
- 97ba58f: Add support for user specific notification settings
- Updated dependencies
- @backstage/config@1.2.0
@backstage/plugin-notifications-node@0.2.9-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-notifications-common@0.0.6-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/plugin-signals-node@0.1.14-next.0
@backstage/plugin-org@0.6.32-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-react@1.14.1-next.0
@backstage/plugin-org-react@0.1.31-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-plugin-api@1.10.0
- @backstage/plugin-catalog-react@1.14.1-next.0
@backstage/plugin-permission-backend@0.5.51-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
@backstage/plugin-permission-node@0.8.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
@backstage/plugin-proxy-backend@0.5.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-scaffolder@1.26.2-next.0
Patch Changes
- 99471cd: fix(scaffolder): use
onInputChange
inRepoUrlPicker
to fix issue with the value not updating properly - 7669af3: Revert the change of the option label for
EntityPicker
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.13.2-next.0
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration@1.15.1
- @backstage/integration-react@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/plugin-scaffolder-common@1.5.6
@backstage/plugin-scaffolder-backend@1.26.3-next.0
Patch Changes
- 6aa5b98: Fix tasks listing with postgres
- 59137ff: Fix issue with token not being available because it's now non-enumerable
- e4f5d95: Align with type declaration of template filter/global function by supporting undefined as return value.
- 97ba58f: Add example template for notification sending
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-bitbucket-cloud-common@0.2.24
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
- @backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.0
- @backstage/plugin-scaffolder-common@1.5.6
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.0
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-bitbucket-cloud-common@0.2.24
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-gcp@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-github@0.5.2-next.0
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-notifications@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-notifications-common@0.0.6-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/plugin-notifications-node@0.2.9-next.0
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-rails@0.5.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-sentry@0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
- @backstage/plugin-scaffolder-node-test-utils@0.1.15-next.0
@backstage/plugin-scaffolder-node@0.5.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.6
@backstage/plugin-scaffolder-node-test-utils@0.1.15-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.0.3-next.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.5.1-next.0
@backstage/plugin-scaffolder-react@1.13.2-next.0
Patch Changes
- 8b5ff7e: Fix issue with form state not refreshing when updating
- ade301c: Fix issue with
Stepper
and trying to trim additional properties. This is now all behindliveOmit
andomitExtraData
instead. - Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/theme@0.6.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/plugin-scaffolder-common@1.5.6
@backstage/plugin-search@1.4.19-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.2-next.0
@backstage/plugin-search-backend@1.6.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-openapi-utils@0.2.1-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-catalog@0.2.5-next.0
Patch Changes
- 0b8f344: Fixed a bug where the
filter
setting of the collator was not permitted to be an array. - Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-elasticsearch@1.6.2-next.0
Patch Changes
- dae59c1: Updated dependency
@short.io/opensearch-mock
to^0.4.0
. - Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-explore@0.2.5-next.0
Patch Changes
- a9a7c7c: Updated dependency
@backstage-community/plugin-explore-common
to^0.0.7
. - Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-pg@0.5.38-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-backend-module-techdocs@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-techdocs-node@1.12.13-next.0
@backstage/plugin-search-backend-node@1.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-search-react@1.8.2-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/theme@0.6.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-search-common@1.2.14
@backstage/plugin-signals@0.0.12-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/theme@0.6.0
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.6
@backstage/plugin-signals-backend@0.2.3-next.0
Patch Changes
- a1e01ff: The signals backend now supports scaled deployments where clients may be connecting to one of many signal backend instances.
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-signals-node@0.1.14-next.0
@backstage/plugin-signals-node@0.1.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
@backstage/plugin-techdocs@1.11.1-next.0
Patch Changes
- 605bdc0: Avoid page re-rendering when clicking on anchor links in the same documentation page.
- 4f0cb89: Added DomPurify sanitizer configuration for custom elements implementing RFC https://github.com/backstage/backstage/issues/26988. See https://backstage.io/docs/features/techdocs/how-to-guides#how-to-enable-custom-elements-in-techdocs for how to enable it in the configuration.
- f246178: Removed
canvas
dev dependency. - 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to another one.
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration@1.15.1
- @backstage/integration-react@1.2.0
- @backstage/theme@0.6.0
- @backstage/plugin-auth-react@0.1.8-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.2-next.0
- @backstage/plugin-techdocs-common@0.1.0
@backstage/plugin-techdocs-addons-test-utils@1.0.41-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.11.1-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.0
- @backstage/plugin-catalog@1.24.1-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-search-react@1.8.2-next.0
@backstage/plugin-techdocs-backend@1.11.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-module-techdocs@0.3.2-next.0
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-node@1.12.13-next.0
@backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/integration@1.15.1
- @backstage/integration-react@1.2.0
@backstage/plugin-techdocs-node@1.12.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.1
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-techdocs-common@0.1.0
@backstage/plugin-techdocs-react@1.2.10-next.0
Patch Changes
- 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to another one.
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.10.0
- @backstage/version-bridge@1.0.10
@backstage/plugin-user-settings@0.8.15-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/catalog-model@1.7.0
- @backstage/core-app-api@1.15.1
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/theme@0.6.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-signals-react@0.0.6
- @backstage/plugin-user-settings-common@0.0.1
@backstage/plugin-user-settings-backend@0.2.27-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-signals-node@0.1.14-next.0
- @backstage/plugin-user-settings-common@0.0.1
example-app@0.2.103-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.29.0-next.0
- @backstage/plugin-api-docs@0.11.12-next.0
- @backstage/plugin-scaffolder-react@1.13.2-next.0
- @backstage/plugin-techdocs@1.11.1-next.0
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-home@0.8.1-next.0
- @backstage/plugin-scaffolder@1.26.2-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/plugin-notifications@0.3.3-next.0
- @backstage/app-defaults@1.5.13-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-app-api@0.10.1-next.0
- @backstage/integration-react@1.2.0
- @backstage/theme@0.6.0
- @backstage/plugin-auth-react@0.1.8-next.0
- @backstage/plugin-catalog@1.24.1-next.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-graph@0.4.12-next.0
- @backstage/plugin-catalog-import@0.12.6-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.10-next.0
- @backstage/plugin-devtools@0.1.20-next.0
- @backstage/plugin-kubernetes@0.11.17-next.0
- @backstage/plugin-kubernetes-cluster@0.0.18-next.0
- @backstage/plugin-org@0.6.32-next.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/plugin-search@1.4.19-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.2-next.0
- @backstage/plugin-signals@0.0.12-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.0
- @backstage/plugin-user-settings@0.8.15-next.0
example-app-next@0.0.17-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.29.0-next.0
- @backstage/plugin-api-docs@0.11.12-next.0
- @backstage/plugin-scaffolder-react@1.13.2-next.0
- @backstage/plugin-techdocs@1.11.1-next.0
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-home@0.8.1-next.0
- @backstage/plugin-scaffolder@1.26.2-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/plugin-notifications@0.3.3-next.0
- @backstage/app-defaults@1.5.13-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-compat-api@0.3.2-next.0
- @backstage/core-plugin-api@1.10.0
- @backstage/frontend-app-api@0.10.1-next.0
- @backstage/frontend-defaults@0.1.2-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/integration-react@1.2.0
- @backstage/theme@0.6.0
- @backstage/plugin-app@0.1.2-next.0
- @backstage/plugin-app-visualizer@0.1.12-next.0
- @backstage/plugin-auth-react@0.1.8-next.0
- @backstage/plugin-catalog@1.24.1-next.0
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-catalog-graph@0.4.12-next.0
- @backstage/plugin-catalog-import@0.12.6-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.10-next.0
- @backstage/plugin-kubernetes@0.11.17-next.0
- @backstage/plugin-kubernetes-cluster@0.0.18-next.0
- @backstage/plugin-org@0.6.32-next.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/plugin-search@1.4.19-next.0
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-search-react@1.8.2-next.0
- @backstage/plugin-signals@0.0.12-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.0
- @backstage/plugin-user-settings@0.8.15-next.0
app-next-example-plugin@0.0.17-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
example-backend@0.0.32-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-catalog@0.2.5-next.0
- @backstage/plugin-scaffolder-backend@1.26.3-next.0
- @backstage/plugin-auth-backend@0.24.0-next.0
- @backstage/plugin-events-backend@0.3.15-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-search-backend-module-explore@0.2.5-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/plugin-notifications-backend@0.4.3-next.0
- @backstage/plugin-signals-backend@0.2.3-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/plugin-app-backend@0.3.77-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.2-next.0
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.2-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.2.4-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.2-next.0
- @backstage/plugin-devtools-backend@0.4.2-next.0
- @backstage/plugin-kubernetes-backend@0.18.8-next.0
- @backstage/plugin-permission-backend@0.5.51-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.2-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
- @backstage/plugin-proxy-backend@0.5.8-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.3-next.0
- @backstage/plugin-search-backend@1.6.2-next.0
- @backstage/plugin-search-backend-module-techdocs@0.3.2-next.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-techdocs-backend@1.11.2-next.0
example-backend-legacy@0.2.104-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.3-next.0
- @backstage/plugin-search-backend-module-catalog@0.2.5-next.0
- @backstage/plugin-scaffolder-backend@1.26.3-next.0
- @backstage/plugin-auth-backend@0.24.0-next.0
- @backstage/plugin-events-backend@0.3.15-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.6.2-next.0
- @backstage/plugin-search-backend-module-explore@0.2.5-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/backend-defaults@0.5.3-next.0
- @backstage/plugin-signals-backend@0.2.3-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/integration@1.15.1
- @backstage/plugin-app-backend@0.3.77-next.0
- @backstage/plugin-catalog-backend@1.27.2-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.2-next.0
- @backstage/plugin-devtools-backend@0.4.2-next.0
- @backstage/plugin-kubernetes-backend@0.18.8-next.0
- @backstage/plugin-permission-backend@0.5.51-next.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-permission-node@0.8.5-next.0
- @backstage/plugin-proxy-backend@0.5.8-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.2-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.5.2-next.0
- @backstage/plugin-search-backend@1.6.2-next.0
- @backstage/plugin-search-backend-module-pg@0.5.38-next.0
- @backstage/plugin-search-backend-module-techdocs@0.3.2-next.0
- @backstage/plugin-search-backend-node@1.3.5-next.0
- @backstage/plugin-signals-node@0.1.14-next.0
- @backstage/plugin-techdocs-backend@1.11.2-next.0
e2e-test@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.22-next.0
- @backstage/cli-common@0.1.14
- @backstage/errors@1.2.4
@internal/frontend@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
@internal/scaffolder@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.13.2-next.0
techdocs-cli-embedded-app@0.2.102-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.29.0-next.0
- @backstage/plugin-techdocs@1.11.1-next.0
- @backstage/core-components@0.16.0-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/app-defaults@1.5.13-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.0
- @backstage/theme@0.6.0
- @backstage/plugin-catalog@1.24.1-next.0
@internal/plugin-todo-list@1.0.33-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.16.0-next.0
- @backstage/core-plugin-api@1.10.0
@internal/plugin-todo-list-backend@1.0.33-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4