Merge branch 'master' into github-pull-requests-board
Signed-off-by: Josh Uvi <40158394+Josh-Uvi@users.noreply.github.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Updates the OpenAPI client template to support the new format for identifying plugin ID. You should now use `info.title` like so,
|
||||
|
||||
```diff
|
||||
info:
|
||||
+ title: yourPluginId
|
||||
- title: @internal/plugin-*-backend
|
||||
|
||||
servers:
|
||||
- /
|
||||
- - yourPluginId
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Add support for `oneOf` in client generated by `schema openapi generate-client`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Added alpha support for the New Frontend System (Declarative Integration)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Replace default plugin extension and plugin ids to be `app` instead of `root`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed the experimental `createExtensionTree` API.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-okta-provider': patch
|
||||
---
|
||||
|
||||
Added missing `additionalScopes` option to configuration schema.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
---
|
||||
|
||||
Fix wrong `alpha` support in dynamic plugins support: the `alpha` sub-package should not be required for the dynamic plugins to be loaded under the new backend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': minor
|
||||
---
|
||||
|
||||
Allow to force the creation of a pull request from a forked repository
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Resolved an issue with generate-catalog-info where it was replacing upper case characters with -.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
---
|
||||
|
||||
Make `containerRunner` argument optional
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
fix for: converting circular structure to JSON error
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
The backwards compatibility provider will now use the new `ComponentsApi` and `IconsApi` when implementing the old `AppContext`.
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': minor
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
|
||||
|
||||
Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket`
|
||||
and replaces its actions related to Bitbucket Server.
|
||||
|
||||
- `publish:bitbucketServer`
|
||||
- `publish:bitbucketServer:pull-request`
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Change default icon for unknown entities to nothing instead of the help icon.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
---
|
||||
|
||||
Added a note about Service Principles
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
---
|
||||
|
||||
Add support for the new backend system.
|
||||
|
||||
A new backend plugin for the explore backend
|
||||
was added and exported as `default`.
|
||||
|
||||
You can use it with the new backend system like
|
||||
|
||||
```ts title="packages/backend/src/index.ts"
|
||||
backend.add(import('@backstage/plugin-explore-backend'));
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Support additional algorithms in the `/.well-known/openid-configuration` endpoint.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Updated dependency `@oriflame/backstage-plugin-score-card` to `^0.8.0`.
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
---
|
||||
|
||||
Add support for the new backend system.
|
||||
|
||||
A new backend module for the tech-insights backend
|
||||
was added and exported as `default`.
|
||||
|
||||
The module will register the `JsonRulesEngineFactCheckerFactory`
|
||||
as `FactCheckerFactory`, loading checks from the config.
|
||||
|
||||
You can use it with the new backend system like
|
||||
|
||||
```ts title="packages/backend/src/index.ts"
|
||||
backend.add(import('@backstage/plugin-tech-insights-backend-module-jsonfc'));
|
||||
```
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Change default icon for `kind:resource` to the storage icon.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Added `IconsApi` implementation and the ability to configure icons through the `icons` option for `createApp` and `createSpecializedApp`. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Simple typo fix in the fetch:template action example on the word 'skeleton'.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
The default EKS cluster entity transformer now sets the new
|
||||
`kubernetes.io/x-k8s-aws-id` annotation.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Use the externalized `auth-backend-module-microsoft-provider` again.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Fix alignment of text in `AdrSearchResultListItem`. Update size and font to match other `SearchResultListItem`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
use `CatalogClient.getEntitiesByRefs()` to reduce the number of backend requests from plugin `catalog-graph`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Updates to use the new `RouteResolutionsApi`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Remove the old legacy exports from `/alpha`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
`FetchUrlReader#readUrl()` now supports passing an optional `token` to authenticate requests.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-devtools': patch
|
||||
---
|
||||
|
||||
Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': minor
|
||||
'@backstage/backend-common': minor
|
||||
---
|
||||
|
||||
drop databases after unit tests if the database instance is not running in docker
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket': minor
|
||||
---
|
||||
|
||||
Split `@backstage/plugin-scaffolder-backend-module-bitbucket` into
|
||||
`@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` and
|
||||
`@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
|
||||
|
||||
`@backstage/plugin-scaffolder-backend-module-bitbucket` was **deprecated** in favor of these two replacements.
|
||||
|
||||
Please use any of the two replacements depending on your needs.
|
||||
|
||||
```diff
|
||||
- backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
|
||||
+ backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
|
||||
+ backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added initial `IconsApi` definition.
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
Added possibility to show arrow heads for graph edges for better understandability.
|
||||
|
||||
In order to show arrow heads in the catalog graph page, add `showArrowHeads` attribute to `CatalogGraphPage` component
|
||||
(typically in `packages/app/src/App.tsx`):
|
||||
|
||||
```diff
|
||||
- <CatalogGraphPage />
|
||||
+ <CatalogGraphPage showArrowHeads />
|
||||
```
|
||||
|
||||
In order to show arrow heads in entity graphs, add `showArrowHeads` attribute to `EntityCatalogGraphCard` components
|
||||
(typically multiple occurrences in `packages/app/src/components/catalog/EntityPage.tsx`):
|
||||
|
||||
```diff
|
||||
- <EntityCatalogGraphCard variant="gridItem" height={400} />
|
||||
+ <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads />
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Allow defining default output text to be shown
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed the `SidebarIntro` component as it was providing instructions for features that do not exist, along with `IntroCard`. If you were relying on this component and want to keep using it you can refer to the original implementations of [`SidebarIntro`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L149) and [`IntroCard`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L100).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Updating the `EntityPicker` to only select `kind` `metadata.name` and `metadata.namespace` by default to improve performance on larger datasets.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
---
|
||||
|
||||
Fixed the value label text color in dark mode for the TextSize addon.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fixed an issue where a misleading error message would be logged when an
|
||||
unsupported service locator method was specified.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Move the `NODE_OPTIONS` messaging for `--no-node-snapshot` to the `SecureTemplater` in order to get better messaging at runtime
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Fix broken XtermJS CSS import
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
---
|
||||
|
||||
Support loading `TechInsightsJsonRuleCheck` instances from config.
|
||||
|
||||
Uses the check `id` as key.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml title="app-config.yaml"
|
||||
techInsights:
|
||||
factChecker:
|
||||
checks:
|
||||
groupOwnerCheck:
|
||||
type: json-rules-engine
|
||||
name: Group Owner Check
|
||||
description: Verifies that a group has been set as the spec.owner for this entity
|
||||
factIds:
|
||||
- entityOwnershipFactRetriever
|
||||
rule:
|
||||
conditions:
|
||||
all:
|
||||
- fact: hasGroupOwner
|
||||
operator: equal
|
||||
value: true
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
---
|
||||
|
||||
Fixed bug with `extractPartsFromAsset` that resulted in a leading `.` being removed from the path in an otherwise valid path (ex. `.assets/image.png`). The leading `.` will now only be moved for paths beginning with `./`.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': 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-rails': patch
|
||||
---
|
||||
|
||||
Exporting a default module for the new Backend System
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Include the extension point ID and the module ID in the backend init error message.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': minor
|
||||
'@backstage/plugin-analytics-module-ga4': minor
|
||||
'@backstage/plugin-analytics-module-ga': minor
|
||||
'@backstage/core-compat-api': minor
|
||||
---
|
||||
|
||||
Add support to the new analytics api.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
'@backstage/plugin-signals-react': patch
|
||||
'@backstage/plugin-signals-node': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
---
|
||||
|
||||
Fix disconnect loop on server start
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING** The backend will fail to start if two clusters in the app-config
|
||||
have the same name. The requirement for unique names has been declared in the
|
||||
docs for some time, but is now enforced.
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
'@backstage/plugin-tech-insights-node': patch
|
||||
---
|
||||
|
||||
Add support for the new backend system.
|
||||
|
||||
A new backend plugin for the tech-insights backend
|
||||
was added and exported as `default`.
|
||||
|
||||
You can use it with the new backend system like
|
||||
|
||||
```ts title="packages/backend/src/index.ts"
|
||||
backend.add(import('@backstage/plugin-tech-insights-backend'));
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Upgrade jest
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Added basic support for the new frontend system, exported from the `/alpha` subpath.
|
||||
@@ -1,108 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
'@backstage/plugin-catalog-backend-module-unprocessed': patch
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-sentry': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
'@backstage/plugin-catalog-backend-module-puppetdb': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-events-backend-module-gerrit': patch
|
||||
'@backstage/plugin-events-backend-module-github': patch
|
||||
'@backstage/plugin-events-backend-module-gitlab': patch
|
||||
'@backstage/plugin-events-backend-module-azure': patch
|
||||
'@backstage/plugin-entity-feedback-backend': patch
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-azure-sites-backend': patch
|
||||
'@backstage/backend-dev-utils': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-lighthouse-backend': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/plugin-devtools-backend': patch
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
'@backstage/plugin-rollbar-backend': patch
|
||||
'@backstage/backend-tasks': patch
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
'@backstage/plugin-bazaar-backend': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-vault-backend': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-codescene': patch
|
||||
'@backstage/plugin-dynatrace': 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-bitrise': patch
|
||||
'@backstage/plugin-catalog': 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-nomad': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Use `--cwd` as the first `yarn` argument
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-model': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Fix wording in API reference
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-openapi-utils': patch
|
||||
---
|
||||
|
||||
Internal updates due to `json-schema-to-ts`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes-node': patch
|
||||
---
|
||||
|
||||
Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': minor
|
||||
'@backstage/app-defaults': minor
|
||||
'@backstage/core-app-api': minor
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added a utility API for VMware Cloud auth; the API ref is available in the
|
||||
`@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
|
||||
implementation is in `@backstage/core-app-api` and a factory has been added to
|
||||
`@backstage/app-defaults`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': minor
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Add API to get location by entity
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add experimental support for an optional `public` app entry point that lets users sign-in before being able to access the full app.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
'@backstage/plugin-search-backend': minor
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
---
|
||||
|
||||
Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixed inconsistencies in icons used for System and Template
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The `schema openapi *` commands are now renamed into `package schema openapi *` and `repo schema openapi *`. The aim is to make it more clear what the command is operating on, the entire repo or just a single package.
|
||||
|
||||
The following commands now live under the `package` namespace,
|
||||
|
||||
- `schema openapi generate` is now `package schema openapi generate --server`
|
||||
- `schema openapi generate-client` is now `package schema openapi generate --client-package`
|
||||
- `schema openapi init` is now `package schema openapi init`
|
||||
|
||||
And these commands live under the new `repo` namespace,
|
||||
|
||||
- `schema openapi lint` is now `repo schema openapi lint`
|
||||
- `schema openapi test` is now `repo schema openapi test`
|
||||
- `schema openapi verify` is now `repo schema openapi verify`
|
||||
|
||||
The `package schema openapi generate` now supports defining both `--server` and `--client-package` to generate both at once.This update also reworks the `--client-package` flag to accept only an output directory as the input directory can now be inferred.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Removed alpha symbol from Task List header
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Add a seed file for `yarn.lock` in newly created apps. This file is downloaded directly from `https://github.com/backstage/backstage` at the time of creating a new project, ensuring that users always receive the latest version. The purpose of the seed file is to initialize the lock file with known good versions of individual dependencies that have had bad new releases published. The seed file will have no effect if the dependency is not present, it can not be used to install additional packages.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
The purpose of this patch is to add a new login method which is `googleServiceAccount` configuring the kubernetes properties in the app-config.yaml file with authProvider key
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
---
|
||||
|
||||
Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped TypeScript to version `5.3`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': minor
|
||||
---
|
||||
|
||||
Add support to `configSchema` option on the `createEntityCardExtension` factory function.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
|
||||
---
|
||||
|
||||
Refactored to use the `jose` library for JWT handling.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graph': minor
|
||||
---
|
||||
|
||||
Migrate plugin to the new frontend system, it is experimental and available via alpha subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Added the option to provide custom `groupTransformer`, `userTransformer` and `groupNameTransformer` to allow custom transformations of groups and users
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Decreased number of teams fetched by GraphQL Query responsible for fetching Teams and Members in organization, due to timeouts when running against big organizations
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': minor
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
'@backstage/plugin-search-backend': minor
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
---
|
||||
|
||||
Updates the OpenAPI specification title to plugin ID instead of package name.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-node': minor
|
||||
---
|
||||
|
||||
Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Minor performance improvement for `queryEntities` when the limit is 0.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Wrap the root element with the analytics context to ensure it always exists for all extensions.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-oidc-provider': minor
|
||||
---
|
||||
|
||||
Created new `@backstage/plugin-auth-backend-module-oidc-provider` module package to house oidc auth provider migration.
|
||||
@@ -1,93 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-badges': patch
|
||||
'@backstage/plugin-bazaar': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-catalog': 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-devtools': patch
|
||||
'@backstage/plugin-dynatrace': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-gcalendar': 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-graphiql': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-kafka': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-linguist': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-nomad': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-opencost': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-org': patch
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-puppetdb': patch
|
||||
'@backstage/plugin-rollbar': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-sentry': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
'@backstage/plugin-stackstorm': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Widen `@types/react` dependency range to include version 18.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Rollback the change for wildcard discovery, this fixes a bug with the `AzureUrlReader` not working with wildcard paths
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Added `convertLegacyRouteRefs` for bulk conversion of plugin routes.
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
'@backstage/plugin-tech-insights-node': patch
|
||||
---
|
||||
|
||||
Move `FactRetrieverRegistry` and `PersistenceContext` to `@backstage/plugin-tech-insights-node`.
|
||||
|
||||
Original exports are marked as deprecated and re-export the moved types.
|
||||
|
||||
Please replace uses like
|
||||
|
||||
```ts
|
||||
import {
|
||||
FactRetrieverRegistry,
|
||||
PersistenceContext,
|
||||
} from '@backstage/plugin-tech-insights-backend';
|
||||
```
|
||||
|
||||
with
|
||||
|
||||
```ts
|
||||
import {
|
||||
FactRetrieverRegistry,
|
||||
PersistenceContext,
|
||||
} from '@backstage/plugin-tech-insights-node';
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Add line clamping to `CatalogSearchResultListItem`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
---
|
||||
|
||||
Fixes a bug that made the API return questions not related to the tags provided
|
||||
@@ -1,403 +0,0 @@
|
||||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.91",
|
||||
"@backstage/app-defaults": "1.4.7",
|
||||
"example-app-next": "0.0.5",
|
||||
"app-next-example-plugin": "0.0.5",
|
||||
"example-backend": "0.2.91",
|
||||
"@backstage/backend-app-api": "0.5.10",
|
||||
"@backstage/backend-common": "0.20.1",
|
||||
"@backstage/backend-defaults": "0.2.9",
|
||||
"@backstage/backend-dev-utils": "0.1.3",
|
||||
"@backstage/backend-dynamic-feature-service": "0.1.0",
|
||||
"example-backend-next": "0.0.19",
|
||||
"@backstage/backend-openapi-utils": "0.1.2",
|
||||
"@backstage/backend-plugin-api": "0.6.9",
|
||||
"@backstage/backend-tasks": "0.5.14",
|
||||
"@backstage/backend-test-utils": "0.2.10",
|
||||
"@backstage/catalog-client": "1.5.2",
|
||||
"@backstage/catalog-model": "1.4.3",
|
||||
"@backstage/cli": "0.25.1",
|
||||
"@backstage/cli-common": "0.1.13",
|
||||
"@backstage/cli-node": "0.2.2",
|
||||
"@backstage/codemods": "0.1.46",
|
||||
"@backstage/config": "1.1.1",
|
||||
"@backstage/config-loader": "1.6.1",
|
||||
"@backstage/core-app-api": "1.11.3",
|
||||
"@backstage/core-compat-api": "0.1.1",
|
||||
"@backstage/core-components": "0.13.10",
|
||||
"@backstage/core-plugin-api": "1.8.2",
|
||||
"@backstage/create-app": "0.5.9",
|
||||
"@backstage/dev-utils": "1.0.26",
|
||||
"e2e-test": "0.2.11",
|
||||
"@backstage/e2e-test-utils": "0.1.0",
|
||||
"@backstage/errors": "1.2.3",
|
||||
"@backstage/eslint-plugin": "0.1.4",
|
||||
"@backstage/frontend-app-api": "0.5.0",
|
||||
"@backstage/frontend-plugin-api": "0.5.0",
|
||||
"@backstage/frontend-test-utils": "0.1.1",
|
||||
"@backstage/integration": "1.8.0",
|
||||
"@backstage/integration-aws-node": "0.1.8",
|
||||
"@backstage/integration-react": "1.1.23",
|
||||
"@backstage/release-manifests": "0.0.11",
|
||||
"@backstage/repo-tools": "0.5.2",
|
||||
"@techdocs/cli": "1.8.1",
|
||||
"techdocs-cli-embedded-app": "0.2.90",
|
||||
"@backstage/test-utils": "1.4.7",
|
||||
"@backstage/theme": "0.5.0",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.7",
|
||||
"@backstage/plugin-adr": "0.6.12",
|
||||
"@backstage/plugin-adr-backend": "0.4.6",
|
||||
"@backstage/plugin-adr-common": "0.2.19",
|
||||
"@backstage/plugin-airbrake": "0.3.29",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.6",
|
||||
"@backstage/plugin-allure": "0.1.45",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.37",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.8",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.6",
|
||||
"@backstage/plugin-apache-airflow": "0.2.19",
|
||||
"@backstage/plugin-api-docs": "0.10.3",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.5",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.19",
|
||||
"@backstage/plugin-app-backend": "0.3.57",
|
||||
"@backstage/plugin-app-node": "0.1.9",
|
||||
"@backstage/plugin-app-visualizer": "0.1.0",
|
||||
"@backstage/plugin-auth-backend": "0.20.3",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.4",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.2",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-node": "0.4.3",
|
||||
"@backstage/plugin-azure-devops": "0.3.11",
|
||||
"@backstage/plugin-azure-devops-backend": "0.5.1",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.2",
|
||||
"@backstage/plugin-azure-sites": "0.1.18",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.19",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.1",
|
||||
"@backstage/plugin-badges": "0.2.53",
|
||||
"@backstage/plugin-badges-backend": "0.3.6",
|
||||
"@backstage/plugin-bazaar": "0.2.21",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.7",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.15",
|
||||
"@backstage/plugin-bitrise": "0.1.56",
|
||||
"@backstage/plugin-catalog": "1.16.1",
|
||||
"@backstage/plugin-catalog-backend": "1.16.1",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.3",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.28",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.1.2",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.24",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.24",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.25",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.7",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.6",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.13",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.24",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.16",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.26",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.14",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.6",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.6",
|
||||
"@backstage/plugin-catalog-common": "1.0.20",
|
||||
"@backstage/plugin-catalog-graph": "0.3.3",
|
||||
"@backstage/plugin-catalog-import": "0.10.5",
|
||||
"@backstage/plugin-catalog-node": "1.6.1",
|
||||
"@backstage/plugin-catalog-react": "1.9.3",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.7",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.31",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.25",
|
||||
"@backstage/plugin-circleci": "0.3.29",
|
||||
"@backstage/plugin-cloudbuild": "0.3.29",
|
||||
"@backstage/plugin-code-climate": "0.1.29",
|
||||
"@backstage/plugin-code-coverage": "0.2.22",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.23",
|
||||
"@backstage/plugin-codescene": "0.1.21",
|
||||
"@backstage/plugin-config-schema": "0.1.49",
|
||||
"@backstage/plugin-cost-insights": "0.12.18",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.8",
|
||||
"@backstage/plugin-devtools-backend": "0.2.6",
|
||||
"@backstage/plugin-devtools-common": "0.1.8",
|
||||
"@backstage/plugin-dynatrace": "8.0.3",
|
||||
"@backstage/plugin-entity-feedback": "0.2.12",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.6",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.14",
|
||||
"@backstage/plugin-events-backend": "0.2.18",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.19",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.19",
|
||||
"@backstage/plugin-events-node": "0.2.18",
|
||||
"@internal/plugin-todo-list": "1.0.21",
|
||||
"@internal/plugin-todo-list-backend": "1.0.21",
|
||||
"@internal/plugin-todo-list-common": "1.0.17",
|
||||
"@backstage/plugin-explore": "0.4.15",
|
||||
"@backstage/plugin-explore-backend": "0.0.19",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.35",
|
||||
"@backstage/plugin-firehydrant": "0.2.13",
|
||||
"@backstage/plugin-fossa": "0.2.61",
|
||||
"@backstage/plugin-gcalendar": "0.3.22",
|
||||
"@backstage/plugin-gcp-projects": "0.3.45",
|
||||
"@backstage/plugin-git-release-manager": "0.3.41",
|
||||
"@backstage/plugin-github-actions": "0.6.10",
|
||||
"@backstage/plugin-github-deployments": "0.1.60",
|
||||
"@backstage/plugin-github-issues": "0.2.18",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.23",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.44",
|
||||
"@backstage/plugin-gocd": "0.1.35",
|
||||
"@backstage/plugin-graphiql": "0.3.2",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.11",
|
||||
"@backstage/plugin-home": "0.6.1",
|
||||
"@backstage/plugin-home-react": "0.1.7",
|
||||
"@backstage/plugin-ilert": "0.2.18",
|
||||
"@backstage/plugin-jenkins": "0.9.4",
|
||||
"@backstage/plugin-jenkins-backend": "0.3.3",
|
||||
"@backstage/plugin-jenkins-common": "0.1.23",
|
||||
"@backstage/plugin-kafka": "0.3.29",
|
||||
"@backstage/plugin-kafka-backend": "0.3.7",
|
||||
"@backstage/plugin-kubernetes": "0.11.4",
|
||||
"@backstage/plugin-kubernetes-backend": "0.14.1",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.5",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.3",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.3",
|
||||
"@backstage/plugin-kubernetes-react": "0.2.1",
|
||||
"@backstage/plugin-lighthouse": "0.4.14",
|
||||
"@backstage/plugin-lighthouse-backend": "0.4.1",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.4",
|
||||
"@backstage/plugin-linguist": "0.1.14",
|
||||
"@backstage/plugin-linguist-backend": "0.5.6",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.11",
|
||||
"@backstage/plugin-newrelic": "0.3.44",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.4",
|
||||
"@backstage/plugin-nomad": "0.1.10",
|
||||
"@backstage/plugin-nomad-backend": "0.1.11",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.11",
|
||||
"@backstage/plugin-opencost": "0.2.4",
|
||||
"@backstage/plugin-org": "0.6.19",
|
||||
"@backstage/plugin-org-react": "0.1.18",
|
||||
"@backstage/plugin-pagerduty": "0.7.1",
|
||||
"@backstage/plugin-periskop": "0.1.27",
|
||||
"@backstage/plugin-periskop-backend": "0.2.7",
|
||||
"@backstage/plugin-permission-backend": "0.5.32",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.6",
|
||||
"@backstage/plugin-permission-common": "0.7.12",
|
||||
"@backstage/plugin-permission-node": "0.7.20",
|
||||
"@backstage/plugin-permission-react": "0.4.19",
|
||||
"@backstage/plugin-playlist": "0.2.3",
|
||||
"@backstage/plugin-playlist-backend": "0.3.13",
|
||||
"@backstage/plugin-playlist-common": "0.1.14",
|
||||
"@backstage/plugin-proxy-backend": "0.4.7",
|
||||
"@backstage/plugin-puppetdb": "0.1.12",
|
||||
"@backstage/plugin-rollbar": "0.4.29",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.54",
|
||||
"@backstage/plugin-scaffolder": "1.17.1",
|
||||
"@backstage/plugin-scaffolder-backend": "1.20.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.10",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.33",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.12",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.26",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.17",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.30",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.5",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.10",
|
||||
"@backstage/plugin-scaffolder-react": "1.7.1",
|
||||
"@backstage/plugin-search": "1.4.5",
|
||||
"@backstage/plugin-search-backend": "1.4.9",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.13",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.12",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.13",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.18",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.2",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.13",
|
||||
"@backstage/plugin-search-backend-node": "1.2.13",
|
||||
"@backstage/plugin-search-common": "1.2.10",
|
||||
"@backstage/plugin-search-react": "1.7.5",
|
||||
"@backstage/plugin-sentry": "0.5.14",
|
||||
"@backstage/plugin-shortcuts": "0.3.18",
|
||||
"@backstage/plugin-sonarqube": "0.7.11",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.11",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.12",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.18",
|
||||
"@backstage/plugin-stack-overflow": "0.1.24",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.13",
|
||||
"@backstage/plugin-stackstorm": "0.1.10",
|
||||
"@backstage/plugin-tech-insights": "0.3.21",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.23",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.41",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.15",
|
||||
"@backstage/plugin-tech-radar": "0.6.12",
|
||||
"@backstage/plugin-techdocs": "1.9.3",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.26",
|
||||
"@backstage/plugin-techdocs-backend": "1.9.2",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.4",
|
||||
"@backstage/plugin-techdocs-node": "1.11.1",
|
||||
"@backstage/plugin-techdocs-react": "1.1.15",
|
||||
"@backstage/plugin-todo": "0.2.33",
|
||||
"@backstage/plugin-todo-backend": "0.3.7",
|
||||
"@backstage/plugin-user-settings": "0.8.0",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.8",
|
||||
"@backstage/plugin-vault": "0.1.24",
|
||||
"@backstage/plugin-vault-backend": "0.4.2",
|
||||
"@backstage/plugin-vault-node": "0.1.2",
|
||||
"@backstage/plugin-xcmetrics": "0.2.47",
|
||||
"@backstage/plugin-auth-backend-module-oidc-provider": "0.0.0",
|
||||
"@backstage/plugin-signals": "0.0.0",
|
||||
"@backstage/plugin-signals-backend": "0.0.0",
|
||||
"@backstage/plugin-signals-node": "0.0.0",
|
||||
"@backstage/plugin-signals-react": "0.0.0",
|
||||
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"afraid-numbers-invite",
|
||||
"angry-phones-arrive",
|
||||
"blue-keys-do",
|
||||
"breezy-cobras-sin",
|
||||
"brown-items-hammer",
|
||||
"calm-cups-rule",
|
||||
"calm-items-double",
|
||||
"chilled-chefs-notice",
|
||||
"chilled-ways-wave",
|
||||
"chilly-seahorses-bake",
|
||||
"cold-cooks-care",
|
||||
"create-app-1706621803",
|
||||
"curvy-ladybugs-impress",
|
||||
"cyan-bats-lick",
|
||||
"cyan-icons-rest",
|
||||
"dirty-mirrors-retire",
|
||||
"dry-lizards-taste",
|
||||
"dry-lobsters-flash",
|
||||
"dry-vans-kiss",
|
||||
"dull-dolphins-explain",
|
||||
"dull-fireants-repeat",
|
||||
"eight-hounds-dream",
|
||||
"empty-ligers-hang",
|
||||
"fair-mirrors-hammer",
|
||||
"famous-houses-thank",
|
||||
"fast-jeans-walk",
|
||||
"fifty-adults-watch",
|
||||
"fifty-files-argue",
|
||||
"flat-wasps-fold",
|
||||
"forty-cars-scream",
|
||||
"four-mugs-try",
|
||||
"four-walls-perform",
|
||||
"friendly-cheetahs-rescue",
|
||||
"funny-buttons-sip",
|
||||
"funny-timers-visit",
|
||||
"giant-suits-switch",
|
||||
"good-lemons-lick",
|
||||
"gorgeous-bobcats-press",
|
||||
"gorgeous-pumas-draw",
|
||||
"green-flies-draw",
|
||||
"grumpy-poets-study",
|
||||
"hot-paws-tap",
|
||||
"hot-pillows-poke",
|
||||
"hot-tips-doubt",
|
||||
"kind-clouds-fly",
|
||||
"large-frogs-grab",
|
||||
"large-moons-speak",
|
||||
"large-tables-wonder",
|
||||
"lemon-cameras-remember",
|
||||
"long-suns-bow",
|
||||
"loud-walls-compare",
|
||||
"lovely-starfishes-remain",
|
||||
"many-pugs-change",
|
||||
"metal-elephants-sit",
|
||||
"metal-students-drive",
|
||||
"neat-hotels-wink",
|
||||
"nice-carrots-dream",
|
||||
"nine-bulldogs-camp",
|
||||
"nine-olives-swim",
|
||||
"ninety-rules-sneeze",
|
||||
"old-papayas-shave",
|
||||
"old-students-smoke",
|
||||
"olive-experts-fold",
|
||||
"olive-singers-accept",
|
||||
"orange-walls-complain",
|
||||
"polite-meals-hug",
|
||||
"quick-penguins-refuse",
|
||||
"quick-ties-stare",
|
||||
"quiet-donkeys-punch",
|
||||
"rare-seals-thank",
|
||||
"real-eggs-sip",
|
||||
"renovate-47c1714",
|
||||
"renovate-4b698fb",
|
||||
"renovate-5f8d1ca",
|
||||
"renovate-95b717a",
|
||||
"renovate-f58dd5c",
|
||||
"renovate-fb2e0b9",
|
||||
"rotten-lemons-cry",
|
||||
"selfish-mails-scream",
|
||||
"serious-carpets-learn",
|
||||
"seven-dots-serve",
|
||||
"seven-plums-return",
|
||||
"shaggy-trainers-rule",
|
||||
"shaggy-windows-cross",
|
||||
"sharp-pandas-hunt",
|
||||
"shiny-poets-tease",
|
||||
"shy-carrots-decide",
|
||||
"silent-hotels-knock",
|
||||
"silent-poets-grab",
|
||||
"silent-waves-pretend",
|
||||
"six-jobs-sin",
|
||||
"six-melons-end",
|
||||
"sixty-shoes-prove",
|
||||
"smart-numbers-call",
|
||||
"soft-beans-tease",
|
||||
"sour-rivers-fry",
|
||||
"strange-parents-hammer",
|
||||
"strong-lobsters-hide",
|
||||
"sweet-ravens-glow",
|
||||
"tall-tools-compare",
|
||||
"tame-numbers-smile",
|
||||
"tame-rockets-sin",
|
||||
"tasty-feet-cheat",
|
||||
"ten-numbers-happen",
|
||||
"ten-planets-guess",
|
||||
"ten-trainers-cough",
|
||||
"tender-flowers-collect",
|
||||
"thirty-dolls-admire",
|
||||
"tidy-cooks-mix",
|
||||
"tidy-cooks-mixed",
|
||||
"tiny-kiwis-know",
|
||||
"tough-drinks-scream",
|
||||
"twelve-hounds-know",
|
||||
"twelve-pens-rescue",
|
||||
"twelve-weeks-march",
|
||||
"twenty-taxis-mate",
|
||||
"two-coats-smile",
|
||||
"two-geese-explain",
|
||||
"two-singers-learn",
|
||||
"unlucky-pens-search",
|
||||
"unlucky-wasps-tan",
|
||||
"warm-maps-scream",
|
||||
"wet-emus-work",
|
||||
"wicked-elephants-scream",
|
||||
"wild-owls-doubt",
|
||||
"wise-flies-laugh",
|
||||
"young-ladybugs-decide",
|
||||
"young-rules-repeat"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Support `token` in `readTree`, `readUrl` and `search`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Extracted common dialog component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added `RouteResolutionsApi` as a replacement for the routing context.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
'@backstage/plugin-signals-react': patch
|
||||
'@backstage/plugin-signals-node': patch
|
||||
---
|
||||
|
||||
Add support to subscribe and publish messages through signals plugins
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/app-defaults': minor
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Added stack trace display to `ErrorPage` and updated existing refs
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
The helper function `makeProfileInfo` and `PassportHelpers.transformProfile`
|
||||
were refactored to use the `jose` library.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
Support injecting config multiple times in a single bundle
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated dependency `@rjsf/utils` to `5.16.1`.
|
||||
Updated dependency `@rjsf/core` to `5.16.1`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user