Merge branch 'backstage:master' into master
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Internal update for removal of experimental plugin configuration API.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Removed duplicate `apple-touch-icon` link from `packages/app/public/index.html` that linked to nonexistent icon.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Instrument `backend-tasks` with some counters and histograms for duration.
|
||||
|
||||
`backend_tasks.task.runs.count`: Counter with the total number of times a task has been run.
|
||||
`backend_tasks.task.runs.duration`: Histogram with the run durations for each task.
|
||||
|
||||
Both these metrics have come with `result` `taskId` and `scope` labels for finer grained grouping.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
The `HostDiscovery` export has been deprecated, import it from `@backstage/backend-app-api` instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Create unique temp directory for each `create-app` execution.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
---
|
||||
|
||||
Minor fix to avoid usage of deprecated prop
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
---
|
||||
|
||||
Create an experimental plugin that is compatible with the declarative integration system, it is exported from the `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Fixed the display of OwnershipCard with aggregated relations by loading relations when getting children of entity.
|
||||
This allows the already existing recursive method to work properly when children of entity have children themselves.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
Fixed the coverage history statistics to compare newest with oldest record
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Ensure that all relevant config fields are properly marked as secret
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
---
|
||||
|
||||
Added support to the playlist plugin for the new backend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed an issue causing `EntityPage` to show an error for entities containing special characters
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@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`
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': minor
|
||||
'@backstage/plugin-techdocs-node': minor
|
||||
---
|
||||
|
||||
Allow prepared directory clean up for custom preparers
|
||||
|
||||
When using custom preparer for TechDocs, the `preparedDir` might
|
||||
end up taking disk space. This requires all custom preparers to
|
||||
implement a new method `shouldCleanPreparedDirectory` which indicates
|
||||
whether the prepared directory should be cleaned after generation.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Create an experimental `CatalogSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/test-utils': patch
|
||||
---
|
||||
|
||||
Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
Added `RouteRef`, `SubRouteRef`, `ExternalRouteRef`, and related types. All exports from this package that previously relied on the types with the same name from `@backstage/core-plugin-api` now use the new types instead. To convert and existing legacy route ref to be compatible with the APIs from this package, use the `convertLegacyRouteRef` utility from `@backstage/core-plugin-api/alpha`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Create an experimental `TechDocsSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Remove the duplicate versions of `@rjsf/*` as they're no longer needed
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
---
|
||||
|
||||
Add missing required property `type` in `Template.v1beta3.schema.json` schema
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Added `createMockDirectory()` to help out with file system mocking in tests.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-rollbar-backend': patch
|
||||
---
|
||||
|
||||
ensure rollbar token is hidden
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix for the new backend `start` command to make it work on Windows.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Marked the `LocationEntityProcessor` as deprecated, as it is no longer used internally since way back and can even be harmful at this point.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Wrap entire app in `<Suspense>`, enabling support for using translations outside plugins.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Improved `DocsTable` to display pagination controls dynamically, appearing only when needed.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
'@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',
|
||||
}),
|
||||
],
|
||||
},
|
||||
});
|
||||
```
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Properly close write stream when writing temporary archive for processing zip-based `.readTree()` responses.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Adds Top/Recently Visited components to homepage
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
The `spec.lifecycle' field in entities will now always be rendered as a string.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-node': patch
|
||||
---
|
||||
|
||||
Added docs to `processingResult`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-newrelic': patch
|
||||
---
|
||||
|
||||
Fixed sorting and searching in the NewRelic table.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings-backend': patch
|
||||
---
|
||||
|
||||
Added dependency on `@backstage/config`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added the ability to fetch git tags through the `Git` class. This is useful for scaffolder actions that want to take action based on tag versions in a cloned repository
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dev-utils': patch
|
||||
---
|
||||
|
||||
Fix an issue where early IPC responses would be lost.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
fixed issue related template editor fails with multiple templates per file.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Add support for `SidebarGroup` on the sidebar item extension.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Display meaningful error to the output if Gitlab namespace not found inside `publish:gitlab`.
|
||||
@@ -0,0 +1,109 @@
|
||||
---
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': patch
|
||||
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-cicd-statistics-module-gitlab': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/version-bridge': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-catalog-graphql': patch
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-sonarqube-react': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-config-schema': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-stackstorm': 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-pagerduty': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-circleci': patch
|
||||
'@backstage/plugin-devtools': 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-techdocs': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-rollbar': patch
|
||||
'@backstage/theme': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-badges': patch
|
||||
'@backstage/plugin-bazaar': patch
|
||||
'@backstage/plugin-search': 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-gocd': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Add official support for React 18.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
include owner chip in catalog search result item
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Added experimental support for the declarative integration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Fix icon alignment in `AdrSearchResultListItem`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
---
|
||||
|
||||
Make sure the default badge factory is used if nothing is defined
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/test-utils': patch
|
||||
---
|
||||
|
||||
Add missing resource and template app icons
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Display log visibility button on the template panel
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
Added the ability to configure bound routes through `app.routes.bindings`. The routing system used by `createApp` has been replaced by one that only supports route refs of the new format from `@backstage/frontend-plugin-api`. The requirement for route refs to have the same ID as their associated extension has been removed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bump `cypress` to fix the end-to-end tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added `/testUtils` entry point, with a utility for mocking resolve package paths as returned by `resolvePackagePath`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Make themes configurable through extensions, and switched default themes to use extensions instead.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Create declarative extensions for the `Catalog` plugin; this initial plugin preset contains sidebar item, index page and filter extensions, all distributed via `/alpha` subpath.
|
||||
|
||||
The `EntityPage` will be migrated in a follow-up patch.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Increase the maximum allowed length of an entity filter for tech insights fact schemas.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-github-provider': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Fix bug where backend tasks that are defined with HumanDuration are immediately triggered on application startup
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in `extractInitials`.
|
||||
|
||||
This PR also changed how initials are generated resulting in _John Jonathan Doe_ => _JD_ instead of _JJ_.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Create an experimental search plugin that is compatible with the declarative integration system, it is exported from `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
Added option to set body size limit
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Fix for persisted scopes not being properly restored on sign-in.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
The `createApp` config option has been replaced by a new `configLoader` option. There is now also a `pluginLoader` option that can be used to dynamically load plugins into the app.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Internal refactors, laying the foundation for later introducing deferred stitching (see #18062).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Make `defaultUserTransformer` resolve to `UserEntity` instead of `Entity`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
The warning for missing code coverage will now render the entity as a reference.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Changed SupportButton menuitems to support text wrap
|
||||
+240
-315
@@ -2,330 +2,255 @@
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.87",
|
||||
"@backstage/app-defaults": "1.4.3",
|
||||
"example-app-next": "0.0.1",
|
||||
"app-next-example-plugin": "0.0.1",
|
||||
"example-backend": "0.2.87",
|
||||
"@backstage/backend-app-api": "0.5.3",
|
||||
"@backstage/backend-common": "0.19.5",
|
||||
"@backstage/backend-defaults": "0.2.3",
|
||||
"@backstage/backend-dev-utils": "0.1.1",
|
||||
"example-backend-next": "0.0.15",
|
||||
"@backstage/backend-openapi-utils": "0.0.4",
|
||||
"@backstage/backend-plugin-api": "0.6.3",
|
||||
"@backstage/backend-plugin-manager": "0.0.1",
|
||||
"@backstage/backend-tasks": "0.5.8",
|
||||
"@backstage/backend-test-utils": "0.2.3",
|
||||
"@backstage/catalog-client": "1.4.4",
|
||||
"@backstage/catalog-model": "1.4.2",
|
||||
"@backstage/cli": "0.22.13",
|
||||
"@backstage/cli-common": "0.1.12",
|
||||
"@backstage/cli-node": "0.1.4",
|
||||
"@backstage/codemods": "0.1.45",
|
||||
"@backstage/config": "1.1.0",
|
||||
"@backstage/config-loader": "1.5.0",
|
||||
"@backstage/core-app-api": "1.10.0",
|
||||
"@backstage/core-components": "0.13.5",
|
||||
"@backstage/core-plugin-api": "1.6.0",
|
||||
"@backstage/create-app": "0.5.5",
|
||||
"@backstage/dev-utils": "1.0.21",
|
||||
"e2e-test": "0.2.7",
|
||||
"@backstage/errors": "1.2.2",
|
||||
"example-app": "0.2.88",
|
||||
"@backstage/app-defaults": "1.4.4",
|
||||
"example-app-next": "0.0.2",
|
||||
"app-next-example-plugin": "0.0.2",
|
||||
"example-backend": "0.2.88",
|
||||
"@backstage/backend-app-api": "0.5.6",
|
||||
"@backstage/backend-common": "0.19.8",
|
||||
"@backstage/backend-defaults": "0.2.6",
|
||||
"@backstage/backend-dev-utils": "0.1.2",
|
||||
"example-backend-next": "0.0.16",
|
||||
"@backstage/backend-openapi-utils": "0.0.5",
|
||||
"@backstage/backend-plugin-api": "0.6.6",
|
||||
"@backstage/backend-plugin-manager": "0.0.2",
|
||||
"@backstage/backend-tasks": "0.5.11",
|
||||
"@backstage/backend-test-utils": "0.2.7",
|
||||
"@backstage/catalog-client": "1.4.5",
|
||||
"@backstage/catalog-model": "1.4.3",
|
||||
"@backstage/cli": "0.23.0",
|
||||
"@backstage/cli-common": "0.1.13",
|
||||
"@backstage/cli-node": "0.1.5",
|
||||
"@backstage/codemods": "0.1.46",
|
||||
"@backstage/config": "1.1.1",
|
||||
"@backstage/config-loader": "1.5.1",
|
||||
"@backstage/core-app-api": "1.11.0",
|
||||
"@backstage/core-components": "0.13.6",
|
||||
"@backstage/core-plugin-api": "1.7.0",
|
||||
"@backstage/create-app": "0.5.6",
|
||||
"@backstage/dev-utils": "1.0.22",
|
||||
"e2e-test": "0.2.8",
|
||||
"@backstage/e2e-test-utils": "0.1.0",
|
||||
"@backstage/errors": "1.2.3",
|
||||
"@backstage/eslint-plugin": "0.1.3",
|
||||
"@backstage/frontend-app-api": "0.1.0",
|
||||
"@backstage/frontend-plugin-api": "0.1.0",
|
||||
"@backstage/integration": "1.7.0",
|
||||
"@backstage/integration-aws-node": "0.1.6",
|
||||
"@backstage/integration-react": "1.1.19",
|
||||
"@backstage/frontend-app-api": "0.2.0",
|
||||
"@backstage/frontend-plugin-api": "0.2.0",
|
||||
"@backstage/integration": "1.7.1",
|
||||
"@backstage/integration-aws-node": "0.1.7",
|
||||
"@backstage/integration-react": "1.1.20",
|
||||
"@backstage/release-manifests": "0.0.10",
|
||||
"@backstage/repo-tools": "0.3.4",
|
||||
"@techdocs/cli": "1.5.0",
|
||||
"techdocs-cli-embedded-app": "0.2.86",
|
||||
"@backstage/test-utils": "1.4.3",
|
||||
"@backstage/theme": "0.4.2",
|
||||
"@backstage/repo-tools": "0.3.5",
|
||||
"@techdocs/cli": "1.6.0",
|
||||
"techdocs-cli-embedded-app": "0.2.87",
|
||||
"@backstage/test-utils": "1.4.4",
|
||||
"@backstage/theme": "0.4.3",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.5",
|
||||
"@backstage/plugin-adr": "0.6.7",
|
||||
"@backstage/plugin-adr-backend": "0.4.0",
|
||||
"@backstage/plugin-adr-common": "0.2.15",
|
||||
"@backstage/plugin-airbrake": "0.3.24",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.0",
|
||||
"@backstage/plugin-allure": "0.1.40",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.33",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.4",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.2",
|
||||
"@backstage/plugin-apache-airflow": "0.2.15",
|
||||
"@backstage/plugin-api-docs": "0.9.11",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.3",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.15",
|
||||
"@backstage/plugin-app-backend": "0.3.51",
|
||||
"@backstage/plugin-app-node": "0.1.3",
|
||||
"@backstage/plugin-auth-backend": "0.19.0",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.3.0",
|
||||
"@backstage/plugin-azure-devops": "0.3.6",
|
||||
"@backstage/plugin-azure-devops-backend": "0.4.0",
|
||||
"@backstage/version-bridge": "1.0.6",
|
||||
"@backstage/plugin-adr": "0.6.8",
|
||||
"@backstage/plugin-adr-backend": "0.4.3",
|
||||
"@backstage/plugin-adr-common": "0.2.16",
|
||||
"@backstage/plugin-airbrake": "0.3.25",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.3",
|
||||
"@backstage/plugin-allure": "0.1.41",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.34",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.5",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.3",
|
||||
"@backstage/plugin-apache-airflow": "0.2.16",
|
||||
"@backstage/plugin-api-docs": "0.9.12",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.4",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.16",
|
||||
"@backstage/plugin-app-backend": "0.3.54",
|
||||
"@backstage/plugin-app-node": "0.1.6",
|
||||
"@backstage/plugin-auth-backend": "0.19.3",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.4.0",
|
||||
"@backstage/plugin-azure-devops": "0.3.7",
|
||||
"@backstage/plugin-azure-devops-backend": "0.4.3",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.1",
|
||||
"@backstage/plugin-azure-sites": "0.1.13",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.13",
|
||||
"@backstage/plugin-azure-sites": "0.1.14",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.16",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.1",
|
||||
"@backstage/plugin-badges": "0.2.48",
|
||||
"@backstage/plugin-badges-backend": "0.3.0",
|
||||
"@backstage/plugin-bazaar": "0.2.16",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.12",
|
||||
"@backstage/plugin-bitrise": "0.1.51",
|
||||
"@backstage/plugin-catalog": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.2.6",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.16",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.18",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.10",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.0",
|
||||
"@backstage/plugin-catalog-common": "1.0.16",
|
||||
"@internal/plugin-catalog-customized": "0.0.14",
|
||||
"@backstage/plugin-catalog-graph": "0.2.36",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.23",
|
||||
"@backstage/plugin-catalog-import": "0.10.0",
|
||||
"@backstage/plugin-catalog-node": "1.4.4",
|
||||
"@backstage/plugin-catalog-react": "1.8.4",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.3",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.26",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.20",
|
||||
"@backstage/plugin-circleci": "0.3.24",
|
||||
"@backstage/plugin-cloudbuild": "0.3.24",
|
||||
"@backstage/plugin-code-climate": "0.1.24",
|
||||
"@backstage/plugin-code-coverage": "0.2.17",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.17",
|
||||
"@backstage/plugin-codescene": "0.1.17",
|
||||
"@backstage/plugin-config-schema": "0.1.45",
|
||||
"@backstage/plugin-cost-insights": "0.12.13",
|
||||
"@backstage/plugin-badges": "0.2.49",
|
||||
"@backstage/plugin-badges-backend": "0.3.3",
|
||||
"@backstage/plugin-bazaar": "0.2.17",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.3",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.13",
|
||||
"@backstage/plugin-bitrise": "0.1.52",
|
||||
"@backstage/plugin-catalog": "1.14.0",
|
||||
"@backstage/plugin-catalog-backend": "1.14.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.25",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.21",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.21",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.6",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.4",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.3",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.10",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.21",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.13",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.23",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.3",
|
||||
"@backstage/plugin-catalog-common": "1.0.17",
|
||||
"@backstage/plugin-catalog-graph": "0.2.37",
|
||||
"@backstage/plugin-catalog-graphql": "0.4.0",
|
||||
"@backstage/plugin-catalog-import": "0.10.1",
|
||||
"@backstage/plugin-catalog-node": "1.4.7",
|
||||
"@backstage/plugin-catalog-react": "1.8.5",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.4",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.27",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.21",
|
||||
"@backstage/plugin-circleci": "0.3.25",
|
||||
"@backstage/plugin-cloudbuild": "0.3.25",
|
||||
"@backstage/plugin-code-climate": "0.1.25",
|
||||
"@backstage/plugin-code-coverage": "0.2.18",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.20",
|
||||
"@backstage/plugin-codescene": "0.1.18",
|
||||
"@backstage/plugin-config-schema": "0.1.46",
|
||||
"@backstage/plugin-cost-insights": "0.12.14",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.4",
|
||||
"@backstage/plugin-devtools-backend": "0.2.0",
|
||||
"@backstage/plugin-devtools-common": "0.1.4",
|
||||
"@backstage/plugin-dynatrace": "7.0.4",
|
||||
"@backstage/plugin-entity-feedback": "0.2.7",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.0",
|
||||
"@backstage/plugin-devtools": "0.1.5",
|
||||
"@backstage/plugin-devtools-backend": "0.2.3",
|
||||
"@backstage/plugin-devtools-common": "0.1.5",
|
||||
"@backstage/plugin-dynatrace": "7.0.5",
|
||||
"@backstage/plugin-entity-feedback": "0.2.8",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.3",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.9",
|
||||
"@backstage/plugin-events-backend": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.6",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.13",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.13",
|
||||
"@backstage/plugin-events-node": "0.2.12",
|
||||
"@internal/plugin-todo-list": "1.0.17",
|
||||
"@internal/plugin-todo-list-backend": "1.0.17",
|
||||
"@internal/plugin-todo-list-common": "1.0.13",
|
||||
"@backstage/plugin-explore": "0.4.10",
|
||||
"@backstage/plugin-explore-backend": "0.0.13",
|
||||
"@backstage/plugin-entity-validation": "0.1.10",
|
||||
"@backstage/plugin-events-backend": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.9",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.16",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.16",
|
||||
"@backstage/plugin-events-node": "0.2.15",
|
||||
"@internal/plugin-todo-list": "1.0.18",
|
||||
"@internal/plugin-todo-list-backend": "1.0.18",
|
||||
"@internal/plugin-todo-list-common": "1.0.14",
|
||||
"@backstage/plugin-explore": "0.4.11",
|
||||
"@backstage/plugin-explore-backend": "0.0.16",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.31",
|
||||
"@backstage/plugin-firehydrant": "0.2.8",
|
||||
"@backstage/plugin-fossa": "0.2.56",
|
||||
"@backstage/plugin-gcalendar": "0.3.18",
|
||||
"@backstage/plugin-gcp-projects": "0.3.41",
|
||||
"@backstage/plugin-git-release-manager": "0.3.37",
|
||||
"@backstage/plugin-github-actions": "0.6.5",
|
||||
"@backstage/plugin-github-deployments": "0.1.55",
|
||||
"@backstage/plugin-github-issues": "0.2.13",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.18",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.40",
|
||||
"@backstage/plugin-gocd": "0.1.30",
|
||||
"@backstage/plugin-graphiql": "0.2.54",
|
||||
"@backstage/plugin-graphql-backend": "0.1.41",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.7",
|
||||
"@backstage/plugin-home": "0.5.8",
|
||||
"@backstage/plugin-home-react": "0.1.3",
|
||||
"@backstage/plugin-ilert": "0.2.13",
|
||||
"@backstage/plugin-jenkins": "0.8.6",
|
||||
"@backstage/plugin-jenkins-backend": "0.2.6",
|
||||
"@backstage/plugin-jenkins-common": "0.1.19",
|
||||
"@backstage/plugin-kafka": "0.3.24",
|
||||
"@backstage/plugin-kafka-backend": "0.3.0",
|
||||
"@backstage/plugin-kubernetes": "0.10.3",
|
||||
"@backstage/plugin-kubernetes-backend": "0.12.0",
|
||||
"@backstage/plugin-kubernetes-common": "0.6.6",
|
||||
"@backstage/plugin-lighthouse": "0.4.9",
|
||||
"@backstage/plugin-lighthouse-backend": "0.3.0",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.3",
|
||||
"@backstage/plugin-linguist": "0.1.9",
|
||||
"@backstage/plugin-linguist-backend": "0.5.0",
|
||||
"@backstage/plugin-explore-react": "0.0.32",
|
||||
"@backstage/plugin-firehydrant": "0.2.9",
|
||||
"@backstage/plugin-fossa": "0.2.57",
|
||||
"@backstage/plugin-gcalendar": "0.3.19",
|
||||
"@backstage/plugin-gcp-projects": "0.3.42",
|
||||
"@backstage/plugin-git-release-manager": "0.3.38",
|
||||
"@backstage/plugin-github-actions": "0.6.6",
|
||||
"@backstage/plugin-github-deployments": "0.1.56",
|
||||
"@backstage/plugin-github-issues": "0.2.14",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.19",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.41",
|
||||
"@backstage/plugin-gocd": "0.1.31",
|
||||
"@backstage/plugin-graphiql": "0.2.55",
|
||||
"@backstage/plugin-graphql-backend": "0.2.0",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.8",
|
||||
"@backstage/plugin-home": "0.5.9",
|
||||
"@backstage/plugin-home-react": "0.1.4",
|
||||
"@backstage/plugin-ilert": "0.2.14",
|
||||
"@backstage/plugin-jenkins": "0.9.0",
|
||||
"@backstage/plugin-jenkins-backend": "0.3.0",
|
||||
"@backstage/plugin-jenkins-common": "0.1.20",
|
||||
"@backstage/plugin-kafka": "0.3.25",
|
||||
"@backstage/plugin-kafka-backend": "0.3.3",
|
||||
"@backstage/plugin-kubernetes": "0.11.0",
|
||||
"@backstage/plugin-kubernetes-backend": "0.13.0",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.1",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.0",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.0",
|
||||
"@backstage/plugin-kubernetes-react": "0.1.0",
|
||||
"@backstage/plugin-lighthouse": "0.4.10",
|
||||
"@backstage/plugin-lighthouse-backend": "0.3.3",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.4",
|
||||
"@backstage/plugin-linguist": "0.1.10",
|
||||
"@backstage/plugin-linguist-backend": "0.5.3",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.7",
|
||||
"@backstage/plugin-newrelic": "0.3.40",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.17",
|
||||
"@backstage/plugin-nomad": "0.1.5",
|
||||
"@backstage/plugin-nomad-backend": "0.1.5",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.6",
|
||||
"@backstage/plugin-opencost": "0.2.0",
|
||||
"@backstage/plugin-org": "0.6.14",
|
||||
"@backstage/plugin-org-react": "0.1.13",
|
||||
"@backstage/plugin-pagerduty": "0.6.5",
|
||||
"@backstage/plugin-periskop": "0.1.22",
|
||||
"@backstage/plugin-periskop-backend": "0.2.0",
|
||||
"@backstage/plugin-permission-backend": "0.5.26",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.0",
|
||||
"@backstage/plugin-permission-common": "0.7.8",
|
||||
"@backstage/plugin-permission-node": "0.7.14",
|
||||
"@backstage/plugin-permission-react": "0.4.15",
|
||||
"@backstage/plugin-playlist": "0.1.16",
|
||||
"@backstage/plugin-playlist-backend": "0.3.7",
|
||||
"@backstage/plugin-playlist-common": "0.1.10",
|
||||
"@backstage/plugin-proxy-backend": "0.4.0",
|
||||
"@backstage/plugin-puppetdb": "0.1.7",
|
||||
"@backstage/plugin-rollbar": "0.4.24",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.48",
|
||||
"@backstage/plugin-scaffolder": "1.15.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.17.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.27",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.20",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.11",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.24",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.1",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.3",
|
||||
"@backstage/plugin-scaffolder-react": "1.5.5",
|
||||
"@backstage/plugin-search": "1.4.0",
|
||||
"@backstage/plugin-search-backend": "1.4.3",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.6",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.12",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.7",
|
||||
"@backstage/plugin-search-backend-node": "1.2.7",
|
||||
"@backstage/plugin-search-common": "1.2.6",
|
||||
"@backstage/plugin-search-react": "1.7.0",
|
||||
"@backstage/plugin-sentry": "0.5.9",
|
||||
"@backstage/plugin-shortcuts": "0.3.14",
|
||||
"@backstage/plugin-sonarqube": "0.7.5",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.5",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.8",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.13",
|
||||
"@backstage/plugin-stack-overflow": "0.1.20",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.7",
|
||||
"@backstage/plugin-stackstorm": "0.1.6",
|
||||
"@backstage/plugin-tech-insights": "0.3.16",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.17",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.35",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.8",
|
||||
"@backstage/plugin-newrelic": "0.3.41",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.0",
|
||||
"@backstage/plugin-nomad": "0.1.6",
|
||||
"@backstage/plugin-nomad-backend": "0.1.8",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.7",
|
||||
"@backstage/plugin-opencost": "0.2.1",
|
||||
"@backstage/plugin-org": "0.6.15",
|
||||
"@backstage/plugin-org-react": "0.1.14",
|
||||
"@backstage/plugin-pagerduty": "0.6.6",
|
||||
"@backstage/plugin-periskop": "0.1.23",
|
||||
"@backstage/plugin-periskop-backend": "0.2.3",
|
||||
"@backstage/plugin-permission-backend": "0.5.29",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.3",
|
||||
"@backstage/plugin-permission-common": "0.7.9",
|
||||
"@backstage/plugin-permission-node": "0.7.17",
|
||||
"@backstage/plugin-permission-react": "0.4.16",
|
||||
"@backstage/plugin-playlist": "0.1.17",
|
||||
"@backstage/plugin-playlist-backend": "0.3.10",
|
||||
"@backstage/plugin-playlist-common": "0.1.11",
|
||||
"@backstage/plugin-proxy-backend": "0.4.3",
|
||||
"@backstage/plugin-puppetdb": "0.1.8",
|
||||
"@backstage/plugin-rollbar": "0.4.25",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.51",
|
||||
"@backstage/plugin-scaffolder": "1.15.1",
|
||||
"@backstage/plugin-scaffolder-backend": "1.18.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.7",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.30",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.9",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.23",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.14",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.27",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.2",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-react": "1.5.6",
|
||||
"@backstage/plugin-search": "1.4.1",
|
||||
"@backstage/plugin-search-backend": "1.4.6",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.10",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.9",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.10",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.15",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.10",
|
||||
"@backstage/plugin-search-backend-node": "1.2.10",
|
||||
"@backstage/plugin-search-common": "1.2.7",
|
||||
"@backstage/plugin-search-react": "1.7.1",
|
||||
"@backstage/plugin-sentry": "0.5.10",
|
||||
"@backstage/plugin-shortcuts": "0.3.15",
|
||||
"@backstage/plugin-sonarqube": "0.7.6",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.8",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.9",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.14",
|
||||
"@backstage/plugin-stack-overflow": "0.1.21",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.10",
|
||||
"@backstage/plugin-stackstorm": "0.1.7",
|
||||
"@backstage/plugin-tech-insights": "0.3.17",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.20",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.38",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.9",
|
||||
"@backstage/plugin-tech-radar": "0.6.8",
|
||||
"@backstage/plugin-techdocs": "1.7.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.21",
|
||||
"@backstage/plugin-techdocs-backend": "1.7.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.0",
|
||||
"@backstage/plugin-techdocs-node": "1.8.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.11",
|
||||
"@backstage/plugin-todo": "0.2.27",
|
||||
"@backstage/plugin-todo-backend": "0.3.1",
|
||||
"@backstage/plugin-user-settings": "0.7.10",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.1",
|
||||
"@backstage/plugin-vault": "0.1.19",
|
||||
"@backstage/plugin-vault-backend": "0.3.8",
|
||||
"@backstage/plugin-xcmetrics": "0.2.43",
|
||||
"@backstage/e2e-test-utils": "0.0.0",
|
||||
"@backstage/plugin-kubernetes-react": "0.0.0"
|
||||
"@backstage/plugin-tech-insights-node": "0.4.12",
|
||||
"@backstage/plugin-tech-radar": "0.6.9",
|
||||
"@backstage/plugin-techdocs": "1.8.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.22",
|
||||
"@backstage/plugin-techdocs-backend": "1.8.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.1",
|
||||
"@backstage/plugin-techdocs-node": "1.9.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.12",
|
||||
"@backstage/plugin-todo": "0.2.28",
|
||||
"@backstage/plugin-todo-backend": "0.3.4",
|
||||
"@backstage/plugin-user-settings": "0.7.11",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.4",
|
||||
"@backstage/plugin-vault": "0.1.20",
|
||||
"@backstage/plugin-vault-backend": "0.3.11",
|
||||
"@backstage/plugin-xcmetrics": "0.2.44"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-badgers-beg",
|
||||
"big-spies-beam",
|
||||
"breezy-dryers-thank",
|
||||
"calm-scissors-rescue",
|
||||
"chatty-papayas-care",
|
||||
"clean-forks-love",
|
||||
"cold-bees-jam",
|
||||
"cold-seas-repeat",
|
||||
"dull-bugs-build",
|
||||
"dull-dolls-explode",
|
||||
"dull-experts-kiss",
|
||||
"dull-laws-camp",
|
||||
"eight-melons-cough",
|
||||
"eighty-actors-type",
|
||||
"fair-frogs-enjoy",
|
||||
"four-jars-protect",
|
||||
"four-onions-clap",
|
||||
"four-pans-sin",
|
||||
"fresh-kangaroos-tap",
|
||||
"gentle-elephants-fold",
|
||||
"gentle-spies-deny",
|
||||
"happy-books-smoke",
|
||||
"heavy-forks-tie",
|
||||
"itchy-bobcats-fly",
|
||||
"itchy-monkeys-reply",
|
||||
"itchy-rabbits-exist",
|
||||
"large-comics-knock",
|
||||
"late-papayas-push",
|
||||
"lazy-doors-wink",
|
||||
"lemon-cups-wait",
|
||||
"lemon-masks-greet",
|
||||
"lovely-coins-occur",
|
||||
"lovely-fans-sniff",
|
||||
"many-swans-eat",
|
||||
"mean-dancers-burn",
|
||||
"moody-lobsters-rescue",
|
||||
"nervous-hounds-sleep",
|
||||
"nice-clocks-smash",
|
||||
"nice-dancers-explain",
|
||||
"nine-garlics-attend",
|
||||
"olive-cars-rescue",
|
||||
"perfect-pumas-protect",
|
||||
"plenty-llamas-double",
|
||||
"polite-cooks-perform",
|
||||
"polite-donuts-fail",
|
||||
"polite-trainers-grin",
|
||||
"popular-dots-design",
|
||||
"pretty-apes-sneeze",
|
||||
"pretty-steaks-serve",
|
||||
"purple-chefs-wait",
|
||||
"purple-forks-fetch",
|
||||
"quick-weeks-explode",
|
||||
"red-bees-try",
|
||||
"renovate-a1c52e8",
|
||||
"shy-clouds-reflect",
|
||||
"shy-seas-sip",
|
||||
"silent-years-bake",
|
||||
"silly-swans-invent",
|
||||
"small-pugs-build",
|
||||
"spicy-chairs-film",
|
||||
"spotty-badgers-wash",
|
||||
"strong-falcons-tickle",
|
||||
"stupid-drinks-trade",
|
||||
"stupid-eagles-shave",
|
||||
"tasty-avocados-hope",
|
||||
"tasty-doors-switch",
|
||||
"ten-seals-wait",
|
||||
"thirty-coins-sneeze",
|
||||
"tiny-garlics-cheer",
|
||||
"twelve-clouds-design",
|
||||
"violet-beers-cross",
|
||||
"warm-drinks-argue",
|
||||
"wet-olives-wave",
|
||||
"wet-timers-chew",
|
||||
"wicked-rings-flash",
|
||||
"wild-jobs-greet",
|
||||
"yellow-numbers-own",
|
||||
"yellow-rings-invent"
|
||||
]
|
||||
"changesets": []
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the theme icons would not be colored according to their active state.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added a template for creating `node-library` packages with `yarn new`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Adding `requestInterceptor` option to `api-docs` and pass it to SwaggerUI. This will enable to configure a proxy or headers to be sent to all the request made through the `Try it out` button on SwaggerUI.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Register default api implementations when creating declarative integrated apps.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Added experimental support for declarative integration via the `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fixed an issue where the new backend start command would not gracefully shut down the backend process on Windows.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-openapi-utils': patch
|
||||
---
|
||||
|
||||
Adds new public utility types for common OpenAPI values, like request and response shapes and parameters available on an endpoint.
|
||||
|
||||
**deprecated** `internal` namespace
|
||||
The internal namespace will continue to be exported but now uses OpenAPI format for path parameters. You should use the new utility types.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/pluralize` to `^0.0.31`.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-newrelic-dashboard': minor
|
||||
---
|
||||
|
||||
Changes in `newrelic-dashboard` plugin:
|
||||
|
||||
- Make DashboardSnapshotList component public
|
||||
- Settle discrepancies in the exported API
|
||||
- Deprecate DashboardSnapshotComponent
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Installed features are now deduplicated both by reference and ID when available. Features passed to `createApp` now override both discovered and loaded features.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Updated to import `HostDiscovery` from `@backstage/backend-app-api`.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Register default implementation for the `Translation API` on the new `createApp`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
---
|
||||
|
||||
Removed `prompt=consent` from start method to fix #20641
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Removed `mock-fs` dev dependency.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/config-loader': patch
|
||||
---
|
||||
|
||||
The `FileConfigSource` will now retry file reading after a short delay if it reads an empty file. This is to avoid flakiness during watch mode where change events can trigger before the file content has been written.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Make sure the archived projects are skipped with the Gitlab API
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@techdocs/cli': patch
|
||||
'@backstage/cli': patch
|
||||
'@backstage/cli-common': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/codemods': patch
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Bumped dev dependencies `@types/node` and `mock-fs`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added `createThemeExtension` and `coreExtensionData.theme`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Moved `HostDiscovery` from `@backstage/backend-common`.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
---
|
||||
|
||||
Add Kubernetes cluster plugin. Viewing Kubernetes clusters as an Admin from Backstage
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bump Docker base images to `node:18-bookworm-slim` to fix node compatibility issues raised during image build.
|
||||
|
||||
You can apply these change to your own `Dockerfile` by replacing `node:16-bullseye-slim` with `node:18-bookworm-slim`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Added support for string `fontSize` values (e.g. `"2.5rem"`) in themes in addition to numbers. Also added an optional `fontFamily` prop for header typography variants to allow further customization.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-common': minor
|
||||
'@backstage/plugin-kubernetes-react': minor
|
||||
'@backstage/plugin-kubernetes': minor
|
||||
---
|
||||
|
||||
Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Instrumenting some missing metrics with `OpenTelemetry`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': patch
|
||||
---
|
||||
|
||||
Deprecated several types related to the routing system that are scheduled to be removed, as well as several fields on the route ref types themselves.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Fixed cookie persisted scope not returned in OAuth refresh handler response.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user