Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
fix lint rule fixer for more than one `Component + Prop`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-pg': patch
|
||||
---
|
||||
|
||||
Enable module only on supported databases
|
||||
|
||||
Also pass logger to the service
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-badges-backend': minor
|
||||
---
|
||||
|
||||
Fix unauthorized requests by allowing unauthenticated requests.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-pull-requests-board': minor
|
||||
---
|
||||
|
||||
Fixed bug in CardHeader not expecting commit status as an array as returned by GraphQL
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes-node': patch
|
||||
---
|
||||
|
||||
Fixing issue where `BackstageCredentials` were not properly forwarded for all calls
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added placeholder for `listPublicServiceKeys()` in the `AuthService` returned by `createLegacyAuthAdapters`.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-devops-common': patch
|
||||
---
|
||||
|
||||
`getAllTeams` now accepts an optional `limit` parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps API
|
||||
|
||||
`pullRequestOptions` have been equipped with `teamsLimit` so that the property can be used with `getAllTeams`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Added a "create something similar" button to the `<AboutCard>` that is visible and links to the scaffolder template corresponding to the entity's `backstage.io/source-template` annotation, if present.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixed a bug that prevented the default `entityPresentationApi` from being set in apps using the new frontend system.
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Adds a lint rule to `repo schema openapi lint` to enforce `allowReserved` for all parameters. To fix this, simply add `allowReserved: true` to your parameters, like so
|
||||
|
||||
```diff
|
||||
/v1/todos:
|
||||
get:
|
||||
operationId: ListTodos
|
||||
# ...
|
||||
parameters:
|
||||
- name: entity
|
||||
in: query
|
||||
+ allowReserved: true
|
||||
schema:
|
||||
type: string
|
||||
```
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
---
|
||||
|
||||
Allow overriding default techdocs preparers with new `TechdocsPreparerExtensionPoint`
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
'@backstage/config-loader': minor
|
||||
---
|
||||
|
||||
The default environment variable substitution function will now trim whitespace characters from the substituted value. This alleviates bugs where whitespace characters are mistakenly included in environment variables.
|
||||
|
||||
If you depend on the old behavior, you can override the default substitution function with your own, for example:
|
||||
|
||||
```ts
|
||||
ConfigSources.default({
|
||||
substitutionFunc: async name => process.env[name],
|
||||
});
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
---
|
||||
|
||||
Added ESLint rule `no-top-level-material-ui-4-imports` in the Techdocs-react plugin to migrate the Material UI imports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING**: `KubernetesProxy` now requires the `DiscoveryService` to be passed to the constuctor
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Deprecate the `getPath` option for the `httpRouterServiceFactory` and more generally the ability to configure plugin API paths to be anything else than `/api/:pluginId/`. Requests towards `/api/*` that do not match an installed plugin will also no longer be handled by the index router, typically instead returning a 404.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': minor
|
||||
'@backstage/plugin-notifications': minor
|
||||
---
|
||||
|
||||
Notifications-backend URL query parameter changed from `minimal_severity` to `minimumSeverity`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Fix auth cookie issuance for split backend deployments by preferring to set it against the request target host instead of origin
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the proxy handler did not properly handle a missing header
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-atlassian-provider': patch
|
||||
---
|
||||
|
||||
Read scopes from config and pass to AtlassianProvider as they are required
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
---
|
||||
|
||||
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-actions': patch
|
||||
---
|
||||
|
||||
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Fixed ResourceUtilization component for POD Memory Limits
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
Fixed an issue causing `ServerPermissionClient` to generate an invalid token for authorizing permissions against the permission backend.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix the bundle public subpath configuration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
|
||||
---
|
||||
|
||||
Added examples for publish:bitbucketCloud actions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': patch
|
||||
---
|
||||
|
||||
add mui imports eslint rule
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-react': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed the path option from `CookieAuthRefreshProvider` and `useCookieAuthRefresh`.
|
||||
|
||||
A new `CookieAuthRedirect` component has been added to redirect a public app bundle to the protected one when using the `app-backend` with a separate public entry point.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Refactored the `azure-easyauth` provider to use the implementation from `@backstage/plugin-auth-backend-module-azure-easyauth-provider`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Add examples for `publish:gitlab:merge-request` scaffolder action & improve related tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Use the default cookie endpoints added automatically when a cookie policy is set.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixes an issue where `/analyze-location` would incorrectly throw a 500 error on an invalid url.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': patch
|
||||
---
|
||||
|
||||
Allow unauthenticated requests for HTTP ingress.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': minor
|
||||
'@backstage/plugin-tech-insights-node': minor
|
||||
---
|
||||
|
||||
**BREAKING** Winston logger has been replaced with `LoggerService`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Fixed a bug where expired cookies would not be refreshed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home-react': patch
|
||||
---
|
||||
|
||||
Added ESLint rule `no-top-level-material-ui-4-imports` in the `home-react` plugin to migrate the Material UI imports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': minor
|
||||
---
|
||||
|
||||
Created a separate module for the Cloudflare Access auth provider
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Retry msgraph API calls, due to frequent ETIMEDOUT errors. Also allow disabling fetching user photos.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
|
||||
---
|
||||
|
||||
Add examples for `publish:bitbucketServer` scaffolder action & improve related tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-gocd': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
'@backstage/plugin-notifications-common': patch
|
||||
'@backstage/plugin-notifications-node': patch
|
||||
---
|
||||
|
||||
Notification processor functions are now renamed to `preProcess` and `postProcess`.
|
||||
Additionally, processor name is now required to be returned by `getName`.
|
||||
A new processor functionality `processOptions` was added to process options before sending the notification.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Make the auth service create and validate dedicated OBO tokens, containing the user identity proof.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
add `@backstage/no-top-level-material-ui-4-imports` lint rule
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Implemented support for external access using both the legacy token form and static tokens.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Added token type header parameter and user identity proof to issued user tokens.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Use default value for `MyGroupsPicker` if provided
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
|
||||
---
|
||||
|
||||
Use direct access of openapi.json files and not external route
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-graphiql': patch
|
||||
---
|
||||
|
||||
Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Moved `@backstage/core-app-api` to dev dependencies.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added a new required `listPublicServiceKeys` to `AuthService`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Modules are no longer loaded unless the plugin that they extend is present.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
No `undefined` class name used at `MarkdownContent` if no custom class name was provided.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/dev-utils': patch
|
||||
---
|
||||
|
||||
Allow defining custom sidebar item for page and login for the development app
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fixed a crash reading `credentials` from `undefined`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Allow the task list search to work on the Scaffolder template title.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
---
|
||||
|
||||
Changed the column that serves as a hyperlink from SOURCE to BUILD.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend': patch
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
---
|
||||
|
||||
Allow reserved characters in requests.
|
||||
@@ -1,47 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
'@backstage/plugin-catalog-backend-module-github-org': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-puppetdb': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
'@backstage/plugin-catalog-backend-module-gcp': patch
|
||||
'@backstage/plugin-entity-feedback-backend': patch
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/plugin-azure-sites-backend': patch
|
||||
'@backstage/plugin-search-backend-node': patch
|
||||
'@backstage/plugin-lighthouse-backend': patch
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/plugin-airbrake-backend': patch
|
||||
'@backstage/plugin-devtools-backend': patch
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
'@backstage/plugin-periskop-backend': patch
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
'@backstage/backend-tasks': patch
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
'@backstage/plugin-bazaar-backend': patch
|
||||
'@backstage/plugin-search-backend': patch
|
||||
'@backstage/plugin-kafka-backend': patch
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
Replaced winston logger with `LoggerService`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Ensure that `ServerTokenManager` also reads the new `backend.auth.externalAccess` settings
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Fixed bug in EntityPageAzurePipeline component where build definition annotation used for viewing pipelines
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gerrit': patch
|
||||
---
|
||||
|
||||
Add examples for `publish:gerrit:review` scaffolder action & improve related tests
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-bitbucket-provider': minor
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Migrate the Bitbucket auth provider to the new `@backstage/plugin-auth-backend-module-bitbucket-provider` module package.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Service-to-service authentication has been improved.
|
||||
|
||||
Each plugin now has the capability to generate its own signing keys for token issuance. The generated public keys are stored in a database, and they are made accessible through a newly created endpoint: `/.backstage/auth/v1/jwks.json`.
|
||||
|
||||
`AuthService` can now issue tokens with a reduced scope using the `getPluginRequestToken` method. This improvement enables plugins to identify the plugin originating the request.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
'@backstage/plugin-notifications-common': patch
|
||||
---
|
||||
|
||||
The ordered list of notifications' severities is exported by notifications-common for reusability.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Change behavior in EntityAutoCompletePicker to only hide filter if there are no available options. Previously the filter was hidden if there were <= 1 available options.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
|
||||
---
|
||||
|
||||
Added support for AWS GovCloud (US) regions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Add `tokenTypes` export with constants for various Backstage token types.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
The app is now aware of if it is being served from the `app-backend` with a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
---
|
||||
|
||||
Fix unauthorized signals connection by allowing unauthenticated requests
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
|
||||
---
|
||||
|
||||
Added `authModuleAwsAlbProvider` as a default export.
|
||||
|
||||
It can now be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Fix duplicated subpath on routes resolved by the `useRouteRef` hook.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
`startTestBackend` will now add placeholder plugins when a modules are provided without their parent plugin.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add the deprecation plugin to the default linter setup, switched off.
|
||||
|
||||
This allows to disable deprecation warnings for `backstage-cli repo list-deprecations` with inline comments.
|
||||
@@ -1,357 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.95",
|
||||
"@backstage/app-defaults": "1.5.3",
|
||||
"example-app-next": "0.0.9",
|
||||
"app-next-example-plugin": "0.0.9",
|
||||
"example-backend": "0.2.96",
|
||||
"@backstage/backend-app-api": "0.6.2",
|
||||
"@backstage/backend-common": "0.21.6",
|
||||
"@backstage/backend-defaults": "0.2.16",
|
||||
"@backstage/backend-dev-utils": "0.1.4",
|
||||
"@backstage/backend-dynamic-feature-service": "0.2.7",
|
||||
"example-backend-next": "0.0.24",
|
||||
"@backstage/backend-openapi-utils": "0.1.9",
|
||||
"@backstage/backend-plugin-api": "0.6.16",
|
||||
"@backstage/backend-tasks": "0.5.21",
|
||||
"@backstage/backend-test-utils": "0.3.6",
|
||||
"@backstage/catalog-client": "1.6.3",
|
||||
"@backstage/catalog-model": "1.4.5",
|
||||
"@backstage/cli": "0.26.2",
|
||||
"@backstage/cli-common": "0.1.13",
|
||||
"@backstage/cli-node": "0.2.4",
|
||||
"@backstage/codemods": "0.1.48",
|
||||
"@backstage/config": "1.2.0",
|
||||
"@backstage/config-loader": "1.7.0",
|
||||
"@backstage/core-app-api": "1.12.3",
|
||||
"@backstage/core-compat-api": "0.2.3",
|
||||
"@backstage/core-components": "0.14.3",
|
||||
"@backstage/core-plugin-api": "1.9.1",
|
||||
"@backstage/create-app": "0.5.13",
|
||||
"@backstage/dev-utils": "1.0.30",
|
||||
"e2e-test": "0.2.14",
|
||||
"@backstage/e2e-test-utils": "0.1.1",
|
||||
"@backstage/errors": "1.2.4",
|
||||
"@backstage/eslint-plugin": "0.1.6",
|
||||
"@backstage/frontend-app-api": "0.6.3",
|
||||
"@backstage/frontend-plugin-api": "0.6.3",
|
||||
"@backstage/frontend-test-utils": "0.1.5",
|
||||
"@backstage/integration": "1.9.1",
|
||||
"@backstage/integration-aws-node": "0.1.12",
|
||||
"@backstage/integration-react": "1.1.25",
|
||||
"@backstage/release-manifests": "0.0.11",
|
||||
"@backstage/repo-tools": "0.7.2",
|
||||
"@techdocs/cli": "1.8.8",
|
||||
"techdocs-cli-embedded-app": "0.2.94",
|
||||
"@backstage/test-utils": "1.5.3",
|
||||
"@backstage/theme": "0.5.2",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.7",
|
||||
"@backstage/plugin-adr": "0.6.16",
|
||||
"@backstage/plugin-adr-backend": "0.4.13",
|
||||
"@backstage/plugin-adr-common": "0.2.21",
|
||||
"@backstage/plugin-airbrake": "0.3.33",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.13",
|
||||
"@backstage/plugin-allure": "0.1.49",
|
||||
"@backstage/plugin-analytics-module-ga": "0.2.3",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.2.3",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.1.3",
|
||||
"@backstage/plugin-apache-airflow": "0.2.23",
|
||||
"@backstage/plugin-api-docs": "0.11.3",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.6",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.23",
|
||||
"@backstage/plugin-app-backend": "0.3.64",
|
||||
"@backstage/plugin-app-node": "0.1.16",
|
||||
"@backstage/plugin-app-visualizer": "0.1.4",
|
||||
"@backstage/plugin-auth-backend": "0.22.3",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.8",
|
||||
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.1.8",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.11",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.13",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.13",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.13",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "0.1.2",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.11",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.13",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.9",
|
||||
"@backstage/plugin-auth-backend-module-oidc-provider": "0.1.7",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.9",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.10",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.8",
|
||||
"@backstage/plugin-auth-node": "0.4.11",
|
||||
"@backstage/plugin-auth-react": "0.0.3",
|
||||
"@backstage/plugin-azure-devops": "0.4.2",
|
||||
"@backstage/plugin-azure-devops-backend": "0.6.3",
|
||||
"@backstage/plugin-azure-devops-common": "0.4.0",
|
||||
"@backstage/plugin-azure-sites": "0.1.22",
|
||||
"@backstage/plugin-azure-sites-backend": "0.3.3",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.3",
|
||||
"@backstage/plugin-badges": "0.2.57",
|
||||
"@backstage/plugin-badges-backend": "0.3.13",
|
||||
"@backstage/plugin-bazaar": "0.2.25",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.14",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.17",
|
||||
"@backstage/plugin-bitrise": "0.1.60",
|
||||
"@backstage/plugin-catalog": "1.18.2",
|
||||
"@backstage/plugin-catalog-backend": "1.21.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.11",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.36",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.30",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.17",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.33",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.5.7",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.14",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.21",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.32",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.24",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.34",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.14",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.4.3",
|
||||
"@backstage/plugin-catalog-common": "1.0.22",
|
||||
"@backstage/plugin-catalog-graph": "0.4.3",
|
||||
"@backstage/plugin-catalog-import": "0.10.9",
|
||||
"@backstage/plugin-catalog-node": "1.11.0",
|
||||
"@backstage/plugin-catalog-react": "1.11.2",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.2.2",
|
||||
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.1",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.35",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.29",
|
||||
"@backstage/plugin-circleci": "0.3.33",
|
||||
"@backstage/plugin-cloudbuild": "0.5.0",
|
||||
"@backstage/plugin-code-climate": "0.1.33",
|
||||
"@backstage/plugin-code-coverage": "0.2.26",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.30",
|
||||
"@backstage/plugin-codescene": "0.1.25",
|
||||
"@backstage/plugin-config-schema": "0.1.53",
|
||||
"@backstage/plugin-cost-insights": "0.12.22",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.12",
|
||||
"@backstage/plugin-devtools-backend": "0.3.2",
|
||||
"@backstage/plugin-devtools-common": "0.1.9",
|
||||
"@backstage/plugin-dynatrace": "10.0.2",
|
||||
"@backstage/plugin-entity-feedback": "0.2.16",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.13",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.18",
|
||||
"@backstage/plugin-events-backend": "0.3.2",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.3.2",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.2.2",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.2",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.2.2",
|
||||
"@backstage/plugin-events-backend-module-github": "0.2.2",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.2.2",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.26",
|
||||
"@backstage/plugin-events-node": "0.3.2",
|
||||
"@internal/plugin-todo-list": "1.0.25",
|
||||
"@internal/plugin-todo-list-backend": "1.0.25",
|
||||
"@internal/plugin-todo-list-common": "1.0.18",
|
||||
"@backstage/plugin-explore": "0.4.19",
|
||||
"@backstage/plugin-explore-backend": "0.0.26",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.37",
|
||||
"@backstage/plugin-firehydrant": "0.2.17",
|
||||
"@backstage/plugin-fossa": "0.2.65",
|
||||
"@backstage/plugin-gcalendar": "0.3.26",
|
||||
"@backstage/plugin-gcp-projects": "0.3.49",
|
||||
"@backstage/plugin-git-release-manager": "0.3.45",
|
||||
"@backstage/plugin-github-actions": "0.6.14",
|
||||
"@backstage/plugin-github-deployments": "0.1.64",
|
||||
"@backstage/plugin-github-issues": "0.4.0",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.27",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.48",
|
||||
"@backstage/plugin-gocd": "0.1.39",
|
||||
"@backstage/plugin-graphiql": "0.3.6",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.15",
|
||||
"@backstage/plugin-home": "0.7.2",
|
||||
"@backstage/plugin-home-react": "0.1.11",
|
||||
"@backstage/plugin-ilert": "0.2.22",
|
||||
"@backstage/plugin-jenkins": "0.9.8",
|
||||
"@backstage/plugin-jenkins-backend": "0.4.3",
|
||||
"@backstage/plugin-jenkins-common": "0.1.25",
|
||||
"@backstage/plugin-kafka": "0.3.33",
|
||||
"@backstage/plugin-kafka-backend": "0.3.14",
|
||||
"@backstage/plugin-kubernetes": "0.11.8",
|
||||
"@backstage/plugin-kubernetes-backend": "0.16.3",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.9",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.5",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.10",
|
||||
"@backstage/plugin-kubernetes-react": "0.3.3",
|
||||
"@backstage/plugin-lighthouse": "0.4.18",
|
||||
"@backstage/plugin-lighthouse-backend": "0.4.9",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.5",
|
||||
"@backstage/plugin-linguist": "0.1.18",
|
||||
"@backstage/plugin-linguist-backend": "0.5.14",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.15",
|
||||
"@backstage/plugin-newrelic": "0.3.48",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.8",
|
||||
"@backstage/plugin-nomad": "0.1.14",
|
||||
"@backstage/plugin-nomad-backend": "0.1.18",
|
||||
"@backstage/plugin-notifications": "0.1.2",
|
||||
"@backstage/plugin-notifications-backend": "0.1.2",
|
||||
"@backstage/plugin-notifications-common": "0.0.2",
|
||||
"@backstage/plugin-notifications-node": "0.1.2",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.15",
|
||||
"@backstage/plugin-opencost": "0.2.8",
|
||||
"@backstage/plugin-org": "0.6.23",
|
||||
"@backstage/plugin-org-react": "0.1.22",
|
||||
"@backstage/plugin-pagerduty": "0.7.5",
|
||||
"@backstage/plugin-periskop": "0.1.31",
|
||||
"@backstage/plugin-periskop-backend": "0.2.14",
|
||||
"@backstage/plugin-permission-backend": "0.5.40",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.13",
|
||||
"@backstage/plugin-permission-common": "0.7.13",
|
||||
"@backstage/plugin-permission-node": "0.7.27",
|
||||
"@backstage/plugin-permission-react": "0.4.21",
|
||||
"@backstage/plugin-playlist": "0.2.7",
|
||||
"@backstage/plugin-playlist-backend": "0.3.20",
|
||||
"@backstage/plugin-playlist-common": "0.1.15",
|
||||
"@backstage/plugin-proxy-backend": "0.4.14",
|
||||
"@backstage/plugin-puppetdb": "0.1.16",
|
||||
"@backstage/plugin-rollbar": "0.4.33",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.61",
|
||||
"@backstage/plugin-scaffolder": "1.19.2",
|
||||
"@backstage/plugin-scaffolder-backend": "1.22.3",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.8",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.1.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.1.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.17",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.40",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.8",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitea": "0.1.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.3.2",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.33",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.24",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.37",
|
||||
"@backstage/plugin-scaffolder-common": "1.5.1",
|
||||
"@backstage/plugin-scaffolder-node": "0.4.2",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "0.1.2",
|
||||
"@backstage/plugin-scaffolder-react": "1.8.3",
|
||||
"@backstage/plugin-search": "1.4.9",
|
||||
"@backstage/plugin-search-backend": "1.5.6",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.21",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.19",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.20",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.25",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.9",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.21",
|
||||
"@backstage/plugin-search-backend-node": "1.2.20",
|
||||
"@backstage/plugin-search-common": "1.2.11",
|
||||
"@backstage/plugin-search-react": "1.7.9",
|
||||
"@backstage/plugin-sentry": "0.5.18",
|
||||
"@backstage/plugin-shortcuts": "0.3.22",
|
||||
"@backstage/plugin-signals": "0.0.4",
|
||||
"@backstage/plugin-signals-backend": "0.1.2",
|
||||
"@backstage/plugin-signals-node": "0.1.2",
|
||||
"@backstage/plugin-signals-react": "0.0.2",
|
||||
"@backstage/plugin-sonarqube": "0.7.15",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.18",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.14",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.22",
|
||||
"@backstage/plugin-stack-overflow": "0.1.28",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.20",
|
||||
"@backstage/plugin-stackstorm": "0.1.14",
|
||||
"@backstage/plugin-tech-insights": "0.3.25",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.30",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.48",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.5.2",
|
||||
"@backstage/plugin-tech-radar": "0.7.2",
|
||||
"@backstage/plugin-techdocs": "1.10.3",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.30",
|
||||
"@backstage/plugin-techdocs-backend": "1.10.3",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.8",
|
||||
"@backstage/plugin-techdocs-node": "1.12.2",
|
||||
"@backstage/plugin-techdocs-react": "1.2.2",
|
||||
"@backstage/plugin-todo": "0.2.37",
|
||||
"@backstage/plugin-todo-backend": "0.3.15",
|
||||
"@backstage/plugin-user-settings": "0.8.4",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.15",
|
||||
"@backstage/plugin-vault": "0.1.28",
|
||||
"@backstage/plugin-vault-backend": "0.4.9",
|
||||
"@backstage/plugin-vault-node": "0.1.9",
|
||||
"@backstage/plugin-xcmetrics": "0.2.51"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-donuts-visit",
|
||||
"big-bobcats-beg",
|
||||
"brave-candles-knock",
|
||||
"brown-beers-share",
|
||||
"catalog-create-something-similar",
|
||||
"catalog-next-presentation-tho",
|
||||
"chatty-flies-worry",
|
||||
"chilled-boats-move",
|
||||
"chilled-pigs-march",
|
||||
"create-app-1712066999",
|
||||
"create-app-1712678032",
|
||||
"early-vans-press",
|
||||
"fair-onions-rule",
|
||||
"famous-experts-warn",
|
||||
"fifty-cameras-shake",
|
||||
"forty-elephants-count",
|
||||
"fuzzy-beans-occur",
|
||||
"fuzzy-ducks-nail",
|
||||
"giant-olives-protect",
|
||||
"good-cats-tap",
|
||||
"good-pandas-serve",
|
||||
"happy-experts-invite",
|
||||
"happy-suns-pay",
|
||||
"hip-ravens-glow",
|
||||
"hot-years-sell",
|
||||
"hungry-suns-hope",
|
||||
"kind-turkeys-travel",
|
||||
"lazy-rats-fail",
|
||||
"little-bats-admire",
|
||||
"loud-walls-hang",
|
||||
"mean-tomatoes-sip",
|
||||
"moody-bats-train",
|
||||
"nice-squids-complain",
|
||||
"nine-rabbits-exist",
|
||||
"ninety-toys-bake",
|
||||
"old-insects-smoke",
|
||||
"pink-mirrors-jam",
|
||||
"polite-toys-camp",
|
||||
"pretty-insects-yell",
|
||||
"red-years-double",
|
||||
"renovate-406bb7d",
|
||||
"renovate-e620b13",
|
||||
"renovate-e64403c",
|
||||
"scaffolder-create-time-saved",
|
||||
"scaffolder-source-of-truth",
|
||||
"selfish-rivers-fetch",
|
||||
"seven-socks-study",
|
||||
"shaggy-vans-return",
|
||||
"shy-brooms-hide",
|
||||
"silent-sloths-repair",
|
||||
"silver-carrots-sort",
|
||||
"sixty-cherries-lie",
|
||||
"smooth-squids-design",
|
||||
"soft-files-smash",
|
||||
"sour-ways-repeat",
|
||||
"stale-bikes-bake",
|
||||
"stale-jeans-tell",
|
||||
"swift-moles-shave",
|
||||
"tall-rats-pull",
|
||||
"ten-schools-leave",
|
||||
"thick-pets-attend",
|
||||
"tiny-pens-boil",
|
||||
"tricky-clouds-wait",
|
||||
"twelve-comics-double",
|
||||
"twenty-items-shave",
|
||||
"useless-name-generator",
|
||||
"violet-lobsters-unite",
|
||||
"weak-planets-move",
|
||||
"wet-swans-type",
|
||||
"wicked-bugs-joke",
|
||||
"wise-moons-begin",
|
||||
"witty-kings-smoke"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-oidc-provider': patch
|
||||
---
|
||||
|
||||
Support revoke refresh token to oidc logout function
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Add examples for `gitlab:group:ensureExists` scaffolder action & improve related tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Added mock of the new `listPublicServiceKeys` method for `AuthService`.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-airbrake-backend': patch
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/http-proxy-middleware` to `^1.0.0`.
|
||||
@@ -1,101 +0,0 @@
|
||||
---
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/core-compat-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/frontend-test-utils': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/theme': patch
|
||||
'@backstage/version-bridge': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-auth-react': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-sites': 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-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-dynatrace': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-gocd': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-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-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-nomad': patch
|
||||
'@backstage/plugin-notifications': patch
|
||||
'@backstage/plugin-octopus-deploy': 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-signals-react': patch
|
||||
'@backstage/plugin-signals': 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-module-addons-contrib': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Updated dependency `@testing-library/react` to `^15.0.0`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated dependency `json-schema-library` to `^9.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-jenkins': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/testing-library__jest-dom` to `^6.0.0`.
|
||||
@@ -1,83 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-catalog': 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-dynatrace': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-gocd': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-kafka': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-org': patch
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-playlist': 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-module-addons-contrib': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Updated dependency `@testing-library/dom` to `^10.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `webpack-dev-server` to `^5.0.0`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/yup` to `^0.32.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Added ESLint rule `no-top-level-material-ui-4-imports` to migrate the Material UI imports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
---
|
||||
|
||||
Use `PackageRole` type explicitly
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
'@backstage/plugin-notifications': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
---
|
||||
|
||||
Migrate signals and notifications to the new backend in local development
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
The `value` sent on the `create` analytics event (fired when a Scaffolder template is executed) is now set to the number of minutes saved by executing the template. This value is derived from the `backstage.io/time-saved` annotation on the template entity, if available.
|
||||
|
||||
Note: the `create` event is now captured in the `<Workflow>` component. If you are directly making use of the alpha-exported `<Stepper>` component, an analytics `create` event will no longer be captured on your behalf.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
The `catalog:write` action now automatically adds a `backstage.io/template-source` annotation, indicating which Scaffolder template was used to create the entity.
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Make entity collection errors a little quieter in the logs.
|
||||
|
||||
Instead of logging a warning line when an entity has an error
|
||||
during processing, it will now instead emit an event on the event
|
||||
broker.
|
||||
|
||||
This only removes a single log line, however it is possible to
|
||||
add the log line back if it is required by subscribing to the
|
||||
`CATALOG_ERRORS_TOPIC` as shown below.
|
||||
|
||||
```typescript
|
||||
env.eventBroker.subscribe({
|
||||
supportsEventTopics(): string[] {
|
||||
return [CATALOG_ERRORS_TOPIC];
|
||||
},
|
||||
|
||||
async onEvent(
|
||||
params: EventParams<{
|
||||
entity: string;
|
||||
location?: string;
|
||||
errors: Array<Error>;
|
||||
}>,
|
||||
): Promise<void> {
|
||||
const { entity, location, errors } = params.eventPayload;
|
||||
for (const error of errors) {
|
||||
env.logger.warn(error.message, {
|
||||
entity,
|
||||
location,
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-gcp-iap-provider': patch
|
||||
---
|
||||
|
||||
Add user id annotation sign-in resolver
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': patch
|
||||
---
|
||||
|
||||
Fix the `CatalogClient::getEntities` method to only sort the resulting entities in case no `order`-parameter is provided.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-backstage-openapi': minor
|
||||
---
|
||||
|
||||
The name and title of the returned openapi doc entity are now configurable
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix the backend plugin to use correct plugin id
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-react': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
---
|
||||
|
||||
fixed typo in docs
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-azure': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-gitea': patch
|
||||
---
|
||||
|
||||
Improve examples to ensure consistency across all publish actions
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Added `initialization` option to `createServiceFactory` which defines the initialization strategy for the service. The default strategy mimics the current behavior where plugin scoped services are initialized lazily by default and root scoped services are initialized eagerly.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user