Version Packages

This commit is contained in:
github-actions[bot]
2025-09-16 13:22:58 +00:00
parent 7a3daf82dd
commit b799a2d07f
444 changed files with 4397 additions and 1032 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Deduplicate discovered features discovered with discoveryFeatureLoader
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated the WebPack configuration to use `contenthash`. This fixes an issue were builds would sometimes generate output files with the same name but different content across builds, leading to breakages when loading the frontend app.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Disallow import fallback of critical shared dependencies in module federation.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config-loader': patch
---
Allow using `BACKSTAGE_ENV` for loading environment specific config files
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Fixed cache namespace and key prefix separator configuration to properly use configured values instead of hardcoded plugin ID. The cache manager now correctly combines the configured namespace with plugin IDs using the configured separator for Redis and Valkey. Memcache and memory store continue to use plugin ID as namespace.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Creates a plugin that redirects from the Home page to the Catalog index page to avoid seeing a not found page error when starting the app.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-puppetdb': patch
---
**BREAKING ALPHA**: The module has been moved from the `/alpha` export to the root of the package.
-18
View File
@@ -1,18 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Add `auto_init` option to `github:repo:create` action to create repository with an initial commit containing a README.md file
This initial commit is created by GitHub itself and the commit is signed, so the repository will not be empty after creation.
```diff
- action: github:repo:create
id: init-new-repo
input:
repoUrl: 'github.com?repo=repo&owner=owner'
description: This is the description
visibility: private
+ autoInit: true
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Added support for executing actions from the `ActionsRegistry` in the `scaffolder-backend`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/ui': patch
---
Add missing class for flex: baseline
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Updated dependency `dompurify` to `^3.2.4`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
TechDocs page titles have been improved, especially for deeply nested pages.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fix a potential race condition in EntityListProvider when selecting filters
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Fixed missing app context when rendering the notifications view
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
When possible, requests a more limited set of results from the Gitlab projects API, which can reduce the amount of network traffic required to sync with Gitlab.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
The 'get-catalog-entity' action now throws a ConflictError instead of generic Error if multiple entities are found, so MCP call doesn't fail with 500.
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-node': patch
---
Order catalog processors by priority.
This change enables the ordering of catalog processors by their priority,
allowing for more control over the catalog processing sequence.
The default priority is set to 20, and processors can be assigned a custom
priority to influence their execution order. Lower number indicates higher priority.
The priority can be set by implementing the `getPriority` method in the processor class
or by adding a `catalog.processors.<processorName>.priority` configuration
in the `app-config.yaml` file. The configuration takes precedence over the method.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Updating `catalog:get-catalog-entity` action to be `readOnly` and non destructive
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/app-defaults': minor
---
Add and configure the OpenShift authentication provider to the default APIs.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-graph': minor
---
Support custom relations by using an API to define known relations and which to show by default
Fixes "simplified" bug (#30121) which caused graphs not to be simplified
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
Fixing issue with extra slash in the routing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-react': patch
---
Update to documentation regarding TechDocs redirects.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-mcp-actions-backend': patch
---
Proxy `/.well-known/oauth-authorization-server` to `/.well-known/openid-configuration` on `auth-backend` when `auth.experimentalDynamicClientRegistration.enabled` is enabled.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Implementing Dynamic Client Registration with the OIDC server. You can enable this by setting `auth.experimentalDynamicClientRegistration.enabled` in `app-config.yaml`. This is highly experimental, but feedback welcome.
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/cli': patch
---
Modify the `backstage.json` also for custom patterns if it extends the default pattern.
Examples:
- `@backstage/*` (default pattern)
- `@{backstage,backstage-community}/*`
- `@{extra1,backstage,extra2}/*`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-plugin-api': patch
---
Improved the types of `createFrontendPlugin` and `createFrontendModule` so that errors due to incompatible options are indicated more clearly.
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Fixed knip-reports command failing when workspace path contains spaces and process termination issues by replacing `execFile` with `spawn` and removing `shell` option.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/ui': patch
---
Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-backend': minor
---
Techdocs: support HumanDuration for cache TTL and timeout configuration
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-mcp-actions-backend': patch
---
Updating docs
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-react': patch
'@backstage/plugin-auth-node': patch
---
Updating plugin metadata
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth': minor
---
Initial publish of the `auth` frontend package
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': minor
---
The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': patch
---
Internal update to not expose the old `createRouter`.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-home': patch
---
Fixed race condition in CustomHomepageGrid by waiting for storage to load before rendering custom layout to prevent
rendering of the default content.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Fix a bug where `getDefault` in the `kubernetesFetcherExtensionPoint` had the wrong `this` value
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-plugin-api': minor
---
Make `openshiftAuthApiRef` available in `@backstage/core-plugin-api`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': minor
---
Adding redirect handling for TechDocs URLs that reference entities that now reference an external entity for TechDocs. Including tests and documentation.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-mcp-actions-backend': patch
---
The MCP backend will now convert known Backstage errors into textual responses with `isError: true`.
The error message can be useful for an LLM to understand and maybe give back to the user.
Previously all errors where thrown out to `@modelcontextprotocol/sdk` which causes a generic 500.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Render a TechDocs link on the Scaffolder Template List page when templates include either `backstage.io/techdocs-ref` or `backstage.io/techdocs-entity` annotations, using the shared `buildTechDocsURL` helper. Also adds tests to verify both annotations and optional `backstage.io/techdocs-entity-path` are respected.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app': minor
---
Add implementation of OpenShift authentication provider.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/catalog-client': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-events-backend': patch
'@backstage/plugin-search-backend': patch
'@backstage/plugin-events-node': patch
---
Updated generated schemas
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Prevent deadlock in catalog deferred stitching
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': minor
---
Added support for limiting GithubAppCredentialsMux to specific apps
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Add the OpenShift authenticator provider to the default `user-settings` providers page.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-explore': patch
---
Deprecate and mark explore collator as moved
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Ensure that msgraph parent group stays same in case the group has multiple parents
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-test-utils': patch
---
Internal update to use and throw app errors.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-backend': minor
---
Adding new entity that specifies an external entity in the techdocs-entity annotation and updates to documentation regarding TechDocs redirects.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog': patch
---
Catalog table columns support i18n
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
The log message now indicates that the pipeline trigger token was deleted and not pipeline itself.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': minor
---
Add optional `distance` property to `DependencyEdge` to reflect the distance to a root.
-24
View File
@@ -1,24 +0,0 @@
---
'@backstage/catalog-client': minor
'@backstage/plugin-catalog-react': minor
'@backstage/plugin-catalog-node': minor
---
Introduced new `streamEntities` async generator method for the catalog.
Catalog API and Catalog Service now includes a `streamEntities` method that allows for streaming entities from the catalog.
This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them
all into memory at once. This is useful when you need to fetch a large number of entities but do not want to use pagination
or fetch all entities at once.
Example usage:
```ts
const pageStream = catalogClient.streamEntities({ pageSize: 100 }, { token });
for await (const page of pageStream) {
// Handle page of entities
for (const entity of page) {
console.log(entity);
}
}
```
-256
View File
@@ -1,256 +0,0 @@
{
"mode": "exit",
"tag": "next",
"initialVersions": {
"example-app": "0.2.112",
"@backstage/app-defaults": "1.6.5",
"example-app-next": "0.0.26",
"app-next-example-plugin": "0.0.26",
"example-backend": "0.0.41",
"@backstage/backend-app-api": "1.2.6",
"@backstage/backend-defaults": "0.12.0",
"@backstage/backend-dev-utils": "0.1.5",
"@backstage/backend-dynamic-feature-service": "0.7.3",
"@backstage/backend-openapi-utils": "0.6.0",
"@backstage/backend-plugin-api": "1.4.2",
"@backstage/backend-test-utils": "1.8.0",
"@backstage/catalog-client": "1.11.0",
"@backstage/catalog-model": "1.7.5",
"@backstage/cli": "0.34.0",
"@backstage/cli-common": "0.1.15",
"@backstage/cli-node": "0.2.14",
"@backstage/codemods": "0.1.52",
"@backstage/config": "1.3.3",
"@backstage/config-loader": "1.10.2",
"@backstage/core-app-api": "1.18.0",
"@backstage/core-compat-api": "0.5.0",
"@backstage/core-components": "0.17.5",
"@backstage/core-plugin-api": "1.10.9",
"@backstage/create-app": "0.7.2",
"@backstage/dev-utils": "1.1.13",
"e2e-test": "0.2.31",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/errors": "1.2.7",
"@backstage/eslint-plugin": "0.1.11",
"@backstage/frontend-app-api": "0.12.0",
"@backstage/frontend-defaults": "0.3.0",
"@backstage/frontend-dynamic-feature-loader": "0.1.4",
"@internal/frontend": "0.0.12",
"@backstage/frontend-plugin-api": "0.11.0",
"@backstage/frontend-test-utils": "0.3.5",
"@backstage/integration": "1.17.1",
"@backstage/integration-aws-node": "0.1.17",
"@backstage/integration-react": "1.2.9",
"@internal/opaque": "0.0.1",
"@backstage/release-manifests": "0.0.13",
"@backstage/repo-tools": "0.15.1",
"@internal/scaffolder": "0.0.12",
"@techdocs/cli": "1.9.6",
"techdocs-cli-embedded-app": "0.2.111",
"@backstage/test-utils": "1.7.11",
"@backstage/theme": "0.6.8",
"@backstage/types": "1.2.1",
"@backstage/ui": "0.7.0",
"@backstage/version-bridge": "1.0.11",
"yarn-plugin-backstage": "0.0.7",
"@backstage/plugin-api-docs": "0.12.10",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.10",
"@backstage/plugin-app": "0.2.0",
"@backstage/plugin-app-backend": "0.5.5",
"@backstage/plugin-app-node": "0.1.36",
"@backstage/plugin-app-visualizer": "0.1.22",
"@backstage/plugin-auth-backend": "0.25.3",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-auth0-provider": "0.2.6",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.11",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.2.6",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-github-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-google-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.11",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.11",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.4.6",
"@backstage/plugin-auth-backend-module-okta-provider": "0.2.6",
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.3.6",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.5.6",
"@backstage/plugin-auth-node": "0.6.6",
"@backstage/plugin-auth-react": "0.1.18",
"@backstage/plugin-bitbucket-cloud-common": "0.3.1",
"@backstage/plugin-catalog": "1.31.2",
"@backstage/plugin-catalog-backend": "3.0.1",
"@backstage/plugin-catalog-backend-module-aws": "0.4.14",
"@backstage/plugin-catalog-backend-module-azure": "0.3.8",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.5.5",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.5.2",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.5.2",
"@backstage/plugin-catalog-backend-module-gcp": "0.3.11",
"@backstage/plugin-catalog-backend-module-gerrit": "0.3.5",
"@backstage/plugin-catalog-backend-module-gitea": "0.1.3",
"@backstage/plugin-catalog-backend-module-github": "0.10.2",
"@backstage/plugin-catalog-backend-module-github-org": "0.3.13",
"@backstage/plugin-catalog-backend-module-gitlab": "0.7.2",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.12",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.7.3",
"@backstage/plugin-catalog-backend-module-ldap": "0.11.8",
"@backstage/plugin-catalog-backend-module-logs": "0.1.13",
"@backstage/plugin-catalog-backend-module-msgraph": "0.7.3",
"@backstage/plugin-catalog-backend-module-openapi": "0.2.13",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.13",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.11",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.6.3",
"@backstage/plugin-catalog-common": "1.1.5",
"@backstage/plugin-catalog-graph": "0.4.22",
"@backstage/plugin-catalog-import": "0.13.4",
"@backstage/plugin-catalog-node": "1.18.0",
"@backstage/plugin-catalog-react": "1.20.0",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.20",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.9",
"@backstage/plugin-config-schema": "0.1.71",
"@backstage/plugin-devtools": "0.1.30",
"@backstage/plugin-devtools-backend": "0.5.8",
"@backstage/plugin-devtools-common": "0.1.17",
"@backstage/plugin-events-backend": "0.5.5",
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.14",
"@backstage/plugin-events-backend-module-azure": "0.2.23",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.23",
"@backstage/plugin-events-backend-module-bitbucket-server": "0.1.4",
"@backstage/plugin-events-backend-module-gerrit": "0.2.23",
"@backstage/plugin-events-backend-module-github": "0.4.3",
"@backstage/plugin-events-backend-module-gitlab": "0.3.4",
"@backstage/plugin-events-backend-module-google-pubsub": "0.1.3",
"@backstage/plugin-events-backend-module-kafka": "0.1.2",
"@backstage/plugin-events-backend-test-utils": "0.1.47",
"@backstage/plugin-events-node": "0.4.14",
"@internal/plugin-todo-list": "1.0.42",
"@internal/plugin-todo-list-backend": "1.0.42",
"@internal/plugin-todo-list-common": "1.0.26",
"@backstage/plugin-gateway-backend": "1.0.4",
"@backstage/plugin-home": "0.8.11",
"@backstage/plugin-home-react": "0.1.29",
"@backstage/plugin-kubernetes": "0.12.10",
"@backstage/plugin-kubernetes-backend": "0.20.0",
"@backstage/plugin-kubernetes-cluster": "0.0.28",
"@backstage/plugin-kubernetes-common": "0.9.6",
"@backstage/plugin-kubernetes-node": "0.3.3",
"@backstage/plugin-kubernetes-react": "0.5.10",
"@backstage/plugin-mcp-actions-backend": "0.1.2",
"@backstage/plugin-notifications": "0.5.8",
"@backstage/plugin-notifications-backend": "0.5.9",
"@backstage/plugin-notifications-backend-module-email": "0.3.12",
"@backstage/plugin-notifications-backend-module-slack": "0.1.4",
"@backstage/plugin-notifications-common": "0.1.0",
"@backstage/plugin-notifications-node": "0.2.18",
"@backstage/plugin-org": "0.6.42",
"@backstage/plugin-org-react": "0.1.41",
"@backstage/plugin-permission-backend": "0.7.3",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.11",
"@backstage/plugin-permission-common": "0.9.1",
"@backstage/plugin-permission-node": "0.10.3",
"@backstage/plugin-permission-react": "0.4.36",
"@backstage/plugin-proxy-backend": "0.6.5",
"@backstage/plugin-proxy-node": "0.1.7",
"@backstage/plugin-scaffolder": "1.34.0",
"@backstage/plugin-scaffolder-backend": "2.2.0",
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.13",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.12",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.14",
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-github": "0.8.2",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.9.4",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.13",
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.12",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.13",
"@backstage/plugin-scaffolder-common": "1.7.0",
"@backstage/plugin-scaffolder-node": "0.11.0",
"@backstage/plugin-scaffolder-node-test-utils": "0.3.2",
"@backstage/plugin-scaffolder-react": "1.19.0",
"@backstage/plugin-search": "1.4.29",
"@backstage/plugin-search-backend": "2.0.5",
"@backstage/plugin-search-backend-module-catalog": "0.3.7",
"@backstage/plugin-search-backend-module-elasticsearch": "1.7.5",
"@backstage/plugin-search-backend-module-explore": "0.3.5",
"@backstage/plugin-search-backend-module-pg": "0.5.47",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.12",
"@backstage/plugin-search-backend-module-techdocs": "0.4.5",
"@backstage/plugin-search-backend-node": "1.3.14",
"@backstage/plugin-search-common": "1.2.19",
"@backstage/plugin-search-react": "1.9.3",
"@backstage/plugin-signals": "0.0.22",
"@backstage/plugin-signals-backend": "0.3.7",
"@backstage/plugin-signals-node": "0.1.23",
"@backstage/plugin-signals-react": "0.0.15",
"@backstage/plugin-techdocs": "1.14.0",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.52",
"@backstage/plugin-techdocs-backend": "2.0.5",
"@backstage/plugin-techdocs-common": "0.1.1",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.27",
"@backstage/plugin-techdocs-node": "1.13.6",
"@backstage/plugin-techdocs-react": "1.3.2",
"@backstage/plugin-user-settings": "0.8.25",
"@backstage/plugin-user-settings-backend": "0.3.5",
"@backstage/plugin-user-settings-common": "0.0.1",
"@backstage/plugin-auth": "0.0.0"
},
"changesets": [
"better-eagles-tickle",
"big-cameras-turn",
"brave-bugs-know",
"brave-jars-speak",
"busy-chairs-itch",
"cold-donuts-train",
"cool-games-rescue",
"create-app-1757429965",
"curvy-sites-rhyme",
"easy-wings-turn",
"eleven-doors-down",
"eleven-doors-own",
"fine-hands-think",
"fix-select-aria-props",
"flat-colts-know",
"funny-eagles-try",
"giant-buttons-flash",
"giant-zebras-peel",
"gold-words-smoke",
"heavy-cats-unite",
"heavy-lies-listen",
"icy-camels-throw",
"itchy-moons-start",
"late-swans-press",
"legal-lemons-attend",
"lemon-terms-cheer",
"lucky-glasses-slide",
"mean-sites-cheer",
"olive-moons-burn",
"puny-books-fetch",
"quiet-papayas-mate",
"red-shrimps-fall",
"ripe-plants-pump",
"sharp-carrots-spend",
"sixty-pans-prove",
"sixty-places-push",
"slick-lamps-clap",
"slick-worms-drum",
"social-beers-unite",
"sweet-lemons-wonder",
"tangy-squids-film",
"tricky-buses-lead",
"warm-emus-itch",
"wet-kiwis-strive",
"whole-dingos-lay",
"yellow-dragons-float",
"young-doodles-enter"
]
}
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated the backend plugin template to use a new pattern for the `TodoListService` that reduces boilerplate.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-app-api': minor
---
The `createSpecializedApp` no longer throws when encountering many common errors when starting up the app. It will instead return them through the `errors` property so that they can be handled more gracefully in the app.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Dependency graph can now be opened in full screen mode
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Tool-tip text correction for the Theme selection in settings page
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Add block creations field in github branch protection scaffolder actions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Fix issue with default objects not being loaded properly
-25
View File
@@ -1,25 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
Add support for specifying an entity `spec.type` in `catalog.rules` and `catalog.locations.rules` within the catalog configuration.
For example, this enables allowing all `Template` entities with the type `website`:
```diff
catalog:
rules:
- allow:
- Component
- API
- Resource
- System
- Domain
- Location
+ - allow:
+ - kind: Template
+ spec.type: website
locations:
- type: url
pattern: https://github.com/org/*\/blob/master/*.yaml
```
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-notifications-backend-module-slack': patch
'@backstage/plugin-notifications-backend': patch
'@backstage/types': patch
---
Internal refactoring for better type support
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': minor
---
Added support for discovery by app
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/ui': patch
---
Removed the need to mock `window.matchMedia` in tests, falling back to default breakpoint values instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed a regression that prevented uploads greater than 100KB. Uploads up to 10MB are supported again.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Add `backend.logger` config options to configure the `RootLoggerService`.
Read more about the new configuration options in the
[Root Logger Service](https://backstage.io/docs/backend-system/core-services/root-logger/)
documentation.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-defaults': patch
---
The default app now leverages the new error reporting functionality from `@backstage/frontend-app-api`. If there are critical errors during startup, an error screen that shows a summary of all errors will now be shown, rather than leaving the screen blank. Other errors will be logged as warnings in the console.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Reverts a change in CSS layout that shifted the content of the Techdocs too far to the left.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-compat-api': patch
---
Fix for `compatWrapper` creating many wrapping `Providers` when they should not
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': minor
---
**BREAKING**: Encode query filters for requests made to msgraph. If you currently have manually encoded characters in a filter, this is a breaking change and must be updated to avoid requests being double encoded.
```diff
user:
- filter: department in('MARKETING', 'RESEARCH %26 DEVELOPMENT')
+ filter: department in('MARKETING', 'RESEARCH & DEVELOPMENT')
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixes for rendering initials in the avatar component.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Add missing dependency to `@backstage/cli`, `@backstage/core-plugin-api` and `@backstage/integration-react`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Added support for batchKeyField in the Elasticsearch indexer to allow consistent document IDs during bulk uploads.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Support Techdocs redirect with dompurify 3.2.6+
-35
View File
@@ -1,35 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': minor
---
Adding a new scaffolder action `github:issues:create` following the reference of `github:issues:label` with `dryRun` testing possibility
It can be used like this
```
steps:
- id: create-simple-issue
name: Create Simple Issue
action: github:issues:create
input:
repoUrl: ${{ parameters.repoUrl }}
title: "[${{ parameters.projectName }}] Simple Bug Report"
body: |
## Bug Description
This is a simple bug report created by the scaffolder template.
### Steps to Reproduce
1. Run the application
2. Navigate to the main page
3. Click on the problematic button
### Expected Behavior
The button should work correctly.
### Actual Behavior
The button does not respond to clicks.
output:
links:
- title: Simple Issue
url: ${{ steps['create-simple-issue'].output.issueUrl }}
```
-5
View File
@@ -1,5 +0,0 @@
---
'@techdocs/cli': patch
---
Fixed an issue where `@techdocs/cli serve` command did not pick up the latest changes to TechDocs.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fix scaffolder task log stream not having a minimum height
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': patch
---
feat: support no en languages
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-openshift-provider': minor
---
Add new `auth-backend-module-openshift-provider`. This authentication provider enables Backstage to sign in with OpenShift.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Fixes issue with Github credentials provider which fails to match organization name if using allowedInstallationOwners
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-addons-test-utils': minor
---
Adding catalogApiRef to test-utils to support catalog API usage by TechDocs reader page.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-plugin-api': minor
---
Make `openshiftApiRef` available to the new frontend system.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Removed the deprecation warning when not passing an explicit type to `EntityCardBlueprint`. Omitting the type is now intended, allowing the layout to pick the default type instead, typically `content`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Auto-focus the first menu item in `EntityContextMenu`, and do not render a divider if an empty array is passed to `UNSTABLE_extraContextMenuItems`.
-12
View File
@@ -1,12 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-node': patch
---
A new extension point was added that can be used to modify how the users receiving notifications
are resolved. The interface passed to the extension point should only return complete user entity references
based on the notification target references and the excluded entity references. Note that the inputs are lists
of entity references that can be any entity kind, not just user entities.
Using this extension point will override the default behavior of resolving users with the
`DefaultNotificationRecipientResolver`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Prevent the MultiEntityPicker from removing options present in form state when new options are selected
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Fix incorrect `defaultTarget` on `createComponentRouteRef`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Add support to disable catalog providers and processors via configuration
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-node': patch
---
Changes OAuth cookies from domain-scoped to host-only by avoid setting the domain attribute in the default cookie configurer.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': minor
---
Add `OpenShiftAuth` helper to create default OAuth flow for OpenShift.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Only run provider orphan cleanup if the engine is started in the first place
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Support `default*` for older packages as this package is in range for breaking `/alpha` changes
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
update about card links style for pretty display with other language
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.43.0-next.2",
"version": "1.43.0",
"backstage": {
"cli": {
"new": {
+13
View File
@@ -1,5 +1,18 @@
# @backstage/app-defaults
## 1.7.0
### Minor Changes
- 9956704: Add and configure the OpenShift authentication provider to the default APIs.
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.11.0
- @backstage/core-components@0.18.0
- @backstage/core-app-api@1.19.0
## 1.6.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.6.6-next.0",
"version": "1.7.0",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"

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