Merge branch 'backstage:master' into custom_auth_connector

This commit is contained in:
Gasan
2025-01-09 09:59:23 +01:00
committed by GitHub
1126 changed files with 46264 additions and 9758 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'yarn-plugin-backstage': patch
---
Use yarn's built-in http utilities for fetching release manifests
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Exported `QuickStartCard` component.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Updated Dockerfile to include `backstage.json` file
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend': patch
---
Updated dependency `@opentelemetry/api` to `^1.9.0`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Updates to allow users to subscribe to the newly created repository within GitHub to mimic similar functionality found within the GitHub UI.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
If the Backstage yarn plugin is installed, it will now be automatically updated as part of `versions:bump`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fixed incompatible `@typescript-eslint` versions with current `eslint@8.x.x`
-44
View File
@@ -1,44 +0,0 @@
---
'@backstage/plugin-home': patch
---
Added a new Quick Start Card to `plugin-home`, which can display basic info to get users the info they need to onboard to the Catalog.
```
import { QuickStartCard } from '@backstage/plugin-home';
<QuickStartCard
title="Onboarding to the Catalog"
modalTitle="Onboarding Quick Start"
docsLinkTitle="Learn more with getting started docs"
docsLink="https://backstage.io/docs/getting-started"
image={
<img
src={ContentImage}
alt="quick start"
width="100%"
height="100%"
/>
}
cardDescription="Backstage system model will help you create new entities"
video={
<video
controls
preload="auto"
poster={"./videoPoster.png"}
>
<source src={"OnboardingDemo.mp4"} type="video/mp4" />
</video>
}
downloadImage={
<Button
href={QuickStartPDF}
target={'_blank'}
download={true}
>
Download infographic button
</Button>
}
/>
```
See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-quickstartcard--default)
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/cli': patch
---
Remove special-casing for `@types` packages when generating dependency entries
during templating
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Updated the template to use `@backstage/cli/config/prettier` instead of `@spotify/prettier-config`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Export `PluginTokenHandler` and `pluginTokenHandlerDecoratorServiceRef` to allow for custom decoration of the plugin token handler without having to re-implement the entire handler.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-openapi': patch
---
Refactor to no longer use backend-common
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Pass in a default schedule to the `GithubEntityProvider` if none is provided
-18
View File
@@ -1,18 +0,0 @@
---
'@backstage/backend-defaults': minor
'@backstage/backend-test-utils': minor
---
**BREAKING** Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.
This is a breaking change for clients using the `redis` store for cache with `useRedisSets` option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.
If you were using `useRedisSets` option in configuration make sure to remove it from `app-config.yaml`:
```diff
backend:
cache:
store: redis
connection: redis://user:pass@cache.example.com:6379
- useRedisSets: false
```
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
'@backstage/plugin-devtools-backend': patch
---
Remove the error handler middleware, since that is now provided by the framework
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': minor
---
Add the integration for Azure blob storage to read the credentials to access the storage account and provide the default credential provider.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-signals-backend': minor
---
Removed support for the old backend system. If you were using the old `createRouter` export, please migrate to [the new backend system](https://backstage.io/docs/backend-system/).
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/core-app-api': patch
'@backstage/plugin-app': patch
---
The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Export `DefaultHttpAuthService` to allow for custom token extraction logic.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Update the ElasticSearchSearchEngine translator to handle phrase searches.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/backend-defaults': patch
---
Go back to using `node-fetch` for gitlab
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder-backend': minor
'@backstage/plugin-scaffolder-node': patch
---
Added the ability to use `${{ context.task.id }}` in nunjucks templating, as well as `ctx.task.id` in actions to get the current task ID.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Deprecate old-backend-system `IncrementalCatalogBuilder`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-ldap': minor
---
Updated fix for ldap entity mapping which doesn't require extra config setting of dnCaseSensitive
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue causing the `EntityOwnerPicker` to reset scrolling when more elements are loaded.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Log request and response metadata so it can be used for filtering log messages.
The format of the request date was also changed from `clf` to `utc`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': minor
---
Implemented `AzureBlobStorageUrlReader` to read from the url of committed location from the entity provider
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-node': patch
---
Improved error forwarding for OAuth refresh endpoints
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-common': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Experimental support for `formDecorators` to enable secret collection and mutations to the parameters for scaffolder tasks
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-app-api': patch
---
Removed unused `express` dependencies.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-search-backend-module-techdocs': patch
'@backstage/plugin-search-backend-module-catalog': patch
'@backstage/plugin-search-backend-module-explore': patch
---
Update README
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Allow passing down `withSearch` prop to `EntityTechdocsContent` component since it was `true` by default, now user can use the `EntityTechdocsContent` component _without_ showing the search field on top of the content.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fix a bug where sometimes the `by-query` endpoint could return nulls for entities that were not yet stitched.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend-module-email': patch
---
Added more examples of the plugin configuration
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': patch
---
Fixed a bug where config would not be injected on the `/` and `/index.html` paths.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/release-manifests': patch
---
Switch to native fetch for loading release manifests
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-search-react': patch
'@backstage/plugin-search': patch
---
Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Add task metrics as two gauges that track the last start and end timestamps as epoch seconds.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-node': minor
---
Updated the `catalogServiceMock` return type to match both `CatalogService` and `CatalogApi`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Generated OpenAPI clients now support paths with tags.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Compute deltas more efficiently, which generally leads to less wasted processing cycles
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-module-catalog': patch
---
Internal refactor to use cursor based pagination
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-events-node': patch
---
Clarified purpose of subscriber ID in TSDoc for `EventsServiceSubscribeOptions`.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': minor
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder-node': patch
'@backstage/plugin-scaffolder': patch
---
Added the autocomplete feature to GitlabRepoUrlPicker
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Fix issue with `jwks` endpoint returning invalid data with `firestore`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fix catalog filtering to allow searching entities by display name
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Corrected spelling mistake in error message
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-techdocs-backend': patch
---
fix(config): add missing parameters in config schema
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fix field extension validation not working when field is in dependencies in an array field
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/core-plugin-api': patch
'@backstage/types': patch
---
Move `Expand` and `ExpandRecursive` to `@backstage/types`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli-node': patch
---
add PackageManager and Lockfile interfaces for future use
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/config-loader': patch
'@backstage/backend-defaults': patch
---
Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue where the `<EntityListProvider />` in `offset` mode would unnecessarily re-fetch data when the filter didn't change, causing a flicker effect.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Be more aggressive in dequeueing entities for stitching
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-catalog-backend-module-gitlab-org': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-permission-node': patch
'@backstage/plugin-events-backend': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-node': patch
---
Remove some internal usages of the backend-common package
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': minor
---
Fix invalid path and malformed flags bugs in api-reports.ts
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/catalog-client': minor
'@backstage/plugin-catalog-backend': minor
'@backstage/plugin-events-backend': minor
'@backstage/plugin-search-backend': minor
---
Internal updates to generated code.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend': patch
---
Remove `@backstage/backend-common` dependency
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-auth-node': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-signals-backend': patch
---
Restrict `@types/express` version range from `*` to `^4.17.6`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Correctly report stitching queue length
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-events-backend': patch
'@backstage/plugin-events-node': patch
---
Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:
```yaml
events:
notifyTimeoutMs: 30000
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-devtools-backend': minor
---
**BREAKING** Removed support for what is known as the legacy backend, please use the New Backend System.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Added `-j 2` to `dev` script to help cases where the backend does not start up during local development
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Emit scaffolder events using the optional `EventsService`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-node': patch
---
Make sure that isomorphic git push commands are not proxied.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Support `connection.type: cloudsql` in database client for usage with `@google-cloud/cloud-sql-connector` and `iam` auth
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Add fs:readdir to scaffolder startup
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Bumped the version range for `html-webpack-plugin` to fix the `htmlPluginExports.getCompilationHooks is not a function` error when using experimental Rspack.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added `@backstage/cli/config/prettier` as a replacement for `@spotify/prettier-config`, but with the same configuration.
+218 -260
View File
@@ -2,277 +2,235 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-app": "0.2.103",
"@backstage/app-defaults": "1.5.13",
"example-app-next": "0.0.17",
"app-next-example-plugin": "0.0.17",
"example-backend": "0.0.32",
"@backstage/backend-app-api": "1.0.2",
"@backstage/backend-defaults": "0.5.3",
"example-app": "0.2.104",
"@backstage/app-defaults": "1.5.15",
"example-app-next": "0.0.18",
"app-next-example-plugin": "0.0.18",
"example-backend": "0.0.33",
"@backstage/backend-app-api": "1.1.0",
"@backstage/backend-defaults": "0.6.0",
"@backstage/backend-dev-utils": "0.1.5",
"@backstage/backend-dynamic-feature-service": "0.5.0",
"example-backend-legacy": "0.2.104",
"@backstage/backend-openapi-utils": "0.3.0",
"@backstage/backend-plugin-api": "1.0.2",
"@backstage/backend-test-utils": "1.1.0",
"@backstage/catalog-client": "1.8.0",
"@backstage/catalog-model": "1.7.1",
"@backstage/cli": "0.29.0",
"@backstage/backend-dynamic-feature-service": "0.5.2",
"example-backend-legacy": "0.2.105",
"@backstage/backend-openapi-utils": "0.4.0",
"@backstage/backend-plugin-api": "1.1.0",
"@backstage/backend-test-utils": "1.2.0",
"@backstage/canon": "0.0.0",
"@backstage/catalog-client": "1.9.0",
"@backstage/catalog-model": "1.7.2",
"@backstage/cli": "0.29.4",
"@backstage/cli-common": "0.1.15",
"@backstage/cli-node": "0.2.10",
"@backstage/cli-node": "0.2.11",
"@backstage/codemods": "0.1.52",
"@backstage/config": "1.3.0",
"@backstage/config-loader": "1.9.2",
"@backstage/core-app-api": "1.15.2",
"@backstage/core-compat-api": "0.3.2",
"@backstage/core-components": "0.16.0",
"@backstage/core-plugin-api": "1.10.1",
"@backstage/create-app": "0.5.22",
"@backstage/dev-utils": "1.1.3",
"e2e-test": "0.2.22",
"@backstage/config": "1.3.1",
"@backstage/config-loader": "1.9.3",
"@backstage/core-app-api": "1.15.3",
"@backstage/core-compat-api": "0.3.4",
"@backstage/core-components": "0.16.2",
"@backstage/core-plugin-api": "1.10.2",
"@backstage/create-app": "0.5.23",
"@backstage/dev-utils": "1.1.5",
"e2e-test": "0.2.23",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/errors": "1.2.5",
"@backstage/errors": "1.2.6",
"@backstage/eslint-plugin": "0.1.10",
"@backstage/frontend-app-api": "0.10.1",
"@backstage/frontend-defaults": "0.1.2",
"@internal/frontend": "0.0.3",
"@backstage/frontend-plugin-api": "0.9.1",
"@backstage/frontend-test-utils": "0.2.2",
"@backstage/integration": "1.15.2",
"@backstage/integration-aws-node": "0.1.13",
"@backstage/integration-react": "1.2.1",
"@backstage/frontend-app-api": "0.10.3",
"@backstage/frontend-defaults": "0.1.4",
"@internal/frontend": "0.0.4",
"@backstage/frontend-plugin-api": "0.9.3",
"@backstage/frontend-test-utils": "0.2.4",
"@backstage/integration": "1.16.0",
"@backstage/integration-aws-node": "0.1.14",
"@backstage/integration-react": "1.2.2",
"@internal/opaque": "0.0.1",
"@backstage/release-manifests": "0.0.11",
"@backstage/repo-tools": "0.11.0",
"@internal/scaffolder": "0.0.3",
"@techdocs/cli": "1.8.22",
"techdocs-cli-embedded-app": "0.2.102",
"@backstage/test-utils": "1.7.1",
"@backstage/theme": "0.6.1",
"@backstage/release-manifests": "0.0.12",
"@backstage/repo-tools": "0.12.0",
"@internal/scaffolder": "0.0.4",
"@techdocs/cli": "1.8.24",
"techdocs-cli-embedded-app": "0.2.103",
"@backstage/test-utils": "1.7.3",
"@backstage/theme": "0.6.3",
"@backstage/types": "1.2.0",
"@backstage/version-bridge": "1.0.10",
"yarn-plugin-backstage": "0.0.3",
"@backstage/plugin-api-docs": "0.12.0",
"yarn-plugin-backstage": "0.0.4",
"@backstage/plugin-api-docs": "0.12.2",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.8",
"@backstage/plugin-app": "0.1.2",
"@backstage/plugin-app-backend": "0.4.0",
"@backstage/plugin-app-node": "0.1.27",
"@backstage/plugin-app-visualizer": "0.1.12",
"@backstage/plugin-auth-backend": "0.24.0",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.2",
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.2",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.0",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.2",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.2",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.2",
"@backstage/plugin-auth-backend-module-github-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-google-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.2",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.2",
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.2",
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.4.1",
"@backstage/plugin-auth-node": "0.5.4",
"@backstage/plugin-auth-react": "0.1.8",
"@backstage/plugin-bitbucket-cloud-common": "0.2.25",
"@backstage/plugin-catalog": "1.25.0",
"@backstage/plugin-catalog-backend": "1.28.0",
"@backstage/plugin-catalog-backend-module-aws": "0.4.5",
"@backstage/plugin-catalog-backend-module-azure": "0.2.4",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.2",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.4.2",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.2.4",
"@backstage/plugin-catalog-backend-module-gcp": "0.3.2",
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.4",
"@backstage/plugin-catalog-backend-module-github": "0.7.7",
"@backstage/plugin-catalog-backend-module-github-org": "0.3.4",
"@backstage/plugin-catalog-backend-module-gitlab": "0.5.0",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.3",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.6.0",
"@backstage/plugin-catalog-backend-module-ldap": "0.10.0",
"@backstage/plugin-catalog-backend-module-logs": "0.1.4",
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.4",
"@backstage/plugin-catalog-backend-module-openapi": "0.2.4",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.4",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.2",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.2",
"@backstage/plugin-catalog-common": "1.1.1",
"@backstage/plugin-catalog-graph": "0.4.12",
"@backstage/plugin-catalog-import": "0.12.6",
"@backstage/plugin-catalog-node": "1.14.0",
"@backstage/plugin-catalog-react": "1.14.1",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.10",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.5",
"@backstage/plugin-config-schema": "0.1.61",
"@backstage/plugin-devtools": "0.1.20",
"@backstage/plugin-devtools-backend": "0.4.2",
"@backstage/plugin-devtools-common": "0.1.13",
"@backstage/plugin-events-backend": "0.3.16",
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.5",
"@backstage/plugin-events-backend-module-azure": "0.2.14",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.14",
"@backstage/plugin-events-backend-module-gerrit": "0.2.14",
"@backstage/plugin-events-backend-module-github": "0.2.14",
"@backstage/plugin-events-backend-module-gitlab": "0.2.14",
"@backstage/plugin-events-backend-test-utils": "0.1.38",
"@backstage/plugin-events-node": "0.4.5",
"@internal/plugin-todo-list": "1.0.33",
"@internal/plugin-todo-list-backend": "1.0.33",
"@internal/plugin-todo-list-common": "1.0.22",
"@backstage/plugin-home": "0.8.1",
"@backstage/plugin-home-react": "0.1.19",
"@backstage/plugin-kubernetes": "0.12.0",
"@backstage/plugin-kubernetes-backend": "0.19.0",
"@backstage/plugin-kubernetes-cluster": "0.0.18",
"@backstage/plugin-kubernetes-common": "0.9.0",
"@backstage/plugin-kubernetes-node": "0.2.0",
"@backstage/plugin-kubernetes-react": "0.5.0",
"@backstage/plugin-notifications": "0.4.0",
"@backstage/plugin-notifications-backend": "0.4.3",
"@backstage/plugin-notifications-backend-module-email": "0.3.3",
"@backstage/plugin-notifications-common": "0.0.6",
"@backstage/plugin-notifications-node": "0.2.9",
"@backstage/plugin-org": "0.6.32",
"@backstage/plugin-org-react": "0.1.31",
"@backstage/plugin-permission-backend": "0.5.51",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.2",
"@backstage/plugin-permission-common": "0.8.2",
"@backstage/plugin-permission-node": "0.8.5",
"@backstage/plugin-permission-react": "0.4.28",
"@backstage/plugin-proxy-backend": "0.5.8",
"@backstage/plugin-scaffolder": "1.27.0",
"@backstage/plugin-scaffolder-backend": "1.27.0",
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.2",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.2",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.3",
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-github": "0.5.2",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.6.1",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.3",
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.2",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.2",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.3",
"@backstage/plugin-scaffolder-common": "1.5.7",
"@backstage/plugin-scaffolder-node": "0.6.0",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.15",
"@backstage/plugin-scaffolder-react": "1.14.0",
"@backstage/plugin-search": "1.4.19",
"@backstage/plugin-search-backend": "1.7.0",
"@backstage/plugin-search-backend-module-catalog": "0.2.5",
"@backstage/plugin-search-backend-module-elasticsearch": "1.6.2",
"@backstage/plugin-search-backend-module-explore": "0.2.5",
"@backstage/plugin-search-backend-module-pg": "0.5.38",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.3",
"@backstage/plugin-search-backend-module-techdocs": "0.3.2",
"@backstage/plugin-search-backend-node": "1.3.5",
"@backstage/plugin-search-common": "1.2.15",
"@backstage/plugin-search-react": "1.8.2",
"@backstage/plugin-signals": "0.0.12",
"@backstage/plugin-signals-backend": "0.2.3",
"@backstage/plugin-signals-node": "0.1.14",
"@backstage/plugin-signals-react": "0.0.7",
"@backstage/plugin-techdocs": "1.11.1",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.41",
"@backstage/plugin-techdocs-backend": "1.11.2",
"@backstage/plugin-app": "0.1.4",
"@backstage/plugin-app-backend": "0.4.3",
"@backstage/plugin-app-node": "0.1.28",
"@backstage/plugin-app-visualizer": "0.1.14",
"@backstage/plugin-auth-backend": "0.24.1",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.3",
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.3",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.3",
"@backstage/plugin-auth-backend-module-github-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-google-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.3",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.3",
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.2.3",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.4.2",
"@backstage/plugin-auth-node": "0.5.5",
"@backstage/plugin-auth-react": "0.1.10",
"@backstage/plugin-bitbucket-cloud-common": "0.2.26",
"@backstage/plugin-catalog": "1.26.0",
"@backstage/plugin-catalog-backend": "1.29.0",
"@backstage/plugin-catalog-backend-module-aws": "0.4.6",
"@backstage/plugin-catalog-backend-module-azure": "0.3.0",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.3",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.4.3",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.3.0",
"@backstage/plugin-catalog-backend-module-gcp": "0.3.3",
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.5",
"@backstage/plugin-catalog-backend-module-github": "0.7.8",
"@backstage/plugin-catalog-backend-module-github-org": "0.3.5",
"@backstage/plugin-catalog-backend-module-gitlab": "0.6.0",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.4",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.6.1",
"@backstage/plugin-catalog-backend-module-ldap": "0.11.0",
"@backstage/plugin-catalog-backend-module-logs": "0.1.5",
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.5",
"@backstage/plugin-catalog-backend-module-openapi": "0.2.5",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.5",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.3",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.3",
"@backstage/plugin-catalog-common": "1.1.2",
"@backstage/plugin-catalog-graph": "0.4.14",
"@backstage/plugin-catalog-import": "0.12.8",
"@backstage/plugin-catalog-node": "1.15.0",
"@backstage/plugin-catalog-react": "1.15.0",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.12",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.6",
"@backstage/plugin-config-schema": "0.1.63",
"@backstage/plugin-devtools": "0.1.22",
"@backstage/plugin-devtools-backend": "0.5.0",
"@backstage/plugin-devtools-common": "0.1.14",
"@backstage/plugin-events-backend": "0.4.0",
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.6",
"@backstage/plugin-events-backend-module-azure": "0.2.15",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.15",
"@backstage/plugin-events-backend-module-gerrit": "0.2.15",
"@backstage/plugin-events-backend-module-github": "0.2.15",
"@backstage/plugin-events-backend-module-gitlab": "0.2.15",
"@backstage/plugin-events-backend-test-utils": "0.1.39",
"@backstage/plugin-events-node": "0.4.6",
"@internal/plugin-todo-list": "1.0.34",
"@internal/plugin-todo-list-backend": "1.0.34",
"@internal/plugin-todo-list-common": "1.0.23",
"@backstage/plugin-home": "0.8.3",
"@backstage/plugin-home-react": "0.1.21",
"@backstage/plugin-kubernetes": "0.12.2",
"@backstage/plugin-kubernetes-backend": "0.19.1",
"@backstage/plugin-kubernetes-cluster": "0.0.20",
"@backstage/plugin-kubernetes-common": "0.9.1",
"@backstage/plugin-kubernetes-node": "0.2.1",
"@backstage/plugin-kubernetes-react": "0.5.2",
"@backstage/plugin-notifications": "0.5.0",
"@backstage/plugin-notifications-backend": "0.5.0",
"@backstage/plugin-notifications-backend-module-email": "0.3.4",
"@backstage/plugin-notifications-common": "0.0.7",
"@backstage/plugin-notifications-node": "0.2.10",
"@backstage/plugin-org": "0.6.34",
"@backstage/plugin-org-react": "0.1.33",
"@backstage/plugin-permission-backend": "0.5.52",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.3",
"@backstage/plugin-permission-common": "0.8.3",
"@backstage/plugin-permission-node": "0.8.6",
"@backstage/plugin-permission-react": "0.4.29",
"@backstage/plugin-proxy-backend": "0.5.9",
"@backstage/plugin-scaffolder": "1.27.2",
"@backstage/plugin-scaffolder-backend": "1.28.0",
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.5",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.4",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.5",
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-github": "0.5.4",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.7.0",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.5",
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.4",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.4",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.5",
"@backstage/plugin-scaffolder-common": "1.5.8",
"@backstage/plugin-scaffolder-node": "0.6.2",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.17",
"@backstage/plugin-scaffolder-react": "1.14.2",
"@backstage/plugin-search": "1.4.21",
"@backstage/plugin-search-backend": "1.8.0",
"@backstage/plugin-search-backend-module-catalog": "0.2.6",
"@backstage/plugin-search-backend-module-elasticsearch": "1.6.3",
"@backstage/plugin-search-backend-module-explore": "0.2.6",
"@backstage/plugin-search-backend-module-pg": "0.5.39",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.4",
"@backstage/plugin-search-backend-module-techdocs": "0.3.4",
"@backstage/plugin-search-backend-node": "1.3.6",
"@backstage/plugin-search-common": "1.2.16",
"@backstage/plugin-search-react": "1.8.4",
"@backstage/plugin-signals": "0.0.14",
"@backstage/plugin-signals-backend": "0.2.4",
"@backstage/plugin-signals-node": "0.1.15",
"@backstage/plugin-signals-react": "0.0.8",
"@backstage/plugin-techdocs": "1.12.0",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.43",
"@backstage/plugin-techdocs-backend": "1.11.4",
"@backstage/plugin-techdocs-common": "0.1.0",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.17",
"@backstage/plugin-techdocs-node": "1.12.13",
"@backstage/plugin-techdocs-react": "1.2.10",
"@backstage/plugin-user-settings": "0.8.15",
"@backstage/plugin-user-settings-backend": "0.2.27",
"@backstage/plugin-user-settings-common": "0.0.1",
"@backstage/canon": "0.0.0"
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.19",
"@backstage/plugin-techdocs-node": "1.12.15",
"@backstage/plugin-techdocs-react": "1.2.12",
"@backstage/plugin-user-settings": "0.8.17",
"@backstage/plugin-user-settings-backend": "0.2.28",
"@backstage/plugin-user-settings-common": "0.0.1"
},
"changesets": [
"beige-chicken-type",
"brave-maps-deliver",
"brown-monkeys-ring",
"chatty-weeks-impress",
"cold-icons-worry",
"cold-jeans-stare",
"cuddly-chicken-wink",
"cuddly-schools-scream",
"curly-hats-tell",
"cyan-rocks-divide",
"dry-needles-taste",
"empty-bugs-deliver",
"empty-ways-push",
"fast-cheetahs-deliver",
"few-colts-train",
"few-pillows-remember",
"five-goats-travel",
"fluffy-cobras-sort",
"fluffy-falcons-shout",
"fluffy-zebras-cheer",
"forty-apples-complain",
"friendly-dots-thank",
"gold-stingrays-cross",
"great-buttons-cross",
"happy-forks-listen",
"healthy-years-begin",
"heavy-needles-poke",
"honest-hornets-double",
"hungry-hairs-wait",
"itchy-rats-pump",
"khaki-ladybugs-swim",
"khaki-shrimps-tease",
"lazy-pants-attack",
"lazy-years-float",
"mean-shirts-design",
"neat-insects-cough",
"new-pandas-perform",
"new-rules-teach",
"odd-apples-explain",
"odd-worms-peel",
"old-taxis-exist",
"olive-berries-jump",
"orange-coins-confess",
"orange-moles-kick",
"pink-bees-shake",
"pink-pets-jump",
"polite-foxes-buy",
"poor-hounds-jump",
"popular-donkeys-rhyme",
"real-shirts-cry",
"renovate-998a490",
"renovate-a5f3bd6",
"rich-beers-eat",
"rollup-fix-forward",
"rollup-release-borked-packages",
"seven-bulldogs-count",
"short-baboons-search",
"shy-teachers-count",
"silent-pigs-collect",
"sixty-shirts-rescue",
"slow-horses-destroy",
"slow-singers-jump",
"spotty-shoes-exercise",
"stale-rats-tease",
"strong-papayas-remember",
"swift-kangaroos-drop",
"tall-comics-heal",
"ten-keys-nail",
"thick-items-bathe",
"tiny-mice-run",
"twenty-parents-judge",
"violet-snakes-laugh",
"warm-pumpkins-bathe",
"weak-avocados-suffer",
"weak-meals-doubt",
"wet-rats-exist",
"young-carrots-collect",
"young-months-admire"
"big-seals-drum",
"breezy-coats-sort",
"calm-tigers-boil",
"create-app-1735034814",
"create-app-1736262177",
"cuddly-lions-knock",
"cyan-frogs-count",
"dry-hounds-study",
"famous-balloons-punch",
"famous-dryers-protect",
"gentle-deers-return",
"gorgeous-zebras-tan",
"khaki-fireants-begin",
"lemon-students-care",
"light-wasps-unite",
"little-scissors-fold",
"long-parrots-hide",
"metal-ravens-hammer",
"nasty-pears-taste",
"nervous-bottles-occur",
"nice-waves-count",
"orange-icons-sell",
"quick-poems-cover",
"red-hotels-sneeze",
"renovate-dcf1169",
"rich-penguins-stare",
"rich-vans-hope",
"shiny-walls-press",
"silly-bottles-raise",
"smart-plants-sip",
"spicy-tomatoes-hammer",
"strong-students-beg",
"tall-actors-clap",
"twenty-laws-tie",
"two-wasps-mix",
"weak-frogs-nail"
]
}
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-search-backend-module-catalog': minor
---
**BREAKING**: Removed support for the old backend system. Please [migrate to the new backend system](https://backstage.io/docs/backend-system/) and enable [the catalog collator](https://backstage.io/docs/features/search/collators#catalog) there.
As part of this, the `/alpha` export path is gone too. Just import the module from the root of the package as usual instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli-node': patch
---
Internal refactor
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Fixing spelling mistake in translation
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Updated dependency `flatted` to `3.3.2`.
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.23.1`.
Updated dependency `@rjsf/core` to `5.23.1`.
Updated dependency `@rjsf/material-ui` to `5.23.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.23.1`.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.23.2`.
Updated dependency `@rjsf/core` to `5.23.2`.
Updated dependency `@rjsf/material-ui` to `5.23.2`.
Updated dependency `@rjsf/validator-ajv8` to `5.23.2`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Wire up the events together in the new backend system
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fixed scaffolder form fields not resolving correctly in the `useCustomFieldExtensions` hook.
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/backend-dynamic-feature-service': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-node': patch
---
Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Update `rollup` to avoid issues with build output when running `backstage-cli package build`.
@@ -1,12 +0,0 @@
---
'@backstage/cli': patch
'@backstage/frontend-plugin-api': patch
'@backstage/repo-tools': patch
'@backstage/theme': patch
'@backstage/plugin-app': patch
'@backstage/plugin-catalog-backend-module-ldap': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-techdocs-node': patch
---
Fixed a bug that caused missing code in published packages.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add support for `--output-file` option from ESLint to `package lint` and `repo lint` commands.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-defaults': minor
---
Ensure that an error handler middleware exists at the end of each plugin `httpRouter` handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.
If you were using the standard `MiddlewareFactory` just to put an `error` middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': minor
---
All middleware used by the default `coreServices.http` is now exported for use by custom implementations.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': minor
---
**BREAKING**: Upgraded the `gitbeaker` library to version 41. As part of this, the `scopes` parameter to the `gitlab:projectDeployToken:create` is no longer optional, so you will have to pass it a value (for example `['read_repository']`).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-node': patch
---
Removed unnecessary dependency on `@backstage/backend-defaults`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Improved concurrency of the `entities` endpoint when using the streamed query mode behind the `catalog.disableRelationsCompatibility` flag.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Remove backend-common package from incremental-ingestion plugin and update related code
-41
View File
@@ -1,41 +0,0 @@
---
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
'@backstage/plugin-auth-backend-module-bitbucket-server-provider': patch
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-scaffolder-backend-module-gerrit': patch
'@backstage/plugin-scaffolder-backend-module-sentry': patch
'@backstage/plugin-catalog-backend-module-puppetdb': patch
'@backstage/plugin-scaffolder-backend-module-gitea': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-search-backend-module-techdocs': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/plugin-search-backend-module-explore': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-node': patch
'@backstage/plugin-permission-backend': patch
'@backstage/backend-app-api': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-signals-backend': patch
'@backstage/config-loader': patch
'@backstage/plugin-proxy-backend': patch
'@backstage/plugin-auth-backend': patch
'@backstage/create-app': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-node': patch
'@backstage/cli': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
---
Use native fetch instead of node-fetch
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
'@backstage/plugin-kubernetes-backend': patch
---
Create a `dev/index.ts` entrypoint for `yarn start`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
Fetch all facets in a single database query
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Fix typo in default path of api docs definition route
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Removed the long-deprecated `DefaultCatalogCollatorFactory` and `DefaultCatalogCollatorFactoryOptions` exports, which now no longer exist in the search plugin's offerings. If you were using these, you want to migrate to [the new backend system](https://backstage.io/docs/backend-system/) and use the [catalog collator](https://backstage.io/docs/features/search/collators#catalog) directly.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Support changing location keys on existing entities, in delta mutations
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-google-provider': patch
---
Pass through `includeGrantedScopes` in order to persist scopes across refresh calls
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue where the `EntityOwnerPicker` component failed to load when the `mode` prop was set to `owners-only`. In this mode, the `EntityOwnerPicker` does not load details about the owners, such as `displayName` or `title`. To display these details, use `mode=all` instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Fix link styling in ProvidedApisCard component so it aligns with other card components.

Some files were not shown because too many files have changed in this diff Show More