Merge branch 'master' into HACKATHON_SB_1/scaffolder_docs

Signed-off-by: Steven Billington <39339008+green2jello@users.noreply.github.com>
This commit is contained in:
Steven Billington
2024-05-31 14:28:44 -04:00
committed by GitHub
1452 changed files with 56584 additions and 20495 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Removed `packages/backend/src/types.ts` from the template as it is unused. It was mistakenly left in after moving the template to the new backend system.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': patch
---
Updated doc link.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Fixed a potential crash when passing an object with a `null` prototype as log meta.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': patch
---
Upgraded @yarnpkg/parsers to stable 3.0
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Allow overriding `NotificationsPage` page properties
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Marked all exports as deprecated and pointed at `@backstage/backend-plugin-api` and `@backstage/backend-defaults`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
'@backstage/core-compat-api': patch
'@backstage/create-app': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
---
Update local development dependencies.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Add lifecycle monitoring for the catalog processing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-home': patch
---
Use relative time when displaying visits from the same day
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Make sure that the toggle button state is properly reflected in API cards
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix issue with the log format not being respected when logging from actions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Updated configuration schema to include the `useRedisSets` cache config option.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitea': patch
---
Allow defining `repoVisibility` field for the action `publish:gitea`
+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-app-api': patch
---
Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-techdocs-node': patch
---
Allow defining custom build log transport for techdocs builder
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Update the paths logic in the api reports command to support complex subpaths
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
---
Allow skipping archived repositories (`skipArchivedRepos` flag) on Bitbucket.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': minor
---
Added `TestCaches` that functions just like `TestDatabases`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-user-settings-backend': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-search-backend': patch
'@backstage/plugin-proxy-backend': patch
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-app-backend': patch
---
Updated local development setup.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-model': minor
---
Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.
-5
View File
@@ -1,5 +0,0 @@
---
'@techdocs/cli': patch
---
Fix cookie endpoint mock for `serve`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Update path in Readme for Plugin Techdocs to show the correct setup information.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
In preparation to the new backend system stable release, the `isDatabaseConflictError` helper have been moved to the `@backstage/backend-plugin-api` package and deprecated from `@backstage/backend-common`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix readme for new plugins created using cli
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Added events support for `GitlabDiscoveryEntityProvider` and `GitlabOrgDiscoveryEntityProvider`.
+46
View File
@@ -0,0 +1,46 @@
---
'@backstage/plugin-proxy-backend': minor
---
**BREAKING**: The proxy backend plugin is now protected by Backstage auth, by
default. Unless specifically configured (see below), all proxy endpoints will
reject requests immediately unless a valid Backstage user or service token is
passed along with the request. This aligns the proxy with how other Backstage
backends behave out of the box, and serves to protect your upstreams from
unauthorized access.
A proxy configuration section can now look as follows:
```yaml
proxy:
endpoints:
'/pagerduty':
target: https://api.pagerduty.com
credentials: require # NEW!
headers:
Authorization: Token token=${PAGERDUTY_TOKEN}
```
There are three possible `credentials` settings at this point:
- `require`: Callers must provide Backstage user or service credentials with
each request. The credentials are not forwarded to the proxy target.
- `forward`: Callers must provide Backstage user or service credentials with
each request, and those credentials are forwarded to the proxy target.
- `dangerously-allow-unauthenticated`: No Backstage credentials are required to
access this proxy target. The target can still apply its own credentials
checks, but the proxy will not help block non-Backstage-blessed callers. If
you also add `allowedHeaders: ['Authorization']` to an endpoint configuration,
then the Backstage token (if provided) WILL be forwarded.
The value `dangerously-allow-unauthenticated` was the old default.
The value `require` is the new default, so requests that were previously
permitted may now start resulting in `401 Unauthorized` responses. If you have
`backend.auth.dangerouslyDisableDefaultAuthPolicy` set to `true`, this does not
apply; the proxy will behave as if all endpoints were set to
`dangerously-allow-unauthenticated`.
If you have proxy endpoints that require unauthenticated access still, please
add `credentials: dangerously-allow-unauthenticated` to their declarations in
your app-config.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-kubernetes-react': minor
'@backstage/plugin-catalog-import': minor
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-search': patch
---
Migrate from identityApi to fetchApi in frontend plugins.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Add support for JWKS tokens in ExternalTokenHandler.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Both the target and types library have been bumped from ES2021 to ES2022 in `@backstage/cli/config/tsconfig.json`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Updated the `TaskScheduleDefinitionConfig` deprecated comment to point to `SchedulerServiceTaskScheduleDefinitionConfig`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
Do not always show scrollbars in notification description
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-node': patch
---
Support for filtering entities from notification recipients after resolving them from the recipients
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Move the JWKS registration outside of the lifecycle middleware
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-app-api': patch
---
Added an optional `accessRestrictions` to external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixed an internal circular import that broke Jest mocks.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
`TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix issue with `esm` loaded dependencies being different from the `cjs` import for Vite dependencies
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-addons-test-utils': patch
---
Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Made it possible to give access restrictions to `mockCredentials.service`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications-backend-module-email': patch
---
Allow sending notifications by email with the new notifications module
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
The default `TokenManager` implementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The default `AuthService` implementation will now also provide additional context if such an error is throw when falling back to using the `TokenManager` service to generate tokens for outgoing requests.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Allow showing notifications as snackbars in the UI
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-app-backend': patch
---
Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`.
This support is critical for dynamic frontend plugins to have access to their config values.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-node': minor
---
add notifications filtering by processors
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
'@backstage/plugin-scaffolder-node-test-utils': patch
'@backstage/plugin-search-backend-module-elasticsearch': patch
'@backstage/plugin-search-backend-module-pg': patch
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-signals-backend': patch
'@backstage/plugin-events-node': patch
---
Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-search-backend': patch
---
Add lifecycle monitoring for the search index registry
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Added `gitlab:issue:edit` action to edit existing GitLab issues
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
Fixes performance issue with Notifications title counter.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Add examples for `gitlab:repo:push` scaffolder action & improve related tests
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Internal refactor to only create one external token handler
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-react': patch
---
When using `CookieAuthRefreshProvider` or `useCookieAuthRefresh`, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Internal refactor to fix an issue where the MUI 5 `v5-` class prefixing gets removed by tree shaking.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
---
Add examples for `publish:bitbucketServer:pull-request` scaffolder action & improve related tests
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/backend-defaults': patch
---
Added core service factories and implementations from
`@backstage/backend-app-api`. They are now available as subpath exports, e.g.
`@backstage/backend-defaults/scheduler` is where the service factory and default
implementation of `coreServices.scheduler` now lives. They have been marked as
deprecated in their old locations.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
We are deprecating the legacy `createServiceBuilder` factory, so if you are still using it, please checkout the migration guide and [migrate](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating) your plugin to use the new backend system.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
---
Remove debug console logging statement
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Pass through `EventsService` too in the new backend system
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-permission-node': patch
---
Ensure that service token access restrictions, when present, are taken into account
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Refactored `TestDatabases` to no longer depend on `backend-common`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
Moved the declaration of the `SchedulerService` here, along with prefixed versions of all of the types it depends on, from `@backstage/backend-tasks`
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
'@backstage/plugin-scaffolder-backend-module-sentry': patch
'@backstage/plugin-scaffolder-backend-module-gitea': patch
'@backstage/plugin-notifications-node': patch
---
Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Fixed an issue in `GitlabOrgDiscoveryEntityProvider` where a missing `orgEnabled` config key was throwing an error.
@@ -3,4 +3,4 @@
'@backstage/backend-app-api': patch
---
Redact `meta` fields too with the logger
Fixing issue with log meta fields possibly being circular refs
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Deprecate the legacy `TaskScheduler.fromConfig` method and stop using the `getVoidlogger` in tests files to reduce the dependency on the soon-to-deprecate `backstage-common` package.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Stop using `getVoidLogger` in tests to reduce the dependency on the soon-to-deprecate `backstage-common` package.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-catalog': patch
---
Fix wiring of the module exported at the `/alpha` path, which was causing authentication failures.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Fixed an issue in `GitlabDiscoveryEntityProvider` where the fallback branch was taking precedence over the GitLab default branch.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-oidc-provider': patch
---
Add nonce to authorize request to be added in ID token
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend-module-email': minor
---
add notification filters
+224 -307
View File
@@ -2,336 +2,253 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-app": "0.2.96",
"@backstage/app-defaults": "1.5.4",
"example-app-next": "0.0.10",
"app-next-example-plugin": "0.0.10",
"example-backend": "0.2.97",
"@backstage/backend-app-api": "0.7.0",
"@backstage/backend-common": "0.21.7",
"@backstage/backend-defaults": "0.2.17",
"example-app": "0.2.97",
"@backstage/app-defaults": "1.5.5",
"example-app-next": "0.0.11",
"app-next-example-plugin": "0.0.11",
"example-backend": "0.0.26",
"@backstage/backend-app-api": "0.7.3",
"@backstage/backend-common": "0.22.0",
"@backstage/backend-defaults": "0.2.18",
"@backstage/backend-dev-utils": "0.1.4",
"@backstage/backend-dynamic-feature-service": "0.2.9",
"example-backend-next": "0.0.25",
"@backstage/backend-openapi-utils": "0.1.10",
"@backstage/backend-plugin-api": "0.6.17",
"@backstage/backend-tasks": "0.5.22",
"@backstage/backend-test-utils": "0.3.7",
"@backstage/catalog-client": "1.6.4",
"@backstage/catalog-model": "1.4.5",
"@backstage/cli": "0.26.3",
"@backstage/backend-dynamic-feature-service": "0.2.10",
"example-backend-legacy": "0.2.98",
"@backstage/backend-openapi-utils": "0.1.11",
"@backstage/backend-plugin-api": "0.6.18",
"@backstage/backend-tasks": "0.5.23",
"@backstage/backend-test-utils": "0.3.8",
"@backstage/catalog-client": "1.6.5",
"@backstage/catalog-model": "1.5.0",
"@backstage/cli": "0.26.5",
"@backstage/cli-common": "0.1.13",
"@backstage/cli-node": "0.2.5",
"@backstage/codemods": "0.1.48",
"@backstage/config": "1.2.0",
"@backstage/config-loader": "1.8.0",
"@backstage/core-app-api": "1.12.4",
"@backstage/core-compat-api": "0.2.4",
"@backstage/core-components": "0.14.4",
"@backstage/core-app-api": "1.12.5",
"@backstage/core-compat-api": "0.2.5",
"@backstage/core-components": "0.14.7",
"@backstage/core-plugin-api": "1.9.2",
"@backstage/create-app": "0.5.14",
"@backstage/dev-utils": "1.0.31",
"e2e-test": "0.2.15",
"@backstage/create-app": "0.5.15",
"@backstage/dev-utils": "1.0.32",
"e2e-test": "0.2.16",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/errors": "1.2.4",
"@backstage/eslint-plugin": "0.1.7",
"@backstage/frontend-app-api": "0.6.4",
"@backstage/frontend-plugin-api": "0.6.4",
"@backstage/frontend-test-utils": "0.1.6",
"@backstage/integration": "1.10.0",
"@backstage/eslint-plugin": "0.1.8",
"@backstage/frontend-app-api": "0.7.0",
"@backstage/frontend-plugin-api": "0.6.5",
"@backstage/frontend-test-utils": "0.1.7",
"@backstage/integration": "1.11.0",
"@backstage/integration-aws-node": "0.1.12",
"@backstage/integration-react": "1.1.26",
"@backstage/integration-react": "1.1.27",
"@backstage/release-manifests": "0.0.11",
"@backstage/repo-tools": "0.8.0",
"@techdocs/cli": "1.8.9",
"techdocs-cli-embedded-app": "0.2.95",
"@backstage/test-utils": "1.5.4",
"@backstage/theme": "0.5.3",
"@backstage/repo-tools": "0.9.0",
"@techdocs/cli": "1.8.11",
"techdocs-cli-embedded-app": "0.2.96",
"@backstage/test-utils": "1.5.5",
"@backstage/theme": "0.5.4",
"@backstage/types": "1.1.1",
"@backstage/version-bridge": "1.0.8",
"@backstage/plugin-adr": "0.6.17",
"@backstage/plugin-adr-backend": "0.4.14",
"@backstage/plugin-adr-common": "0.2.22",
"@backstage/plugin-airbrake": "0.3.34",
"@backstage/plugin-airbrake-backend": "0.3.14",
"@backstage/plugin-allure": "0.1.50",
"@backstage/plugin-analytics-module-ga": "0.2.4",
"@backstage/plugin-analytics-module-ga4": "0.2.4",
"@backstage/plugin-analytics-module-newrelic-browser": "0.1.4",
"@backstage/plugin-apache-airflow": "0.2.24",
"@backstage/plugin-api-docs": "0.11.4",
"@backstage/plugin-api-docs": "0.11.5",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.6",
"@backstage/plugin-apollo-explorer": "0.2.0",
"@backstage/plugin-app-backend": "0.3.65",
"@backstage/plugin-app-node": "0.1.17",
"@backstage/plugin-app-visualizer": "0.1.5",
"@backstage/plugin-auth-backend": "0.22.4",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.9",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.1.9",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.12",
"@backstage/plugin-auth-backend-module-github-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-google-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-guest-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.12",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.10",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.1.8",
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.10",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.11",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.9",
"@backstage/plugin-auth-node": "0.4.12",
"@backstage/plugin-auth-react": "0.1.0",
"@backstage/plugin-azure-devops": "0.4.3",
"@backstage/plugin-azure-devops-backend": "0.6.4",
"@backstage/plugin-azure-devops-common": "0.4.1",
"@backstage/plugin-azure-sites": "0.1.23",
"@backstage/plugin-azure-sites-backend": "0.3.4",
"@backstage/plugin-azure-sites-common": "0.1.3",
"@backstage/plugin-badges": "0.2.58",
"@backstage/plugin-badges-backend": "0.4.0",
"@backstage/plugin-bazaar": "0.2.26",
"@backstage/plugin-bazaar-backend": "0.3.15",
"@backstage/plugin-bitbucket-cloud-common": "0.2.18",
"@backstage/plugin-bitrise": "0.1.61",
"@backstage/plugin-catalog": "1.19.0",
"@backstage/plugin-catalog-backend": "1.21.1",
"@backstage/plugin-catalog-backend-module-aws": "0.3.12",
"@backstage/plugin-catalog-backend-module-azure": "0.1.37",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.2.0",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.4",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.31",
"@backstage/plugin-catalog-backend-module-gcp": "0.1.18",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.34",
"@backstage/plugin-catalog-backend-module-github": "0.6.0",
"@backstage/plugin-catalog-backend-module-github-org": "0.1.12",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.15",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.22",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.33",
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.25",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.35",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.23",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.15",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.4.4",
"@backstage/plugin-catalog-common": "1.0.22",
"@backstage/plugin-catalog-graph": "0.4.4",
"@backstage/plugin-catalog-import": "0.10.10",
"@backstage/plugin-catalog-node": "1.11.1",
"@backstage/plugin-catalog-react": "1.11.3",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.3",
"@backstage/plugin-app-backend": "0.3.66",
"@backstage/plugin-app-node": "0.1.18",
"@backstage/plugin-app-visualizer": "0.1.6",
"@backstage/plugin-auth-backend": "0.22.5",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.10",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.1.10",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.13",
"@backstage/plugin-auth-backend-module-github-provider": "0.1.15",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.15",
"@backstage/plugin-auth-backend-module-google-provider": "0.1.15",
"@backstage/plugin-auth-backend-module-guest-provider": "0.1.4",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.13",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.15",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.11",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.1.9",
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.11",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.12",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.10",
"@backstage/plugin-auth-node": "0.4.13",
"@backstage/plugin-auth-react": "0.1.2",
"@backstage/plugin-bitbucket-cloud-common": "0.2.19",
"@backstage/plugin-catalog": "1.20.0",
"@backstage/plugin-catalog-backend": "1.22.0",
"@backstage/plugin-catalog-backend-module-aws": "0.3.13",
"@backstage/plugin-catalog-backend-module-azure": "0.1.38",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.2.1",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.5",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.32",
"@backstage/plugin-catalog-backend-module-gcp": "0.1.19",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.35",
"@backstage/plugin-catalog-backend-module-github": "0.6.1",
"@backstage/plugin-catalog-backend-module-github-org": "0.1.13",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.16",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.0.1",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.23",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.34",
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.26",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.36",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.24",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.16",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.4.5",
"@backstage/plugin-catalog-common": "1.0.23",
"@backstage/plugin-catalog-graph": "0.4.5",
"@backstage/plugin-catalog-import": "0.11.0",
"@backstage/plugin-catalog-node": "1.12.0",
"@backstage/plugin-catalog-react": "1.12.0",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.4",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.1",
"@backstage/plugin-cicd-statistics": "0.1.36",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.30",
"@backstage/plugin-circleci": "0.3.34",
"@backstage/plugin-cloudbuild": "0.5.1",
"@backstage/plugin-code-climate": "0.1.34",
"@backstage/plugin-code-coverage": "0.2.27",
"@backstage/plugin-code-coverage-backend": "0.2.31",
"@backstage/plugin-codescene": "0.1.26",
"@backstage/plugin-config-schema": "0.1.54",
"@backstage/plugin-cost-insights": "0.12.23",
"@backstage/plugin-cost-insights-common": "0.1.2",
"@backstage/plugin-devtools": "0.1.13",
"@backstage/plugin-devtools-backend": "0.3.3",
"@backstage/plugin-config-schema": "0.1.55",
"@backstage/plugin-devtools": "0.1.14",
"@backstage/plugin-devtools-backend": "0.3.4",
"@backstage/plugin-devtools-common": "0.1.9",
"@backstage/plugin-dynatrace": "10.0.3",
"@backstage/plugin-entity-feedback": "0.2.17",
"@backstage/plugin-entity-feedback-backend": "0.2.14",
"@backstage/plugin-entity-feedback-common": "0.1.3",
"@backstage/plugin-entity-validation": "0.1.19",
"@backstage/plugin-events-backend": "0.3.4",
"@backstage/plugin-events-backend-module-aws-sqs": "0.3.3",
"@backstage/plugin-events-backend-module-azure": "0.2.3",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.3",
"@backstage/plugin-events-backend-module-gerrit": "0.2.3",
"@backstage/plugin-events-backend-module-github": "0.2.3",
"@backstage/plugin-events-backend-module-gitlab": "0.2.3",
"@backstage/plugin-events-backend-test-utils": "0.1.27",
"@backstage/plugin-events-node": "0.3.3",
"@internal/plugin-todo-list": "1.0.26",
"@internal/plugin-todo-list-backend": "1.0.26",
"@backstage/plugin-events-backend": "0.3.5",
"@backstage/plugin-events-backend-module-aws-sqs": "0.3.4",
"@backstage/plugin-events-backend-module-azure": "0.2.4",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.4",
"@backstage/plugin-events-backend-module-gerrit": "0.2.4",
"@backstage/plugin-events-backend-module-github": "0.2.4",
"@backstage/plugin-events-backend-module-gitlab": "0.2.4",
"@backstage/plugin-events-backend-test-utils": "0.1.28",
"@backstage/plugin-events-node": "0.3.4",
"@internal/plugin-todo-list": "1.0.27",
"@internal/plugin-todo-list-backend": "1.0.27",
"@internal/plugin-todo-list-common": "1.0.18",
"@backstage/plugin-explore": "0.4.20",
"@backstage/plugin-explore-backend": "0.0.27",
"@backstage/plugin-explore-common": "0.0.2",
"@backstage/plugin-explore-react": "0.0.38",
"@backstage/plugin-firehydrant": "0.2.18",
"@backstage/plugin-fossa": "0.2.66",
"@backstage/plugin-gcalendar": "0.3.27",
"@backstage/plugin-gcp-projects": "0.3.50",
"@backstage/plugin-git-release-manager": "0.3.46",
"@backstage/plugin-github-actions": "0.6.15",
"@backstage/plugin-github-deployments": "0.1.65",
"@backstage/plugin-github-issues": "0.4.1",
"@backstage/plugin-github-pull-requests-board": "0.2.0",
"@backstage/plugin-gitops-profiles": "0.3.49",
"@backstage/plugin-gocd": "0.1.40",
"@backstage/plugin-graphiql": "0.3.7",
"@backstage/plugin-graphql-voyager": "0.1.16",
"@backstage/plugin-home": "0.7.3",
"@backstage/plugin-home-react": "0.1.12",
"@backstage/plugin-ilert": "0.2.23",
"@backstage/plugin-jenkins": "0.9.9",
"@backstage/plugin-jenkins-backend": "0.4.4",
"@backstage/plugin-jenkins-common": "0.1.25",
"@backstage/plugin-kafka": "0.3.34",
"@backstage/plugin-kafka-backend": "0.3.15",
"@backstage/plugin-kubernetes": "0.11.9",
"@backstage/plugin-kubernetes-backend": "0.17.0",
"@backstage/plugin-kubernetes-cluster": "0.0.10",
"@backstage/plugin-kubernetes-common": "0.7.5",
"@backstage/plugin-kubernetes-node": "0.1.11",
"@backstage/plugin-kubernetes-react": "0.3.4",
"@backstage/plugin-lighthouse": "0.4.19",
"@backstage/plugin-lighthouse-backend": "0.4.10",
"@backstage/plugin-lighthouse-common": "0.1.5",
"@backstage/plugin-linguist": "0.1.19",
"@backstage/plugin-linguist-backend": "0.5.15",
"@backstage/plugin-linguist-common": "0.1.2",
"@backstage/plugin-microsoft-calendar": "0.1.16",
"@backstage/plugin-newrelic": "0.3.49",
"@backstage/plugin-newrelic-dashboard": "0.3.9",
"@backstage/plugin-nomad": "0.1.15",
"@backstage/plugin-nomad-backend": "0.1.19",
"@backstage/plugin-notifications": "0.2.0",
"@backstage/plugin-notifications-backend": "0.2.0",
"@backstage/plugin-home": "0.7.4",
"@backstage/plugin-home-react": "0.1.13",
"@backstage/plugin-kubernetes": "0.11.10",
"@backstage/plugin-kubernetes-backend": "0.17.1",
"@backstage/plugin-kubernetes-cluster": "0.0.11",
"@backstage/plugin-kubernetes-common": "0.7.6",
"@backstage/plugin-kubernetes-node": "0.1.12",
"@backstage/plugin-kubernetes-react": "0.3.5",
"@backstage/plugin-notifications": "0.2.1",
"@backstage/plugin-notifications-backend": "0.2.1",
"@backstage/plugin-notifications-backend-module-email": "0.0.1",
"@backstage/plugin-notifications-common": "0.0.3",
"@backstage/plugin-notifications-node": "0.1.3",
"@backstage/plugin-octopus-deploy": "0.2.16",
"@backstage/plugin-opencost": "0.2.9",
"@backstage/plugin-org": "0.6.24",
"@backstage/plugin-org-react": "0.1.23",
"@backstage/plugin-pagerduty": "0.7.6",
"@backstage/plugin-periskop": "0.1.32",
"@backstage/plugin-periskop-backend": "0.2.15",
"@backstage/plugin-permission-backend": "0.5.41",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.14",
"@backstage/plugin-notifications-node": "0.1.4",
"@backstage/plugin-org": "0.6.25",
"@backstage/plugin-org-react": "0.1.24",
"@backstage/plugin-permission-backend": "0.5.42",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.15",
"@backstage/plugin-permission-common": "0.7.13",
"@backstage/plugin-permission-node": "0.7.28",
"@backstage/plugin-permission-node": "0.7.29",
"@backstage/plugin-permission-react": "0.4.22",
"@backstage/plugin-playlist": "0.2.8",
"@backstage/plugin-playlist-backend": "0.3.21",
"@backstage/plugin-playlist-common": "0.1.15",
"@backstage/plugin-proxy-backend": "0.4.15",
"@backstage/plugin-puppetdb": "0.1.17",
"@backstage/plugin-rollbar": "0.4.34",
"@backstage/plugin-rollbar-backend": "0.1.62",
"@backstage/plugin-scaffolder": "1.19.3",
"@backstage/plugin-scaffolder-backend": "1.22.4",
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.9",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.2.7",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.18",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.41",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.9",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-github": "0.2.7",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.3.3",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.34",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.25",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.3.0",
"@backstage/plugin-scaffolder-common": "1.5.1",
"@backstage/plugin-scaffolder-node": "0.4.3",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.3",
"@backstage/plugin-scaffolder-react": "1.8.4",
"@backstage/plugin-search": "1.4.10",
"@backstage/plugin-search-backend": "1.5.7",
"@backstage/plugin-search-backend-module-catalog": "0.1.22",
"@backstage/plugin-search-backend-module-elasticsearch": "1.4.0",
"@backstage/plugin-search-backend-module-explore": "0.1.21",
"@backstage/plugin-search-backend-module-pg": "0.5.26",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.10",
"@backstage/plugin-search-backend-module-techdocs": "0.1.22",
"@backstage/plugin-search-backend-node": "1.2.21",
"@backstage/plugin-proxy-backend": "0.4.16",
"@backstage/plugin-scaffolder": "1.20.0",
"@backstage/plugin-scaffolder-backend": "1.22.6",
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.10",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.2.8",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.1.8",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.1.8",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.19",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.42",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.10",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.1.8",
"@backstage/plugin-scaffolder-backend-module-github": "0.2.8",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.4.0",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.0.1",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.35",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.26",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.3.1",
"@backstage/plugin-scaffolder-common": "1.5.2",
"@backstage/plugin-scaffolder-node": "0.4.4",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.4",
"@backstage/plugin-scaffolder-react": "1.8.5",
"@backstage/plugin-search": "1.4.11",
"@backstage/plugin-search-backend": "1.5.8",
"@backstage/plugin-search-backend-module-catalog": "0.1.24",
"@backstage/plugin-search-backend-module-elasticsearch": "1.4.1",
"@backstage/plugin-search-backend-module-explore": "0.1.24",
"@backstage/plugin-search-backend-module-pg": "0.5.27",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.11",
"@backstage/plugin-search-backend-module-techdocs": "0.1.23",
"@backstage/plugin-search-backend-node": "1.2.22",
"@backstage/plugin-search-common": "1.2.11",
"@backstage/plugin-search-react": "1.7.10",
"@backstage/plugin-sentry": "0.5.19",
"@backstage/plugin-shortcuts": "0.3.23",
"@backstage/plugin-signals": "0.0.5",
"@backstage/plugin-signals-backend": "0.1.3",
"@backstage/plugin-signals-node": "0.1.3",
"@backstage/plugin-search-react": "1.7.11",
"@backstage/plugin-signals": "0.0.6",
"@backstage/plugin-signals-backend": "0.1.4",
"@backstage/plugin-signals-node": "0.1.4",
"@backstage/plugin-signals-react": "0.0.3",
"@backstage/plugin-sonarqube": "0.7.16",
"@backstage/plugin-sonarqube-backend": "0.2.19",
"@backstage/plugin-sonarqube-react": "0.1.15",
"@backstage/plugin-splunk-on-call": "0.4.23",
"@backstage/plugin-stack-overflow": "0.1.29",
"@backstage/plugin-stack-overflow-backend": "0.2.21",
"@backstage/plugin-stackstorm": "0.1.15",
"@backstage/plugin-tech-insights": "0.3.26",
"@backstage/plugin-tech-insights-backend": "0.5.31",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.49",
"@backstage/plugin-tech-insights-common": "0.2.12",
"@backstage/plugin-tech-insights-node": "0.6.0",
"@backstage/plugin-tech-radar": "0.7.3",
"@backstage/plugin-techdocs": "1.10.4",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.31",
"@backstage/plugin-techdocs-backend": "1.10.4",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.9",
"@backstage/plugin-techdocs-node": "1.12.3",
"@backstage/plugin-techdocs-react": "1.2.3",
"@backstage/plugin-todo": "0.2.38",
"@backstage/plugin-todo-backend": "0.3.16",
"@backstage/plugin-user-settings": "0.8.5",
"@backstage/plugin-user-settings-backend": "0.2.16",
"@backstage/plugin-vault": "0.1.29",
"@backstage/plugin-vault-backend": "0.4.10",
"@backstage/plugin-vault-node": "0.1.10",
"@backstage/plugin-xcmetrics": "0.2.52",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.0.0"
"@backstage/plugin-techdocs": "1.10.5",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.32",
"@backstage/plugin-techdocs-backend": "1.10.5",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.10",
"@backstage/plugin-techdocs-node": "1.12.4",
"@backstage/plugin-techdocs-react": "1.2.4",
"@backstage/plugin-user-settings": "0.8.6",
"@backstage/plugin-user-settings-backend": "0.2.17"
},
"changesets": [
"afraid-needles-divide",
"bright-pumpkins-rule",
"chatty-cycles-unite",
"chilly-adults-sing",
"chilly-fireants-roll",
"cold-rats-leave",
"cool-elephants-march",
"cuddly-chairs-kick",
"curvy-planes-flash",
"dry-sloths-impress",
"eighty-apricots-kneel",
"eighty-bats-stare",
"eleven-pandas-divide",
"fix-stackoverflow",
"fluffy-hotels-wait",
"fresh-crews-impress",
"gold-waves-bake",
"gorgeous-cameras-cross",
"green-adults-push",
"hip-carrots-drive",
"itchy-gorillas-hope",
"itchy-keys-wonder",
"late-planes-fix",
"loud-frogs-eat",
"loud-vans-greet",
"lovely-games-cry",
"lucky-news-guess",
"orange-numbers-think",
"perfect-points-hope",
"proud-doors-cheat",
"purple-parents-sin",
"purple-waves-smile",
"rare-fireants-tickle",
"real-crabs-obey",
"renovate-0d0bd5c",
"selfish-pigs-glow",
"shy-students-clap",
"smart-avocados-invent",
"smooth-garlics-behave",
"sour-socks-approve",
"stupid-onions-know",
"tasty-apes-learn",
"thick-llamas-itch",
"tricky-cougars-shout",
"unlucky-days-play",
"unlucky-rivers-collect",
"warm-fans-promise",
"young-olives-drop"
"brave-apples-move",
"breezy-badgers-train",
"calm-cars-serve",
"calm-plums-wink",
"cold-seas-end",
"create-app-1716302437",
"create-app-1716903719",
"cyan-jobs-visit",
"cyan-paws-beg",
"cyan-snails-peel",
"eighty-kings-dress",
"eighty-yaks-switch",
"empty-spoons-tell",
"empty-tables-ring",
"famous-monkeys-count",
"forty-adults-roll",
"four-adults-mix",
"friendly-keys-fold",
"gentle-baboons-peel",
"gold-teachers-wink",
"great-cougars-guess",
"itchy-spoons-cry",
"large-months-decide",
"late-ants-impress",
"late-students-live",
"little-cooks-approve",
"loud-pumpkins-bow",
"lovely-hats-pay",
"lucky-taxis-rule",
"many-moles-sing",
"mean-laws-lay",
"neat-rivers-share",
"new-numbers-hug",
"nice-pants-shave",
"nine-hairs-kick",
"nine-ties-type",
"old-trees-check",
"olive-mangos-tickle",
"perfect-bikes-invite",
"polite-otters-talk",
"rude-kings-press",
"seven-geese-raise",
"shaggy-jokes-promise",
"six-llamas-give",
"slimy-fans-raise",
"smooth-gifts-nail",
"soft-flies-live",
"sour-colts-juggle",
"spicy-brooms-hang",
"spicy-camels-happen",
"spotty-plants-switch",
"strong-moose-work",
"stupid-tigers-bake",
"tall-lies-fetch",
"tall-pumas-teach",
"tender-seas-listen",
"thirty-plums-shout",
"tiny-pandas-return",
"warm-bees-hope",
"weak-gifts-occur",
"wet-crabs-guess",
"wild-doors-cheat",
"wild-ears-walk",
"wise-vans-sin",
"wise-wasps-look",
"young-camels-return"
]
}
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-defaults': patch
'@backstage/backend-common': patch
---
Deprecated `dropDatabase`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/theme': patch
---
Fixed bug where scrollbars don't pick up the theme when in dark mode
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
---
Fix incorrect dependency import.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-guest-provider': patch
---
Error if used outside of a development environment without explicit allowance
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-explore': patch
---
Migrate search collator to use the new auth services.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped TypeScript to version `5.4`.
-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.18.2`.
Updated dependency `@rjsf/core` to `5.18.2`.
Updated dependency `@rjsf/material-ui` to `5.18.2`.
Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/backend-app-api': patch
---
Deprecated core service factories and implementations and moved them over to
subpath exports on `@backstage/backend-defaults` instead. E.g.
`@backstage/backend-defaults/scheduler` is where the service factory and default
implementation of `coreServices.scheduler` now lives.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-node': patch
---
Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-permission-node': patch
---
Import `tokenManager` definition from `@backstage/backend-plugin-api`
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-search-backend': patch
---
Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Move @backstage/repo-tools to devDependencies
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-gitlab-org': patch
---
Added a new `catalog-backend-module-gitlab-org` module which adds the `GitlabOrgDiscoveryEntityProvider` to the catalog's providers using the new backend system.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-defaults': minor
'@backstage/backend-common': minor
---
Deprecated and moved over core services to `@backstage/backend-defaults`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
The `SignInPage` guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fix weird opening behaviour of the <TechDocsSearch /> component.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-dynamic-feature-service': patch
---
Updates the `scanRoot` method in the `PluginScanner` class to specifically ignore the `lost+found` directory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added option to `ServerTokenManager.fromConfig` that allows it to be instantiated in production without any configured keys.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-app-api': patch
---
Updating the logger redaction message to something less dramatic

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