Merge branch 'master' into fix-newrelic-sort

Signed-off-by: Stef Louwers <stef@steflouwers.nl>
This commit is contained in:
Stef Louwers
2023-10-02 12:53:35 +02:00
committed by GitHub
1403 changed files with 41672 additions and 11027 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-kubernetes-common': patch
---
Loosened the type of the `auth` field in the body of requests to the `retrieveObjectsByServiceId` endpoint. Now any JSON object is allowed, which should make it easier for integrators to write their own custom auth strategies for Kubernetes.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Internal update for removal of experimental plugin configuration API.
-13
View File
@@ -1,13 +0,0 @@
---
'@backstage/create-app': patch
---
Updated the backend template to no longer create duplicate connection pools to plugins that use the task scheduler.
To apply this change in your own repository, perform the following small update:
```diff
// in packages/backend/src/index.ts
- const taskScheduler = TaskScheduler.fromConfig(config);
+ const taskScheduler = TaskScheduler.fromConfig(config, { databaseManager });
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-playlist': patch
---
Updated latest playlist screen in readme document
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-home': patch
---
Fixed a bug where customizable home page cards would render missing their normal borders.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
---
Enables dry-run functionality for the run:yeoman scaffolder action
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Removed duplicate `apple-touch-icon` link from `packages/app/public/index.html` that linked to nonexistent icon.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Introduced a new utility for testing service factories, `ServiceFactoryTester`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-playlist': patch
---
change color of delete icon to secondary in playlist table
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-pg': patch
---
Added `indexerBatchSize` option to be able to control the size of the batches being indexed. Also added a debug log entry to list out all the entities in the batch
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added the ability to specify the listen address for the `--inspect` and `--inspect-brk` command. You can now set the `ip` and port of the `inspect` and `inspectBrk` by adding for example `--inspect=0.0.0.0:9229`
-60
View File
@@ -1,60 +0,0 @@
---
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/integration-react': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-github-issues': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-code-climate': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-home-react': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-codescene': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-org': patch
---
Moved `@types/react` to be a regular dependency
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Create unique temp directory for each `create-app` execution.
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fix to the `limit` parameter on entity queries.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-kubernetes-common': patch
---
Add AWS Annotations to Kubernetes Cluster Resource
@@ -2,4 +2,4 @@
'@backstage/plugin-pagerduty': patch
---
Minor internal tweaks to improve tests
Minor fix to avoid usage of deprecated prop
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Add support for discovering additional service factories during startup.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-graphiql': patch
---
Add support for using the FetchApi
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/frontend-plugin-api': minor
'@backstage/frontend-app-api': minor
---
Initial release
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Added title to props for `Has<kind>Cards`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-sonarqube-backend': patch
---
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-graphiql': patch
---
Added experimental exports for the new frontend system under `/alpha`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Changed the processing loop task pipeline implementation from recursive to iterative
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Switched the template to use TypeScript 5.2 by default.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-code-coverage': patch
---
Fixed the coverage history statistics to compare newest with oldest record
-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/plugin-techdocs-backend': patch
---
Expand techdocs.publisher.type with `googleGcs`,`awsS3`,`azureBlobStorage` and `openStackSwift`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Migrated the GitLab auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-gitlab-provider` module.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added the ability to create a plain backend module with the `new` command.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-proxy-backend': patch
---
Add the route name to an error message that appears when the backend
proxy wasn't well configured. This will help users to understand the
issue and fix the right configuration.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Added `authPlugin` export for the new backend system. The plugin does not include any built-in auth providers, they must instead be added by installing additional modules, for example `authModuleGoogleProvider` from `@backstage/plugin-auth-backend-module-google-provider`.
-34
View File
@@ -1,34 +0,0 @@
---
'@backstage/plugin-adr-backend': minor
'@backstage/plugin-airbrake-backend': minor
'@backstage/plugin-auth-backend': minor
'@backstage/plugin-azure-devops-backend': minor
'@backstage/plugin-badges-backend': minor
'@backstage/plugin-bazaar-backend': minor
'@backstage/plugin-catalog-backend-module-unprocessed': minor
'@backstage/plugin-devtools-backend': minor
'@backstage/plugin-entity-feedback-backend': minor
'@backstage/plugin-kafka-backend': minor
'@backstage/plugin-lighthouse-backend': minor
'@backstage/plugin-linguist-backend': minor
'@backstage/plugin-periskop-backend': minor
'@backstage/plugin-proxy-backend': minor
'@backstage/plugin-todo-backend': minor
'@backstage/plugin-user-settings-backend': minor
---
**BREAKING**: The export for the new backend system has been moved to be the `default` export.
For example, if you are currently importing the plugin using the following pattern:
```ts
import { examplePlugin } from '@backstage/plugin-example-backend';
backend.add(examplePlugin);
```
It should be migrated to this:
```ts
backend.add(import('@backstage/plugin-example-backend'));
```
-48
View File
@@ -1,48 +0,0 @@
---
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-backend-module-gcp-iap-provider': patch
'@backstage/plugin-auth-backend-module-github-provider': patch
'@backstage/plugin-auth-backend-module-gitlab-provider': patch
'@backstage/plugin-auth-backend-module-google-provider': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-backend-module-aws': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-catalog-backend-module-gcp': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-catalog-backend-module-puppetdb': patch
'@backstage/plugin-events-backend': patch
'@backstage/plugin-events-backend-module-aws-sqs': patch
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-permission-backend-module-allow-all-policy': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-search-backend': patch
'@backstage/plugin-search-backend-module-catalog': patch
'@backstage/plugin-search-backend-module-elasticsearch': patch
'@backstage/plugin-search-backend-module-explore': patch
'@backstage/plugin-search-backend-module-pg': patch
'@backstage/plugin-search-backend-module-techdocs': patch
'@backstage/plugin-techdocs-backend': patch
---
The export for the new backend system has been moved to be the `default` export.
For example, if you are currently importing the plugin using the following pattern:
```ts
import { examplePlugin } from '@backstage/plugin-example-backend';
backend.add(examplePlugin);
```
It should be migrated to this:
```ts
backend.add(import('@backstage/plugin-example-backend'));
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-radar': patch
---
Add names to blip entry links in the radar to improve accessibility
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-code-coverage-backend': patch
---
Added support for LCOV coverage reports
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-gcp-iap-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a GCP IAP auth provider.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/backend-tasks': patch
---
When starting a task that existed before, with a faster schedule than it
previously had, the task will now correctly obey the faster schedule
immediately. Before this fix, the new schedule was only obeyed after the next
pending (according to the old schedule) run had completed.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
'@backstage/integration': patch
---
Ensure that all relevant config fields are properly marked as secret
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-playlist-backend': patch
---
Added support to the playlist plugin for the new backend
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue causing `EntityPage` to show an error for entities containing special characters
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-oauth2-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a `oauth2` auth provider.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye.
You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Fixed an issue where `EntitySwitch` was preventing the display of entity errors.
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/create-app': patch
---
Added a `fix` scripts that calls the new `backstage-cli repo fix` command.
To apply this change to an existing app, make the following change to your root `package.json`:
```diff
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",
+ "fix": "backstage-cli repo fix",
"lint": "backstage-cli repo lint --since origin/master",
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-radar': patch
---
Fixed the width of the tech radar dialog so that the content fits
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed bug in styles that caused next and previous links in footer to overlap page content.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Export the `EntityAutocompletePicker` component.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---
Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add ESM loader for the experimental backend start command.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixed an issue causing `StructuredMetadataTable` to crash in case metadata contained `null` values.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Add examples for `publish:github` and `publish:gitlab` scaffolder actions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Improve consistency of results from the `AzureDevOpsEntityProvider`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-entity-feedback': patch
---
Improve README to note that Backstage identity is required to be configured
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
Allow configuring the processing interval in your app-config, under the `catalog.processingInterval` key.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Fixed a bug where requests to the proxy endpoint would fail for clusters with `caFile` configured
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-kubernetes': patch
'@backstage/test-utils': patch
---
Add pod exec terminal to Container Card
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-rollbar-backend': patch
---
ensure rollbar token is hidden
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Update OpenAPI schema to relax the encoding validation of all request parameters.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix for the new backend `start` command to make it work on Windows.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-node': patch
---
The `BackstageIdentityResponse` interface now has an optional `expiresInSeconds` field that can be used to signal session expiration. The `prepareBackstageIdentityResponse` utility will now also read the expiration from the provided token, and include it in the response.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': minor
---
Removed the exprimental plugin configuration API. The `__experimentalReconfigure()` from the plugin options as well as the `__experimentalConfigure()` method on plugin instances have both been removed.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config': minor
---
Added a `readDurationFromConfig` function
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
The root logger is now initialized lazily, fixing a circular dependency issue with `@backstage/backend-app-api` that would result in `Cannot read properties of undefined (reading 'redacter')`.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Adds include and exclude configuration to feature discovery of backend packages
Adds alpha modules to feature discovery
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added a new `repo fix` command that fixes auto-fixable problems in all packages. Initially the command fixes package export declarations, as well as marks all non-bundled frontend packages as side-effect free. Marking packages as free of side-effects can drastically reduce the Webpack bundle size.
+20
View File
@@ -0,0 +1,20 @@
---
'@backstage/plugin-catalog': minor
---
The catalog plugin no longer implements the experimental reconfiguration API. The create button title can now instead be configured using the new experimental internationalization API, via the `catalogTranslationRef` exported at `/alpha`. For example:
```ts
import { catalogTranslationRef } from '@backstage/plugin-catalog/alpha';
const app = createApp({
__experimentalTranslations: {
resources: [
createTranslationMessages({
ref: catalogTranslationRef,
catalog_page_create_button_title: 'Create Software',
}),
],
},
});
```
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
'@backstage/plugin-catalog-backend-module-puppetdb': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-catalog-backend-module-ldap': patch
'@backstage/plugin-catalog-backend-module-aws': patch
---
Make sure to include the error message when ingestion fails
-129
View File
@@ -1,129 +0,0 @@
---
'@backstage/app-defaults': patch
'@backstage/catalog-client': patch
'@backstage/catalog-model': patch
'@backstage/config': patch
'@backstage/core-app-api': patch
'@backstage/core-components': patch
'@backstage/core-plugin-api': patch
'@backstage/dev-utils': patch
'@backstage/errors': patch
'@backstage/integration': patch
'@backstage/integration-react': patch
'@backstage/plugin-adr': patch
'@backstage/plugin-adr-common': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-analytics-module-ga': patch
'@backstage/plugin-analytics-module-ga4': patch
'@backstage/plugin-analytics-module-newrelic-browser': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-azure-devops-common': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-azure-sites-common': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-bitbucket-cloud-common': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-common': patch
'@backstage/plugin-catalog-graph': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-cicd-statistics': patch
'@backstage/plugin-cicd-statistics-module-gitlab': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-code-climate': patch
'@backstage/plugin-code-coverage': patch
'@backstage/plugin-codescene': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-cost-insights-common': patch
'@backstage/plugin-devtools': patch
'@backstage/plugin-devtools-common': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-entity-feedback': patch
'@backstage/plugin-entity-feedback-common': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-explore-common': patch
'@backstage/plugin-explore-react': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-git-release-manager': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-github-issues': patch
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-gocd': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-home': patch
'@backstage/plugin-home-react': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-jenkins-common': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-kubernetes-common': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-lighthouse-common': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-linguist-common': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-org': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-playlist-common': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-common': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-search': patch
'@backstage/plugin-search-common': patch
'@backstage/plugin-search-react': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-sonarqube-react': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-stack-overflow': patch
'@backstage/plugin-stackstorm': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-insights-common': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs-addons-test-utils': patch
'@backstage/plugin-techdocs-module-addons-contrib': patch
'@backstage/plugin-techdocs-react': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/release-manifests': patch
'@backstage/test-utils': patch
'@backstage/theme': patch
'@backstage/types': patch
'@backstage/version-bridge': patch
---
Mark package as being free of side effects, allowing more optimized Webpack builds.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Added delete alert popup when user delete the entity
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': minor
---
Fixed two bugs in how the `OAuth2Session` type represents the underlying data. The `expiresAt` and `backstageIdentity` are now both optional, since that's what they are in practice. This is not considered a breaking change since it was effectively a bug in the modelling of the state that this type represents, and the type was not used in any other external contract.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Restored functionality to `OwnedEntityPicker` by converting deprecated `ui:options` input to `catalogFilter`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Additional fix for Gitiles auth links
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Add a notification when `yarn install` is taking a long time.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
Ensure direct relations are shown for User entities while keeping support for aggregating closest parent group ownership
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Deprecated several exports that are now available from `@backstage/plugin-auth-node` instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-home': patch
---
Align zod dependency to align with other packages.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Add examples for `publish:bitbucket` scaffolder actions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Add support for installing backend features via module imports, for example `startTestBackend({ features: [import('my-plugin')] })`.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-common': patch
---
Use `DefaultAzureDevOpsCredentialsProvider` to retrieve credentials for Azure DevOps.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-dev-utils': patch
---
Fix an issue where early IPC responses would be lost.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/cli': minor
---
The new backend start command that used to be enabled by setting `EXPERIMENTAL_BACKEND_START` is now the default. To revert to the old behavior, set `LEGACY_BACKEND_START` instead.
This new command is no longer based on Webpack, but instead uses Node.js loaders to transpile on the fly. Rather than hot reloading modules the entire backend is now restarted on change, but the SQLite database state is still maintained across restarts via a parent process.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-devtools-common': patch
'@backstage/plugin-devtools': patch
---
Show resource utilization in `DevTools` plugin
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
conditionally rendering the user email in user profile card
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
fixed issue related template editor fails with multiple templates per file.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a link to the frontend Backstage plugin that had pointed to itself.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Updated Dockerfile to include `apt-get update` when installing the SQLite dependency
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Add support for `SidebarGroup` on the sidebar item extension.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
changed auto theme tooltip title to camel case
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-permission-node': patch
---
Minor `package.json` update.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': minor
---
include owner chip in catalog search result item
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Ensure that root scoped services cannot accept (at a type level) plugin scoped deps
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
The `TabbedLayout` component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes': patch
---
Avoid eager use of `TextEncoder` in order not to break tests.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add experimental support for frontend package discovery.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
Entity relations toggle should by default be aggregated for User entities
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-radar': patch
---
Add description property for Rings which will be shown in the footer.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Added experimental support for the declarative integration.

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