121 KiB
Release v1.21.0
@backstage/backend-common@0.20.0
Minor Changes
870db76: ImplementedreadTreefor Gitea provider to support TechDocs functionality
Patch Changes
7f04128: Allow a default cache TTL to be set through the app config1ad8906: UseReadable.fromto fix some of the stream issuesd86a007: Fixed the AwsS3UrlReader host regex and host to allow the S3 reading for CN AWS domainbc67498: Updated dependencyarchiverto^6.0.0. Updated dependency@types/archiverto^6.0.0.706fc3a: Updated dependency@kubernetes/client-nodeto0.20.0.2666675: Updated dependency@google-cloud/storageto^7.0.0.d15d483: Add command--runAsDefaultUserfor@techdocs/cli generateto bypass running the docker builds as host user for macOS and Linux.d1e00aa: Expose anonAuthhandler forgitactions to provide custom credentials- Updated dependencies
- @backstage/config-loader@1.6.0
- @backstage/backend-app-api@0.5.9
- @backstage/integration@1.8.0
- @backstage/backend-dev-utils@0.1.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
@backstage/catalog-client@1.5.0
Minor Changes
3834067: The internals ofCatalogClientare now auto-generated using thebackstage-repo-tools schema openapi generate-clientcommand.
Patch Changes
82fa88b: Fixes a bug where some query parameters were double URL encoded.- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/cli@0.25.0
Minor Changes
3834067: Updates the ESLint config to ignore issues created by generated files in**/src/generated/**.
Patch Changes
32018ff: Enable thetsxloader to work on Node 18.19 and up0ffee55: Toned down the warning message when git is not foundc6f3743: Added a warning when starting a standalone backend plugin that hasn't been updated to the new backend system.3e358b0: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the migration tutorial for more information.219d7f0: Updating template generation for scaffolder module8cda3c7: Tweaked Node.js version check for when to use the new module register API with the new backendpackage startcommand.a3edc18: Updated dependencyvite-plugin-node-polyfillsto^0.17.0.627554e: Updated dependency@rollup/plugin-node-resolveto^15.0.0.c07cee5: Updated dependency@rollup/plugin-jsonto^6.0.0.bd586a5: Updated dependencybfjto^8.0.0.8056425: Updated dependency@typescript-eslint/eslint-pluginto6.12.0.017c425: Updated dependency@typescript-eslint/eslint-pluginto6.11.0.2565cc8: Updated dependency@rollup/plugin-commonjsto^25.0.0.33e96e5: Switched the@typescript-eslint/eslint-plugindependency back to using a^version range.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/eslint-plugin@0.1.4
- @backstage/config-loader@1.6.0
- @backstage/integration@1.8.0
- @backstage/cli-node@0.2.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
@backstage/config-loader@1.6.0
Minor Changes
24f5a85: Add "path" toTransformFunccontext
Patch Changes
- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/core-compat-api@0.1.0
Minor Changes
cf5cc4c: Discover plugins and routes recursively beneath the root routes incollectLecacyRoutesaf7bc3e: Switched all core extensions to instead use the namespace'app'.f63dd72: ThecollectLegacyRouteshas been removed and is replaced byconvertLegacyAppnow being able to convert aFlatRouteselement directly.
Patch Changes
03d0b6d: AddedconvertLegacyRouteRefutility to convert existing route refs to be used with the new experimental packages.a379243: Leverage the newFrontendFeaturetype to simplify interfaces8226442: AddedcompatWrapper, which can be used to wrap any React element to provide bi-directional interoperability between the@backstage/core-*-apiand@backstage/frontend-*-apiAPIs.8f5d6c1: Updates to match the new extension input wrapping.c219b16: Made package public so it can be publishedb7adf24: Delete alpha DI compatibility helper for components, migrating components should be simple without a helper.046e443: Updates for compatibility with the new extension IDs.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-app-api@1.11.2
- @backstage/version-bridge@1.0.7
@backstage/frontend-app-api@0.4.0
Minor Changes
e539735: Updated core extension structure to make space for the sign-in page by addingcore.router.44735df: RemovedfeatureLoaderfromcreateApp,featuresinstead accepts bothFrontendFeatureandCreateAppFeatureLoaderaf7bc3e: Switched all core extensions to instead use the namespace'app'.ea06590: The app no longer provides theAppContextfrom@backstage/core-plugin-api. Components that require this context to be available should use thecompatWrapperhelper from@backstage/core-compat-api.
Patch Changes
5eb6b8a: Added the nav logo extension for customization of sidebar logoaeb8008: Add support for translation extensions.1f12fb7: Create a core components extension that allows adopters to override core app components such asProgress,BootErrorPage,NotFoundErrorPageandErrorBoundaryFallback.a379243: Leverage the newFrontendFeaturetype to simplify interfaces60d6eb5: Removed@backstage/plugin-graphiqldependency.b7adf24: Use the new plugin type for error boundary components.5970928: Collect and register feature flags from plugins and extension overrides.9ad4039: Bringing over apis from core-plugin-api8f5d6c1: Updates to match the new extension input wrapping.c35036b: AconfigLoaderpassed tocreateAppnow returns an object, to make room for future expansionf27ee7d: Migrate analytics route tracker component.b8cb780: AddedcreateSpecializedApp, which is a synchronous version ofcreateAppwhere config and features already need to be loaded.c36e0b9: RenamedAppRouteBindertoCreateAppRouteBindercb4197a: Forwardnode`` instead ofextensionId` to resolved extension inputs.8837a96: Updates to match the introduction ofExtensionDefinitionand new extension ID naming patterns.a5a0473: Updates to providenodeto extension factories instead ofidandsource.5cdf2b3: Updated usage ofExtensionandExtensionDefinitionas they are now opaque.f9ef632: Updates to match the newcoreExtensionDatastructure.f1183b7: Renamed thecomponentoption ofcreateComponentExtensiontoloader.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-plugin-api@0.4.0
Minor Changes
-
af7bc3e: Switched all core extensions to instead use the namespace'app'. -
5cdf2b3: ChangedExtensionandExtensionDefinitionto use opaque types. -
8f5d6c1: Extension inputs are now wrapped into an additional object when passed to the extension factory, with the previous values being available at theoutputproperty. TheExtensionInputValuestype has also been replaced byResolvedExtensionInputs. -
8837a96: BREAKING: This version changes how extensions are created and how their IDs are determined. ThecreateExtensionfunction now acceptskind,namespaceandnameinstead ofid. All of the new options are optional, and are used to construct the final extension ID. By convention extension creators should set thekindto match their own name, for examplecreateNavItemExtensionsets the kindnav-item.The
createExtensionfunction as well as all extension creators now also return anExtensionDefinitionrather than anExtension, which in turn needs to be passed tocreatePluginorcreateExtensionOverridesto be used. -
f9ef632: Moved several extension data references fromcoreExtensionDatato their respective extension creators. -
a5a0473: The extensionfactoryfunction now longer receivesidorsource, but instead now provides the extension'sAppNodeasnode. TheExtensionBoundarycomponent has also been updated to receive anodeprop rather thanidandsource.
Patch Changes
a379243: Add theFrontendFeaturetype, which is the union ofBackstagePluginandExtensionOverridesb7adf24: Update alpha component ref type to be more specific than any, delete boot page component and use new plugin type for error boundary component extensions.5eb6b8a: Added the nav logo extension for customization of sidebar logo1f12fb7: Create factories for overriding default core components extensions.5970928: Add feature flags to plugins and extension overrides.e539735: AddedcreateSignInPageExtension.73246ec: Added translation APIs as well ascreateTranslationExtension.cb4197a: Forwardnode`` instead ofextensionId` to resolved extension inputs.f27ee7d: Migrate analytics api and context files.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617f1183b7: Renamed thecomponentoption ofcreateComponentExtensiontoloader.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-test-utils@0.1.0
Minor Changes
59fabd5: New testing utility library for@backstage/frontend-app-apiand@backstage/frontend-plugin-api.af7bc3e: Switched all core extensions to instead use the namespace'app'.
Patch Changes
59fabd5: AddedcreateExtensionTesterfor rendering extensions in tests.7e4b0db: ThecreateExtensionTesterhelper is now able to render more than one route in the test app.818eea4: Updates for compatibility with the new extension IDs.b9aa6e4: MigraterenderInTestAppto@backstage/frontend-test-utilsfor testing individual React components in an app.e539735: Updates forcore.routeraddition.c21c9cf: Re-export mock API implementations as well asTestApiProvider,TestApiRegistry,withLogCollector, andsetupRequestMockHandlersfrom@backstage/test-utils.- Updated dependencies
- @backstage/frontend-plugin-api@0.4.0
- @backstage/frontend-app-api@0.4.0
- @backstage/test-utils@1.4.6
- @backstage/types@1.1.1
@backstage/integration@1.8.0
Minor Changes
870db76: ImplementedreadTreefor Gitea provider to support TechDocs functionality
Patch Changes
99fb541: Updated dependency@azure/identityto^4.0.0.- Updated dependencies
- @backstage/config@1.1.1
@backstage/repo-tools@0.5.0
Minor Changes
aea8f8d: BREAKING: API Reports generated for sub-path exports now place the name as a suffix rather than prefix, for exampleapi-report-alpha.mdinstead ofalpha-api-report.md. When upgrading to this version you'll need to re-create any such API reports and delete the old ones.3834067: Adds a new commandschema openapi generate-clientthat creates a Typescript client with Backstage flavor, including the discovery API and fetch API. This command doesn't currently generate a complete client and needs to be wrapped or exported manually by a separate Backstage plugin. See@backstage/catalog-client/src/generatedfor example output.
Patch Changes
-
f909e9d: Includes templates in @backstage/repo-tools package and use them in the CLI -
da3c4db: Updates theschema openapi generate-clientcommand to export all generated types from the generated directory. -
7959f23: Theapi-reportscommand now checks for api report files that no longer apply. If it finds such files, it's treated basically the same as report errors do, and the check fails.For example, if you had an
api-report-alpha.mdbut then removed the alpha export, the reports generator would now report that this file needs to be deleted. -
f49e237: Fixed a bug whereschema openapi initcreated an invalid test command. -
f91be2c: Updated dependency@stoplight/typesto^14.0.0. -
45bfb20: Executeopenapi-generator-clifrom@backstage/repo-toolsdirectory to force it to use our openapitools.json config file. -
Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/cli-node@0.2.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
@techdocs/cli@1.8.0
Minor Changes
d15d483: Add command--runAsDefaultUserfor@techdocs/cli generateto bypass running the docker builds as host user for macOS and Linux.b2dccad: Support passing additionalmkdocs-serverCLI parameters (--dirtyreload,--strictand--clean) when run in containerized mode.
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-techdocs-node@1.11.0
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
@backstage/theme@0.5.0
Minor Changes
4d9e3b3: Added a globalOverrideComponentNameToClassKeysfor other plugins and packages to populate using module augmentation. This will in turn will provide component style override types forcreateUnifiedTheme.
Patch Changes
cd0dd4c: Align Material UI v5Papercomponent background color in dark mode to v4.
@backstage/plugin-auth-backend-module-atlassian-provider@0.1.0
Minor Changes
2a5891e: New module for@backstage/plugin-auth-backendthat adds an atlassian auth provider
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0
Minor Changes
271aa12: Release ofoauth2-proxy-providerplugin
Patch Changes
a6be465: Exported the provider as default so it gets discovered when usingfeatureDiscoveryServiceFactory()510dab4: Change provider id fromoauth2ProxyProvidertooauth2Proxycc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/errors@1.2.3
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.0
Minor Changes
ed02c69: Add VMware Cloud auth backend module provider
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
@backstage/plugin-azure-devops-backend@0.5.0
Minor Changes
-
844969c: BREAKING NewfromConfigstatic method must be used now when creating an instance of theAzureDevOpsApiAdded support for using the
AzureDevOpsCredentialsProvider
Patch Changes
c70e4f5: Added multi-org support646db72: Updated encoding of Org to useencodeURIComponentwhen building URL used to get credentials from credential provider043b724: Introduced newAzureDevOpsAnnotatorProcessorthat adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-azure-devops-common@0.3.2
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog@1.16.0
Minor Changes
e223f22: Properly support both function- and string-form visibility filter expressions in the new extensions exported via/alpha.b8e1eb2: Thecolumnsprop can be an array or a function that returns an array in order to override the default columns of theCatalogIndexPage.
Patch Changes
-
bc7e6d3: Fix copy entity url function in http contexts. -
5360097: Ensure that passed-in icons are taken advantage of in the presentation API -
4785d05: Add permission check to catalog create and refresh button -
cd910c4: - Fixes bug where after unregistering an entity you are redirected to/.- Adds an optional external route
unregisterRedirectto override this behaviour to another route.
- Adds an optional external route
-
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api. -
2d708d8: Internal naming updates for/alphaexports. -
a5a0473: Internal refactor of alpha exports due to a change in how extension factories are defined. -
4d9e3b3: Register component overrides in the globalOverrideComponentNameToClassKeysprovided by@backstage/theme. This will in turn will provide component style override types forcreateUnifiedTheme. -
a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper. -
78a10bb: Adding in spec.type chip to search results for clarity -
8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change. -
36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. -
8587f06: Added pagination support toCatalogIndexPageCatalogIndexPagenow offers an optional pagination feature, designed to accommodate adopters managing extensive catalogs. This new capability allows for better handling of large amounts of data.To activate the pagination mode, simply update your
App.tsxas follows:const routes = ( <FlatRoutes> ... - <Route path="/catalog" element={<CatalogIndexPage />} /> + <Route path="/catalog" element={<CatalogIndexPage pagination />} /> ...In case you have a custom catalog page and you want to enable pagination, you need to pass the
paginationprop toEntityListProviderinstead. -
fb8f3bd: Updated alpha translation message keys to use nested format and camel case. -
531e1a2: Updated alpha plugin to include theunregisterRedirectexternal route. -
Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/integration-react@1.1.22
- @backstage/plugin-permission-react@0.4.18
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-scaffolder-common@1.4.4
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-catalog-backend@1.16.0
Minor Changes
7804597: Permission rules can now be added for the Catalog plugin through theCatalogPermissionExtensionPointinterface.
Patch Changes
3834067: Update the OpenAPI spec to support the use ofopenapi-generator.50ee804: Wrap singlepipelineLoopof TaskPipeline in a span for better traces7123c58: Updated dependency@types/globto^8.0.0.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617a168507: DeprecatedEntitiesSearchFilterandEntityFilter, which can now be imported from@backstage/plugin-catalog-nodeinstead- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-openapi-utils@0.1.1
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/plugin-search-backend-module-catalog@0.1.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-catalog-node@1.6.0
Minor Changes
a168507: AddedEntitiesSearchFilterandEntityFilterfrom@backstage/plugin-catalog-backend, for reuse7804597: Permission rules can now be added for the Catalog plugin through theCatalogPermissionExtensionPointinterface.
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.5.0
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-home@0.6.0
Minor Changes
5a317f5: Added view of entities grouped by kind to make it easier to distinguish entities with different kind but same name
Patch Changes
2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop rendera1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change.2b72591: Updated dependency@rjsf/utilsto5.14.3. Updated dependency@rjsf/coreto5.14.3. Updated dependency@rjsf/material-uito5.14.3. Updated dependency@rjsf/validator-ajv8to5.14.3.- 6cd12f2: Updated dependency
@rjsf/utilsto5.14.1. Updated dependency@rjsf/coreto5.14.1. Updated dependency@rjsf/material-uito5.14.1. Updated dependency@rjsf/validator-ajv8to5.14.1. 64301d3: Updated dependency@rjsf/utilsto5.15.0. Updated dependency@rjsf/coreto5.15.0. Updated dependency@rjsf/material-uito5.15.0. Updated dependency@rjsf/validator-ajv8to5.15.0.63c494e: Updated dependency@rjsf/utilsto5.14.2. Updated dependency@rjsf/coreto5.14.2. Updated dependency@rjsf/material-uito5.14.2. Updated dependency@rjsf/validator-ajv8to5.14.2.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.54cef27: StarredEntities component callsgetEntitiesByRefsinstead ofgetEntitiesto improve performance since we have theentityRefsc8908d4: Use new option from RJSF 5.150cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/core-app-api@1.11.2
- @backstage/plugin-home-react@0.1.6
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-backend@0.14.0
Minor Changes
-
52050ad: You can now selectsinglekubernetes cluster that the entity is part-of from all your defined kubernetes clusters, by passingbackstage.io/kubernetes-clusterannotation with the defined cluster name.If you do not specify the annotation by
default it fetches alldefined kubernetes cluster.To apply
catalog-info.yaml
annotations: 'backstage.io/kubernetes-id': dice-roller 'backstage.io/kubernetes-namespace': dice-space + 'backstage.io/kubernetes-cluster': dice-cluster 'backstage.io/kubernetes-label-selector': 'app=my-app,component=front-end'
Patch Changes
-
6010564: Thekubernetes-nodeplugin has been modified to house a new extension points for Kubernetes backend plugin;KubernetesClusterSupplierExtensionPointis introduced .kubernetesAuthStrategyExtensionPointis introduced .kubernetesFetcherExtensionPointis introduced .kubernetesServiceLocatorExtensionPointis introduced .The
kubernetes-backendplugin was modified to use this new extension point. -
706fc3a: Updated dependency@kubernetes/client-nodeto0.20.0. -
ae94d3c: Updated dependency@aws-crypto/sha256-jsto^5.0.0. -
99fb541: Updated dependency@azure/identityto^4.0.0. -
42c1aee: Updated dependency@google-cloud/containerto^5.0.0. -
Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-kubernetes-node@0.1.2
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-react@0.2.0
Minor Changes
-
899d71a: ChangeformatClusterLinkto be an API and make it async for further customization possibilities.BREAKING If you have a custom k8s page and used
formatClusterLinkdirectly, you need to migrate to newkubernetesClusterLinkFormatterApiRef
Patch Changes
b5ae2e5: Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.706fc3a: Updated dependency@kubernetes/client-nodeto0.20.0.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-lighthouse-backend@0.4.0
Minor Changes
7f0dbfd: Fixed crashes faced with custom schedule configuration. The configuration schema has been update to leverage the TaskScheduleDefinition interface. It is highly recommended to move thelighthouse.sheduleandlighthouse.timeoutrespectively tolighthouse.schedule.frequencyandlighthouse.schedule.timeout.
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-pagerduty@0.7.0
Minor Changes
5fca16f: This package has been deprecated, consider using @pagerduty/backstage-plugin instead.
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-home-react@0.1.6
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder@1.17.0
Minor Changes
df88d09: Add a new git repository url picker forgitea. ThisGiteaRepoPickercan be used in a template to scaffold a project to be cloned using gitea.33edf50: Added support for dealing with user provided secrets using a new field extensionui:field: Secret
Patch Changes
6806d10: AddedheaderOptionstoTemplateListPageto optionally override default values. ChangedthemeIdof TemplateListPage fromwebsitetohome.aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility2b72591: Updated dependency@rjsf/utilsto5.14.3. Updated dependency@rjsf/coreto5.14.3. Updated dependency@rjsf/material-uito5.14.3. Updated dependency@rjsf/validator-ajv8to5.14.3.- 6cd12f2: Updated dependency
@rjsf/utilsto5.14.1. Updated dependency@rjsf/coreto5.14.1. Updated dependency@rjsf/material-uito5.14.1. Updated dependency@rjsf/validator-ajv8to5.14.1. a518c5a: Updated dependency@react-hookz/webto^23.0.0.64301d3: Updated dependency@rjsf/utilsto5.15.0. Updated dependency@rjsf/coreto5.15.0. Updated dependency@rjsf/material-uito5.15.0. Updated dependency@rjsf/validator-ajv8to5.15.0.63c494e: Updated dependency@rjsf/utilsto5.14.2. Updated dependency@rjsf/coreto5.14.2. Updated dependency@rjsf/material-uito5.14.2. Updated dependency@rjsf/validator-ajv8to5.14.2.b5fa691: FixingheaderOptionsnot being passed through theTemplatePagecomponentc8908d4: Use new option from RJSF 5.150cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-scaffolder-react@1.7.0
- @backstage/catalog-client@1.5.0
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/plugin-permission-react@0.4.18
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-scaffolder-common@1.4.4
@backstage/plugin-scaffolder-backend-module-azure@0.1.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-bitbucket@0.1.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
d86cd98: Add dry run support for thepublish:gerritaction.- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-github@0.1.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
cb6a65e: Thescaffolder.defaultCommitMessageconfig value is now being used if provided and uses "initial commit" when it is not provided.28949ea: Add a new action for creating github-autolink references for a repository:github:autolinks:create- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-react@1.7.0
Minor Changes
33edf50: Added support for dealing with user provided secrets using a new field extensionui:field: Secret
Patch Changes
670c7cc: Fix bug wherepropertiesis set to empty object when it should be empty for schema dependenciesfa66d1b: Fixed bug inReviewStatewhereenumvalue was displayed in step review instead of the corresponding label when usingenumNamese516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility2aee53b: Add horizontal slider if stepper overflows2b72591: Updated dependency@rjsf/utilsto5.14.3. Updated dependency@rjsf/coreto5.14.3. Updated dependency@rjsf/material-uito5.14.3. Updated dependency@rjsf/validator-ajv8to5.14.3.- 6cd12f2: Updated dependency
@rjsf/utilsto5.14.1. Updated dependency@rjsf/coreto5.14.1. Updated dependency@rjsf/material-uito5.14.1. Updated dependency@rjsf/validator-ajv8to5.14.1. a518c5a: Updated dependency@react-hookz/webto^23.0.0.64301d3: Updated dependency@rjsf/utilsto5.15.0. Updated dependency@rjsf/coreto5.15.0. Updated dependency@rjsf/material-uito5.15.0. Updated dependency@rjsf/validator-ajv8to5.15.0.63c494e: Updated dependency@rjsf/utilsto5.14.2. Updated dependency@rjsf/coreto5.14.2. Updated dependency@rjsf/material-uito5.14.2. Updated dependency@rjsf/validator-ajv8to5.14.2.c8908d4: Use new option from RJSF 5.150cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-59256175bb5240: Fixed issue for showing undefined for hidden form items- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-scaffolder-common@1.4.4
@backstage/plugin-techdocs-node@1.11.0
Minor Changes
d15d483: Add command--runAsDefaultUserfor@techdocs/cli generateto bypass running the docker builds as host user for macOS and Linux.
Patch Changes
99fb541: Updated dependency@azure/identityto^4.0.0.2666675: Updated dependency@google-cloud/storageto^7.0.0.4f773c1: Bumped the default TechDocs docker image version to the latest which was released several month ago- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-search-common@1.2.9
@backstage/app-defaults@1.4.6
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/plugin-permission-react@0.4.18
@backstage/backend-app-api@0.5.9
Patch Changes
1da5f43: Ensure redaction of secrets that have accidental extra whitespace around them9f8f266: Add redacting for secrets in stack traces of logs- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config-loader@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-node@0.7.19
- @backstage/cli-node@0.2.1
- @backstage/backend-plugin-api@0.6.8
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-defaults@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-app-api@0.5.9
- @backstage/backend-plugin-api@0.6.8
@backstage/backend-openapi-utils@0.1.1
Patch Changes
aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/backend-plugin-api@0.6.8
Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/backend-tasks@0.5.13
Patch Changes
d8f488a: Allow tasks to run more often that the default work check interval, which is 5 seconds.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-test-utils@0.2.9
Patch Changes
-
cc4228e: Switched module ID to use kebab-case. -
b7de76a: Added support for PostgreSQL versions 15 and 16Also introduced a new
setDefaults(options: { ids?: TestDatabaseId[] })static method that can be added to thesetupTests.tsfile to define the default database ids you want to use throughout your package. Usage would look like this:TestDatabases.setDefaults({ ids: ['POSTGRES_12','POSTGRES_16'] })and would result in PostgreSQL versions 12 and 16 being used for your tests. -
Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-app-api@0.5.9
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/cli-node@0.2.1
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/core-app-api@1.11.2
Patch Changes
3e358b0: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the migration tutorial for more information.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/core-components@0.13.9
Patch Changes
e8f2ace: Added a new/testUtilssub-path that initially exports amockBreakpointhelper.381ed86: Add missing export for IconLinkVertical5c8a3e3: Minor improvements toTablecomponent.752df93: Fixes a problem where theLogViewerwas not able to handle very large logs4d9e3b3: Register component overrides in the globalOverrideComponentNameToClassKeysprovided by@backstage/theme. This will in turn will provide component style override types forcreateUnifiedTheme.07dfdf3: Updated dependencylinkifyjsto4.1.3.a518c5a: Updated dependency@react-hookz/webto^23.0.0.f291757: Updatelinkify-reactto version4.1.3175d86b: Fixed an issue where theonChangeprop withinHeaderTabswas triggering twice upon tab-switching.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/version-bridge@1.0.7
@backstage/core-plugin-api@1.8.1
Patch Changes
03d0b6d: Removed the alphaconvertLegacyRouteRefutility, which as been moved to@backstage/core-compat-api0c93dc3: ThecreateTranslationReffunction from the/alphasubpath can now also accept a nested object structure of default translation messages, which will be flatted using.separators.- Updated dependencies
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/create-app@0.5.8
Patch Changes
8ece804: Bumped create-app version.0351e09: Bumped create-app version.3f1192f: Bumped create-app version.a96c2d4: Include the<EntityLinksCard />for group entities by default375b6f7: CircelCI plugin moved permanently- Updated dependencies
- @backstage/cli-common@0.1.13
@backstage/dev-utils@1.0.25
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/app-defaults@1.4.6
- @backstage/integration-react@1.1.22
- @backstage/catalog-model@1.4.3
@backstage/eslint-plugin@0.1.4
Patch Changes
107dc46: Theno-undeclared-importsrule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.
@backstage/integration-react@1.1.22
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
@backstage/test-utils@1.4.6
Patch Changes
e8f2ace: DeprecatedmockBreakpoint, as it is now available from@backstage/core-components/testUtilsinstead.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-react@0.4.18
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-adr@0.6.11
Patch Changes
5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.fb8f3bd: Updated alpha translation message keys to use nested format and camel case.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/integration-react@1.1.22
- @backstage/catalog-model@1.4.3
- @backstage/plugin-adr-common@0.2.18
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-adr-backend@0.4.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-adr-common@0.2.18
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-adr-common@0.2.18
Patch Changes
- Updated dependencies
- @backstage/integration@1.8.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-airbrake@0.3.28
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/test-utils@1.4.6
- @backstage/dev-utils@1.0.25
- @backstage/catalog-model@1.4.3
@backstage/plugin-airbrake-backend@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
@backstage/plugin-allure@0.1.44
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-analytics-module-ga@0.1.36
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-ga4@0.1.7
Patch Changes
af6f227: Disabledsend_page_viewto get rid of events duplication- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-newrelic-browser@0.0.5
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/config@1.1.1
@backstage/plugin-apache-airflow@0.2.18
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
@backstage/plugin-api-docs@0.10.2
Patch Changes
816d331: Add dependency ongraphql-configto compensate forgraphql-language-serviceneeding it but not shipping the dep properly615159e: Updated dependencygraphiqlto3.0.10.e16e7ce: Updated dependency@asyncapi/react-componentto1.2.2.82fb18b: Updated dependency@asyncapi/react-componentto1.2.6.53e2c06: Updated dependency@asyncapi/react-componentto1.1.0.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-catalog@1.16.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-apollo-explorer@0.1.18
Patch Changes
e296b94: Updated dependency@apollo/explorerto^3.0.0.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-app-backend@0.3.56
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config-loader@1.6.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.8
@backstage/plugin-app-node@0.1.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend@0.20.1
Patch Changes
7ac2575:oauth2-proxyauth implementation has been moved to@backstage/plugin-auth-backend-module-oauth2-proxy-provider2a5891e: Migrate the atlassian auth provider to be implemented using the new@backstage/plugin-auth-backend-module-atlassian-providermodule783797a: fix static token issuer not being able to initializee1c189b: The Okta provider implementation is moved to the new modulea62764b: Updated dependencypassportto^0.7.0.bcbbf8e: Updated dependency@google-cloud/firestoreto^7.0.0.- Updated dependencies
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-backend-module-okta-provider@0.0.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2
- @backstage/plugin-auth-backend-module-google-provider@0.1.5
- @backstage/plugin-auth-backend-module-github-provider@0.1.5
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.1.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.5
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-google-provider@0.1.5
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.3
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.5
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-okta-provider@0.0.1
Patch Changes
e1c189b: Adds okta-provider backend module for the auth plugina62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.2
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
@backstage/plugin-auth-node@0.4.2
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-azure-devops@0.3.10
Patch Changes
c70e4f5: Added multi-org support7c9af0b: Added support for annotations that use a subpath for the host. Also validated that the annotations have the correct number of slashes.043b724: Introduced newAzureDevOpsAnnotatorProcessorthat adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-azure-devops-common@0.3.2
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-azure-devops-common@0.3.2
Patch Changes
c70e4f5: Added multi-org support043b724: Introduced newAzureDevOpsAnnotatorProcessorthat adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily
@backstage/plugin-azure-sites@0.1.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-azure-sites-common@0.1.1
@backstage/plugin-azure-sites-backend@0.1.18
Patch Changes
99fb541: Updated dependency@azure/identityto^4.0.0.b7a13ed: Updated dependency@azure/arm-appserviceto^14.0.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-sites-common@0.1.1
@backstage/plugin-badges@0.2.52
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-badges-backend@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-bazaar@0.2.20
Patch Changes
5d79682: Internalize 'AboutField' to break catalog dependency- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-bazaar-backend@0.3.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-bitbucket-cloud-common@0.2.15
Patch Changes
acf9390: Updated dependencyts-morphto^20.0.0.- Updated dependencies
- @backstage/integration@1.8.0
@backstage/plugin-bitrise@0.1.55
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-catalog-backend-module-aws@0.3.2
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-backend-module-azure@0.1.27
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1
Patch Changes
eb44e92: Support authenticated backends- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-openapi-utils@0.1.1
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-bitbucket@0.2.23
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-bitbucket-cloud-common@0.2.15
- @backstage/integration@1.8.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.23
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-bitbucket-cloud-common@0.2.15
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.21
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-gcp@0.1.8
Patch Changes
42c1aee: Updated dependency@google-cloud/containerto^5.0.0.cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-gerrit@0.1.24
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-github@0.4.6
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-catalog-backend-module-github-org@0.1.2
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-catalog-backend-module-github@0.4.6
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-gitlab@0.3.5
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.12
Patch Changes
43b2eb8: Ensure that cursors always come back as JSON on sqlite toocc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-permission-common@0.7.11
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-catalog-backend-module-ldap@0.5.23
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-backend-module-msgraph@0.5.15
Patch Changes
99fb541: Updated dependency@azure/identityto^4.0.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-backend-module-openapi@0.1.25
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/integration@1.8.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-backend-module-puppetdb@0.1.13
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-scaffolder-common@1.4.4
@backstage/plugin-catalog-backend-module-unprocessed@0.3.5
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
@backstage/plugin-catalog-common@1.0.19
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/catalog-model@1.4.3
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-catalog-graph@0.3.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-import@0.10.4
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/catalog-client@1.5.0
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-react@1.9.2
Patch Changes
-
8587f06: Added pagination support toEntityListProvider. -
5360097: Ensure that passed-in icons are taken advantage of in the presentation API -
fd9863c: Grouped all/alphaextension data reference exports undercatalogExtensionData. -
08d9e67: Add default icon for kind resource. -
aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility -
a5a0473: Internal refactor of alpha exports due to a change in how extension factories are defined. -
4d9e3b3: Register component overrides in the globalOverrideComponentNameToClassKeysprovided by@backstage/theme. This will in turn will provide component style override types forcreateUnifiedTheme. -
8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change. -
36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. -
e223f22: Breaking alpha-API change to entity visibility filter functions to accept a bare entity as their first argument, instead of an object with an entity property.Functions that accept such filters now also support the string expression form of filters.
-
eee0ff2: Fixed a issue whereCatalogPagewasn't using the choseninitiallySelectedFilteras intended. -
Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-permission-common@0.7.11
- @backstage/integration-react@1.1.22
- @backstage/plugin-permission-react@0.4.18
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-catalog-unprocessed-entities@0.1.6
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-cicd-statistics@0.1.30
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/catalog-model@1.4.3
@backstage/plugin-cicd-statistics-module-gitlab@0.1.24
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-cicd-statistics@0.1.30
- @backstage/catalog-model@1.4.3
@backstage/plugin-circleci@0.3.28
Patch Changes
375b6f7: CircelCI plugin moved permanently- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-cloudbuild@0.3.28
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-code-climate@0.1.28
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-code-coverage@0.2.21
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-code-coverage-backend@0.2.22
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/integration@1.8.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-codescene@0.1.20
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-config-schema@0.1.48
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-cost-insights@0.12.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-cost-insights-common@0.1.2
@backstage/plugin-devtools@0.1.7
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-permission-react@0.4.18
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.7
@backstage/plugin-devtools-backend@0.2.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config-loader@1.6.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.7
@backstage/plugin-devtools-common@0.1.7
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/types@1.1.1
@backstage/plugin-dynatrace@8.0.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-entity-feedback@0.2.11
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-feedback-backend@0.2.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-validation@0.1.13
Patch Changes
a518c5a: Updated dependency@react-hookz/webto^23.0.0.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-events-backend@0.2.17
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-aws-sqs@0.2.11
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-azure@0.1.18
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.18
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-gerrit@0.1.18
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-github@0.1.18
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-module-gitlab@0.1.18
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-backend-test-utils@0.1.18
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.17
@backstage/plugin-events-node@0.2.17
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-explore@0.4.14
Patch Changes
aac659e: Added option to setDirectionfor the graph in theGroupsDiagram5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/plugin-explore-react@0.0.34
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-explore-backend@0.0.18
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-search-backend-module-explore@0.1.12
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-explore-react@0.0.34
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-explore-common@0.0.2
@backstage/plugin-firehydrant@0.2.12
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-fossa@0.2.60
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-gcalendar@0.3.21
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/errors@1.2.3
@backstage/plugin-gcp-projects@0.3.44
Patch Changes
a518c5a: Updated dependency@react-hookz/webto^23.0.0.d2f5662: Fix query parameter for project details page which should point to projectId rather than project name- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-git-release-manager@0.3.40
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
@backstage/plugin-github-actions@0.6.9
Patch Changes
08d7e46: Github Workflow Runs UI is modified to show in optional Card view instead of table, with branch selection option- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/catalog-model@1.4.3
@backstage/plugin-github-deployments@0.1.59
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-github-issues@0.2.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-github-pull-requests-board@0.1.22
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-gitops-profiles@0.3.43
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/config@1.1.1
@backstage/plugin-gocd@0.1.34
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-graphiql@0.3.1
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-graphql-voyager@0.1.10
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-home-react@0.1.6
Patch Changes
2b72591: Updated dependency@rjsf/utilsto5.14.3. Updated dependency@rjsf/coreto5.14.3. Updated dependency@rjsf/material-uito5.14.3. Updated dependency@rjsf/validator-ajv8to5.14.3.- 6cd12f2: Updated dependency
@rjsf/utilsto5.14.1. Updated dependency@rjsf/coreto5.14.1. Updated dependency@rjsf/material-uito5.14.1. Updated dependency@rjsf/validator-ajv8to5.14.1. 64301d3: Updated dependency@rjsf/utilsto5.15.0. Updated dependency@rjsf/coreto5.15.0. Updated dependency@rjsf/material-uito5.15.0. Updated dependency@rjsf/validator-ajv8to5.15.0.63c494e: Updated dependency@rjsf/utilsto5.14.2. Updated dependency@rjsf/coreto5.14.2. Updated dependency@rjsf/material-uito5.14.2. Updated dependency@rjsf/validator-ajv8to5.14.2.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
@backstage/plugin-ilert@0.2.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-jenkins@0.9.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.22
@backstage/plugin-jenkins-backend@0.3.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.22
@backstage/plugin-jenkins-common@0.1.22
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-kafka@0.3.28
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-kafka-backend@0.3.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-kubernetes@0.11.3
Patch Changes
-
899d71a: ChangeformatClusterLinkto be an API and make it async for further customization possibilities.BREAKING If you have a custom k8s page and used
formatClusterLinkdirectly, you need to migrate to newkubernetesClusterLinkFormatterApiRef -
706fc3a: Updated dependency@kubernetes/client-nodeto0.20.0. -
Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-kubernetes-react@0.2.0
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-cluster@0.0.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-kubernetes-react@0.2.0
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-kubernetes-common@0.7.2
Patch Changes
706fc3a: Updated dependency@kubernetes/client-nodeto0.20.0.5d79682: Remove unused dependency- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-kubernetes-node@0.1.2
Patch Changes
-
6010564: Thekubernetes-nodeplugin has been modified to house a new extension points for Kubernetes backend plugin;KubernetesClusterSupplierExtensionPointis introduced .kubernetesAuthStrategyExtensionPointis introduced .kubernetesFetcherExtensionPointis introduced .kubernetesServiceLocatorExtensionPointis introduced .The
kubernetes-backendplugin was modified to use this new extension point. -
Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
@backstage/plugin-lighthouse@0.4.13
Patch Changes
ffbf656: Updated README- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-linguist@0.1.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-linguist-backend@0.5.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-microsoft-calendar@0.1.10
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/errors@1.2.3
@backstage/plugin-newrelic@0.3.43
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-newrelic-dashboard@0.3.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-nomad@0.1.9
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-nomad-backend@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-octopus-deploy@0.2.10
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-opencost@0.2.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-org@0.6.18
Patch Changes
59c24b9: Fix issue where members inside of<EntityMembersListCard>would be rendered as squished when the card itself was shrunk down.3a65d9c: Support member list scrollable when parent has specified height4785d05: Add permission check to catalog create and refresh button- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-catalog-common@1.0.19
@backstage/plugin-org-react@0.1.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-client@1.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-periskop@0.1.26
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-periskop-backend@0.2.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
@backstage/plugin-permission-backend@0.5.31
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.5
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-permission-common@0.7.11
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-permission-node@0.7.19
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-permission-react@0.4.18
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-permission-common@0.7.11
- @backstage/config@1.1.1
@backstage/plugin-playlist@0.2.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-react@0.4.18
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-playlist-common@0.1.13
@backstage/plugin-playlist-backend@0.3.12
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-playlist-common@0.1.13
@backstage/plugin-playlist-common@0.1.13
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
@backstage/plugin-proxy-backend@0.4.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
@backstage/plugin-puppetdb@0.1.11
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-rollbar@0.4.28
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-rollbar-backend@0.1.53
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/config@1.1.1
@backstage/plugin-scaffolder-backend@1.19.2
Patch Changes
219d7f0: Refactor some methods to-nodeinstead and use the new external modulesaff34fc: Fix issue with Circular JSON dependencies in templating48667b4: Fix creating env secret in github:environment:create action0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-592561728949ea: Add a new action for creating github-autolink references for a repository:github:autolinks:create- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-backend-module-github@0.1.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.11
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/backend-tasks@0.5.13
- @backstage/integration@1.8.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.0
- @backstage/plugin-scaffolder-backend-module-azure@0.1.0
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.4.4
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.32
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-gitlab@0.2.11
Patch Changes
219d7f0: Extract some more actions to this library0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-rails@0.4.25
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-sentry@0.1.16
Patch Changes
7f8a801: Added examples forsentry:project:createscaffolder action and unit tests.- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.29
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-common@1.4.4
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-node@0.2.9
Patch Changes
219d7f0: Refactor some methods to-nodeinstead and use the new external modules0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.4.4
@backstage/plugin-search@1.4.4
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend@1.4.8
Patch Changes
0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-openapi-utils@0.1.1
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-catalog@0.1.12
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-elasticsearch@1.3.11
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-explore@0.1.12
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-pg@0.5.17
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-module-techdocs@0.1.12
Patch Changes
cc4228e: Switched module ID to use kebab-case.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-techdocs-node@1.11.0
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-backend-node@1.2.12
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-permission-common@0.7.11
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-search-common@1.2.9
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
- @backstage/types@1.1.1
@backstage/plugin-search-react@1.7.4
Patch Changes
a5a0473: Internal refactor of alpha exports due to a change in how extension factories are defined.84dabc5: Removed@backstage/frontend-app-apidependency.5814122: Updated/alphaexports to fit new naming patterns.6f280fa: Capture analytics even when number of results is not available, since the total result count is not something that is always available for all search engines and configurations.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-sentry@0.5.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-shortcuts@0.3.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
@backstage/plugin-sonarqube@0.7.10
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-sonarqube-react@0.1.11
- @backstage/catalog-model@1.4.3
@backstage/plugin-sonarqube-backend@0.2.10
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-sonarqube-react@0.1.11
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/catalog-model@1.4.3
@backstage/plugin-splunk-on-call@0.4.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-stack-overflow@0.1.23
Patch Changes
5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/plugin-home-react@0.1.6
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-stack-overflow-backend@0.2.12
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-stackstorm@0.1.9
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/errors@1.2.3
@backstage/plugin-tech-insights@0.3.20
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend@0.5.22
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-tech-insights-node@0.4.14
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-tech-insights-node@0.4.14
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-node@0.4.14
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-radar@0.6.11
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@backstage/plugin-techdocs@1.9.2
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-search-react@1.7.4
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/plugin-techdocs-react@1.1.14
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-techdocs-addons-test-utils@1.0.25
Patch Changes
3f354e6: Move@testing-library/reactto be apeerDependency5d79682: Remove unnecessary catalog dependency- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-catalog@1.16.0
- @backstage/core-app-api@1.11.2
- @backstage/test-utils@1.4.6
- @backstage/plugin-techdocs@1.9.2
- @backstage/plugin-search-react@1.7.4
- @backstage/integration-react@1.1.22
- @backstage/plugin-techdocs-react@1.1.14
@backstage/plugin-techdocs-backend@1.9.1
Patch Changes
a402644: Regenerates a fresh token for each call to the search index when collating techdocs.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/catalog-client@1.5.0
- @backstage/integration@1.8.0
- @backstage/plugin-techdocs-node@1.11.0
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-search-backend-module-techdocs@0.1.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-search-common@1.2.9
@backstage/plugin-techdocs-module-addons-contrib@1.1.3
Patch Changes
a518c5a: Updated dependency@react-hookz/webto^23.0.0.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/integration@1.8.0
- @backstage/integration-react@1.1.22
- @backstage/plugin-techdocs-react@1.1.14
@backstage/plugin-techdocs-react@1.1.14
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/plugin-todo@0.2.32
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-todo-backend@0.3.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/backend-openapi-utils@0.1.1
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-user-settings@0.7.14
Patch Changes
03d0b6d: TheconvertLegacyRouteRefutility used by the alpha exports is now imported from@backstage/core-compat-api.a1227cc: Wrap/alphaexport extension elements in backwards compatibility wrapper.5814122: Updated/alphaexports to fit new naming patterns.8f5d6c1: Updates to the/alphaexports to match the extension input wrapping change.36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.fb8f3bd: Updated alpha translation message keys to use nested format and camel case.- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-user-settings-backend@0.2.7
Patch Changes
2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-vault@0.1.23
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-vault-backend@0.4.1
Patch Changes
b7de76a: Updated to test using PostgreSQL 12 and 16- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/backend-tasks@0.5.13
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-vault-node@0.1.1
@backstage/plugin-vault-node@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.8
@backstage/plugin-xcmetrics@0.2.46
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/errors@1.2.3
example-app@0.2.90
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-app-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/plugin-api-docs@0.10.2
- @backstage/core-components@0.13.9
- @backstage/cli@0.25.0
- @backstage/theme@0.5.0
- @backstage/plugin-scaffolder@1.17.0
- @backstage/plugin-home@0.6.0
- @backstage/plugin-catalog@1.16.0
- @backstage/plugin-scaffolder-react@1.7.0
- @backstage/plugin-kubernetes@0.11.3
- @backstage/plugin-org@0.6.18
- @backstage/plugin-github-actions@0.6.9
- @backstage/plugin-azure-devops@0.3.10
- @backstage/core-app-api@1.11.2
- @backstage/plugin-lighthouse@0.4.13
- @backstage/plugin-explore@0.4.14
- @backstage/plugin-catalog-import@0.10.4
- @backstage/plugin-user-settings@0.7.14
- @backstage/plugin-tech-radar@0.6.11
- @backstage/plugin-graphiql@0.3.1
- @backstage/plugin-techdocs@1.9.2
- @backstage/plugin-search@1.4.4
- @backstage/plugin-search-react@1.7.4
- @backstage/plugin-stack-overflow@0.1.23
- @backstage/plugin-adr@0.6.11
- @backstage/plugin-gcp-projects@0.3.44
- @backstage/plugin-techdocs-module-addons-contrib@1.1.3
- @backstage/plugin-pagerduty@0.7.0
- @backstage/app-defaults@1.4.6
- @backstage/integration-react@1.1.22
- @backstage/plugin-airbrake@0.3.28
- @backstage/plugin-apache-airflow@0.2.18
- @backstage/plugin-azure-sites@0.1.17
- @backstage/plugin-badges@0.2.52
- @backstage/plugin-catalog-graph@0.3.2
- @backstage/plugin-catalog-unprocessed-entities@0.1.6
- @backstage/plugin-cloudbuild@0.3.28
- @backstage/plugin-code-coverage@0.2.21
- @backstage/plugin-cost-insights@0.12.17
- @backstage/plugin-devtools@0.1.7
- @backstage/plugin-dynatrace@8.0.2
- @backstage/plugin-entity-feedback@0.2.11
- @backstage/plugin-gcalendar@0.3.21
- @backstage/plugin-gocd@0.1.34
- @backstage/plugin-jenkins@0.9.3
- @backstage/plugin-kafka@0.3.28
- @backstage/plugin-kubernetes-cluster@0.0.4
- @backstage/plugin-linguist@0.1.13
- @backstage/plugin-microsoft-calendar@0.1.10
- @backstage/plugin-newrelic@0.3.43
- @backstage/plugin-newrelic-dashboard@0.3.3
- @backstage/plugin-nomad@0.1.9
- @backstage/plugin-octopus-deploy@0.2.10
- @backstage/plugin-permission-react@0.4.18
- @backstage/plugin-playlist@0.2.2
- @backstage/plugin-puppetdb@0.1.11
- @backstage/plugin-rollbar@0.4.28
- @backstage/plugin-sentry@0.5.13
- @backstage/plugin-shortcuts@0.3.17
- @backstage/plugin-stackstorm@0.1.9
- @backstage/plugin-tech-insights@0.3.20
- @backstage/plugin-techdocs-react@1.1.14
- @backstage/plugin-todo@0.2.32
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.9
example-app-next@0.0.4
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.1.0
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/frontend-app-api@0.4.0
- @backstage/plugin-catalog-react@1.9.2
- @backstage/plugin-api-docs@0.10.2
- @backstage/core-components@0.13.9
- @backstage/cli@0.25.0
- @backstage/theme@0.5.0
- @backstage/plugin-scaffolder@1.17.0
- @backstage/plugin-home@0.6.0
- @backstage/plugin-catalog@1.16.0
- @backstage/plugin-scaffolder-react@1.7.0
- @backstage/plugin-kubernetes@0.11.3
- @backstage/plugin-org@0.6.18
- @backstage/plugin-github-actions@0.6.9
- @backstage/plugin-azure-devops@0.3.10
- @backstage/core-app-api@1.11.2
- @backstage/plugin-lighthouse@0.4.13
- @backstage/plugin-explore@0.4.14
- @backstage/plugin-catalog-import@0.10.4
- @backstage/plugin-user-settings@0.7.14
- @backstage/plugin-tech-radar@0.6.11
- @backstage/plugin-graphiql@0.3.1
- @backstage/plugin-techdocs@1.9.2
- @backstage/plugin-search@1.4.4
- @backstage/plugin-search-react@1.7.4
- @backstage/plugin-adr@0.6.11
- @backstage/plugin-gcp-projects@0.3.44
- @backstage/plugin-techdocs-module-addons-contrib@1.1.3
- @backstage/plugin-pagerduty@0.7.0
- @backstage/app-defaults@1.4.6
- @backstage/integration-react@1.1.22
- @backstage/plugin-airbrake@0.3.28
- @backstage/plugin-apache-airflow@0.2.18
- @backstage/plugin-azure-sites@0.1.17
- @backstage/plugin-badges@0.2.52
- @backstage/plugin-catalog-graph@0.3.2
- @backstage/plugin-catalog-unprocessed-entities@0.1.6
- @backstage/plugin-cloudbuild@0.3.28
- @backstage/plugin-code-coverage@0.2.21
- @backstage/plugin-cost-insights@0.12.17
- @backstage/plugin-devtools@0.1.7
- @backstage/plugin-dynatrace@8.0.2
- @backstage/plugin-entity-feedback@0.2.11
- @backstage/plugin-gcalendar@0.3.21
- @backstage/plugin-gocd@0.1.34
- @backstage/plugin-jenkins@0.9.3
- @backstage/plugin-kafka@0.3.28
- @backstage/plugin-linguist@0.1.13
- @backstage/plugin-microsoft-calendar@0.1.10
- @backstage/plugin-newrelic@0.3.43
- @backstage/plugin-newrelic-dashboard@0.3.3
- @backstage/plugin-octopus-deploy@0.2.10
- @backstage/plugin-permission-react@0.4.18
- @backstage/plugin-playlist@0.2.2
- @backstage/plugin-puppetdb@0.1.11
- @backstage/plugin-rollbar@0.4.28
- @backstage/plugin-sentry@0.5.13
- @backstage/plugin-shortcuts@0.3.17
- @backstage/plugin-stackstorm@0.1.9
- @backstage/plugin-tech-insights@0.3.20
- @backstage/plugin-techdocs-react@1.1.14
- @backstage/plugin-todo@0.2.32
- @backstage/plugin-visualizer@0.0.1
- app-next-example-plugin@0.0.4
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.19
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.9
app-next-example-plugin@0.0.4
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
example-backend@0.2.90
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.20.1
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/plugin-techdocs-backend@1.9.1
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-azure-devops-backend@0.5.0
- @backstage/plugin-scaffolder-backend@1.19.2
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-lighthouse-backend@0.4.0
- @backstage/plugin-kubernetes-backend@0.14.0
- @backstage/integration@1.8.0
- @backstage/plugin-azure-sites-backend@0.1.18
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-backend@0.5.31
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-playlist-backend@0.3.12
- @backstage/plugin-permission-node@0.7.19
- @backstage/plugin-search-backend@1.4.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5
- @backstage/plugin-search-backend-module-elasticsearch@1.3.11
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.5
- @backstage/plugin-search-backend-module-techdocs@0.1.12
- @backstage/plugin-search-backend-module-catalog@0.1.12
- @backstage/plugin-search-backend-module-explore@0.1.12
- @backstage/plugin-search-backend-module-pg@0.5.17
- @backstage/plugin-events-backend@0.2.17
- example-app@0.2.90
- @backstage/plugin-adr-backend@0.4.5
- @backstage/plugin-app-backend@0.3.56
- @backstage/plugin-badges-backend@0.3.5
- @backstage/plugin-code-coverage-backend@0.2.22
- @backstage/plugin-devtools-backend@0.2.5
- @backstage/plugin-entity-feedback-backend@0.2.5
- @backstage/plugin-explore-backend@0.0.18
- @backstage/plugin-jenkins-backend@0.3.2
- @backstage/plugin-kafka-backend@0.3.6
- @backstage/plugin-linguist-backend@0.5.5
- @backstage/plugin-nomad-backend@0.1.10
- @backstage/plugin-proxy-backend@0.4.6
- @backstage/plugin-rollbar-backend@0.1.53
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9
- @backstage/plugin-scaffolder-backend-module-rails@0.4.25
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/plugin-tech-insights-backend@0.5.22
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40
- @backstage/plugin-tech-insights-node@0.4.14
- @backstage/plugin-todo-backend@0.3.6
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.17
- @backstage/plugin-search-common@1.2.9
example-backend-next@0.0.18
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1
- @backstage/plugin-techdocs-backend@1.9.1
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/plugin-azure-devops-backend@0.5.0
- @backstage/plugin-scaffolder-backend@1.19.2
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-lighthouse-backend@0.4.0
- @backstage/plugin-kubernetes-backend@0.14.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-backend@0.5.31
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-playlist-backend@0.3.12
- @backstage/plugin-permission-node@0.7.19
- @backstage/plugin-search-backend@1.4.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.5
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.5
- @backstage/plugin-search-backend-module-techdocs@0.1.12
- @backstage/plugin-search-backend-module-catalog@0.1.12
- @backstage/plugin-search-backend-module-explore@0.1.12
- @backstage/backend-defaults@0.2.8
- @backstage/plugin-adr-backend@0.4.5
- @backstage/plugin-app-backend@0.3.56
- @backstage/plugin-badges-backend@0.3.5
- @backstage/plugin-catalog-backend-module-openapi@0.1.25
- @backstage/plugin-devtools-backend@0.2.5
- @backstage/plugin-entity-feedback-backend@0.2.5
- @backstage/plugin-jenkins-backend@0.3.2
- @backstage/plugin-linguist-backend@0.5.5
- @backstage/plugin-nomad-backend@0.1.10
- @backstage/plugin-proxy-backend@0.4.6
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/plugin-sonarqube-backend@0.2.10
- @backstage/plugin-todo-backend@0.3.6
- @backstage/backend-plugin-api@0.6.8
@backstage/backend-plugin-manager@0.0.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-catalog-backend@1.16.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/backend-tasks@0.5.13
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-node@0.7.19
- @backstage/cli-node@0.2.1
- @backstage/plugin-events-backend@0.2.17
- @backstage/plugin-search-backend-node@1.2.12
- @backstage/backend-plugin-api@0.6.8
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.17
- @backstage/plugin-search-common@1.2.9
e2e-test@0.2.10
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.8
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
techdocs-cli-embedded-app@0.2.89
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/cli@0.25.0
- @backstage/theme@0.5.0
- @backstage/plugin-catalog@1.16.0
- @backstage/core-app-api@1.11.2
- @backstage/test-utils@1.4.6
- @backstage/plugin-techdocs@1.9.2
- @backstage/app-defaults@1.4.6
- @backstage/integration-react@1.1.22
- @backstage/plugin-techdocs-react@1.1.14
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@internal/plugin-todo-list@1.0.20
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
@internal/plugin-todo-list-backend@1.0.20
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@internal/plugin-todo-list-common@1.0.16
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.11
@backstage/plugin-visualizer@0.0.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0