Merge branch 'master' into fix/logstream-deprecation-executeShellCmd
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'yarn-plugin-backstage': patch
|
||||
---
|
||||
|
||||
Use yarn's built-in http utilities for fetching release manifests
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated Dockerfile to include `backstage.json` file
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@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`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
If the Backstage yarn plugin is installed, it will now be automatically updated as part of `versions:bump`.
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
'@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)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The check for `react-dom/client` in the Jest configuration will now properly always run from the target directory.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/backend-defaults': minor
|
||||
---
|
||||
|
||||
Added a new `backend.health.headers` configuration that can be used to set additional headers to include in health check responses.
|
||||
|
||||
**BREAKING CONSUMERS**: As part of this change the `createHealthRouter` function exported from `@backstage/backend-defaults/rootHttpRouter` now requires the root config service to be passed through the `config` option.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Remove special-casing for `@types` packages when generating dependency entries
|
||||
during templating
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated the template to use `@backstage/cli/config/prettier` instead of `@spotify/prettier-config`.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': minor
|
||||
'@backstage/backend-defaults': minor
|
||||
---
|
||||
|
||||
Throttles Bitbucket Server API calls
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Pass in a default schedule to the `GithubEntityProvider` if none is provided
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
'@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
|
||||
```
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-node': patch
|
||||
---
|
||||
|
||||
Fixed an issue where subscribing to events threw an error and gave up too easily. Calling the subscribe method will cause the background polling loop to keep trying to connect to the events backend, even if the initial request fails.
|
||||
|
||||
By default the events service will attempt to publish and subscribe to events from the events bus API in the events backend, but if it fails due to the events backend not being installed, it will bail and never try calling the API again. There is now a new `events.useEventBus` configuration and option for the `DefaultEventsService` that lets you control this behavior. You can set it to `'never'` to disabled API calls to the events backend completely, or `'always'` to never allow it to be disabled.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Perform the by-query count inlined with the main query
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
The user and plugin token verification in the default `AuthService` implementation will no longer forward verification errors to the caller, and instead log them as warnings.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Adds an optional columns attribute to HasSubdomainsCardProps and changes its default columns
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Export `DefaultHttpAuthService` to allow for custom token extraction logic.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Use a join based strategy for filtering, when having small page sizes
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Update the ElasticSearchSearchEngine translator to handle phrase searches.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
---
|
||||
|
||||
Deprecate old-backend-system `IncrementalCatalogBuilder`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-ldap': minor
|
||||
---
|
||||
|
||||
Updated fix for ldap entity mapping which doesn't require extra config setting of dnCaseSensitive
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed an issue causing the `EntityOwnerPicker` to reset scrolling when more elements are loaded.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Implement `/entities` in terms of `queryEntities` to not run into memory and performance problems on large catalogs
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@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`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': minor
|
||||
---
|
||||
|
||||
Implemented `AzureBlobStorageUrlReader` to read from the url of committed location from the entity provider
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Improved error forwarding for OAuth refresh endpoints
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@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
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Removed unused `express` dependencies.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the `filter` setting of the collator was not permitted to be an array.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
The default `authServiceFactory` now correctly depends on the plugin scoped `Logger` services rather than the root scoped one.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
---
|
||||
|
||||
Update README
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Use a faster count method on pg when computing some metrics
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fix a bug where sometimes the `by-query` endpoint could return nulls for entities that were not yet stitched.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
The --no-node-snapshot check needs to be done against process.execArgv instead of process.argv
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
Fixed a bug where config would not be injected on the `/` and `/index.html` paths.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
The `RootLifecycleService` now has a new `addBeforeShutdownHook` method, and hooks added through this method will run immediately when a termination event is received.
|
||||
|
||||
The backend will not proceed with the shutdown and run the `Shutdown` hooks until all `BeforeShutdown` hooks have completed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix issue with form state not refreshing when updating
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/release-manifests': patch
|
||||
---
|
||||
|
||||
Switch to native fetch for loading release manifests
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': minor
|
||||
'@backstage/plugin-auth-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The AWS ALB `fullProfile` will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': minor
|
||||
---
|
||||
|
||||
Service factories added by feature loaders now have lower priority and will be ignored if a factory for the same service is added directly by `backend.add(serviceFactory)`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-node': minor
|
||||
---
|
||||
|
||||
Updated the `catalogServiceMock` return type to match both `CatalogService` and `CatalogApi`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Generated OpenAPI clients now support paths with tags.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-events-node': patch
|
||||
---
|
||||
|
||||
Fix `events.useEventBus` by propagating config to `DefaultEventsService`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Compute deltas more efficiently, which generally leads to less wasted processing cycles
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Implement `/entities/by-name/:kind/:namespace/:name` using `getEntitiesByRefs`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added `--alwaysPack` as a replacement for the now hidden `--alwaysYarnPack` flag for the `build-workspace` command.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-events-node': patch
|
||||
---
|
||||
|
||||
Clarified purpose of subscriber ID in TSDoc for `EventsServiceSubscribeOptions`.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@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
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Mock the new `RootLifecycleService.addBeforeShutdownHook` method.
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added a new `"rejectFrontendNetworkRequests"` configuration flag that can be set in the `"jest"` field in the root `package.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"jest": {
|
||||
"rejectFrontendNetworkRequests": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root `package.json` and can not be overridden in individual package configurations.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Fix issue with `jwks` endpoint returning invalid data with `firestore`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fix catalog filtering to allow searching entities by display name
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Consistent title behaviour across CatalogTable, CursorPaginatedCatalogTable, and OffsetPaginatedCatalogTable.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The `--successCache` option for the `repo test` and `repo lint` commands now use an additive store that keeps old entries around for a week before they are cleaned up automatically.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Add github backend module to create-app and improve error messages
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli-node': patch
|
||||
---
|
||||
|
||||
add PackageManager and Lockfile interfaces for future use
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Fix issue with token not being available because it's now non-enumerable
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-notifications': minor
|
||||
---
|
||||
|
||||
Switched to using the new `/notifications` endpoints. Be sure to update the `notifications` plugin backend before deploying this frontend plugin change.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Uses theme values to style the API definition schema so that theme overrides apply.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Avoid page re-rendering when clicking on anchor links in the same documentation page.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Be more aggressive in dequeueing entities for stitching
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Fix invalid path and malformed flags bugs in api-reports.ts
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/catalog-client': minor
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
'@backstage/plugin-events-backend': minor
|
||||
'@backstage/plugin-search-backend': minor
|
||||
---
|
||||
|
||||
Internal updates to generated code.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Align with type declaration of template filter/global function by supporting undefined as return value.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@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`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
---
|
||||
|
||||
Deprecated root '/' endpoints, moving them under `/notifications` instead.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Correctly report stitching queue length
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Minor spell fix in action parameters
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
'@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
|
||||
```
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-devtools-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING** Removed support for what is known as the legacy backend, please use the New Backend System.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Emit scaffolder events using the optional `EventsService`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed redundant `/health` endpoint, switch to using [the built-in endpoint instead](https://backstage.io/docs/backend-system/core-services/root-health).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': minor
|
||||
---
|
||||
|
||||
The SupportButton component will now be hidden if no support config is specified in app-config
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
---
|
||||
|
||||
Make sure that isomorphic git push commands are not proxied.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Support `connection.type: cloudsql` in database client for usage with `@google-cloud/cloud-sql-connector` and `iam` auth
|
||||
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Fix tasks listing with postgres
|
||||
Add fs:readdir to scaffolder startup
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added `@backstage/cli/config/prettier` as a replacement for `@spotify/prettier-config`, but with the same configuration.
|
||||
+300
-184
@@ -2,197 +2,313 @@
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.102",
|
||||
"@backstage/app-defaults": "1.5.12",
|
||||
"example-app-next": "0.0.16",
|
||||
"app-next-example-plugin": "0.0.16",
|
||||
"example-backend": "0.0.31",
|
||||
"@backstage/backend-app-api": "1.0.1",
|
||||
"@backstage/backend-defaults": "0.5.1",
|
||||
"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",
|
||||
"@backstage/backend-dev-utils": "0.1.5",
|
||||
"@backstage/backend-dynamic-feature-service": "0.4.2",
|
||||
"example-backend-legacy": "0.2.103",
|
||||
"@backstage/backend-openapi-utils": "0.2.0",
|
||||
"@backstage/backend-plugin-api": "1.0.1",
|
||||
"@backstage/backend-test-utils": "1.0.1",
|
||||
"@backstage/catalog-client": "1.7.1",
|
||||
"@backstage/catalog-model": "1.7.0",
|
||||
"@backstage/cli": "0.28.0",
|
||||
"@backstage/cli-common": "0.1.14",
|
||||
"@backstage/cli-node": "0.2.9",
|
||||
"@backstage/codemods": "0.1.51",
|
||||
"@backstage/config": "1.2.0",
|
||||
"@backstage/config-loader": "1.9.1",
|
||||
"@backstage/core-app-api": "1.15.1",
|
||||
"@backstage/core-compat-api": "0.3.1",
|
||||
"@backstage/core-components": "0.15.1",
|
||||
"@backstage/core-plugin-api": "1.10.0",
|
||||
"@backstage/create-app": "0.5.21",
|
||||
"@backstage/dev-utils": "1.1.2",
|
||||
"e2e-test": "0.2.21",
|
||||
"@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/cli-common": "0.1.15",
|
||||
"@backstage/cli-node": "0.2.10",
|
||||
"@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/e2e-test-utils": "0.1.1",
|
||||
"@backstage/errors": "1.2.4",
|
||||
"@backstage/errors": "1.2.5",
|
||||
"@backstage/eslint-plugin": "0.1.10",
|
||||
"@backstage/frontend-app-api": "0.10.0",
|
||||
"@backstage/frontend-defaults": "0.1.1",
|
||||
"@internal/frontend": "0.0.2",
|
||||
"@backstage/frontend-plugin-api": "0.9.0",
|
||||
"@backstage/frontend-test-utils": "0.2.1",
|
||||
"@backstage/integration": "1.15.1",
|
||||
"@backstage/integration-aws-node": "0.1.12",
|
||||
"@backstage/integration-react": "1.2.0",
|
||||
"@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",
|
||||
"@internal/opaque": "0.0.1",
|
||||
"@backstage/release-manifests": "0.0.11",
|
||||
"@backstage/repo-tools": "0.10.0",
|
||||
"@internal/scaffolder": "0.0.2",
|
||||
"@techdocs/cli": "1.8.20",
|
||||
"techdocs-cli-embedded-app": "0.2.101",
|
||||
"@backstage/test-utils": "1.7.0",
|
||||
"@backstage/theme": "0.6.0",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@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/types": "1.2.0",
|
||||
"@backstage/version-bridge": "1.0.10",
|
||||
"yarn-plugin-backstage": "0.0.2",
|
||||
"@backstage/plugin-api-docs": "0.11.11",
|
||||
"yarn-plugin-backstage": "0.0.3",
|
||||
"@backstage/plugin-api-docs": "0.12.0",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.8",
|
||||
"@backstage/plugin-app": "0.1.1",
|
||||
"@backstage/plugin-app-backend": "0.3.76",
|
||||
"@backstage/plugin-app-node": "0.1.26",
|
||||
"@backstage/plugin-app-visualizer": "0.1.11",
|
||||
"@backstage/plugin-auth-backend": "0.23.1",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.4.0",
|
||||
"@backstage/plugin-auth-node": "0.5.3",
|
||||
"@backstage/plugin-auth-react": "0.1.7",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.24",
|
||||
"@backstage/plugin-catalog": "1.24.0",
|
||||
"@backstage/plugin-catalog-backend": "1.27.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.4.3",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.1",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.4.0",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.3.1",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.7.5",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.3.2",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.4.3",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.1",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.5.5",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.9.1",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "0.1.2",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.3",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.1",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.1",
|
||||
"@backstage/plugin-catalog-common": "1.1.0",
|
||||
"@backstage/plugin-catalog-graph": "0.4.11",
|
||||
"@backstage/plugin-catalog-import": "0.12.5",
|
||||
"@backstage/plugin-catalog-node": "1.13.1",
|
||||
"@backstage/plugin-catalog-react": "1.14.0",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.2.9",
|
||||
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.4",
|
||||
"@backstage/plugin-config-schema": "0.1.60",
|
||||
"@backstage/plugin-devtools": "0.1.19",
|
||||
"@backstage/plugin-devtools-backend": "0.4.1",
|
||||
"@backstage/plugin-devtools-common": "0.1.12",
|
||||
"@backstage/plugin-events-backend": "0.3.13",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.3",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-github": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.2.12",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.36",
|
||||
"@backstage/plugin-events-node": "0.4.1",
|
||||
"@internal/plugin-todo-list": "1.0.32",
|
||||
"@internal/plugin-todo-list-backend": "1.0.32",
|
||||
"@internal/plugin-todo-list-common": "1.0.21",
|
||||
"@backstage/plugin-home": "0.8.0",
|
||||
"@backstage/plugin-home-react": "0.1.18",
|
||||
"@backstage/plugin-kubernetes": "0.11.16",
|
||||
"@backstage/plugin-kubernetes-backend": "0.18.7",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.17",
|
||||
"@backstage/plugin-kubernetes-common": "0.8.3",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.20",
|
||||
"@backstage/plugin-kubernetes-react": "0.4.4",
|
||||
"@backstage/plugin-notifications": "0.3.2",
|
||||
"@backstage/plugin-notifications-backend": "0.4.1",
|
||||
"@backstage/plugin-notifications-backend-module-email": "0.3.1",
|
||||
"@backstage/plugin-notifications-common": "0.0.5",
|
||||
"@backstage/plugin-notifications-node": "0.2.7",
|
||||
"@backstage/plugin-org": "0.6.31",
|
||||
"@backstage/plugin-org-react": "0.1.30",
|
||||
"@backstage/plugin-permission-backend": "0.5.50",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.1",
|
||||
"@backstage/plugin-permission-common": "0.8.1",
|
||||
"@backstage/plugin-permission-node": "0.8.4",
|
||||
"@backstage/plugin-permission-react": "0.4.27",
|
||||
"@backstage/plugin-proxy-backend": "0.5.7",
|
||||
"@backstage/plugin-scaffolder": "1.26.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.26.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.5.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.6.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.1",
|
||||
"@backstage/plugin-scaffolder-common": "1.5.6",
|
||||
"@backstage/plugin-scaffolder-node": "0.5.0",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "0.1.13",
|
||||
"@backstage/plugin-scaffolder-react": "1.13.0",
|
||||
"@backstage/plugin-search": "1.4.18",
|
||||
"@backstage/plugin-search-backend": "1.6.0",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.2.3",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.6.0",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.2.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.36",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.1",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.3.0",
|
||||
"@backstage/plugin-search-backend-node": "1.3.3",
|
||||
"@backstage/plugin-search-common": "1.2.14",
|
||||
"@backstage/plugin-search-react": "1.8.1",
|
||||
"@backstage/plugin-signals": "0.0.11",
|
||||
"@backstage/plugin-signals-backend": "0.2.1",
|
||||
"@backstage/plugin-signals-node": "0.1.12",
|
||||
"@backstage/plugin-signals-react": "0.0.6",
|
||||
"@backstage/plugin-techdocs": "1.11.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.40",
|
||||
"@backstage/plugin-techdocs-backend": "1.11.0",
|
||||
"@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-techdocs-common": "0.1.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.16",
|
||||
"@backstage/plugin-techdocs-node": "1.12.12",
|
||||
"@backstage/plugin-techdocs-react": "1.2.9",
|
||||
"@backstage/plugin-user-settings": "0.8.14",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.25",
|
||||
"@backstage/plugin-user-settings-common": "0.0.1"
|
||||
"@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"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": [
|
||||
"beige-chicken-type",
|
||||
"brave-maps-deliver",
|
||||
"brave-teachers-mate",
|
||||
"brown-monkeys-ring",
|
||||
"chatty-weeks-impress",
|
||||
"chilly-games-trade",
|
||||
"cold-icons-worry",
|
||||
"cold-jeans-stare",
|
||||
"cool-days-sparkle",
|
||||
"cuddly-chicken-wink",
|
||||
"cuddly-schools-scream",
|
||||
"curly-hats-tell",
|
||||
"cyan-rocks-divide",
|
||||
"dry-badgers-prove",
|
||||
"dry-needles-taste",
|
||||
"dull-bulldogs-learn",
|
||||
"dull-ties-film",
|
||||
"empty-bugs-deliver",
|
||||
"empty-colts-promise",
|
||||
"empty-ways-push",
|
||||
"fast-cheetahs-deliver",
|
||||
"few-colts-train",
|
||||
"few-pillows-remember",
|
||||
"fifty-countries-decide",
|
||||
"five-goats-travel",
|
||||
"fluffy-cobras-sort",
|
||||
"fluffy-falcons-shout",
|
||||
"fluffy-zebras-cheer",
|
||||
"forty-apples-complain",
|
||||
"forty-ravens-fry",
|
||||
"friendly-dots-thank",
|
||||
"gold-crabs-agree",
|
||||
"gold-stingrays-cross",
|
||||
"gorgeous-panthers-count",
|
||||
"great-buttons-cross",
|
||||
"green-carpets-smell",
|
||||
"happy-forks-listen",
|
||||
"healthy-years-begin",
|
||||
"heavy-needles-poke",
|
||||
"heavy-tomatoes-laugh",
|
||||
"honest-hornets-double",
|
||||
"hungry-hairs-wait",
|
||||
"itchy-rats-pump",
|
||||
"itchy-ravens-punch",
|
||||
"khaki-ladybugs-swim",
|
||||
"khaki-shrimps-tease",
|
||||
"large-birds-watch",
|
||||
"lazy-pants-attack",
|
||||
"lazy-years-float",
|
||||
"lemon-bulldogs-study",
|
||||
"lucky-crabs-vanish",
|
||||
"mean-shirts-design",
|
||||
"mighty-birds-rest",
|
||||
"neat-insects-cough",
|
||||
"new-pandas-perform",
|
||||
"new-rules-teach",
|
||||
"odd-apples-explain",
|
||||
"odd-days-push",
|
||||
"odd-worms-peel",
|
||||
"old-taxis-exist",
|
||||
"olive-berries-jump",
|
||||
"orange-coins-confess",
|
||||
"orange-moles-kick",
|
||||
"perfect-fishes-kick",
|
||||
"pink-bees-shake",
|
||||
"pink-pets-jump",
|
||||
"polite-foxes-buy",
|
||||
"poor-hounds-jump",
|
||||
"popular-donkeys-rhyme",
|
||||
"pretty-kiwis-travel",
|
||||
"real-shirts-cry",
|
||||
"renovate-998a490",
|
||||
"renovate-9a9f6ed",
|
||||
"renovate-a5f3bd6",
|
||||
"renovate-e689a2c",
|
||||
"rich-beers-eat",
|
||||
"rich-maps-invite",
|
||||
"rich-suns-drive",
|
||||
"rollup-fix-forward",
|
||||
"rollup-release-borked-packages",
|
||||
"rude-pears-tie",
|
||||
"seven-bulldogs-count",
|
||||
"short-baboons-search",
|
||||
"shy-teachers-count",
|
||||
"silent-pigs-collect",
|
||||
"silver-actors-care",
|
||||
"six-eels-add",
|
||||
"sixty-shirts-rescue",
|
||||
"slow-horses-destroy",
|
||||
"slow-singers-jump",
|
||||
"small-boxes-enjoy",
|
||||
"smart-islands-judge",
|
||||
"smooth-bikes-sparkle",
|
||||
"spotty-shoes-exercise",
|
||||
"stale-hats-exist",
|
||||
"stale-rats-tease",
|
||||
"strange-brooms-check",
|
||||
"strong-papayas-remember",
|
||||
"swift-kangaroos-drop",
|
||||
"tall-comics-heal",
|
||||
"ten-keys-nail",
|
||||
"thick-items-bathe",
|
||||
"thin-hotels-explode",
|
||||
"tiny-mice-run",
|
||||
"twenty-monkeys-applaud",
|
||||
"twenty-parents-judge",
|
||||
"violet-snakes-laugh",
|
||||
"warm-pumpkins-bathe",
|
||||
"weak-avocados-suffer",
|
||||
"weak-meals-doubt",
|
||||
"wet-rats-exist",
|
||||
"young-carrots-collect",
|
||||
"young-cobras-add",
|
||||
"young-months-admire"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Implements the `DefaultRootLifecycleService.addBeforeShutdownHook` method, and updates `DefaultRootHttpRouterService` and `DefaultRootHealthService` to listen to that event to stop accepting traffic and close service connections.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Improve Starred Entities UI to reduce whitespace and provide more context on the entities:
|
||||
|
||||
- Use the Entity Presentation API (via `<EntityDisplayName>`) to display the entity's name
|
||||
- Component's `kind` and `spec.type` are displayed as a secondary text
|
||||
- List items are condensed to reduce unnecessary spacing
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli-node': patch
|
||||
---
|
||||
|
||||
Internal refactor
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Added DomPurify sanitizer configuration for custom elements implementing RFC https://github.com/backstage/backstage/issues/26988.
|
||||
See https://backstage.io/docs/features/techdocs/how-to-guides#how-to-enable-custom-elements-in-techdocs for how to enable it in the configuration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Updated dependency `@short.io/opensearch-mock` to `^0.4.0`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Updated dependency `flatted` to `3.3.2`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `@module-federation/enhanced` to `^0.8.0`.
|
||||
@@ -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.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`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Updated dependency `@oriflame/backstage-plugin-score-card` to `^0.9.0`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
---
|
||||
|
||||
Wire up the events together in the new backend system
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
The `createPermissionIntegrationRouter` function now detects and prevents the exposure of duplicate permissions.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-openapi-utils': minor
|
||||
---
|
||||
|
||||
Fixed a Typescript error when trying to use the new OpenAPI server-side generated code.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Update `rollup` to avoid issues with build output when running `backstage-cli package build`.
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Remove use of the `stoppable` library on the `DefaultRootHttpRouterService` as Node's native http server [close](https://nodejs.org/api/http.html#serverclosecallback) method already drains requests.
|
||||
Also, we pass a new `lifecycleMiddleware` to the `rootHttpRouterServiceFactory` configure function that must be called manually if you don't call `applyDefaults`.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user