Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Internal update for removal of experimental plugin configuration API.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Removed duplicate `apple-touch-icon` link from `packages/app/public/index.html` that linked to nonexistent icon.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Instrument `backend-tasks` with some counters and histograms for duration.
|
||||
|
||||
`backend_tasks.task.runs.count`: Counter with the total number of times a task has been run.
|
||||
`backend_tasks.task.runs.duration`: Histogram with the run durations for each task.
|
||||
|
||||
Both these metrics have come with `result` `taskId` and `scope` labels for finer grained grouping.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
The `HostDiscovery` export has been deprecated, import it from `@backstage/backend-app-api` instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Create unique temp directory for each `create-app` execution.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
---
|
||||
|
||||
Minor fix to avoid usage of deprecated prop
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Filters for discovered packages are now also applied at runtime. This makes it possible to disable packages through the `app.experimental.packages` config at runtime.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Fixed the display of OwnershipCard with aggregated relations by loading relations when getting children of entity.
|
||||
This allows the already existing recursive method to work properly when children of entity have children themselves.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
Fixed the coverage history statistics to compare newest with oldest record
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Add examples for `github:issues:label` scaffolder action & improve related tests
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Ensure that all relevant config fields are properly marked as secret
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
---
|
||||
|
||||
Added support to the playlist plugin for the new backend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed an issue causing `EntityPage` to show an error for entities containing special characters
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye.
|
||||
|
||||
You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim`
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': minor
|
||||
'@backstage/plugin-techdocs-node': minor
|
||||
---
|
||||
|
||||
Allow prepared directory clean up for custom preparers
|
||||
|
||||
When using custom preparer for TechDocs, the `preparedDir` might
|
||||
end up taking disk space. This requires all custom preparers to
|
||||
implement a new method `shouldCleanPreparedDirectory` which indicates
|
||||
whether the prepared directory should be cleaned after generation.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Create an experimental `CatalogSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
Update typescript-eslint to 6.7.x, adding compatibility with TypeScript 5.2.
|
||||
|
||||
This includes a major update on typescript-eslint, you can see the details in the [release notes](https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
Extension attachment point is now configured via `attachTo: { id, input }` instead of `at: 'id/input'`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/test-utils': patch
|
||||
---
|
||||
|
||||
Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
In frontend builds and tests `process.env.HAS_REACT_DOM_CLIENT` will now be defined if `react-dom/client` is present, i.e. if using React 18. This allows for conditional imports of `react-dom/client`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Fixed bug in `AppRouter` to determine the correct `signOutTargetUrl` if `app.baseUrl` contains a `basePath`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
Removed support for the new `useRouteRef`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Create an experimental `TechDocsSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
The app will now reject any extensions that attach to nonexistent inputs.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Fixed bug in oidc refresh handler, if token endpoints response on refresh request does not contain a scope, the requested scope is used.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Added `createMockDirectory()` to help out with file system mocking in tests.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
fix: use REST API to get root group memberships for GitLab SaaS users listing
|
||||
|
||||
This API is the only one that shows `email` field for enterprise users and
|
||||
allows to filter out bot users not using a license using the `is_using_seat`
|
||||
field.
|
||||
|
||||
We also added the annotation `gitlab.com/saml-external-uid` taking the value
|
||||
of `group_saml_identity.extern_uid` of the `groups/:group-id/members` endpoint
|
||||
response. This is useful in case you want to create a `SignInResolver` that
|
||||
references the user with the id of your identity provider (e.g. OneLogin).
|
||||
|
||||
ref:
|
||||
|
||||
https://docs.gitlab.com/ee/user/enterprise_user/#get-users-email-addresses-through-the-api
|
||||
https://docs.gitlab.com/ee/api/members.html#limitations
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-rollbar-backend': patch
|
||||
---
|
||||
|
||||
ensure rollbar token is hidden
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix for the new backend `start` command to make it work on Windows.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Marked the `LocationEntityProcessor` as deprecated, as it is no longer used internally since way back and can even be harmful at this point.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Wrap entire app in `<Suspense>`, enabling support for using translations outside plugins.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': minor
|
||||
---
|
||||
|
||||
Removed the exprimental plugin configuration API. The `__experimentalReconfigure()` from the plugin options as well as the `__experimentalConfigure()` method on plugin instances have both been removed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Improved `DocsTable` to display pagination controls dynamically, appearing only when needed.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
The catalog plugin no longer implements the experimental reconfiguration API. The create button title can now instead be configured using the new experimental internationalization API, via the `catalogTranslationRef` exported at `/alpha`. For example:
|
||||
|
||||
```ts
|
||||
import { catalogTranslationRef } from '@backstage/plugin-catalog/alpha';
|
||||
|
||||
const app = createApp({
|
||||
__experimentalTranslations: {
|
||||
resources: [
|
||||
createTranslationMessages({
|
||||
ref: catalogTranslationRef,
|
||||
catalog_page_create_button_title: 'Create Software',
|
||||
}),
|
||||
],
|
||||
},
|
||||
});
|
||||
```
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-catalog-backend-module-puppetdb': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-ldap': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
Make sure to include the error message when ingestion fails
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Properly close write stream when writing temporary archive for processing zip-based `.readTree()` responses.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Adds Top/Recently Visited components to homepage
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Implement `toString()` and `toJSON()` for extension instances.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
The `spec.lifecycle' field in entities will now always be rendered as a string.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-node': patch
|
||||
---
|
||||
|
||||
Added docs to `processingResult`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-newrelic': patch
|
||||
---
|
||||
|
||||
Fixed sorting and searching in the NewRelic table.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Added experimental support for declarative integration via the `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added the ability to fetch git tags through the `Git` class. This is useful for scaffolder actions that want to take action based on tag versions in a cloned repository
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dev-utils': patch
|
||||
---
|
||||
|
||||
Fix an issue where early IPC responses would be lost.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
**BREAKING** The new backend start command that used to be enabled by setting `EXPERIMENTAL_BACKEND_START` is now the default. To revert to the old behavior set `LEGACY_BACKEND_START`, which is recommended if you haven't migrated to the new backend system.
|
||||
|
||||
This new command is no longer based on Webpack, but instead uses Node.js loaders to transpile on the fly. Rather than hot reloading modules the entire backend is now restarted on change, but the SQLite database state is still maintained across restarts via a parent process.
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Updated `publish:gitlab` action properties to support additional Gitlab project settings:
|
||||
|
||||
- general project settings provided by gitlab project create API (new `settings` property)
|
||||
- branch level settings to create additional branches and make them protected (new `branches` property)
|
||||
- project level environment variables settings (new `projectVariables` property)
|
||||
|
||||
Marked existed properties `repoVisibility` and `topics` as deprecated, as they are covered by `settings` property.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The recently introduced `ProxyAuthenticator.initialize()` method is no longer `async` to match the way the OAuth equivalent is implemented.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
fixed issue related template editor fails with multiple templates per file.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Add support for `SidebarGroup` on the sidebar item extension.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Display meaningful error to the output if Gitlab namespace not found inside `publish:gitlab`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
include owner chip in catalog search result item
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
The `TabbedLayout` component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graphql': minor
|
||||
'@backstage/plugin-graphql-backend': minor
|
||||
---
|
||||
|
||||
This package has been deprecated, consider using [@frontside/backstage-plugin-graphql-backend](https://www.npmjs.com/package/@frontside/backstage-plugin-graphql-backend) instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Make entity picker more reliable with only one available entity
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
---
|
||||
|
||||
Added tooltip to like dislike buttons
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Fixed an issue preventing the routing system to match subroutes
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
'@backstage/catalog-model': patch
|
||||
'@backstage/config-loader': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/integration': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/errors': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
---
|
||||
|
||||
Removed some unused dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Added experimental support for the declarative integration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Plugins can now be assigned `routes` and `externalRoutes` when created.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Fix icon alignment in `AdrSearchResultListItem`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
---
|
||||
|
||||
Make sure the default badge factory is used if nothing is defined
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/test-utils': patch
|
||||
---
|
||||
|
||||
Add missing resource and template app icons
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Display log visibility button on the template panel
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': minor
|
||||
---
|
||||
|
||||
Added experimental support for declarative integration via the `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bump `cypress` to fix the end-to-end tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added `/testUtils` entry point, with a utility for mocking resolve package paths as returned by `resolvePackagePath`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Make themes configurable through extensions, and switched default themes to use extensions instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Increase the maximum allowed length of an entity filter for tech insights fact schemas.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-github-provider': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-node': minor
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
A new plugin has been introduced to house the extension points for Kubernetes backend plugin; at the moment only the `KubernetesObjectsProviderExtensionPoint` is present. The `kubernetes-backend` plugin was modified to use this new extension point.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@techdocs/cli': minor
|
||||
'@backstage/plugin-techdocs-node': minor
|
||||
---
|
||||
|
||||
Add possibility to use a mkdocs config file with a different name than `mkdocs.<yaml|yml> with the serve command using the `--mkdocs-config-file-name` argument
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Fix bug where backend tasks that are defined with HumanDuration are immediately triggered on application startup
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-codescene': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
---
|
||||
|
||||
Internal refactor to avoid using the deprecated `.icon.svg` extension.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Create an experimental search plugin that is compatible with the declarative integration system, it is exported from `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Request slightly smaller pages of data from GitHub
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Added the `bindRoutes` option to `createApp`.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-jenkins-backend': minor
|
||||
'@backstage/plugin-jenkins': minor
|
||||
---
|
||||
|
||||
Added JobRunTable Component.
|
||||
Added new Route and extended Api to get buildJobs.
|
||||
Actions column has a new icon button, clicking on which takes us to page where we
|
||||
can see all the job runs.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
Added option to set body size limit
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed overflowing messages in `WarningPanel`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Fix for persisted scopes not being properly restored on sign-in.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
---
|
||||
|
||||
Updated `/alpha` exports to use new `attachTo` option.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
The `createApp` config option has been replaced by a new `configLoader` option. There is now also a `pluginLoader` option that can be used to dynamically load plugins into the app.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Internal refactors, laying the foundation for later introducing deferred stitching (see #18062).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Make `defaultUserTransformer` resolve to `UserEntity` instead of `Entity`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
The warning for missing code coverage will now render the entity as a reference.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Changed SupportButton menuitems to support text wrap
|
||||
@@ -1,390 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.87",
|
||||
"@backstage/app-defaults": "1.4.3",
|
||||
"example-app-next": "0.0.1",
|
||||
"app-next-example-plugin": "0.0.1",
|
||||
"example-backend": "0.2.87",
|
||||
"@backstage/backend-app-api": "0.5.3",
|
||||
"@backstage/backend-common": "0.19.5",
|
||||
"@backstage/backend-defaults": "0.2.3",
|
||||
"@backstage/backend-dev-utils": "0.1.1",
|
||||
"example-backend-next": "0.0.15",
|
||||
"@backstage/backend-openapi-utils": "0.0.4",
|
||||
"@backstage/backend-plugin-api": "0.6.3",
|
||||
"@backstage/backend-plugin-manager": "0.0.1",
|
||||
"@backstage/backend-tasks": "0.5.8",
|
||||
"@backstage/backend-test-utils": "0.2.3",
|
||||
"@backstage/catalog-client": "1.4.4",
|
||||
"@backstage/catalog-model": "1.4.2",
|
||||
"@backstage/cli": "0.22.13",
|
||||
"@backstage/cli-common": "0.1.12",
|
||||
"@backstage/cli-node": "0.1.4",
|
||||
"@backstage/codemods": "0.1.45",
|
||||
"@backstage/config": "1.1.0",
|
||||
"@backstage/config-loader": "1.5.0",
|
||||
"@backstage/core-app-api": "1.10.0",
|
||||
"@backstage/core-components": "0.13.5",
|
||||
"@backstage/core-plugin-api": "1.6.0",
|
||||
"@backstage/create-app": "0.5.5",
|
||||
"@backstage/dev-utils": "1.0.21",
|
||||
"e2e-test": "0.2.7",
|
||||
"@backstage/errors": "1.2.2",
|
||||
"@backstage/eslint-plugin": "0.1.3",
|
||||
"@backstage/frontend-app-api": "0.1.0",
|
||||
"@backstage/frontend-plugin-api": "0.1.0",
|
||||
"@backstage/integration": "1.7.0",
|
||||
"@backstage/integration-aws-node": "0.1.6",
|
||||
"@backstage/integration-react": "1.1.19",
|
||||
"@backstage/release-manifests": "0.0.10",
|
||||
"@backstage/repo-tools": "0.3.4",
|
||||
"@techdocs/cli": "1.5.0",
|
||||
"techdocs-cli-embedded-app": "0.2.86",
|
||||
"@backstage/test-utils": "1.4.3",
|
||||
"@backstage/theme": "0.4.2",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.5",
|
||||
"@backstage/plugin-adr": "0.6.7",
|
||||
"@backstage/plugin-adr-backend": "0.4.0",
|
||||
"@backstage/plugin-adr-common": "0.2.15",
|
||||
"@backstage/plugin-airbrake": "0.3.24",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.0",
|
||||
"@backstage/plugin-allure": "0.1.40",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.33",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.4",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.2",
|
||||
"@backstage/plugin-apache-airflow": "0.2.15",
|
||||
"@backstage/plugin-api-docs": "0.9.11",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.3",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.15",
|
||||
"@backstage/plugin-app-backend": "0.3.51",
|
||||
"@backstage/plugin-app-node": "0.1.3",
|
||||
"@backstage/plugin-auth-backend": "0.19.0",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.3.0",
|
||||
"@backstage/plugin-azure-devops": "0.3.6",
|
||||
"@backstage/plugin-azure-devops-backend": "0.4.0",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.1",
|
||||
"@backstage/plugin-azure-sites": "0.1.13",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.13",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.1",
|
||||
"@backstage/plugin-badges": "0.2.48",
|
||||
"@backstage/plugin-badges-backend": "0.3.0",
|
||||
"@backstage/plugin-bazaar": "0.2.16",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.12",
|
||||
"@backstage/plugin-bitrise": "0.1.51",
|
||||
"@backstage/plugin-catalog": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.2.6",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.16",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.18",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.10",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.0",
|
||||
"@backstage/plugin-catalog-common": "1.0.16",
|
||||
"@internal/plugin-catalog-customized": "0.0.14",
|
||||
"@backstage/plugin-catalog-graph": "0.2.36",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.23",
|
||||
"@backstage/plugin-catalog-import": "0.10.0",
|
||||
"@backstage/plugin-catalog-node": "1.4.4",
|
||||
"@backstage/plugin-catalog-react": "1.8.4",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.3",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.26",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.20",
|
||||
"@backstage/plugin-circleci": "0.3.24",
|
||||
"@backstage/plugin-cloudbuild": "0.3.24",
|
||||
"@backstage/plugin-code-climate": "0.1.24",
|
||||
"@backstage/plugin-code-coverage": "0.2.17",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.17",
|
||||
"@backstage/plugin-codescene": "0.1.17",
|
||||
"@backstage/plugin-config-schema": "0.1.45",
|
||||
"@backstage/plugin-cost-insights": "0.12.13",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.4",
|
||||
"@backstage/plugin-devtools-backend": "0.2.0",
|
||||
"@backstage/plugin-devtools-common": "0.1.4",
|
||||
"@backstage/plugin-dynatrace": "7.0.4",
|
||||
"@backstage/plugin-entity-feedback": "0.2.7",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.0",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.9",
|
||||
"@backstage/plugin-events-backend": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.6",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.13",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.13",
|
||||
"@backstage/plugin-events-node": "0.2.12",
|
||||
"@internal/plugin-todo-list": "1.0.17",
|
||||
"@internal/plugin-todo-list-backend": "1.0.17",
|
||||
"@internal/plugin-todo-list-common": "1.0.13",
|
||||
"@backstage/plugin-explore": "0.4.10",
|
||||
"@backstage/plugin-explore-backend": "0.0.13",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.31",
|
||||
"@backstage/plugin-firehydrant": "0.2.8",
|
||||
"@backstage/plugin-fossa": "0.2.56",
|
||||
"@backstage/plugin-gcalendar": "0.3.18",
|
||||
"@backstage/plugin-gcp-projects": "0.3.41",
|
||||
"@backstage/plugin-git-release-manager": "0.3.37",
|
||||
"@backstage/plugin-github-actions": "0.6.5",
|
||||
"@backstage/plugin-github-deployments": "0.1.55",
|
||||
"@backstage/plugin-github-issues": "0.2.13",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.18",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.40",
|
||||
"@backstage/plugin-gocd": "0.1.30",
|
||||
"@backstage/plugin-graphiql": "0.2.54",
|
||||
"@backstage/plugin-graphql-backend": "0.1.41",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.7",
|
||||
"@backstage/plugin-home": "0.5.8",
|
||||
"@backstage/plugin-home-react": "0.1.3",
|
||||
"@backstage/plugin-ilert": "0.2.13",
|
||||
"@backstage/plugin-jenkins": "0.8.6",
|
||||
"@backstage/plugin-jenkins-backend": "0.2.6",
|
||||
"@backstage/plugin-jenkins-common": "0.1.19",
|
||||
"@backstage/plugin-kafka": "0.3.24",
|
||||
"@backstage/plugin-kafka-backend": "0.3.0",
|
||||
"@backstage/plugin-kubernetes": "0.10.3",
|
||||
"@backstage/plugin-kubernetes-backend": "0.12.0",
|
||||
"@backstage/plugin-kubernetes-common": "0.6.6",
|
||||
"@backstage/plugin-lighthouse": "0.4.9",
|
||||
"@backstage/plugin-lighthouse-backend": "0.3.0",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.3",
|
||||
"@backstage/plugin-linguist": "0.1.9",
|
||||
"@backstage/plugin-linguist-backend": "0.5.0",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.7",
|
||||
"@backstage/plugin-newrelic": "0.3.40",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.17",
|
||||
"@backstage/plugin-nomad": "0.1.5",
|
||||
"@backstage/plugin-nomad-backend": "0.1.5",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.6",
|
||||
"@backstage/plugin-opencost": "0.2.0",
|
||||
"@backstage/plugin-org": "0.6.14",
|
||||
"@backstage/plugin-org-react": "0.1.13",
|
||||
"@backstage/plugin-pagerduty": "0.6.5",
|
||||
"@backstage/plugin-periskop": "0.1.22",
|
||||
"@backstage/plugin-periskop-backend": "0.2.0",
|
||||
"@backstage/plugin-permission-backend": "0.5.26",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.0",
|
||||
"@backstage/plugin-permission-common": "0.7.8",
|
||||
"@backstage/plugin-permission-node": "0.7.14",
|
||||
"@backstage/plugin-permission-react": "0.4.15",
|
||||
"@backstage/plugin-playlist": "0.1.16",
|
||||
"@backstage/plugin-playlist-backend": "0.3.7",
|
||||
"@backstage/plugin-playlist-common": "0.1.10",
|
||||
"@backstage/plugin-proxy-backend": "0.4.0",
|
||||
"@backstage/plugin-puppetdb": "0.1.7",
|
||||
"@backstage/plugin-rollbar": "0.4.24",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.48",
|
||||
"@backstage/plugin-scaffolder": "1.15.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.17.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.27",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.20",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.11",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.24",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.1",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.3",
|
||||
"@backstage/plugin-scaffolder-react": "1.5.5",
|
||||
"@backstage/plugin-search": "1.4.0",
|
||||
"@backstage/plugin-search-backend": "1.4.3",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.6",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.12",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.7",
|
||||
"@backstage/plugin-search-backend-node": "1.2.7",
|
||||
"@backstage/plugin-search-common": "1.2.6",
|
||||
"@backstage/plugin-search-react": "1.7.0",
|
||||
"@backstage/plugin-sentry": "0.5.9",
|
||||
"@backstage/plugin-shortcuts": "0.3.14",
|
||||
"@backstage/plugin-sonarqube": "0.7.5",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.5",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.8",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.13",
|
||||
"@backstage/plugin-stack-overflow": "0.1.20",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.7",
|
||||
"@backstage/plugin-stackstorm": "0.1.6",
|
||||
"@backstage/plugin-tech-insights": "0.3.16",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.17",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.35",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.9",
|
||||
"@backstage/plugin-tech-radar": "0.6.8",
|
||||
"@backstage/plugin-techdocs": "1.7.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.21",
|
||||
"@backstage/plugin-techdocs-backend": "1.7.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.0",
|
||||
"@backstage/plugin-techdocs-node": "1.8.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.11",
|
||||
"@backstage/plugin-todo": "0.2.27",
|
||||
"@backstage/plugin-todo-backend": "0.3.1",
|
||||
"@backstage/plugin-user-settings": "0.7.10",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.1",
|
||||
"@backstage/plugin-vault": "0.1.19",
|
||||
"@backstage/plugin-vault-backend": "0.3.8",
|
||||
"@backstage/plugin-xcmetrics": "0.2.43",
|
||||
"@backstage/e2e-test-utils": "0.0.0",
|
||||
"@backstage/plugin-kubernetes-react": "0.0.0",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.0.0",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.0.0",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.0",
|
||||
"@backstage/plugin-kubernetes-node": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-badgers-beg",
|
||||
"angry-clocks-exercise",
|
||||
"big-spies-beam",
|
||||
"breezy-dryers-thank",
|
||||
"calm-carpets-kiss",
|
||||
"calm-scissors-rescue",
|
||||
"chatty-papayas-care",
|
||||
"clean-forks-love",
|
||||
"cold-bees-jam",
|
||||
"cold-seas-repeat",
|
||||
"create-app-1696937840",
|
||||
"dirty-doors-wave",
|
||||
"dull-bugs-build",
|
||||
"dull-dolls-explode",
|
||||
"dull-experts-kiss",
|
||||
"dull-laws-camp",
|
||||
"early-toes-develop",
|
||||
"eight-melons-cough",
|
||||
"eight-spiders-fold",
|
||||
"eight-suns-tan",
|
||||
"eighty-actors-type",
|
||||
"empty-schools-check",
|
||||
"fair-frogs-enjoy",
|
||||
"flat-pandas-tan",
|
||||
"flat-rules-rush",
|
||||
"four-jars-protect",
|
||||
"four-onions-clap",
|
||||
"four-pans-sin",
|
||||
"fresh-badgers-study",
|
||||
"fresh-kangaroos-tap",
|
||||
"fuzzy-pillows-remain",
|
||||
"gentle-elephants-fold",
|
||||
"gentle-spies-deny",
|
||||
"great-walls-brake",
|
||||
"happy-books-smoke",
|
||||
"healthy-laws-divide",
|
||||
"heavy-forks-tie",
|
||||
"heavy-ladybugs-leave",
|
||||
"itchy-bobcats-fly",
|
||||
"itchy-monkeys-reply",
|
||||
"itchy-rabbits-exist",
|
||||
"khaki-tools-tease",
|
||||
"large-balloons-brush",
|
||||
"large-comics-knock",
|
||||
"late-papayas-push",
|
||||
"lazy-doors-wink",
|
||||
"lemon-cups-wait",
|
||||
"lemon-masks-greet",
|
||||
"little-ligers-cheat",
|
||||
"loud-hotels-hunt",
|
||||
"lovely-coins-occur",
|
||||
"lovely-fans-sniff",
|
||||
"many-pianos-bow",
|
||||
"many-swans-eat",
|
||||
"mean-dancers-burn",
|
||||
"metal-peas-beam",
|
||||
"moody-lobsters-rescue",
|
||||
"nasty-needles-hear",
|
||||
"nervous-hounds-sleep",
|
||||
"nice-clocks-smash",
|
||||
"nice-dancers-explain",
|
||||
"nice-ghosts-build",
|
||||
"nine-flies-move",
|
||||
"nine-garlics-attend",
|
||||
"odd-pants-sleep",
|
||||
"olive-cars-rescue",
|
||||
"olive-geese-rest",
|
||||
"perfect-pumas-protect",
|
||||
"perfect-shrimps-attend",
|
||||
"plenty-llamas-double",
|
||||
"plenty-toys-cheer",
|
||||
"polite-cooks-perform",
|
||||
"polite-donuts-fail",
|
||||
"polite-trainers-grin",
|
||||
"popular-dots-design",
|
||||
"pretty-apes-sneeze",
|
||||
"pretty-steaks-serve",
|
||||
"purple-chefs-wait",
|
||||
"purple-forks-fetch",
|
||||
"quick-weeks-explode",
|
||||
"rare-pants-reply",
|
||||
"red-bees-try",
|
||||
"red-geese-clean",
|
||||
"renovate-7d08f6a",
|
||||
"renovate-a1c52e8",
|
||||
"rotten-rings-confess",
|
||||
"serious-pants-lie",
|
||||
"serious-penguins-tease",
|
||||
"short-terms-check",
|
||||
"shy-clouds-reflect",
|
||||
"shy-seas-sip",
|
||||
"silent-years-bake",
|
||||
"silly-swans-invent",
|
||||
"six-weeks-raise",
|
||||
"slow-dodos-remember",
|
||||
"small-books-deliver",
|
||||
"small-pugs-build",
|
||||
"smooth-rings-mate",
|
||||
"spicy-chairs-film",
|
||||
"spicy-poets-sell",
|
||||
"spotty-badgers-wash",
|
||||
"stale-eagles-reply",
|
||||
"stale-stingrays-explode",
|
||||
"strange-dodos-film",
|
||||
"strong-falcons-tickle",
|
||||
"stupid-drinks-trade",
|
||||
"stupid-eagles-shave",
|
||||
"swift-steaks-fetch",
|
||||
"tame-trainers-visit",
|
||||
"tasty-avocados-hope",
|
||||
"tasty-doors-switch",
|
||||
"ten-seals-wait",
|
||||
"tender-pears-work",
|
||||
"thirty-coins-sneeze",
|
||||
"tiny-garlics-cheer",
|
||||
"twelve-clouds-design",
|
||||
"twelve-days-walk",
|
||||
"twenty-bags-sin",
|
||||
"twenty-carrots-smile",
|
||||
"two-dingos-dream",
|
||||
"two-terms-play",
|
||||
"unlucky-experts-breathe",
|
||||
"violet-apes-beam",
|
||||
"violet-beers-cross",
|
||||
"warm-drinks-argue",
|
||||
"wet-olives-wave",
|
||||
"wet-timers-chew",
|
||||
"wicked-rings-flash",
|
||||
"wild-jobs-greet",
|
||||
"wild-queens-grab",
|
||||
"yellow-numbers-own",
|
||||
"yellow-rings-invent",
|
||||
"young-toes-knock"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the theme icons would not be colored according to their active state.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added a template for creating `node-library` packages with `yarn new`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Adding `requestInterceptor` option to `api-docs` and pass it to SwaggerUI. This will enable to configure a proxy or headers to be sent to all the request made through the `Try it out` button on SwaggerUI.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Register default api implementations when creating declarative integrated apps.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Handle mixed decimals and bigint when calculating k8s resource usage
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-gcp-iap-provider': minor
|
||||
---
|
||||
|
||||
**BREAKING** `gcpIapAuthenticator.initialize()` is no longer `async`
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user