docs/releases/v1.34.0-next.1-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.34.0-next.1
instanceMetadataService to hold information about a specific backend instance.instanceMetadataService to hold information about a specific backend instance.by-query endpoint could return nulls for entities that were not yet stitched.catalogServiceMock return type to match both CatalogService and CatalogApiconnection.type: cloudsql in database client for usage with @google-cloud/cloud-sql-connector and iam auth--output-file option from ESLint to package lint and repo lint commands.generate-patch command will now add a single resolution entry for all versions of the patched package, rather than separate entries for each version query.jwks endpoint returning invalid data with firestoreincludeGrantedScopes in order to persist scopes across refresh callsEntityOwnerPicker to reset scrolling when more elements are loaded.7248f3b: Added a new Quick Start Card to plugin-home, which can display basic info to get users the info they need to onboard to the Catalog.
import { QuickStartCard } from '@backstage/plugin-home';
<QuickStartCard
title="Onboarding to the Catalog"
modalTitle="Onboarding Quick Start"
docsLinkTitle="Learn more with getting started docs"
docsLink="https://backstage.io/docs/getting-started"
image={
}
cardDescription="Backstage system model will help you create new entities"
video={
<video
controls
preload="auto"
poster={"./videoPoster.png"}
>
<source src={"OnboardingDemo.mp4"} type="video/mp4" />
</video>
}
downloadImage={
<Button
href={QuickStartPDF}
target={'_blank'}
download={true}
>
Download infographic button
</Button>
}
/>
See the storybook examples
Updated dependencies
flatted to 3.3.2.@backstage/backend-defaults.