Release v1.39.0-next.3
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.39.0-next.3
@backstage/core-app-api@1.17.0-next.1
Minor Changes
-
1e0230e: Support custom
AuthConnectorforOAuth2.A user can pass their own
AuthConnectorimplementation inOAuth2constructor. In which case the session manager will use that instead of theDefaultAuthConnectorto interact with the authentication provider.A custom
AuthConnectormay call the authentication provider from the front-end, store and retrieve tokens in the session storage, for example, and otherwise send custom requests to the authentication provider and handle its responses.Note, that if the custom
AuthConnectortransforms scopes returned from the authentication provider, the transformation must be the same asOAuth2CreateOptions#scopeTransformpassed toOAuth2constructor. See creatingDefaultAuthConnectorinOAuth2#create(...)for an example.
Patch Changes
- cc119b2: Fixed an issue causing
OAuthRequestDialogto re-render on mount. - Updated dependencies
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
@backstage/integration@1.17.0-next.3
Minor Changes
-
d945206: Added support for federated credentials using managed identities in the Azure DevOps integration. Federated credentials are only available for Azure DevOps organizations that have been configured to use Entra ID for authentication.
integrations:
azure:
- host: dev.azure.com
credentials:
+ - clientId: ${APP_REGISTRATION_CLIENT_ID}
+ managedIdentityClientId: system-assigned
+ tenantId: ${AZURE_TENANT_ID}This also adds support for automatically using the system-assigned managed identity of an Azure resource by specifying
system-assignedas the client ID of the managed identity.integrations:
azure:
- host: dev.azure.com
credentials:
- - clientId: ${AZURE_CLIENT_ID}
+ - clientId: system-assigned
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-catalog@1.30.0-next.3
Minor Changes
- 970cb48: Show the pagination text for the offset-paginated catalog table, and remove the pagination bar from the top of the
CatalogTablewhen pagination is enabled.
Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
- @backstage/plugin-scaffolder-common@1.5.11-next.0
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-catalog-backend-module-gitea@0.1.0-next.0
Minor Changes
- e4dabc6: add new gitea provider module
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/app-defaults@1.6.2-next.2
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/theme@0.6.6-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/backend-app-api@1.2.3-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/backend-defaults@0.10.0-next.3
Patch Changes
-
1e06afd:
GithubUrlReader's search detects glob-patterns supported byminimatch, instead of just detecting*and?characters.For example, this allows to search for patterns like
{C,c}atalog-info.yaml. -
Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-app-api@1.2.3-next.2
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/cli-node@0.2.13
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/backend-dynamic-feature-service@0.7.0-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/plugin-catalog-backend@2.0.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-openapi-utils@0.5.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.13
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-app-node@0.1.33-next.2
- @backstage/plugin-events-backend@0.5.2-next.2
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/backend-openapi-utils@0.5.3-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/backend-plugin-api@1.3.1-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/backend-test-utils@1.5.0-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-app-api@1.2.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/canon@0.4.0-next.3
Patch Changes
- c8f32db: Use correct colour token for TextField clear button icon, prevent layout shift whenever it is hidden or shown and properly size focus area around it. Also stop leading icon shrinking when used together with clear button.
@backstage/cli@0.32.1-next.3
Patch Changes
- 674def9: fix: enable
lazyCompilationandrefreshOptionsfor rspack - 19a4e7c: Internal refactor to move things closer to home
- Updated dependencies
- @backstage/release-manifests@0.0.13-next.0
- @backstage/integration@1.17.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.13
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.10
- @backstage/types@1.2.1
@backstage/core-compat-api@0.4.2-next.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/version-bridge@1.0.11
@backstage/create-app@0.6.2-next.3
Patch Changes
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.15
@backstage/dev-utils@1.1.10-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/app-defaults@1.6.2-next.2
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
@backstage/frontend-app-api@0.11.2-next.3
Patch Changes
- 1f04491: Added the ability to ignore unknown extension config by passing
{ flags: { allowUnknownExtensionConfig: true } }tocreateSpecializedApp. - Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.2.2-next.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
@backstage/frontend-defaults@0.2.2-next.3
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.11.2-next.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/plugin-app@0.1.9-next.3
@backstage/frontend-test-utils@0.3.2-next.3
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.11.2-next.3
- @backstage/test-utils@1.7.8-next.2
- @backstage/config@1.3.2
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-app@0.1.9-next.3
@backstage/integration-react@1.2.7-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
@backstage/release-manifests@0.0.13-next.0
Patch Changes
-
163f3da: This expands the configurability of
release-manifeststo pave the road for more configuration options in thecli.Specifically it allows the specification of mirrored, proxied, or air-gapped hosts when upgrading across releases when working in restricted or heavily governed development environments (common in large enterprises and government entities).
@backstage/repo-tools@0.13.3-next.3
Patch Changes
- 659f2ce: Updated dependency
typedocto^0.28.0. - Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.13
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
@techdocs/cli@1.9.3-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/plugin-techdocs-node@1.13.3-next.3
@backstage/test-utils@1.7.8-next.2
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-api-docs@0.12.7-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-app@0.1.9-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-app-backend@0.5.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-app-node@0.1.33-next.2
@backstage/plugin-app-node@0.1.33-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config-loader@1.10.1-next.0
@backstage/plugin-auth-backend@0.25.0-next.2
Patch Changes
- ab53e6f: Added support for the new
dangerousEntityRefFallbackoption forsignInWithCatalogUserinAuthResolverContext. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-auth-backend-module-atlassian-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-auth0-provider@0.2.3-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-backend@0.25.0-next.2
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.8-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-auth-backend-module-github-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-gitlab-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-google-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-guest-provider@0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-microsoft-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-oauth2-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.8-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
@backstage/plugin-auth-backend-module-oidc-provider@0.4.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-backend@0.25.0-next.2
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
@backstage/plugin-auth-backend-module-okta-provider@0.2.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-onelogin-provider@0.3.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-auth-backend-module-pinniped-provider@0.3.3-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.3-next.2
Patch Changes
- 5cc1f7f: Introduce
dangerouslyAllowSignInWithoutUserInCatalogauth resolver config. - Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
@backstage/plugin-auth-node@0.6.3-next.2
Patch Changes
-
ab53e6f: Added a new
dangerousEntityRefFallbackoption to thesignInWithCatalogUsermethod inAuthResolverContext. The option will cause the provided entity reference to be used as a fallback in case the user is not found in the catalog. It is up to the caller to provide the fallback entity reference.Auth providers that include pre-defined sign-in resolvers are encouraged to define a flag named
dangerouslyAllowSignInWithoutUserInCatalogin their config, which in turn enables use of thedangerousEntityRefFallbackoption. For example:export const usernameMatchingUserEntityName = createSignInResolverFactory({
optionsSchema: z
.object({
dangerouslyAllowSignInWithoutUserInCatalog: z.boolean().optional(),
})
.optional(),
create(options = {}) {
return async (
info: SignInInfo<OAuthAuthenticatorResult<PassportProfile>>,
ctx,
) => {
const { username } = info.result.fullProfile;
if (!username) {
throw new Error('User profile does not contain a username');
}
return ctx.signInWithCatalogUser(
{ entityRef: { name: username } },
{
dangerousEntityRefFallback:
options?.dangerouslyAllowSignInWithoutUserInCatalog
? { entityRef: { name: username } }
: undefined,
},
);
};
},
}); -
Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-bitbucket-cloud-common@0.3.0-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
@backstage/plugin-catalog-backend@2.0.0-next.3
Patch Changes
- 8e0f15f: "Added a note clarifying that
entity-fetchaudit events are not visible by default in the logs and are only displayed when the log severity level is adjusted." - Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-openapi-utils@0.5.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-catalog-backend-module-aws@0.4.11-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-kubernetes-common@0.9.5-next.0
@backstage/plugin-catalog-backend-module-azure@0.3.5-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.5.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.8-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-bitbucket-cloud-common@0.3.0-next.3
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-bitbucket-server@0.4.1-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-gcp@0.3.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-kubernetes-common@0.9.5-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.3.2-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-github@0.9.0-next.3
Patch Changes
- ee9f59f: Added filter to include archived repositories
- Updated dependencies
- @backstage/plugin-catalog-backend@2.0.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-github-org@0.3.10-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.9.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-gitlab@0.6.6-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-catalog-backend-module-gitlab@0.6.6-next.3
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.0-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/plugin-catalog-backend@2.0.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
@backstage/plugin-catalog-backend-module-ldap@0.11.5-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-logs@0.1.10-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@2.0.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-catalog-backend-module-msgraph@0.7.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-openapi@0.2.10-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-puppetdb@0.2.10-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-scaffolder-common@1.5.11-next.0
@backstage/plugin-catalog-backend-module-unprocessed@0.6.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.8-next.0
- @backstage/plugin-permission-common@0.9.0-next.0
@backstage/plugin-catalog-graph@0.4.19-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/types@1.2.1
@backstage/plugin-catalog-import@0.13.0-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/plugin-catalog-common@1.1.4-next.0
@backstage/plugin-catalog-node@1.17.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-catalog-react@1.18.0-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/frontend-test-utils@0.3.2-next.3
- @backstage/integration-react@1.2.7-next.3
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-catalog-unprocessed-entities@0.2.17-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
@backstage/plugin-devtools@0.1.27-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/plugin-devtools-common@0.1.16-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-devtools-backend@0.5.5-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.1-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-devtools-common@0.1.16-next.0
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-events-backend@0.5.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.5.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-aws-sqs@0.4.11-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-azure@0.2.20-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.20-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-bitbucket-server@0.1.1-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-gerrit@0.2.20-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-github@0.4.0-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-gitlab@0.3.1-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-module-google-pubsub@0.1.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-backend-test-utils@0.1.44-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-events-node@0.4.11-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-gateway-backend@1.0.1-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-home@0.8.8-next.3
Patch Changes
-
f7ca0fe: Added the Catalog presentation API to the HomePageRecentlyVisited and HomePageTopVisited components
-
eddd96c: Added optional title prop to
customHomePageGrid -
16eb4bf: Export ContentModal from
@backstage/plugin-home-reactso people can use this in other scenarios. RenamedCatalogReactComponentsNameToClassKeytoPluginHomeComponentsNameToClassKeyinoverridableComponents.tsMade QuickStartCard
docsLinkTitleprop more flexible to allow for any React.JSX.Element instead of just a string. Added QuickStartCard propadditionalContentwhich can eventually replace the propvideo. -
195323f: Export root page route from the home plugin to enable adding links/nav to it from outside the plugin
-
d710d74: docs: Update default for
preventCollisionprop -
Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/plugin-home-react@0.1.26-next.2
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/theme@0.6.6-next.0
@backstage/plugin-home-react@0.1.26-next.2
Patch Changes
-
16eb4bf: Export ContentModal from
@backstage/plugin-home-reactso people can use this in other scenarios. RenamedCatalogReactComponentsNameToClassKeytoPluginHomeComponentsNameToClassKeyinoverridableComponents.tsMade QuickStartCard
docsLinkTitleprop more flexible to allow for any React.JSX.Element instead of just a string. Added QuickStartCard propadditionalContentwhich can eventually replace the propvideo. -
Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
@backstage/plugin-kubernetes@0.12.7-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-kubernetes-react@0.5.7-next.1
- @backstage/catalog-model@1.7.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/plugin-kubernetes-common@0.9.5-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-kubernetes-backend@0.19.6-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-kubernetes-common@0.9.5-next.0
- @backstage/plugin-kubernetes-node@0.3.0-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-kubernetes-cluster@0.0.25-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-kubernetes-react@0.5.7-next.1
- @backstage/catalog-model@1.7.3
- @backstage/plugin-kubernetes-common@0.9.5-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
@backstage/plugin-kubernetes-node@0.3.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/types@1.2.1
- @backstage/plugin-kubernetes-common@0.9.5-next.0
@backstage/plugin-notifications@0.5.5-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-signals-react@0.0.13-next.0
@backstage/plugin-notifications-backend@0.5.6-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.15-next.2
- @backstage/plugin-signals-node@0.1.20-next.2
@backstage/plugin-notifications-backend-module-email@0.3.9-next.3
Patch Changes
- aa3a63a: Enable the ability to configure the endpoint for the SES connection used in the notifications email module. This enables the configuration of alternate endpoints as required, for example for local testing or alternative stacks.
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.15-next.2
@backstage/plugin-notifications-backend-module-slack@0.1.1-next.3
Patch Changes
-
f6480c7: Fix dataloader caching, and use the proper catalog service ref
-
e099d0a: Notifications which mention user entity refs are now replaced with Slack compatible mentions.
Example:
Welcome <@user:default/billy>!->Welcome <@U123456890>! -
Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.15-next.2
@backstage/plugin-notifications-node@0.2.15-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-signals-node@0.1.20-next.2
@backstage/plugin-org@0.6.39-next.3
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/plugin-catalog-common@1.1.4-next.0
@backstage/plugin-org-react@0.1.38-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
@backstage/plugin-permission-backend@0.7.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
@backstage/plugin-permission-node@0.10.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.9.0-next.0
@backstage/plugin-proxy-backend@0.6.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/types@1.2.1
- @backstage/plugin-proxy-node@0.1.4-next.2
@backstage/plugin-proxy-node@0.1.4-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
@backstage/plugin-scaffolder@1.31.0-next.3
Patch Changes
- a274e0a: Migrate custom fields to new schema factory function; standardize field descriptions to prefer ui:description and present consistently, utilizing ScaffolderField component where possible.
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-scaffolder-react@1.16.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-permission-react@0.4.34-next.1
- @backstage/plugin-scaffolder-common@1.5.11-next.0
@backstage/plugin-scaffolder-backend@1.33.0-next.3
Patch Changes
- ec42f8e: Generating new tokens on each Scaffolder Task Retry
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.9.1-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-bitbucket-cloud-common@0.3.0-next.3
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.8-next.2
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
- @backstage/plugin-scaffolder-backend-module-azure@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.10-next.3
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-github@0.7.1-next.3
- @backstage/plugin-scaffolder-common@1.5.11-next.0
@backstage/plugin-scaffolder-backend-module-azure@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.10-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.9-next.3
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.9-next.3
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-bitbucket-cloud-common@0.3.0-next.3
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.10-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-scaffolder-backend-module-gcp@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-gitea@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-github@0.7.1-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-scaffolder-backend-module-gitlab@0.9.1-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-notifications@0.1.10-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.15-next.2
@backstage/plugin-scaffolder-backend-module-rails@0.5.9-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-scaffolder-backend-module-sentry@0.2.9-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.10-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-node-test-utils@0.2.2-next.3
@backstage/plugin-scaffolder-node@0.8.2-next.3
Patch Changes
- 16e2e9c: trim leading and trailing slashes from parseRepoUrl query parameters
- ec42f8e: Generating new tokens on each Scaffolder Task Retry
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-common@1.5.11-next.0
@backstage/plugin-scaffolder-node-test-utils@0.2.2-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.2-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/backend-test-utils@1.5.0-next.3
- @backstage/types@1.2.1
@backstage/plugin-scaffolder-react@1.16.0-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-permission-react@0.4.34-next.1
- @backstage/plugin-scaffolder-common@1.5.11-next.0
@backstage/plugin-search@1.4.26-next.3
Patch Changes
- fa48594: search plugin support i18n
- Updated dependencies
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend@2.0.2-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/backend-openapi-utils@0.5.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-catalog@0.3.4-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-elasticsearch@1.7.2-next.3
Patch Changes
- 01f772c: Fixed an issue where the
search.elasticsearch.queryOptionsconfig were not picked up by theElasticSearchSearchEngine. - Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-explore@0.3.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-pg@0.5.44-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.9-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-backend-module-techdocs@0.4.2-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-search-common@1.2.18-next.0
- @backstage/plugin-techdocs-node@1.13.3-next.3
@backstage/plugin-search-backend-node@1.3.11-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-search-react@1.9.0-next.2
Patch Changes
- 2c76614: Fix memoization of
filterValueinSearchFilter.Autocompleteto prevent unintended resets - fa48594: search plugin support i18n
- Updated dependencies
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-search-common@1.2.18-next.0
@backstage/plugin-signals-backend@0.3.4-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
- @backstage/plugin-signals-node@0.1.20-next.2
@backstage/plugin-signals-node@0.1.20-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.11-next.2
@backstage/plugin-techdocs@1.12.6-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
- @backstage/plugin-auth-react@0.1.15-next.1
- @backstage/plugin-search-common@1.2.18-next.0
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-react@1.2.17-next.1
@backstage/plugin-techdocs-addons-test-utils@1.0.48-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/test-utils@1.7.8-next.2
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-techdocs@1.12.6-next.3
- @backstage/integration-react@1.2.7-next.3
- @backstage/plugin-techdocs-react@1.2.17-next.1
@backstage/plugin-techdocs-backend@2.0.2-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-client@1.10.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-node@1.17.0-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.2-next.3
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-node@1.13.3-next.3
@backstage/plugin-techdocs-module-addons-contrib@1.1.24-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/plugin-techdocs-react@1.2.17-next.1
@backstage/plugin-techdocs-node@1.13.3-next.3
Patch Changes
- Updated dependencies
- @backstage/integration@1.17.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.16-next.0
- @backstage/plugin-search-common@1.2.18-next.0
- @backstage/plugin-techdocs-common@0.1.0
@backstage/plugin-user-settings@0.8.22-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/theme@0.6.6-next.0
- @backstage/types@1.2.1
- @backstage/plugin-signals-react@0.0.13-next.0
- @backstage/plugin-user-settings-common@0.0.1
@backstage/plugin-user-settings-backend@0.3.2-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-signals-node@0.1.20-next.2
- @backstage/plugin-user-settings-common@0.0.1
example-app@0.2.109-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/canon@0.4.0-next.3
- @backstage/cli@0.32.1-next.3
- @backstage/plugin-home@0.8.8-next.3
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/frontend-app-api@0.11.2-next.3
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/plugin-scaffolder@1.31.0-next.3
- @backstage/plugin-search@1.4.26-next.3
- @backstage/app-defaults@1.6.2-next.2
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-api-docs@0.12.7-next.3
- @backstage/plugin-catalog-graph@0.4.19-next.3
- @backstage/plugin-catalog-import@0.13.0-next.3
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-notifications@0.5.5-next.3
- @backstage/plugin-org@0.6.39-next.3
- @backstage/plugin-scaffolder-react@1.16.0-next.3
- @backstage/plugin-signals@0.0.19-next.1
- @backstage/plugin-techdocs@1.12.6-next.3
- @backstage/plugin-user-settings@0.8.22-next.3
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
- @backstage/plugin-auth-react@0.1.15-next.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.17-next.3
- @backstage/plugin-devtools@0.1.27-next.3
- @backstage/plugin-kubernetes@0.12.7-next.3
- @backstage/plugin-kubernetes-cluster@0.0.25-next.3
- @backstage/plugin-permission-react@0.4.34-next.1
- @backstage/plugin-search-common@1.2.18-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.24-next.3
- @backstage/plugin-techdocs-react@1.2.17-next.1
example-app-next@0.0.23-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/canon@0.4.0-next.3
- @backstage/cli@0.32.1-next.3
- @backstage/plugin-home@0.8.8-next.3
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/frontend-app-api@0.11.2-next.3
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/plugin-scaffolder@1.31.0-next.3
- @backstage/plugin-search@1.4.26-next.3
- @backstage/app-defaults@1.6.2-next.2
- @backstage/core-compat-api@0.4.2-next.3
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-api-docs@0.12.7-next.3
- @backstage/plugin-catalog-graph@0.4.19-next.3
- @backstage/plugin-catalog-import@0.13.0-next.3
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-notifications@0.5.5-next.3
- @backstage/plugin-org@0.6.39-next.3
- @backstage/plugin-scaffolder-react@1.16.0-next.3
- @backstage/plugin-signals@0.0.19-next.1
- @backstage/plugin-techdocs@1.12.6-next.3
- @backstage/plugin-user-settings@0.8.22-next.3
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/frontend-defaults@0.2.2-next.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
- @backstage/plugin-app@0.1.9-next.3
- @backstage/plugin-app-visualizer@0.1.19-next.1
- @backstage/plugin-auth-react@0.1.15-next.1
- @backstage/plugin-catalog-common@1.1.4-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.17-next.3
- @backstage/plugin-kubernetes@0.12.7-next.3
- @backstage/plugin-kubernetes-cluster@0.0.25-next.3
- @backstage/plugin-permission-react@0.4.34-next.1
- @backstage/plugin-search-common@1.2.18-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.24-next.3
- @backstage/plugin-techdocs-react@1.2.17-next.1
example-backend@0.0.38-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.10.0-next.3
- @backstage/plugin-catalog-backend@2.0.0-next.3
- @backstage/plugin-auth-backend@0.25.0-next.2
- @backstage/plugin-auth-node@0.6.3-next.2
- @backstage/plugin-auth-backend-module-github-provider@0.3.3-next.2
- @backstage/plugin-scaffolder-backend@1.33.0-next.3
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/catalog-model@1.7.3
- @backstage/plugin-app-backend@0.5.2-next.2
- @backstage/plugin-auth-backend-module-guest-provider@0.2.8-next.2
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.2-next.2
- @backstage/plugin-catalog-backend-module-openapi@0.2.10-next.3
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.8-next.2
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.0-next.2
- @backstage/plugin-devtools-backend@0.5.5-next.3
- @backstage/plugin-events-backend@0.5.2-next.2
- @backstage/plugin-events-backend-module-google-pubsub@0.1.0-next.2
- @backstage/plugin-kubernetes-backend@0.19.6-next.3
- @backstage/plugin-notifications-backend@0.5.6-next.2
- @backstage/plugin-permission-backend@0.7.0-next.2
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.8-next.2
- @backstage/plugin-permission-common@0.9.0-next.0
- @backstage/plugin-permission-node@0.10.0-next.2
- @backstage/plugin-proxy-backend@0.6.2-next.2
- @backstage/plugin-scaffolder-backend-module-github@0.7.1-next.3
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.10-next.3
- @backstage/plugin-search-backend@2.0.2-next.3
- @backstage/plugin-search-backend-module-catalog@0.3.4-next.2
- @backstage/plugin-search-backend-module-explore@0.3.2-next.2
- @backstage/plugin-search-backend-module-techdocs@0.4.2-next.3
- @backstage/plugin-search-backend-node@1.3.11-next.2
- @backstage/plugin-signals-backend@0.3.4-next.2
- @backstage/plugin-techdocs-backend@2.0.2-next.3
e2e-test@0.2.28-next.3
Patch Changes
- Updated dependencies
- @backstage/create-app@0.6.2-next.3
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
@internal/scaffolder@0.0.9-next.3
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.16.0-next.3
- @backstage/frontend-plugin-api@0.10.2-next.1
techdocs-cli-embedded-app@0.2.108-next.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/cli@0.32.1-next.3
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/app-defaults@1.6.2-next.2
- @backstage/core-components@0.17.2-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/test-utils@1.7.8-next.2
- @backstage/plugin-techdocs@1.12.6-next.3
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration-react@1.2.7-next.3
- @backstage/theme@0.6.6-next.0
- @backstage/plugin-techdocs-react@1.2.17-next.1
yarn-plugin-backstage@0.0.5-next.1
Patch Changes
- Updated dependencies
- @backstage/release-manifests@0.0.13-next.0
- @backstage/cli-common@0.1.15
@internal/plugin-todo-list-backend@1.0.39-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.3.1-next.2
- @backstage/errors@1.2.7