docs/releases/v1.13.0-next.0-changelog.md
enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.isEntityWith condition helper for EntitySwitch case statements.f64345108a0: BREAKING: The configuration of the GitlabDiscoveryEntityProvider has changed as follows:
branch is now used to define the branch from which the catalog-info should be discovered.branch is now called fallbackBranch. This value specifies which branch should be used
if no default branch is defined on the project itself.To migrate to the new configuration value, rename branch to fallbackBranch
KubernetesBuilder.create now requires a permissions field of type PermissionEvaluator. The kubernetes /proxy endpoint now requires two tokens: the Backstage-Kubernetes-Authorization header should contain a bearer token for the target cluster, and the Authorization header should contain a backstage identity token. The kubernetes /proxy endpoint now requires a Backstage-Kubernetes-Cluster header replacing the previously required X-Kubernetes-Cluster header.routeRefs and exporting the originals on scaffolderPlugin.routes.x insteadTemplateListPage and TemplateWizardPage to be passed in as propstemplateFilter prop to the <Router/> component to allow for filtering of templates through a function.CategoryPicker from scaffolder into scaffolder-react
Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenue27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
57c1b4752fa: Allow use of { exists: true } value inside filters to filter entities that has that key.
this example will filter all entities that has the annotation someAnnotation set to any value.
ui:options:
catalogFilter:
kind: Group
metadata.annotations.someAnnotation: { exists: true }
7a6b16cc506: scaffolder/next: Bump @rjsf/* deps to 5.3.1
f84fc7fd040: Updated dependency @rjsf/validator-ajv8 to 5.3.0.
8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
Updated dependencies
CategoryPicker from scaffolder into scaffolder-react
Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenuScaffolderPageContextMenu takes callbacks as props instead of booleansscaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible componentscaffolder/next: Bump @rjsf/* deps to 5.3.1@rjsf/validator-ajv8 to 5.3.0.onboard command. While still in development, this command aims to guide users in setting up their Backstage App.enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.BackstageHeaderLabel to respect the active page theme.no-undeclared-imports rule.enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.by-query endpoint.@apollo/server to ^4.0.0.@apollo/server to ^4.0.0.mergeRequestURL of publish:gitlab:merge-request action to mergeRequestUrl.typeguard for isTemplateEntityV1beta3Check type now optionally includes the failureMetadata and successMetadata as returned by the runChecks call.