Merge branch 'master' into how-to-use-other-plugins

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-26 10:47:30 +02:00
committed by GitHub
1608 changed files with 63779 additions and 13205 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Removed duplicate `apple-touch-icon` link from `packages/app/public/index.html` that linked to nonexistent icon.
-60
View File
@@ -1,60 +0,0 @@
---
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/integration-react': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-github-issues': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-code-climate': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-home-react': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-codescene': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-org': patch
---
Moved `@types/react` to be a regular dependency
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fix to the `limit` parameter on entity queries.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-kubernetes-common': patch
---
Add AWS Annotations to Kubernetes Cluster Resource
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-pagerduty': patch
---
Minor fix to avoid usage of deprecated prop
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Added title to props for `Has<kind>Cards`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Migrated the GitLab auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-gitlab-provider` module.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added the ability to create a plain backend module with the `new` command.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Added `authPlugin` export for the new backend system. The plugin does not include any built-in auth providers, they must instead be added by installing additional modules, for example `authModuleGoogleProvider` from `@backstage/plugin-auth-backend-module-google-provider`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-gcp-iap-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a GCP IAP auth provider.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
'@backstage/integration': patch
---
Ensure that all relevant config fields are properly marked as secret
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-playlist-backend': patch
---
Added support to the playlist plugin for the new backend
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue causing `EntityPage` to show an error for entities containing special characters
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye.
You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Fixed an issue where `EntitySwitch` was preventing the display of entity errors.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed bug in styles that caused next and previous links in footer to overlap page content.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixed an issue causing `StructuredMetadataTable` to crash in case metadata contained `null` values.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Add examples for `publish:github` and `publish:gitlab` scaffolder actions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Improve consistency of results from the `AzureDevOpsEntityProvider`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-entity-feedback': patch
---
Improve README to note that Backstage identity is required to be configured
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-rollbar-backend': patch
---
ensure rollbar token is hidden
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Update OpenAPI schema to relax the encoding validation of all request parameters.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-node': patch
---
The `BackstageIdentityResponse` interface now has an optional `expiresInSeconds` field that can be used to signal session expiration. The `prepareBackstageIdentityResponse` utility will now also read the expiration from the provided token, and include it in the response.
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
'@backstage/plugin-catalog-backend-module-puppetdb': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-catalog-backend-module-ldap': patch
'@backstage/plugin-catalog-backend-module-aws': patch
---
Make sure to include the error message when ingestion fails
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': minor
---
Fixed two bugs in how the `OAuth2Session` type represents the underlying data. The `expiresAt` and `backstageIdentity` are now both optional, since that's what they are in practice. This is not considered a breaking change since it was effectively a bug in the modelling of the state that this type represents, and the type was not used in any other external contract.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Additional fix for Gitiles auth links
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
Ensure direct relations are shown for User entities while keeping support for aggregating closest parent group ownership
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Deprecated several exports that are now available from `@backstage/plugin-auth-node` instead.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-common': patch
---
Use `DefaultAzureDevOpsCredentialsProvider` to retrieve credentials for Azure DevOps.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
fixed issue related template editor fails with multiple templates per file.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a link to the frontend Backstage plugin that had pointed to itself.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Added experimental support for the declarative integration.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': minor
---
The `OAuth` class which is used by all OAuth providers will now consider both the session expiration of both the Backstage identity as well as the upstream identity provider, and refresh the session with either of them is about to expire.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-gitlab-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a GitLab auth provider.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-react': patch
---
Optionally initializes the search context with default settings for search queries only when the config is defined, rather than always overriding it.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Remove duplications from Azure search before committing the new locations to the catalog.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Added the ability to disable the built-in auth providers by passing `disableDefaultProviderFactories` to `createRouter`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bump `cypress` to fix the end-to-end tests
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/plugin-search-react': minor
'@backstage/plugin-search': minor
---
The SearchPage component can now be configured via app-config.yaml with default query parameters to define how it behaves when it is first loaded or reset. Check out the following example:
```yaml
search:
query:
pageLimit: 50
```
Acceptable values for `pageLimit` are `10`, `25`, `50` or `100`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-linguist-backend': patch
---
When creating the router using `createRouterFromConfig` or using the plugin for the new backend system the `linguist.useSourceLocation` configuration is now optional.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-backend': patch
---
Increase the maximum allowed length of an entity filter for tech insights fact schemas.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-github-provider': patch
---
Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-code-coverage': patch
---
Use fetchApi to ensure authorization is used when fetching code-coverage data
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
The algorithm used when generating Backstage tokens can be configured via `auth.identityTokenAlgorithm`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Extended `mockService` to also include mocked variants, for example `mockServices.lifecycle.mock()`. The returned mocked implementation will have a `factory` property which is a service factory for itself. You can also pass a partial implementation of the service to the mock function to use a mock implementation of specific methods.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Gitiles: Fixed auth prefix issue
@@ -2,4 +2,4 @@
'@backstage/plugin-code-coverage-backend': patch
---
Added support for LCOV coverage reports
Added option to set body size limit
-28
View File
@@ -1,28 +0,0 @@
---
'@backstage/plugin-auth-node': minor
---
Introduced a new system for building auth providers for `@backstage/plugin-auth-backend`, which both increases the amount of code re-use across providers, and also works better with the new backend system.
Many existing types have been moved from `@backstage/plugin-auth-backend` in order to avoid a direct dependency on the plugin from modules.
Auth provider integrations are now primarily implemented through a pattern of creating "authenticators", which are in turn specific to each kind of integrations. Initially there are two types: `createOAuthAuthenticator` and `createProxyAuthenticator`. These come paired with functions that let you create the corresponding route handlers, `createOAuthRouteHandlers` and `createProxyAuthRouteHandlers`, as well as provider factories, `createOAuthProviderFactory` and `createProxyAuthProviderFactory`. This new authenticator pattern allows the sign-in logic to be separated from the auth integration logic, allowing it to be completely re-used across all providers of the same kind.
The new provider factories also implement a new declarative way to configure sign-in resolvers, rather than configuration through code. Sign-in resolvers can now be configured through the `resolvers` configuration key, where the first resolver that provides an identity will be used, for example:
```yaml
auth:
providers:
google:
development:
clientId: ...
clientSecret: ...
signIn:
resolvers:
- resolver: emailMatchingUserEntityAnnotation
- resolver: emailLocalPartMatchingUserEntityName
```
These configurable resolvers are created with a new `createSignInResolverFactory` function, which creates a sign-in resolver factory, optionally with an options schema that will be used both when configuring the sign-in resolver through configuration and code.
The internal helpers from `@backstage/plugin-auth-backend` that were used to implement auth providers using passport strategies have now also been made available as public API, through `PassportHelpers` and `PassportOAuthAuthenticatorHelper`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-node': patch
---
Fix for persisted scopes not being properly restored on sign-in.
+5
View File
@@ -0,0 +1,5 @@
---
'@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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-entity-feedback-backend': patch
---
Improve backend logging if method calls fail
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-plugin-api': minor
---
Added the optional `expiresAt` field that may now be part of a `BackstageIdentityResponse`.
+240 -276
View File
@@ -2,285 +2,249 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-app": "0.2.86",
"@backstage/app-defaults": "1.4.2",
"example-backend": "0.2.86",
"@backstage/backend-app-api": "0.5.0",
"@backstage/backend-common": "0.19.2",
"@backstage/backend-defaults": "0.2.0",
"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.14",
"@backstage/backend-openapi-utils": "0.0.3",
"@backstage/backend-plugin-api": "0.6.0",
"@backstage/backend-tasks": "0.5.5",
"@backstage/backend-test-utils": "0.2.0",
"@backstage/catalog-client": "1.4.3",
"@backstage/catalog-model": "1.4.1",
"@backstage/cli": "0.22.10",
"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.3",
"@backstage/cli-node": "0.1.4",
"@backstage/codemods": "0.1.45",
"@backstage/config": "1.0.8",
"@backstage/config-loader": "1.4.0",
"@backstage/core-app-api": "1.9.1",
"@backstage/core-components": "0.13.4",
"@backstage/core-plugin-api": "1.5.3",
"@backstage/create-app": "0.5.4",
"@backstage/dev-utils": "1.0.18",
"e2e-test": "0.2.6",
"@backstage/errors": "1.2.1",
"@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",
"@backstage/eslint-plugin": "0.1.3",
"@backstage/integration": "1.6.0",
"@backstage/integration-aws-node": "0.1.5",
"@backstage/integration-react": "1.1.16",
"@backstage/release-manifests": "0.0.9",
"@backstage/repo-tools": "0.3.3",
"@techdocs/cli": "1.4.5",
"techdocs-cli-embedded-app": "0.2.85",
"@backstage/test-utils": "1.4.2",
"@backstage/theme": "0.4.1",
"@backstage/types": "1.1.0",
"@backstage/version-bridge": "1.0.4",
"@backstage/plugin-adr": "0.6.4",
"@backstage/plugin-adr-backend": "0.3.6",
"@backstage/plugin-adr-common": "0.2.12",
"@backstage/plugin-airbrake": "0.3.21",
"@backstage/plugin-airbrake-backend": "0.2.21",
"@backstage/plugin-allure": "0.1.37",
"@backstage/plugin-analytics-module-ga": "0.1.32",
"@backstage/plugin-analytics-module-ga4": "0.1.3",
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.1",
"@backstage/plugin-apache-airflow": "0.2.14",
"@backstage/plugin-api-docs": "0.9.7",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.2",
"@backstage/plugin-apollo-explorer": "0.1.14",
"@backstage/plugin-app-backend": "0.3.48",
"@backstage/plugin-app-node": "0.1.0",
"@backstage/plugin-auth-backend": "0.18.6",
"@backstage/plugin-auth-node": "0.2.17",
"@backstage/plugin-azure-devops": "0.3.3",
"@backstage/plugin-azure-devops-backend": "0.3.27",
"@backstage/plugin-azure-devops-common": "0.3.0",
"@backstage/plugin-azure-sites": "0.1.10",
"@backstage/plugin-azure-sites-backend": "0.1.10",
"@backstage/plugin-azure-sites-common": "0.1.0",
"@backstage/plugin-badges": "0.2.45",
"@backstage/plugin-badges-backend": "0.2.3",
"@backstage/plugin-bazaar": "0.2.12",
"@backstage/plugin-bazaar-backend": "0.2.11",
"@backstage/plugin-bitbucket-cloud-common": "0.2.9",
"@backstage/plugin-bitrise": "0.1.48",
"@backstage/plugin-catalog": "1.12.1",
"@backstage/plugin-catalog-backend": "1.12.0",
"@backstage/plugin-catalog-backend-module-aws": "0.2.3",
"@backstage/plugin-catalog-backend-module-azure": "0.1.19",
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.15",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.15",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.13",
"@backstage/plugin-catalog-backend-module-gcp": "0.1.0",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.16",
"@backstage/plugin-catalog-backend-module-github": "0.3.3",
"@backstage/plugin-catalog-backend-module-gitlab": "0.2.4",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.1",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.15",
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.7",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.14",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.5",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.2.0",
"@backstage/plugin-catalog-common": "1.0.15",
"@internal/plugin-catalog-customized": "0.0.13",
"@backstage/plugin-catalog-graph": "0.2.33",
"@backstage/plugin-catalog-graphql": "0.3.22",
"@backstage/plugin-catalog-import": "0.9.11",
"@backstage/plugin-catalog-node": "1.4.1",
"@backstage/plugin-catalog-react": "1.8.1",
"@backstage/plugin-catalog-unprocessed-entities": "0.1.2",
"@backstage/plugin-cicd-statistics": "0.1.23",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.17",
"@backstage/plugin-circleci": "0.3.21",
"@backstage/plugin-cloudbuild": "0.3.21",
"@backstage/plugin-code-climate": "0.1.21",
"@backstage/plugin-code-coverage": "0.2.14",
"@backstage/plugin-code-coverage-backend": "0.2.14",
"@backstage/plugin-codescene": "0.1.16",
"@backstage/plugin-config-schema": "0.1.44",
"@backstage/plugin-cost-insights": "0.12.10",
"@backstage/plugin-cost-insights-common": "0.1.1",
"@backstage/plugin-devtools": "0.1.3",
"@backstage/plugin-devtools-backend": "0.1.3",
"@backstage/plugin-devtools-common": "0.1.3",
"@backstage/plugin-dynatrace": "7.0.1",
"@backstage/plugin-entity-feedback": "0.2.4",
"@backstage/plugin-entity-feedback-backend": "0.1.6",
"@backstage/plugin-entity-feedback-common": "0.1.2",
"@backstage/plugin-entity-validation": "0.1.6",
"@backstage/plugin-events-backend": "0.2.9",
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.3",
"@backstage/plugin-events-backend-module-azure": "0.1.10",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.10",
"@backstage/plugin-events-backend-module-gerrit": "0.1.10",
"@backstage/plugin-events-backend-module-github": "0.1.10",
"@backstage/plugin-events-backend-module-gitlab": "0.1.10",
"@backstage/plugin-events-backend-test-utils": "0.1.10",
"@backstage/plugin-events-node": "0.2.9",
"@internal/plugin-todo-list": "1.0.16",
"@internal/plugin-todo-list-backend": "1.0.16",
"@internal/plugin-todo-list-common": "1.0.12",
"@backstage/plugin-explore": "0.4.7",
"@backstage/plugin-explore-backend": "0.0.10",
"@backstage/plugin-explore-common": "0.0.1",
"@backstage/plugin-explore-react": "0.0.30",
"@backstage/plugin-firehydrant": "0.2.5",
"@backstage/plugin-fossa": "0.2.53",
"@backstage/plugin-gcalendar": "0.3.17",
"@backstage/plugin-gcp-projects": "0.3.40",
"@backstage/plugin-git-release-manager": "0.3.34",
"@backstage/plugin-github-actions": "0.6.2",
"@backstage/plugin-github-deployments": "0.1.52",
"@backstage/plugin-github-issues": "0.2.10",
"@backstage/plugin-github-pull-requests-board": "0.1.15",
"@backstage/plugin-gitops-profiles": "0.3.39",
"@backstage/plugin-gocd": "0.1.27",
"@backstage/plugin-graphiql": "0.2.53",
"@backstage/plugin-graphql-backend": "0.1.38",
"@backstage/plugin-graphql-voyager": "0.1.6",
"@backstage/plugin-home": "0.5.5",
"@backstage/plugin-home-react": "0.1.2",
"@backstage/plugin-ilert": "0.2.10",
"@backstage/plugin-jenkins": "0.8.3",
"@backstage/plugin-jenkins-backend": "0.2.3",
"@backstage/plugin-jenkins-common": "0.1.18",
"@backstage/plugin-kafka": "0.3.21",
"@backstage/plugin-kafka-backend": "0.2.41",
"@backstage/plugin-kubernetes": "0.10.0",
"@backstage/plugin-kubernetes-backend": "0.11.3",
"@backstage/plugin-kubernetes-common": "0.6.5",
"@backstage/plugin-lighthouse": "0.4.6",
"@backstage/plugin-lighthouse-backend": "0.2.4",
"@backstage/plugin-lighthouse-common": "0.1.2",
"@backstage/plugin-linguist": "0.1.6",
"@backstage/plugin-linguist-backend": "0.4.0",
"@backstage/plugin-linguist-common": "0.1.1",
"@backstage/plugin-microsoft-calendar": "0.1.6",
"@backstage/plugin-newrelic": "0.3.39",
"@backstage/plugin-newrelic-dashboard": "0.2.14",
"@backstage/plugin-nomad": "0.1.2",
"@backstage/plugin-nomad-backend": "0.1.2",
"@backstage/plugin-octopus-deploy": "0.2.3",
"@backstage/plugin-org": "0.6.11",
"@backstage/plugin-org-react": "0.1.10",
"@backstage/plugin-pagerduty": "0.6.2",
"@backstage/plugin-periskop": "0.1.19",
"@backstage/plugin-periskop-backend": "0.1.19",
"@backstage/plugin-permission-backend": "0.5.23",
"@backstage/plugin-permission-common": "0.7.7",
"@backstage/plugin-permission-node": "0.7.11",
"@backstage/plugin-permission-react": "0.4.14",
"@backstage/plugin-playlist": "0.1.13",
"@backstage/plugin-playlist-backend": "0.3.4",
"@backstage/plugin-playlist-common": "0.1.9",
"@backstage/plugin-proxy-backend": "0.3.0",
"@backstage/plugin-puppetdb": "0.1.4",
"@backstage/plugin-rollbar": "0.4.21",
"@backstage/plugin-rollbar-backend": "0.1.45",
"@backstage/plugin-scaffolder": "1.14.2",
"@backstage/plugin-scaffolder-backend": "1.16.0",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.24",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.3",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.17",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.8",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.21",
"@backstage/plugin-scaffolder-common": "1.4.0",
"@backstage/plugin-scaffolder-node": "0.2.0",
"@backstage/plugin-scaffolder-react": "1.5.2",
"@backstage/plugin-search": "1.3.4",
"@backstage/plugin-search-backend": "1.4.0",
"@backstage/plugin-search-backend-module-catalog": "0.1.4",
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.3",
"@backstage/plugin-search-backend-module-explore": "0.1.4",
"@backstage/plugin-search-backend-module-pg": "0.5.9",
"@backstage/plugin-search-backend-module-techdocs": "0.1.4",
"@backstage/plugin-search-backend-node": "1.2.4",
"@backstage/plugin-search-common": "1.2.5",
"@backstage/plugin-search-react": "1.6.4",
"@backstage/plugin-sentry": "0.5.6",
"@backstage/plugin-shortcuts": "0.3.13",
"@backstage/plugin-sonarqube": "0.7.2",
"@backstage/plugin-sonarqube-backend": "0.2.2",
"@backstage/plugin-sonarqube-react": "0.1.7",
"@backstage/plugin-splunk-on-call": "0.4.10",
"@backstage/plugin-stack-overflow": "0.1.19",
"@backstage/plugin-stack-overflow-backend": "0.2.4",
"@backstage/plugin-stackstorm": "0.1.5",
"@backstage/plugin-tech-insights": "0.3.13",
"@backstage/plugin-tech-insights-backend": "0.5.14",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.32",
"@backstage/plugin-tech-insights-common": "0.2.11",
"@backstage/plugin-tech-insights-node": "0.4.6",
"@backstage/plugin-tech-radar": "0.6.7",
"@backstage/plugin-techdocs": "1.6.6",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.17",
"@backstage/plugin-techdocs-backend": "1.6.5",
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.16",
"@backstage/plugin-techdocs-node": "1.7.4",
"@backstage/plugin-techdocs-react": "1.1.9",
"@backstage/plugin-todo": "0.2.23",
"@backstage/plugin-todo-backend": "0.2.0",
"@backstage/plugin-user-settings": "0.7.6",
"@backstage/plugin-user-settings-backend": "0.1.12",
"@backstage/plugin-vault": "0.1.15",
"@backstage/plugin-vault-backend": "0.3.4",
"@backstage/plugin-xcmetrics": "0.2.41",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.0.0",
"@backstage/plugin-auth-backend-module-github-provider": "0.0.0",
"@backstage/plugin-auth-backend-module-google-provider": "0.0.0",
"@backstage/plugin-opencost": "0.1.0"
"@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/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/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/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-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-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-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-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-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-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"
},
"changesets": [
"calm-cups-smile",
"catalog-everybody-to-the-limit",
"chilly-parrots-yell",
"create-app-1692704146",
"cyan-roses-relate",
"dirty-carrots-notice",
"dirty-years-travel",
"dry-wasps-occur",
"dull-tables-joke",
"eight-radios-listen",
"empty-rings-type",
"fair-paws-flash",
"few-nails-smile",
"fresh-candles-warn",
"great-chairs-swim",
"healthy-tools-count",
"hungry-dots-design",
"late-cows-turn",
"lazy-rice-rule",
"lovely-years-sniff",
"mean-carpets-provide",
"mighty-crabs-cheat",
"new-sheep-cover",
"nice-forks-remain",
"ninety-news-visit",
"old-geese-drive",
"orange-houses-fly",
"pink-cups-rescue",
"poor-years-appear",
"popular-readers-allow",
"renovate-76185f9",
"repo-p-lisa",
"repo-tools-boo-descriptions",
"repo-tools-ci-toldya-so",
"six-wolves-admire",
"slow-ducks-hunt",
"slow-queens-visit",
"smart-islands-jog",
"strange-frogs-count",
"sweet-hairs-complain",
"sweet-pens-hunt",
"warm-llamas-bake",
"warm-panthers-lick",
"yellow-trains-protect"
]
"changesets": []
}
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Fixed a bug where the theme icons would not be colored according to their active state.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added a template for creating `node-library` packages with `yarn new`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-cost-insights': patch
---
Updated dependency `@types/pluralize` to `^0.0.30`.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/repo-tools': patch
---
The `generate-catalog-info` command now uses the first listed `CODEOWNER` as Component owner when initially
creating the `catalog-info.yaml` file. It continues to allow any one listed `CODEOWNER` when updating
entity metadata.
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Fixed a bug with the `generate-catalog-info` command that could cause the `--dry-run` flag to indicate changes to files when no changes would actually be made if the command were run without the flag.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Added a `--ci` flag to the `generate-catalog-info` command. This flag behaves similarly to the same flag on `api-reports`: if `catalog-info.yaml` files would have been added or modified, then the process exits with status code `1`, and instructions are printed.
+11
View File
@@ -0,0 +1,11 @@
---
'@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`.
-23
View File
@@ -1,23 +0,0 @@
---
'@backstage/integration': minor
---
Added `AzureDevOpsCredentialsProvider` to support multiple Azure DevOps organizations and **deprecated** `AzureIntegrationConfig.credential` and `AzureIntegrationConfig.token` in favour of `AzureIntegrationConfig.credentials`. You can now use specific credentials for different Azure DevOps (Server) organizations by specifying the `organizations` field on a credential:
```yaml
integrations:
azure:
- host: dev.azure.com
credentials:
- organizations:
- my-org
- my-other-org
clientId: ${AZURE_CLIENT_ID}
clientSecret: ${AZURE_CLIENT_SECRET}
tenantId: ${AZURE_TENANT_ID}
- organizations:
- yet-another-org
personalAccessToken: ${PERSONAL_ACCESS_TOKEN}
```
See the [Azure integration documentation](https://backstage.io/docs/integrations/azure/locations) for more information.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added support for the `dev/index` entry point for backend plugins and modules.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-opencost': minor
---
New OpenCost plugin provides an port of the latest OpenCost UI to Backstage with updated dependencies. The plugin's README covers installation and configuration
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Bump Docker base images to `node:18-bullseye-slim` to fix compatibility issues raised during image build.
You can apply these change to your own `Dockerfile` by replacing `node:16-bullseye-slim` with `node:18-bullseye-slim`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fix OpenAPI schema for the facets endpoint
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Instrumenting some missing metrics with `OpenTelemetry`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Add loading indicator to Table
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-google-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a Google auth provider.
-24
View File
@@ -1,24 +0,0 @@
---
'@backstage/config-loader': minor
---
Deep visibility now also applies to values that are not covered by the configuration schema.
For example, given the following configuration schema:
```ts
// plugins/a/config.schema.ts
export interface Config {
/** @deepVisibility frontend */
a?: unknown;
}
// plugins/a/config.schema.ts
export interface Config {
a?: {
b?: string;
};
}
```
All values under `a` are now visible to the frontend, while previously only `a` and `a/b` would've been visible.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Explicitly set `exports: 'named'` for CJS builds, ensuring that they have e.g. `exports["default"] = catalogPlugin;`
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-techdocs-backend': minor
'@backstage/plugin-techdocs-node': minor
'@techdocs/cli': minor
---
Add optional config and cli option for techdocs to specify default mkdocs plugins.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config-loader': patch
---
Do not unnecessarily notify subscribers when no-op updates to config happen
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-github-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds a GitHub auth provider.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
added aria-label on api definition button for better a11y.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Prevents root extension override and duplicated plugin extensions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-home': patch
---
Allow specifying static widgets to custom home page
-13
View File
@@ -1,13 +0,0 @@
---
'@backstage/plugin-code-coverage-backend': patch
'@backstage/plugin-tech-insights-backend': patch
'@backstage/plugin-linguist-backend': patch
'@backstage/backend-common': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/backend-tasks': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-bazaar-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---
Changes needed to support MySQL
+2 -2
View File
@@ -5,8 +5,8 @@
# https://help.github.com/articles/about-codeowners/
* @backstage/maintainers @backstage/reviewers
yarn.lock @backstage/maintainers @backstage/reviewers @backstage-service
*/yarn.lock @backstage/maintainers @backstage/reviewers @backstage-service
yarn.lock @backstage/maintainers @backstage-service
*/yarn.lock @backstage/maintainers @backstage-service
/.changeset/*.md
/cypress/src/integration/plugins/techdocs.spec.ts @backstage/techdocs-maintainers
/docs/assets/search @backstage/discoverability-maintainers
+5
View File
@@ -180,6 +180,7 @@ jsx
JWTs
Kaewkasi
Kaswell
keepalive
Keyv
Knex
Koyeb
@@ -267,12 +268,14 @@ parseable
Patrik
pattison
Peloton
PEP
performant
Performant
periskop
Periskop
permissioned
permissioning
pipx
plantuml
Platformize
Podman
@@ -448,3 +451,5 @@ zoomable
zsh
Pulumi
Lightsail
PR
rebasing
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: Verify ${{ matrix.node-version }}
steps:
@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: Test ${{ matrix.node-version }}
steps:
+9 -3
View File
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
@@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
@@ -79,6 +79,9 @@ jobs:
- name: verify local dependency ranges
run: node scripts/verify-local-dependencies.js
- name: check for missing repo fixes
run: yarn fix --check
- name: validate config
run: yarn backstage-cli config:check --lax
@@ -95,6 +98,9 @@ jobs:
- name: verify api reference
run: node scripts/verify-api-reference.js
- name: verify catalog-info.yaml consistency
run: yarn backstage-repo-tools generate-catalog-info --ci
- name: lint openapi yaml files
run: yarn backstage-repo-tools schema openapi lint
@@ -133,7 +139,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: Test ${{ matrix.node-version }}
services:
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: checkout
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
services:
postgres13:
@@ -130,7 +130,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
env:
CI: 'true'
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
steps:
- name: 'Checkout code'
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
persist-credentials: false
@@ -53,7 +53,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: 'Upload artifact'
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: SARIF file
path: results.sarif
@@ -61,6 +61,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
uses: github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
with:
sarif_file: results.sarif
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
# Setup node & install deps before checkout, keeping install quick
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.x
- name: Install dependencies
# Just the deps for the assemble manifest script
run: npm install semver@7.3.5 fs-extra@10.0.0 @manypkg/get-packages@1.1.1
+2 -1
View File
@@ -15,7 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 20000
fetch-tags: true
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Install Dependencies
run: yarn --immutable
+2 -2
View File
@@ -25,13 +25,13 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
registry-url: https://registry.npmjs.org/
- name: yarn install
uses: backstage/actions/yarn-install@v0.6.4
with:
cache-prefix: linux-v16
cache-prefix: linux-v18
- name: Use Uffizzi's backstage app config
run: |
+3 -3
View File
@@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: yarn install
uses: backstage/actions/yarn-install@v0.6.4
with:
cache-prefix: ${{ runner.os }}-v16.x
cache-prefix: ${{ runner.os }}-v18.x
- name: run Lighthouse CI
run: |
yarn dlx @lhci/cli@0.11.x autorun
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: Kubernetes ${{ matrix.node-version }}
steps:
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: E2E Linux ${{ matrix.node-version }}
steps:
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
name: E2E Windows ${{ matrix.node-version }}
steps:
+5 -2
View File
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
env:
CI: true
@@ -48,6 +48,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/ # Needed for auth
- name: setup python
uses: actions/setup-python@v4
@@ -72,7 +73,9 @@ jobs:
uses: browser-actions/setup-chrome@latest
- name: yarn install
run: yarn install --immutable
uses: backstage/actions/yarn-install@v0.6.4
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- run: yarn tsc
- run: yarn backstage-cli repo build
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [18.x]
name: Storybook
steps:

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