Version Packages

This commit is contained in:
github-actions[bot]
2024-03-19 14:56:10 +00:00
parent 0908022cbc
commit e83e055841
800 changed files with 9824 additions and 2888 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-vault-backend': patch
---
Removed lock inside recursion to avoid deadlocks
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-codescene': patch
---
Extending code scene plugin in Entity page.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-common': patch
'@backstage/plugin-notifications-node': patch
---
Support for broadcast notifications
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-apache-airflow': patch
---
added an optional ESLint rule - no-top-level-material-ui-4-imports - which has an auto fix function to migrate the imports and used it to migrate the imports for plugins/apache-airflow
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Added support for the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/) and [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). These services will be present by default in test apps, and you can access mocked versions of their features under `mockServices.auth` and `mockServices.httpAuth` if you want to inspect or replace their behaviors.
There is also a new `mockCredentials` that you can use for acquiring mocks of the various types of credentials that are used in the new system.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-node': minor
---
**DEPRECATION** - Deprecated the `logStream` in the `ActionContext`. Please move to using `ctx.logger.x` instead.
-39
View File
@@ -1,39 +0,0 @@
---
'@backstage/plugin-events-backend-test-utils': patch
'@backstage/plugin-events-backend': patch
'@backstage/plugin-events-node': patch
---
Add new `EventsService` as well as `eventsServiceRef` for the new backend system.
**Summary:**
- new:
`EventsService`, `eventsServiceRef`, `TestEventsService`
- deprecated:
`EventBroker`, `EventPublisher`, `EventSubscriber`, `DefaultEventBroker`, `EventsBackend`,
most parts of `EventsExtensionPoint` (alpha),
`TestEventBroker`, `TestEventPublisher`, `TestEventSubscriber`
Add the `eventsServiceRef` as dependency to your backend plugins
or backend plugin modules.
**Details:**
The previous implementation using the `EventsExtensionPoint` was added in the early stages
of the new backend system and does not respect the plugin isolation.
This made it not compatible anymore with the new backend system.
Additionally, the previous interfaces had some room for simplification,
supporting less exposure of internal concerns as well.
Hereby, this change adds a new `EventsService` interface as replacement for the now deprecated `EventBroker`.
The new interface does not require any `EventPublisher` or `EventSubscriber` interfaces anymore.
Instead, it is expected that the `EventsService` gets passed into publishers and subscribers,
and used internally. There is no need to expose anything of that at their own interfaces.
Most parts of `EventsExtensionPoint` (alpha) are deprecated as well and were not usable
(by other plugins or their modules) anyway.
The `DefaultEventBroker` implementation is deprecated and wraps the new `DefaultEventsService` implementation.
Optionally, an instance can be passed as argument to allow mixed setups to operate alongside.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
'@backstage/plugin-scaffolder-backend-module-rails': patch
---
Move away from using `ctx.logStream`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-addons-test-utils': patch
---
Mock the new issue user cookie api method.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-linguist-backend': patch
---
Migrated to support new auth services.
-19
View File
@@ -1,19 +0,0 @@
---
'@backstage/plugin-azure-sites-backend': patch
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
'@backstage/plugin-catalog-backend-module-unprocessed': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-code-coverage-backend': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-jenkins-backend': patch
'@backstage/plugin-scaffolder-backend-module-azure': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-events-backend-module-gerrit': patch
'@backstage/plugin-events-backend-module-gitlab': patch
'@backstage/plugin-scaffolder-node-test-utils': patch
'@backstage/plugin-search-backend': patch
---
Removed unused dependencies
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-import': patch
---
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Resolve the `basePath` before constructing the target path
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Extend option to minify generated code to the `backend` package.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-shortcuts': patch
---
Added ESLint rule `no-top-level-material-ui-4-imports` in the `shortcuts` plugin to migrate the Material UI imports.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Fixed an issue with resolution of SCM URLs against a base URL with a trailing slash.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-node': patch
---
Deprecated the `getBearerTokenFromAuthorizationHeader` function, which is being replaced by the new `HttpAuthService`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-github-pull-requests-board': patch
---
The `CardHeader` component in the `github-pull-requests-board` plugin will show the status for the PR
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-lighthouse-backend': patch
---
**BREAKING**: The `createScheduler` function now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed bug in TechDocs sidebar render that prevented scrollbar from being displayed
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config': minor
---
The `ConfigReader` now treats `null` values as present but explicitly undefined, meaning it will not fall back to the next level of configuration.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-adr': patch
'@backstage/plugin-adr-common': patch
---
Fixed Azure DevOps ADR file path reading
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
added an optional ESLint rule - no-top-level-material-ui-4-imports - in api-docs plugin which has an auto fix function to migrate the imports and used it to migrate the material-ui imports for plugins/api-docs
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed a bug that could cause the `build-workspace` command to fail when invoked with `--alwaysYarnPack` enabled in environments with limited resources.
-23
View File
@@ -1,23 +0,0 @@
---
'@backstage/plugin-auth-backend-module-guest-provider': minor
---
Adds a new guest provider that maps guest users to actual tokens. This also shifts the default guest login to `user:development/guest` to reduce overlap with your production/real data. To change that (or set it back to the old default, use the new `auth.providers.guest.userEntityRef` config key) like so,
```yaml title=app-config.yaml
auth:
providers:
guest:
userEntityRef: user:default/guest
```
This also adds a new property to control the ownership entity refs,
```yaml title=app-config.yaml
auth:
providers:
guest:
ownershipEntityRefs:
- guests
- development/custom
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Migrated the `GithubLocationAnalyzer` to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': minor
---
Fix knip-report command to send 1 exit status in case of fail
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
New backend plugins with cli are now created using the new backend system
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-bitrise': patch
---
Added the `no-top-level-material-ui-4-import` ESLint rule to the Bitrise plugin to aid with the migration to Material UI v5.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
The translation support for the `Link` component has been removed for now, in order to avoid broad breakages of tests in existing projects where the component is tested without being wrapped in an API provider.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added a `EXPERIMENTAL_LAZY_COMPILATION` flag, which enables the experimental Webpack lazy compilation option in frontend builds.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications': patch
---
All notifications can be marked and filtered by severity critical, high, normal or low, the default is 'normal'
-16
View File
@@ -1,16 +0,0 @@
---
'@backstage/plugin-code-coverage-backend': patch
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-azure-devops-backend': patch
'@backstage/plugin-azure-sites-backend': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-airbrake-backend': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-linguist-backend': patch
'@backstage/plugin-periskop-backend': patch
'@backstage/plugin-signals-backend': patch
'@backstage/plugin-nomad-backend': patch
'@backstage/plugin-vault-backend': patch
---
Allow unauthenticated access to health check endpoint.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/errors': patch
---
Fixed an issue that was causing ResponseError not to report the HTTP status from the provided response.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-entity-feedback-backend': patch
---
Add in description for 400 response when encountering an invalid rating request
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
'@backstage/plugin-search-backend-module-pg': patch
---
Start importing `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` from the `@backstage/plugin-search-backend-node`.
-10
View File
@@ -1,10 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-signals-backend': minor
'@backstage/plugin-signals-node': minor
---
**BREAKING** Type definition added to signal recipients
Update to use `{type: 'broadcast'}` instead `null` and `{type: 'user', entityRef: ''}`
instead string entity references
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications': patch
---
the user can newly mark notifications as "Saved" for their better visibility in the future
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-stack-overflow': patch
---
fix: fix decode issues in title and author fields in `StackOverflowSearchResultListItem`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-rollbar': patch
---
Adjusted MUI imports for better tree shaking.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search': patch
---
Remove the hardcoded 'black' color give to the search type accordion icon as it doesn't work with dark themes
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-playlist-backend': patch
---
Migrated to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-node': patch
---
Fixed file corruption for non UTF-8 data in fetch contents
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution) to the `coreServices`.
At the same time, the [`httpRouter`](https://backstage.io/docs/backend-system/core-services/http-router) service gained a new `addAuthPolicy` method that lets your plugin declare exemptions to the default auth policy - for example if you want to allow unauthenticated or cookie-based access to some subset of your feature routes.
If you have migrated to the new backend system, please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to move toward using these services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Move the text-transform styling on BackstageTableHeader from inline styling to `withStyles` so it can be customised easier
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-code-coverage-backend': patch
---
Fix jacoco convertor to not require annotation to be set to scm-only.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-common': patch
'@backstage/plugin-notifications-node': patch
---
Move notification origin resolving to backend with new auth
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
---
Added an option to specify a commit author by adding `gitAuthorName` and `gitAuthorEmail` options to the `publish:bitbucketServer:pull-request` action
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-react': patch
---
Create a generic React component for refreshing user cookie.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Removed inline styling in breadcrumbs and replaced with a theme reachable class of BreadcrumbsCurrentPage
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-entity-feedback-backend': patch
---
Migrated to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-sonarqube': patch
---
Added ESLint rule `no-top-level-material-ui-4-imports` in the `sonarqube` plugin to migrate the Material UI imports.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Added `mockServices.userInfo`, which now also automatically is made available in test backends.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/theme': patch
---
Exported `defaultTypography` to make adjusting these values in a custom theme easier
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Removed hardcoded font-family on select input
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications': patch
---
The Notifications can be newly filtered based on the Created Date.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-azure-sites-backend': patch
---
Added new backend system for the Azure Sites backend plugin
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Support i18n for core components
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-node': patch
---
Fixing the lost of the initial state after a task recovery.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Migrate plugin to use the new auth services, add an optional service discovery to the router options and change the permissions type to be `PermissionsService`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-explore': patch
---
Added an optional ESLint rule - no-top-level-material-ui-4-imports -in explore plugin which has an auto fix function to migrate the imports and used it to migrate the Material UI imports for plugins/explore.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration-react': patch
---
Updated `microsoftAuthApi` scopes for Azure DevOps to be fully qualified.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-node': minor
---
Update task context type to contain the new auth initiator credentials.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-node': patch
---
Fix handling of default plugins that have configuration
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Resolved an issue where the `PaginatedCatalogTable` was not propagating table options to its child table.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-code-coverage-backend': patch
---
Migrated to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Create a component abstraction to consume system icons.
-12
View File
@@ -1,12 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/backend-app-api': patch
'@backstage/backend-common': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/eslint-plugin': patch
'@backstage/plugin-auth-backend': patch
'@backstage/repo-tools': patch
'@backstage/cli': patch
---
Bump dependency `minimatch` to v9
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-circleci': patch
---
Added an optional ESLint rule - no-top-level-material-ui-4-imports - in CircleCI plugin which has an auto fix function to migrate the imports and used it to migrate the Material UI imports for `plugins/circleci`.
-9
View File
@@ -1,9 +0,0 @@
---
'@techdocs/cli': patch
'@backstage/create-app': patch
'@backstage/repo-tools': patch
'@backstage/codemods': patch
'@backstage/cli': patch
---
Removed the `ts-node` dev dependency.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Migrated the backend of the create app template to use the new backend system. For information on how to migrate your existing backend, see the [migration guide](https://backstage.io/docs/backend-system/building-backends/migrating).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-github-actions': patch
---
Fixed bug in WorkflowRunStatus component where skipped and cancelled workflow runs appeared as success
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config-loader': minor
---
Forward `null` values read from configuration files in configuration data, rather than treating them as an absence of config.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-dynatrace': patch
---
Adjusted MUI imports for better tree shaking
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-techdocs-backend': minor
'@backstage/plugin-techdocs-node': minor
---
Create extension point `TechdocsGeneratorExtensionPoint` to allow adding a custom generator
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': minor
---
Added a menu to the header of template page for direct access to editing the template
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix support for unauthenticated requests to create scaffolder tasks
-33
View File
@@ -1,33 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github-org': patch
'@backstage/plugin-catalog-backend-module-github': patch
---
Support EventsService and events with the new backend system (through EventsService) for `GithubOrgEntityProvider` and `GithubMultiOrgEntityProvider`.
_New/Current Backend System:_
The events support for the provider will be enabled always, making it ready to consume events from its subscribed topics.
In order to receive events and make use of this feature, you still need to set up receiving events from the event source as before.
_Legacy Backend System:_
You can pass the `EventsService` instance to the factory method as one of its options:
```diff
// packages/backend/src/plugins/catalog.ts
const githubOrgProvider = GithubOrgEntityProvider.fromConfig(env.config, {
events: env.events,
// ...
});
- env.eventBroker.subscribe(githubOrgProvider);
```
```diff
// packages/backend/src/plugins/catalog.ts
const githubMultiOrgProvider = GithubMultiOrgEntityProvider.fromConfig(env.config, {
events: env.events,
// ...
});
- env.eventBroker.subscribe(githubMultiOrgProvider);
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-azure-sites-backend': minor
---
**BREAKING**: The `createRouter` method now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-react': minor
---
Create a new api method for issuing user cookie.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-gcalendar': patch
---
Added ESLint rule `no-top-level-material-ui-4-imports` in the `gcalendar` plugin to migrate the Material UI imports.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-jenkins-backend': minor
---
**BREAKING**: Both `createRouter` and `DefaultJenkinsInfoProvider.fromConfig` now require the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services.
The `JenkinsInfoProvider` interface has been updated to receive `credentials` of the type `BackstageCredentials` rather than a token.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixed refresh scope to match start method in OneLogin provider.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-xcmetrics': patch
---
Fixed bug in XcMetricsClient where it was not including parameter for excludeCI, which is now a required parameter for XCMetrics.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-airbrake': patch
---
Added an optional ESLint rule - no-top-level-material-ui-4-imports - which has an auto fix function to migrate the imports and using it migrated the imports.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Added 'root' and 'label' class keys for EntityAutocompletePicker, EntityOwnerPicker and EntityProcessingStatusPicker
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fix prettier issues on default plugins & module templates
-15
View File
@@ -1,15 +0,0 @@
---
'@backstage/plugin-azure-devops-backend': minor
'@backstage/plugin-azure-devops-common': minor
'@backstage/plugin-azure-devops': minor
---
Ability to fetch the README file from a different Azure DevOps path.
Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path`
Example:
```yaml
dev.azure.com/readme-path: /my-path/README.md
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Added ESLint rule `no-top-level-material-ui-4-imports` in the `user-settings` plugin to migrate the Material UI imports.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': minor
'@backstage/plugin-notifications': minor
---
notifications can be newly sorted by list of predefined options
-21
View File
@@ -1,21 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-scaffolder-backend-module-gerrit': patch
'@backstage/plugin-scaffolder-backend-module-github': patch
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
'@backstage/plugin-scaffolder-backend-module-sentry': patch
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
'@backstage/plugin-scaffolder-backend-module-azure': patch
'@backstage/plugin-scaffolder-backend-module-gitea': patch
'@backstage/plugin-scaffolder-backend-module-rails': patch
'@backstage/plugin-scaffolder-node-test-utils': minor
'@backstage/plugin-scaffolder-backend': patch
---
Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
It will help to maintain tests in a long run during structural changes of action context.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-guest-provider': patch
---
Ensure that the config schema is present
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-org': patch
---
Remove the use of the deprecated `customStyles` for `Avatar`
-76
View File
@@ -1,76 +0,0 @@
---
'@backstage/plugin-events-backend-module-bitbucket-cloud': minor
'@backstage/plugin-events-backend-module-gerrit': minor
'@backstage/plugin-events-backend-module-github': minor
'@backstage/plugin-events-backend-module-gitlab': minor
'@backstage/plugin-events-backend-module-azure': minor
'@backstage/plugin-events-node': minor
---
BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`.
`EventRouter` uses the new `EventsService` instead of the `EventBroker` now,
causing a breaking change to its signature.
All of its extensions and implementations got adjusted accordingly.
(`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`,
`GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`)
Required adjustments were made to all backend modules for the new backend system,
now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`.
**Migration:**
Example for implementations of `SubTopicEventRouter`:
```diff
import {
EventParams,
+ EventsService,
SubTopicEventRouter,
} from '@backstage/plugin-events-node';
export class GithubEventRouter extends SubTopicEventRouter {
- constructor() {
- super('github');
+ constructor(options: { events: EventsService }) {
+ super({
+ events: options.events,
+ topic: 'github',
+ });
}
+ protected getSubscriberId(): string {
+ return 'GithubEventRouter';
+ }
+
// ...
}
```
Example for a direct extension of `EventRouter`:
```diff
class MyEventRouter extends EventRouter {
- constructor(/* ... */) {
+ constructor(options: {
+ events: EventsService;
+ // ...
+ }) {
- super();
// ...
+ super({
+ events: options.events,
+ topics: topics,
+ });
}
+
+ protected getSubscriberId(): string {
+ return 'MyEventRouter';
+ }
-
- supportsEventTopics(): string[] {
- return this.topics;
- }
}
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Fixed an issue where configuration schema for the purpose of redacting secrets from logs was not being read correctly.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-permission-common': patch
---
The `token` option of the `PermissionEvaluator` methods is now deprecated. The options that only apply to backend implementations have been moved to `PermissionsService` from `@backstage/backend-plugin-api` instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Fix issue where `resolveSafeChildPath` path would incorrectly resolve when operating on a symlink

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