Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
The `create` and `click` analytics events are now also captured on the "next" version of the component creation page.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Basic analytics instrumentation is now in place:
|
||||
|
||||
- As users make their way through template steps, a `click` event is fired, including the step number.
|
||||
- After a user clicks "Create" a `create` event is fired, including the name of the software that was just created. The template used at creation is set on the `entityRef` context key.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Both `EntityProvider` and `AsyncEntityProvider` contexts now wrap all children with an `AnalyticsContext` containing the corresponding `entityRef`; this opens up the possibility for all events underneath these contexts to be associated with and aggregated by the corresponding entity.
|
||||
@@ -1,41 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
---
|
||||
|
||||
Handle Bitbucket Cloud `repo:push` events at the `BitbucketCloudEntityProvider`
|
||||
by subscribing to the topic `bitbucketCloud.repo:push.`
|
||||
|
||||
Implements `EventSubscriber` to receive events for the topic `bitbucketCloud.repo:push`.
|
||||
|
||||
On `repo:push`, the affected repository will be refreshed.
|
||||
This includes adding new Location entities, refreshing existing ones,
|
||||
and removing obsolete ones.
|
||||
|
||||
To support this, a new annotation `bitbucket.org/repo-url` was added
|
||||
to Location entities.
|
||||
|
||||
A full refresh will require 1 API call to Bitbucket Cloud to discover all catalog files.
|
||||
When we handle one `repo:push` event, we also need 1 API call in order to know
|
||||
which catalog files exist.
|
||||
This may lead to more discovery-related API calls (code search).
|
||||
The main cause for hitting the rate limits are Locations refresh-related operations.
|
||||
|
||||
A reduction of total API calls to reduce the rate limit issues can only be achieved in
|
||||
combination with
|
||||
|
||||
1. reducing the full refresh frequency (e.g., to monthly)
|
||||
2. reducing the frequency of general Location refresh operations by the processing loop
|
||||
|
||||
For (2.), it is not possible to reduce the frequency only for Bitbucket Cloud-related
|
||||
Locations though.
|
||||
|
||||
Further optimizations might be required to resolve the rate limit issue.
|
||||
|
||||
**Installation and Migration**
|
||||
|
||||
Please find more information at
|
||||
https://backstage.io/docs/integrations/bitbucketCloud/discovery,
|
||||
in particular the section about "_Installation with Events Support_".
|
||||
|
||||
In case of the new backend-plugin-api _(alpha)_ the module will take care of
|
||||
registering itself at both.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fix logic bug that broke techdocs-cli-embedded-app
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Set the `searchTooltip` to "Filter" to follow how the `searchPlaceholder` is set making this more consistent
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Bumped `canvas` dependency to the latest version, which has better Node.js v18 support.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': minor
|
||||
---
|
||||
|
||||
Adds a new module `bitbucket-cloud` to plugin-events-backend.
|
||||
|
||||
The module adds a new event router `BitbucketCloudEventRouter`.
|
||||
|
||||
The event router will re-publish events received at topic `bitbucketCloud`
|
||||
under a more specific topic depending on their `x-event-key` value
|
||||
(e.g., `bitbucketCloud.repo:push`).
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-bitbucket-cloud/README.md.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
---
|
||||
|
||||
1. Added a new column in the table to quickly view the latest DAG runs, plus a link to it if you want to have a deeper look.
|
||||
2. Table columns are togglable
|
||||
3. Set hidden columns
|
||||
4. Fixed bug with turning on/off the DAGs
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': minor
|
||||
---
|
||||
|
||||
Updated the React Router wiring to make use of the new `basename` property of the router components in React Router v6 stable. To implement this, a new optional `basename` property has been added to the `Router` app component, which can be forwarded to the concrete router implementation in order to support this new behavior. This is done by default in any app that does not have a `Router` component override.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Added a section to explore plugin README that describes the customization of explore tools content.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
---
|
||||
|
||||
Fixed bug when sending data by Post in `runChecks` and `runBulkChecks` functions of the `TechInsightsClient` class, the default `Content-Type` used was `plain/text`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': minor
|
||||
---
|
||||
|
||||
**BREAKING CHANGE**: The `UrlReader` interface has been updated to require that `readUrl` is implemented. `readUrl` has previously been optional to implement but a warning has been logged when calling its predecessor `read`.
|
||||
The `read` method is now deprecated and will be removed in a future release.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-actions': patch
|
||||
---
|
||||
|
||||
Add error panel when the plugin fails.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Add `gitlabDiscoveryEntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated the `backstage-cli` so that the `list-deprecations` command is visible and also removed the "[EXPERIMENTAL]" tag.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-issues': patch
|
||||
---
|
||||
|
||||
Stripping specific issues URL already present to target base issues URL.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
---
|
||||
|
||||
`AzureDevOpsEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
|
||||
|
||||
Please find how to configure the schedule at the config at
|
||||
https://backstage.io/docs/integrations/azure/discovery
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Added cause information to logged warnings
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated to use `@rjsf` packages of version `^5.0.0-beta.12`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
---
|
||||
|
||||
Fix wrong GitHub callback URL documentation
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Improve processing error logging.
|
||||
|
||||
Adds `location` and `owner` to the logging meta if they are available.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Add optional step to SimpleStepper
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
`MicrosoftGraphOrgEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
|
||||
|
||||
Please find how to configure the schedule at the config at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-msgraph#readme
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/release-manifests': patch
|
||||
---
|
||||
|
||||
Added a fallback that fetches manifests from `https://raw.githubusercontent.com` if `https://versions.backstage.io` is unavailable.
|
||||
@@ -1,25 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': minor
|
||||
---
|
||||
|
||||
Add ability to configure filters when using EntityListDocsGrid
|
||||
|
||||
The following example will render two sections of cards grid:
|
||||
|
||||
- One section for documentations tagged as `recommended`
|
||||
- One section for documentations tagged as `runbook`
|
||||
|
||||
```js
|
||||
<EntityListDocsGrid groups={{[
|
||||
{
|
||||
title: "Recommended Documentation",
|
||||
filterPredicate: entity =>
|
||||
entity?.metadata?.tags?.includes('recommended') ?? false,
|
||||
},
|
||||
{
|
||||
title: "RunBooks Documentation",
|
||||
filterPredicate: entity =>
|
||||
entity?.metadata?.tags?.includes('runbook') ?? false,
|
||||
}
|
||||
]}} />
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/version-bridge': patch
|
||||
---
|
||||
|
||||
Updated the value created by `createVersionedValueMap` to give it an extra hidden property that makes it easier to inspect during debugging.
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': minor
|
||||
---
|
||||
|
||||
BREAKING: Support authenticated backends by including a server token for catalog requests. The constructor of `GithubLocationAnalyzer` now requires an instance of `TokenManager` to be supplied:
|
||||
|
||||
```diff
|
||||
...
|
||||
builder.addLocationAnalyzers(
|
||||
new GitHubLocationAnalyzer({
|
||||
discovery: env.discovery,
|
||||
config: env.config,
|
||||
+ tokenManager: env.tokenManager,
|
||||
}),
|
||||
);
|
||||
...
|
||||
```
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Bumped `tar` dependency to `^6.1.12` in order to ensure Node.js v18 compatibility.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': minor
|
||||
---
|
||||
|
||||
The app `Router` component now accepts an optional `basename` property.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Replace usage of deprecataed `UrlReader.read` with `UrlReader.readUrl`.
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Added a set of default Prometheus metrics around scaffolding. See below for a list of metrics and an explanation of their labels:
|
||||
|
||||
- `scaffolder_task_count`: Tracks successful task runs.
|
||||
|
||||
Labels:
|
||||
|
||||
- `template`: The entity ref of the scaffolded template
|
||||
- `user`: The entity ref of the user that invoked the template run
|
||||
- `result`: A string describing whether the task ran successfully, failed, or was skipped
|
||||
|
||||
- `scaffolder_task_duration`: a histogram which tracks the duration of a task run
|
||||
|
||||
Labels:
|
||||
|
||||
- `template`: The entity ref of the scaffolded template
|
||||
- `result`: A boolean describing whether the task ran successfully
|
||||
|
||||
- `scaffolder_step_count`: a count that tracks each step run
|
||||
|
||||
Labels:
|
||||
|
||||
- `template`: The entity ref of the scaffolded template
|
||||
- `step`: The name of the step that was run
|
||||
- `result`: A string describing whether the task ran successfully, failed, or was skipped
|
||||
|
||||
- `scaffolder_step_duration`: a histogram which tracks the duration of each step run
|
||||
|
||||
Labels:
|
||||
|
||||
- `template`: The entity ref of the scaffolded template
|
||||
- `step`: The name of the step that was run
|
||||
- `result`: A string describing whether the task ran successfully, failed, or was skipped
|
||||
|
||||
You can find a guide for running Prometheus metrics here: https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
`GitlabDiscoveryEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
|
||||
|
||||
Please find how to configure the schedule at the config at
|
||||
https://backstage.io/docs/integrations/gitlab/discovery
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Generated development HTTPS backend certificate is now checked for expiration date instead of file age.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
---
|
||||
|
||||
Added support to use the `UrlReaders` when `$ref` pointing to a URL.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Removed googleAnalyticsTrackingId configSchema.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/integration': minor
|
||||
---
|
||||
|
||||
This patch brings Gitea as a valid integration: target, via the ScmIntegration interface. It adds gitea to the relevant static properties (get integration by name, get integration by type) for plugins to be able to reference the same Gitea server.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
This patch adds GiteaURLReader to the available classes. It currently only reads single files via gitea's public repos api
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-github': minor
|
||||
---
|
||||
|
||||
Adds a new module `github` to plugin-events-backend.
|
||||
|
||||
The module adds a new event router `GithubEventRouter`.
|
||||
|
||||
The event router will re-publish events received at topic `github`
|
||||
under a more specific topic depending on their `x-github-event` value
|
||||
(e.g., `github.push`).
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-github/README.md.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-splunk-on-call': minor
|
||||
---
|
||||
|
||||
Use the routing key if it's available instead of team name when triggering incidents.
|
||||
|
||||
BREAKING CHANGE:
|
||||
Before, the team name was used even if the routing key (with or without team) was used.
|
||||
Now, the routing key defined for the component will be used instead of the team name.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fixed tiny grammar error in EntityNamePicker. The first letter of the description is now capitalized.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-dynatrace': patch
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Tweak README
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
`AwsS3EntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
|
||||
|
||||
Please find how to configure the schedule at the config at
|
||||
https://backstage.io/docs/integrations/aws-s3/discovery
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/integration': minor
|
||||
---
|
||||
|
||||
Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
|
||||
|
||||
Deprecates:
|
||||
|
||||
- `getGitHubFileFetchUrl` replaced by `getGithubFileFetchUrl`
|
||||
- `GitHubIntegrationConfig` replaced by `GithubIntegrationConfig`
|
||||
- `GitHubIntegration` replaced by `GithubIntegration`
|
||||
- `readGitHubIntegrationConfig` replaced by `readGithubIntegrationConfig`
|
||||
- `readGitHubIntegrationConfigs` replaced by `readGithubIntegrationConfigs`
|
||||
- `replaceGitHubUrlType` replaced by `replaceGithubUrlType`
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
Added a new ESLint rule that restricts imports of Link from @material-ui
|
||||
|
||||
The rule can be can be overridden in the following way:
|
||||
|
||||
```diff
|
||||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
|
||||
+ restrictedImports: [
|
||||
+ { name: '@material-ui/core', importNames: [] },
|
||||
+ { name: '@material-ui/core/Link', importNames: [] },
|
||||
+ ],
|
||||
});
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Add support for custom JWT header name in GCP IAP auth.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-org-react': minor
|
||||
---
|
||||
|
||||
Implemented the org-react plugin, with it's first component being: a `GroupListPicker` component that will give the user the ability to choose a group
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
- The GitLab Project ID for the `publish:gitlab:merge-request` action is now passed through the query parameter `project` in the `repoUrl`. It still allows people to not use the `projectid` and use the `repoUrl` with the `owner` and `repo` query parameters instead. This makes it easier to publish to repositories instead of writing the full path to the project.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
---
|
||||
|
||||
Get rid of `this-is-undefined-in-esm` warning
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Minor update to the `index.html` template that updates the comment at the end to be more accurate.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Removed forced capitalization for Entity types in the catalog sidebar.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': minor
|
||||
---
|
||||
|
||||
Deprecated the `homepage` config as the component that used it - `HomepageTimer` - has been removed and replaced by the `HeaderWorldClock` in the home plugin
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
Preserve graph options and increment `maxDepth` by 1.
|
||||
|
||||
The change will preserve options used at the `CatalogGraphCard`
|
||||
(displayed at the entity page) and additionally, increments the
|
||||
`maxDepth` option by 1 to increase the scope slightly compared to
|
||||
the graph already seen by the users.
|
||||
|
||||
The default for `maxDepth` at `CatalogGraphCard` is 1.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
---
|
||||
|
||||
Add `azureDevOpsEntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
Add `awsS3EntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Adds the ability to pass (an optional) array of strings that will be applied to the newly scaffolded repository as topic labels.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
feat: Enable theme overrides for components in catalog-graph plugin
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Deprecated the `HumanDuration` type, which should now instead be imported from `@backstage/types`.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-gerrit': minor
|
||||
---
|
||||
|
||||
Adds a new module `gerrit` to plugin-events-backend.
|
||||
|
||||
The module adds a new event router `GerritEventRouter`.
|
||||
|
||||
The event router will re-publish events received at topic `gerrit`
|
||||
under a more specific topic depending on their `$.type` value
|
||||
(e.g., `gerrit.change-merged`).
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-gerrit/README.md.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Fixed bug in Tech Radar where, on hover, the tech list quadrant would rerender and scroll top
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
MissingAnnotationEmptyState now accepts either a string or an array of strings to support multiple missing annotations.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Change to using `@keyv/memcache` now that `keyv-memcache` is deprecated
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The built-in Jest configuration now always uses the Jest environments that are bundled with the CLI by default. This avoids a situation where Jest potentially picks up an incompatible version of the environment package from a different dependency in the project.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Small update to fix compatibility with newer versions of the `keyv` library
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
---
|
||||
|
||||
Updated Playlist plugin docs:
|
||||
|
||||
- Updated `playlist` plugin README to include note about installing backend plugin and added images for the various features
|
||||
- Updated `playlist-backend` plugin README to remove `IdentityClient` import in example as it is not used and made minor change to headings
|
||||
@@ -1,38 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
The [Analytics API](https://backstage.io/docs/plugins/analytics) is the recommended way to track usage in Backstage; an optionally installable [Google Analytics module](https://github.com/backstage/backstage/tree/master/plugins/analytics-module-ga#installation) has superseded the old app.googleAnalyticsTrackingId config and its corresponding script tags in packages/app/public/index.html.
|
||||
|
||||
For an existing installation where you want to remove the redundant app.googleAnalyticsTrackingId, you should make the following adjustment to `packages/app/public/index.html`:
|
||||
|
||||
```diff
|
||||
<title><%= config.getString('app.title') %></title>
|
||||
- <% if (config.has('app.googleAnalyticsTrackingId')) { %>
|
||||
- <script
|
||||
- async
|
||||
- src="https://www.googletagmanager.com/gtag/js?id=<%= config.getString('app.googleAnalyticsTrackingId') %>"
|
||||
- ></script>
|
||||
- <script>
|
||||
- window.dataLayer = window.dataLayer || [];
|
||||
- function gtag() {
|
||||
- dataLayer.push(arguments);
|
||||
- }
|
||||
- gtag('js', new Date());
|
||||
- gtag(
|
||||
- 'config',
|
||||
- '<%= config.getString("app.googleAnalyticsTrackingId") %>',
|
||||
- );
|
||||
- </script>
|
||||
- <% } %>
|
||||
</head>
|
||||
```
|
||||
|
||||
Additionally, you should make the following adjustment to `app-config.yaml`:
|
||||
|
||||
```diff
|
||||
app:
|
||||
title: Backstage Example App
|
||||
baseUrl: http://localhost:3000
|
||||
- googleAnalyticsTrackingId: # UA-000000-0
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated `@swc/core` to version 1.3.9 which fixes a `.tsx` parser bug
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
---
|
||||
|
||||
`StackOverflowSearchResultListItem` now accept optional rank property to be able to capture rank analytics data.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Add `microsoftGraphOrgEntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
---
|
||||
|
||||
Add `gerritEntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
---
|
||||
|
||||
- Adjusted the asset parser to accept case sensitive
|
||||
- Fixed fetching data that was using the deprecated function
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': minor
|
||||
---
|
||||
|
||||
Adds a new module `aws-sqs` for plugin-events-backend.
|
||||
|
||||
The module provides an event publisher `AwsSqsConsumingEventPublisher`
|
||||
which will allow you to receive events from
|
||||
an AWS SQS queue and will publish these to the used event broker.
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-aws-sqs/README.md.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-azure': minor
|
||||
---
|
||||
|
||||
Adds a new module `azure` to plugin-events-backend.
|
||||
|
||||
The module adds a new event router `AzureDevOpsEventRouter`.
|
||||
|
||||
The event router will re-publish events received at topic `azureDevOps`
|
||||
under a more specific topic depending on their `$.eventType` value
|
||||
(e.g., `azureDevOps.git.push`).
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-azure/README.md.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fix `formData` not being present in the `next` version
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
---
|
||||
|
||||
Add a new "Team" Filter Options to the Github Pull Requests Dashboard.
|
||||
|
||||
When toggling this option on, the dashboard will displays all of the PRs opened
|
||||
by the members of that team on any repositories of the organization.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-model': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/integration': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-permission-common': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Internal refactor of imports to avoid circular dependencies
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
Adds installation instructions
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': minor
|
||||
'@backstage/plugin-events-node': minor
|
||||
---
|
||||
|
||||
Support events received via HTTP endpoints at plugin-events-backend.
|
||||
|
||||
The plugin provides an event publisher `HttpPostIngressEventPublisher`
|
||||
which will allow you to receive events via
|
||||
HTTP endpoints `POST /api/events/http/{topic}`
|
||||
and will publish these to the used event broker.
|
||||
|
||||
Using a provided custom validator, you can participate in the decision
|
||||
which events are accepted, e.g. by verifying the source of the request.
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend/README.md.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-org': minor
|
||||
---
|
||||
|
||||
Updates the User and Group Profile cards to add the links from the UserEntity or the GroupEntity
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Properly derive Github credentials when making requests in `GithubLocationAnalyzer` to support Github App authentication
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-ilert': minor
|
||||
---
|
||||
|
||||
Added support for multiple responders in alert list, added new tab with list to support iLert resource 'service', added new tab with list to support iLert resource 'status page'
|
||||
@@ -1,277 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.76",
|
||||
"@backstage/app-defaults": "1.0.7",
|
||||
"example-backend": "0.2.76",
|
||||
"@backstage/backend-app-api": "0.2.2",
|
||||
"@backstage/backend-common": "0.15.2",
|
||||
"@backstage/backend-defaults": "0.1.2",
|
||||
"example-backend-next": "0.0.4",
|
||||
"@backstage/backend-plugin-api": "0.1.3",
|
||||
"@backstage/backend-tasks": "0.3.6",
|
||||
"@backstage/backend-test-utils": "0.1.29",
|
||||
"@backstage/catalog-client": "1.1.1",
|
||||
"@backstage/catalog-model": "1.1.2",
|
||||
"@backstage/cli": "0.20.0",
|
||||
"@backstage/cli-common": "0.1.10",
|
||||
"@backstage/codemods": "0.1.40",
|
||||
"@backstage/config": "1.0.3",
|
||||
"@backstage/config-loader": "1.1.5",
|
||||
"@backstage/core-app-api": "1.1.1",
|
||||
"@backstage/core-components": "0.11.2",
|
||||
"@backstage/core-plugin-api": "1.0.7",
|
||||
"@backstage/create-app": "0.4.32",
|
||||
"@backstage/dev-utils": "1.0.7",
|
||||
"e2e-test": "0.2.0",
|
||||
"@backstage/errors": "1.1.2",
|
||||
"@backstage/integration": "1.3.2",
|
||||
"@backstage/integration-react": "1.1.5",
|
||||
"@backstage/release-manifests": "0.0.6",
|
||||
"@techdocs/cli": "1.2.2",
|
||||
"techdocs-cli-embedded-app": "0.2.75",
|
||||
"@backstage/test-utils": "1.2.1",
|
||||
"@backstage/theme": "0.2.16",
|
||||
"@backstage/types": "1.0.0",
|
||||
"@backstage/version-bridge": "1.0.1",
|
||||
"@backstage/plugin-adr": "0.2.2",
|
||||
"@backstage/plugin-adr-backend": "0.2.2",
|
||||
"@backstage/plugin-adr-common": "0.2.2",
|
||||
"@backstage/plugin-airbrake": "0.3.10",
|
||||
"@backstage/plugin-airbrake-backend": "0.2.10",
|
||||
"@backstage/plugin-allure": "0.1.26",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.21",
|
||||
"@backstage/plugin-apache-airflow": "0.2.3",
|
||||
"@backstage/plugin-api-docs": "0.8.10",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.0",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.3",
|
||||
"@backstage/plugin-app-backend": "0.3.37",
|
||||
"@backstage/plugin-auth-backend": "0.17.0",
|
||||
"@backstage/plugin-auth-node": "0.2.6",
|
||||
"@backstage/plugin-azure-devops": "0.2.1",
|
||||
"@backstage/plugin-azure-devops-backend": "0.3.16",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.0",
|
||||
"@backstage/plugin-badges": "0.2.34",
|
||||
"@backstage/plugin-badges-backend": "0.1.31",
|
||||
"@backstage/plugin-bazaar": "0.1.25",
|
||||
"@backstage/plugin-bazaar-backend": "0.2.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.0",
|
||||
"@backstage/plugin-bitrise": "0.1.37",
|
||||
"@backstage/plugin-catalog": "1.6.0",
|
||||
"@backstage/plugin-catalog-backend": "1.5.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.4",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.4",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.2",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.5",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.4",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.4.3",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.3",
|
||||
"@backstage/plugin-catalog-common": "1.0.7",
|
||||
"@internal/plugin-catalog-customized": "0.0.3",
|
||||
"@backstage/plugin-catalog-graph": "0.2.22",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.14",
|
||||
"@backstage/plugin-catalog-import": "0.9.0",
|
||||
"@backstage/plugin-catalog-node": "1.2.0",
|
||||
"@backstage/plugin-catalog-react": "1.2.0",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.12",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.6",
|
||||
"@backstage/plugin-circleci": "0.3.10",
|
||||
"@backstage/plugin-cloudbuild": "0.3.10",
|
||||
"@backstage/plugin-code-climate": "0.1.10",
|
||||
"@backstage/plugin-code-coverage": "0.2.3",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.3",
|
||||
"@backstage/plugin-codescene": "0.1.5",
|
||||
"@backstage/plugin-config-schema": "0.1.33",
|
||||
"@backstage/plugin-cost-insights": "0.11.32",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.1",
|
||||
"@backstage/plugin-dynatrace": "1.0.0",
|
||||
"@internal/plugin-todo-list": "1.0.6",
|
||||
"@internal/plugin-todo-list-backend": "1.0.6",
|
||||
"@internal/plugin-todo-list-common": "1.0.5",
|
||||
"@backstage/plugin-explore": "0.3.41",
|
||||
"@backstage/plugin-explore-react": "0.0.22",
|
||||
"@backstage/plugin-firehydrant": "0.1.27",
|
||||
"@backstage/plugin-fossa": "0.2.42",
|
||||
"@backstage/plugin-gcalendar": "0.3.6",
|
||||
"@backstage/plugin-gcp-projects": "0.3.29",
|
||||
"@backstage/plugin-git-release-manager": "0.3.23",
|
||||
"@backstage/plugin-github-actions": "0.5.10",
|
||||
"@backstage/plugin-github-deployments": "0.1.41",
|
||||
"@backstage/plugin-github-issues": "0.1.2",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.4",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.28",
|
||||
"@backstage/plugin-gocd": "0.1.16",
|
||||
"@backstage/plugin-graphiql": "0.2.42",
|
||||
"@backstage/plugin-graphql-backend": "0.1.27",
|
||||
"@backstage/plugin-home": "0.4.26",
|
||||
"@backstage/plugin-ilert": "0.1.36",
|
||||
"@backstage/plugin-jenkins": "0.7.9",
|
||||
"@backstage/plugin-jenkins-backend": "0.1.27",
|
||||
"@backstage/plugin-jenkins-common": "0.1.9",
|
||||
"@backstage/plugin-kafka": "0.3.10",
|
||||
"@backstage/plugin-kafka-backend": "0.2.30",
|
||||
"@backstage/plugin-kubernetes": "0.7.3",
|
||||
"@backstage/plugin-kubernetes-backend": "0.7.3",
|
||||
"@backstage/plugin-kubernetes-common": "0.4.3",
|
||||
"@backstage/plugin-lighthouse": "0.3.10",
|
||||
"@backstage/plugin-newrelic": "0.3.28",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.3",
|
||||
"@backstage/plugin-org": "0.5.10",
|
||||
"@backstage/plugin-pagerduty": "0.5.3",
|
||||
"@backstage/plugin-periskop": "0.1.8",
|
||||
"@backstage/plugin-periskop-backend": "0.1.8",
|
||||
"@backstage/plugin-permission-backend": "0.5.12",
|
||||
"@backstage/plugin-permission-common": "0.7.0",
|
||||
"@backstage/plugin-permission-node": "0.7.0",
|
||||
"@backstage/plugin-permission-react": "0.4.6",
|
||||
"@backstage/plugin-playlist": "0.1.1",
|
||||
"@backstage/plugin-playlist-backend": "0.2.0",
|
||||
"@backstage/plugin-playlist-common": "0.1.1",
|
||||
"@backstage/plugin-proxy-backend": "0.2.31",
|
||||
"@backstage/plugin-rollbar": "0.4.10",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.34",
|
||||
"@backstage/plugin-scaffolder": "1.7.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.7.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.12",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.5",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.10",
|
||||
"@backstage/plugin-scaffolder-common": "1.2.1",
|
||||
"@backstage/plugin-search": "1.0.3",
|
||||
"@backstage/plugin-search-backend": "1.1.0",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.0.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.4.1",
|
||||
"@backstage/plugin-search-backend-node": "1.0.3",
|
||||
"@backstage/plugin-search-common": "1.1.0",
|
||||
"@backstage/plugin-search-react": "1.2.0",
|
||||
"@backstage/plugin-sentry": "0.4.3",
|
||||
"@backstage/plugin-shortcuts": "0.3.2",
|
||||
"@backstage/plugin-sonarqube": "0.4.2",
|
||||
"@backstage/plugin-sonarqube-backend": "0.1.2",
|
||||
"@backstage/plugin-splunk-on-call": "0.3.34",
|
||||
"@backstage/plugin-stack-overflow": "0.1.6",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.1.6",
|
||||
"@backstage/plugin-tech-insights": "0.3.1",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.3",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.21",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.7",
|
||||
"@backstage/plugin-tech-insights-node": "0.3.5",
|
||||
"@backstage/plugin-tech-radar": "0.5.17",
|
||||
"@backstage/plugin-techdocs": "1.3.3",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.5",
|
||||
"@backstage/plugin-techdocs-backend": "1.4.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.5",
|
||||
"@backstage/plugin-techdocs-node": "1.4.1",
|
||||
"@backstage/plugin-techdocs-react": "1.0.5",
|
||||
"@backstage/plugin-todo": "0.2.12",
|
||||
"@backstage/plugin-todo-backend": "0.1.34",
|
||||
"@backstage/plugin-user-settings": "0.5.0",
|
||||
"@backstage/plugin-user-settings-backend": "0.1.1",
|
||||
"@backstage/plugin-vault": "0.1.4",
|
||||
"@backstage/plugin-vault-backend": "0.2.3",
|
||||
"@backstage/plugin-xcmetrics": "0.2.30",
|
||||
"@backstage/plugin-azure-sites": "0.0.0",
|
||||
"@backstage/plugin-azure-sites-backend": "0.0.0",
|
||||
"@backstage/plugin-azure-sites-common": "0.0.0",
|
||||
"@backstage/plugin-org-react": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"analyze-next-software-creation",
|
||||
"analyze-software-creation",
|
||||
"analyze-software-exploration",
|
||||
"beige-gorillas-sip",
|
||||
"big-islands-add",
|
||||
"blue-items-shop",
|
||||
"brave-eels-allow",
|
||||
"bright-pillows-build",
|
||||
"brown-days-pretend",
|
||||
"calm-bottles-happen",
|
||||
"calm-clouds-smoke",
|
||||
"chatty-planets-flash",
|
||||
"clean-feet-remain",
|
||||
"clean-planets-rhyme",
|
||||
"cool-suns-add",
|
||||
"create-app-1667233110",
|
||||
"dirty-birds-burn",
|
||||
"dry-phones-type",
|
||||
"dull-oranges-tap",
|
||||
"eight-pears-attack",
|
||||
"eighty-planets-train",
|
||||
"eleven-pets-sneeze",
|
||||
"few-books-remember",
|
||||
"flat-items-perform",
|
||||
"flat-kangaroos-kiss",
|
||||
"forty-bags-trade",
|
||||
"forty-jokes-lie",
|
||||
"fresh-cooks-sing",
|
||||
"fresh-weeks-share",
|
||||
"funny-singers-serve",
|
||||
"gorgeous-balloons-sit",
|
||||
"gorgeous-onions-thank",
|
||||
"gorgeous-queens-pull",
|
||||
"great-colts-invite",
|
||||
"great-planes-arrive",
|
||||
"grumpy-clouds-drum",
|
||||
"grumpy-pigs-reflect",
|
||||
"happy-avocados-tan",
|
||||
"heavy-elephants-nail",
|
||||
"hungry-kiwis-scream",
|
||||
"itchy-paws-protect",
|
||||
"kind-emus-juggle",
|
||||
"large-spies-doubt",
|
||||
"lazy-planes-repair",
|
||||
"little-bikes-eat",
|
||||
"little-plums-look",
|
||||
"lucky-cats-peel",
|
||||
"lucky-cobras-sell",
|
||||
"lucky-spoons-hide",
|
||||
"mean-files-fly",
|
||||
"metal-dogs-swim",
|
||||
"metal-hairs-mix",
|
||||
"moody-pots-end",
|
||||
"nasty-crabs-share",
|
||||
"orange-trees-peel",
|
||||
"pink-snails-hammer",
|
||||
"popular-ants-mix",
|
||||
"popular-bulldogs-lie",
|
||||
"popular-mails-wave",
|
||||
"real-swans-repair",
|
||||
"renovate-25512c2",
|
||||
"renovate-3d08223",
|
||||
"renovate-6fb5f1b",
|
||||
"selfish-kiwis-matter",
|
||||
"shaggy-birds-happen",
|
||||
"shaggy-colts-watch",
|
||||
"sharp-goats-itch",
|
||||
"shiny-beers-relax",
|
||||
"short-balloons-work",
|
||||
"silent-moles-chew",
|
||||
"silly-meals-teach",
|
||||
"sixty-islands-develop",
|
||||
"sixty-pigs-shave",
|
||||
"sixty-singers-push",
|
||||
"spicy-parents-lick",
|
||||
"spotty-dryers-explain",
|
||||
"stale-dots-love",
|
||||
"stupid-pens-occur",
|
||||
"sweet-readers-compare",
|
||||
"tame-ads-appear",
|
||||
"tasty-colts-hug",
|
||||
"tasty-scissors-tickle",
|
||||
"ten-hats-tickle",
|
||||
"ten-pens-draw",
|
||||
"thirty-deers-float",
|
||||
"three-houses-agree",
|
||||
"three-poems-think",
|
||||
"two-oranges-joke",
|
||||
"two-timers-pump",
|
||||
"two-yaks-wave",
|
||||
"unlucky-buttons-poke",
|
||||
"wet-cameras-call",
|
||||
"witty-carrots-live"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
- Make it possible to inject custom user and team transformers when configuring the `GithubOrgEntityProvider`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-common': patch
|
||||
---
|
||||
|
||||
Properly handle rules that have no parameters in `PermissionClient`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `esbuild` to `^0.15.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/codemods': patch
|
||||
---
|
||||
|
||||
Updated dependency `jscodeshift` to `^0.14.0`.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `@svgr/plugin-jsx` to `6.5.x`.
|
||||
Updated dependency `@svgr/plugin-svgo` to `6.5.x`.
|
||||
Updated dependency `@svgr/rollup` to `6.5.x`.
|
||||
Updated dependency `@svgr/webpack` to `6.5.x`.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Updated dependency `msw` to `^0.48.0` while moving it to be a dev dependency.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Updated dependency `msw` to `^0.48.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Updated dependency `@asyncapi/react-component` to `1.0.0-next.44`.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': minor
|
||||
'@backstage/plugin-events-node': minor
|
||||
'@backstage/plugin-events-backend-test-utils': minor
|
||||
---
|
||||
|
||||
Adds a new backend plugin plugin-events-backend for managing events.
|
||||
|
||||
plugin-events-node exposes interfaces which can be used by modules.
|
||||
|
||||
plugin-events-backend-test-utils provides utilities which can be used while writing tests e.g. for modules.
|
||||
|
||||
Please find more information at
|
||||
https://github.com/backstage/backstage/tree/master/plugins/events-backend/README.md.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-vault-backend': patch
|
||||
---
|
||||
|
||||
Added `errorHandler()` middleware to `router` to prevent crashes caused by fatal errors in plugin backend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated `@swc/core` to `v1.3.9` which fixes a `.tsx` parser bug. You may want to run `yarn backstage-cli versions:bump` to get on latest version including the CLI itself.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-issues': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Changed the casing of all exported types to have a lowercase "h" in "github". E.g. "GitHubIssuesPage" was renamed to "GithubIssuesPage". Please rename your imports where necessary.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Disable base path workaround in `Link` component when React Router v6 stable is used.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Added support for displaying entity cost insights by implementing the new `getCatalogEntityDailyCost` that's part of the `CostInsightsApi`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/types': patch
|
||||
---
|
||||
|
||||
Added the `HumanDuration` type, moved here from `@backstage/backend-tasks`. This type matches the `Duration.fromObject` form of `luxon`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated the create-app command to no longer require Git to be installed and configured. A git repository will only be initialized if possible and if not already in an git repository.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-cost-insights': minor
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Updated recharts to v2.0.0 and fixed typing issues
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user